diff --git a/bench/FERMI/README b/bench/FERMI/README index f8772483d138959b34b004698547ddf9e4418f4b..db3f527bdc10550eb1bea4008637ff1fbb2ea395 100644 --- a/bench/FERMI/README +++ b/bench/FERMI/README @@ -14,7 +14,7 @@ lmp_linux_mixed lmp_linux_double The precision (single, mixed, double) refers to the GPU and USER-CUDA -pacakge precision. See the README files in the lib/gpu and lib/cuda +package precision. See the README files in the lib/gpu and lib/cuda directories for instructions on how to build the packages with different precisions. The GPU and USER-CUDA sub-sections of the doc/Section_accelerate.html file also describes this process. diff --git a/doc/.gitignore b/doc/.gitignore index bcd8f6db717a6e3871380308172b0733b68951eb..7d309492372d297fac364eae71dcfd75f80b8010 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,4 +1,5 @@ /html +/spelling /LAMMPS.epub /LAMMPS.mobi /Manual.pdf diff --git a/doc/Makefile b/doc/Makefile index e05715522bfdac192984c96ca8156fd4166e60cc..79558674d75ccf99ba7ccfb29ebe4966b0356c7c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -22,7 +22,7 @@ endif SOURCES=$(wildcard src/*.txt) OBJECTS=$(SOURCES:src/%.txt=$(RSTDIR)/%.rst) -.PHONY: help clean-all clean epub html pdf old venv +.PHONY: help clean-all clean epub html pdf old venv spelling # ------------------------------------------ @@ -44,6 +44,10 @@ clean-all: clean: rm -rf $(RSTDIR) html + rm -rf spelling + +clean-spelling: + rm -rf spelling html: $(OBJECTS) @(\ @@ -64,6 +68,17 @@ html: $(OBJECTS) @rm -rf html/USER/*/*.[sg]* @echo "Build finished. The HTML pages are in doc/html." +spelling: $(OBJECTS) utils/sphinx-config/false_positives.txt + @(\ + . $(VENV)/bin/activate ;\ + pip install sphinxcontrib-spelling ;\ + cp -r src/* $(RSTDIR)/ ;\ + cp utils/sphinx-config/false_positives.txt $(RSTDIR)/ ;\ + sphinx-build -b spelling -c utils/sphinx-config -d $(BUILDDIR)/doctrees $(RSTDIR) spelling ;\ + deactivate ;\ + ) + @echo "Spell check finished." + epub: $(OBJECTS) @mkdir -p epub @rm -f LAMMPS.epub diff --git a/doc/src/2001/input_commands.html b/doc/src/2001/input_commands.html index 6f7266f2ca4824c737b0990e486230da8a947df9..797d6bec4e92b81c71ee6d76f6107dcdf1105be7 100644 --- a/doc/src/2001/input_commands.html +++ b/doc/src/2001/input_commands.html @@ -464,7 +464,7 @@ the angletype option can only be assigned to a "fix style" of "shake", entirely rigid (e.g. water) the angletype option enables an additional check when SHAKE constraints are computed: if a cluster is of size 3 and both bonds in - the cluster are of a bondtype specified by the 2nd paramter of + the cluster are of a bondtype specified by the 2nd parameter of angletype, then the cluster is SHAKEn with an additional angle constraint that makes it rigid, using the equilibrium angle appropriate to the specified angletype @@ -476,7 +476,7 @@ IMPORTANT NOTE: the angletype option has one additional affect, namely since they will not be SHAKEn but neither will the angle force by computed for style region, a coeff of INF means + or - infinity (all the way to the boundary) -an atom can be assigned to multiple constraints, the contraints will be +an atom can be assigned to multiple constraints, the constraints will be applied in the reverse order they are assigned to that atom (e.g. each timestep, the last fix assigned to an atom will be applied to it first, then the next-to-last applied second, etc) @@ -689,7 +689,7 @@ coeffs: types remainder no other parameters required -used with "create temp" commmand to initialize velocities of atoms +used with "create temp" command to initialize velocities of atoms by default, the "create temp" command initializes the velocities of all atoms, this command limits the initialization to a group of atoms this command is only in force for the next "create temp" command, any @@ -1263,7 +1263,7 @@ when using constraints with the minimizer, fixes are applied when atoms move except for the following fixes associated with temperature control are not allowed (rescale, hoover/drag, langevin) -the minimizer does not invoke the "fix style shake" contraints on +the minimizer does not invoke the "fix style shake" constraints on bond lengths the minimizer does not invoke pressure control or volume control settings for good convergence, should specify use of smooth nonbond force fields @@ -1566,7 +1566,7 @@ mesh dimensions that are power-of-two are fastest for FFTs, but any sizes can be used that are supported by native machine libraries this command is optional - if not used, a default mesh size will be chosen to satisfy accuracy criterion - if used, the - specifed mesh size will override the default + specified mesh size will override the default </PRE> <HR> <H3> @@ -1788,7 +1788,7 @@ if the style is 2, restart information will be written alternately to files when the minimizer is invoked this command means create a restart file at the end of the minimization with the filename filename.timestep.min a restart file stores atom and force-field information in binary form -allows program to restart from where it left off (see "read restart" commmand) +allows program to restart from where it left off (see "read restart" command) Default = 0 </PRE> diff --git a/doc/src/99/basics.html b/doc/src/99/basics.html index a9a9cb4a8ddc021827d84d4e66ccdcf4dc58ec83..b6236f4bf9f68c78a77e0da4e2b40f48e470f336 100644 --- a/doc/src/99/basics.html +++ b/doc/src/99/basics.html @@ -167,7 +167,7 @@ tool on the small-system data file.</P> <P> (6) flow</P> <P> -2-d flow of Lennard-Jones atoms in a channel using various contraint +2-d flow of Lennard-Jones atoms in a channel using various constraint options.</P> <P> (7) polymer</P> @@ -201,7 +201,7 @@ The tools directory also has a F77 program called setup_chain.f (compile and link with print.c) which can be used to generate random initial polymer configurations for bead-spring models like those used in examples/polymer. It uses an input polymer definition file (see -examples/polymer for two sample def files) that specfies how many +examples/polymer for two sample def files) that specifies how many chains of what length, a random number seed, etc.</P> </BODY> </HTML> diff --git a/doc/src/99/crib.html b/doc/src/99/crib.html index 0944980b17a081693c9e1b73a97137b6e6c154c2..80d64d370314ed1ddc1c5d4d47c09317480c6bb3 100755 --- a/doc/src/99/crib.html +++ b/doc/src/99/crib.html @@ -40,7 +40,7 @@ Note: this file is somewhat out-of-date for LAMMPS 99.</P> <LI> maxtype = max # of atom types <LI> - maxbond = max # of bonds to compute on one procesor + maxbond = max # of bonds to compute on one processor <LI> maxangle = max # of angles to compute on one processor <LI> diff --git a/doc/src/99/input_commands.html b/doc/src/99/input_commands.html index b90402715376a1e83f0af349496f6b7badb048f6..baea02b5c2cebe620f9ec2083ae5540e214a2ef0 100644 --- a/doc/src/99/input_commands.html +++ b/doc/src/99/input_commands.html @@ -294,7 +294,7 @@ assign a group of atoms to a particular constraint use appropriate number of coeffs for a particular style the constraint itself is defined by the "fix style" command multiple groups of atoms can be assigned to the same constraint -an atom can be assigned to multiple constraints, the contraints will be +an atom can be assigned to multiple constraints, the constraints will be applied in the reverse order they are assigned to that atom (e.g. each timestep, the last fix assigned to an atom will be applied to it first, then the next-to-last applied second, etc) @@ -477,7 +477,7 @@ coeffs: types remainder no other parameters required -used with "create temp" commmand to initialize velocities of atoms +used with "create temp" command to initialize velocities of atoms by default, the "create temp" command initializes the velocities of all atoms, this command limits the initialization to a group of atoms this command is only in force for the next "create temp" command, any @@ -1124,7 +1124,7 @@ mesh dimensions that are power-of-two are fastest for FFTs, but any size can be used that are supported by native machine libraries this command is optional - if not used, a default mesh size will be chosen to satisfy accuracy criterion - if used, the - specifed mesh size will override the default + specified mesh size will override the default Default = none </PRE> @@ -1343,7 +1343,7 @@ value of 0 means never create one program will toggle between 2 filenames as the run progresses so always have at least one good file even if the program dies in mid-write restart file stores atom positions and velocities in binary form -allows program to restart from where it left off (see "read restart" commmand) +allows program to restart from where it left off (see "read restart" command) Default = 0 </PRE> diff --git a/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg b/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d37ff25be9752bf72a84ce9001d9cacd09a4f51 Binary files /dev/null and b/doc/src/Eqs/pair_kolmogorov_crespi_z.jpg differ diff --git a/doc/src/Eqs/pair_kolmogorov_crespi_z.tex b/doc/src/Eqs/pair_kolmogorov_crespi_z.tex new file mode 100644 index 0000000000000000000000000000000000000000..fb7ebf8dc4c3d38ab23ad25017983e6bdbb71687 --- /dev/null +++ b/doc/src/Eqs/pair_kolmogorov_crespi_z.tex @@ -0,0 +1,13 @@ +\documentclass[12pt]{article} +\thispagestyle{empty} + +\begin{document} + +\begin{eqnarray*} + E & = & \frac{1}{2} \sum_i \sum_{j \neq i} V_{ij} \\ + V_{ij} & = & e^{-\lambda(r_{ij} -z_0}) \left[ C + f(\rho_{ij}) + f(\rho_{ji}) \right] - A \left( \frac{r_{ij}}{z_0}\right)^{-6} + A \left( \frac{\textrm{cutoff}}{z_0}\right)^{-6} \\ + \rho_{ij}^2 = \rho_{ji}^2 & = & x_{ij}^2 + y_{ij}^2 ~\hspace{2cm} (\mathbf{n_i}\equiv\hat \mathbf{z})\\ + f(\rho) & = & e^{-(\rho/\delta)^2} \sum_{n=0}^2 C_{2n} \left( \rho/\delta \right) ^{2n} +\end{eqnarray*} + +\end{document} diff --git a/doc/src/Manual.txt b/doc/src/Manual.txt index 1da854c483dc9184cc77f33aa07e31c4073572ec..bb7a1452bc2e97349512f8015adb142cabb08f01 100644 --- a/doc/src/Manual.txt +++ b/doc/src/Manual.txt @@ -1,7 +1,7 @@ <!-- HTML_ONLY --> <HEAD> <TITLE>LAMMPS Users Manual</TITLE> -<META NAME="docnumber" CONTENT="21 Feb 2017 version"> +<META NAME="docnumber" CONTENT="10 Mar 2017 version"> <META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories"> <META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License."> </HEAD> @@ -21,7 +21,7 @@ <H1></H1> LAMMPS Documentation :c,h3 -21 Feb 2017 version :c,h4 +10 Mar 2017 version :c,h4 Version info: :h4 diff --git a/doc/src/PDF/colvars-refman-lammps.pdf b/doc/src/PDF/colvars-refman-lammps.pdf index 5b776defca36759dadaaabebcc6df409000d52cd..37201275fe4b4efa0da77afbb72e6c55a127c042 100644 Binary files a/doc/src/PDF/colvars-refman-lammps.pdf and b/doc/src/PDF/colvars-refman-lammps.pdf differ diff --git a/doc/src/Section_commands.txt b/doc/src/Section_commands.txt index c36c961de3706f9cff0ad9d7ecd4c262425aeac3..6e526dcb51e9dee30e79017ebb2056f934f933fd 100644 --- a/doc/src/Section_commands.txt +++ b/doc/src/Section_commands.txt @@ -281,12 +281,12 @@ the "minimize"_minimize.html command. A parallel tempering 3.4 Commands listed by category :link(cmd_4),h4 -This section lists all LAMMPS commands, grouped by category. The -"next section"_#cmd_5 lists the same commands alphabetically. The +This section lists core LAMMPS commands, grouped by category. +The "next section"_#cmd_5 lists all commands alphabetically. The next section also includes (long) lists of style options for entries that appear in the following categories as a single command (fix, compute, pair, etc). Commands that are added by user packages are not -included in these categories, but they are in the next section. +included in the categories here, but they are in the next section. Initialization: @@ -361,7 +361,7 @@ Settings: "timer"_timer.html, "timestep"_timestep.html -Operations within timestepping (fixes) and diagnositics (computes): +Operations within timestepping (fixes) and diagnostics (computes): "compute"_compute.html, "compute_modify"_compute_modify.html, @@ -1016,6 +1016,7 @@ package"_Section_start.html#start_3. "eff/cut"_pair_eff.html, "exp6/rx"_pair_exp6_rx.html, "gauss/cut"_pair_gauss.html, +"kolmogorov/crespi/z"_pair_kolmogorov_crespi_z.html, "lennard/mdf"_pair_mdf.html, "list"_pair_list.html, "lj/charmm/coul/long/soft (o)"_pair_charmm.html, @@ -1091,7 +1092,7 @@ package"_Section_start.html#start_3. "harmonic/shift (o)"_bond_harmonic_shift.html, "harmonic/shift/cut (o)"_bond_harmonic_shift_cut.html, -"oxdna/fene"_bond_oxdna_fene.html :tb(c=4,ea=c) +"oxdna/fene"_bond_oxdna.html :tb(c=4,ea=c) :line diff --git a/doc/src/Section_errors.txt b/doc/src/Section_errors.txt index f2ef9863940ad49c369a8d8783b4c26abf652606..832c5718ab6bc738c82959da47c856f598a296ed 100644 --- a/doc/src/Section_errors.txt +++ b/doc/src/Section_errors.txt @@ -574,11 +574,11 @@ group of atoms correctly. :dd {Bad quadratic solve for particle/line collision} :dt -This is an internal error. It should nornally not occur. :dd +This is an internal error. It should normally not occur. :dd {Bad quadratic solve for particle/tri collision} :dt -This is an internal error. It should nornally not occur. :dd +This is an internal error. It should normally not occur. :dd {Bad real space Coulomb cutoff in fix tune/kspace} :dt @@ -912,7 +912,7 @@ Atoms can not be added afterwards to this fix option. :dd {Cannot append atoms to a triclinic box} :dt -The simulation box must be defined with edges alligned with the +The simulation box must be defined with edges aligned with the Cartesian axes. :dd {Cannot balance in z dimension for 2d simulation} :dt @@ -992,7 +992,7 @@ file. :dd LAMMPS failed to compute an initial guess for the PPPM_disp g_ewald_6 factor that partitions the computation between real space and k-space -for Disptersion interactions. :dd +for Dispersion interactions. :dd {Cannot create an atom map unless atoms have IDs} :dt @@ -1327,7 +1327,7 @@ Self-explanatory. :dd This file is created when you use some LAMMPS features, to indicate what paper you should cite on behalf of those who implemented -the feature. Check that you have write priveleges into the directory +the feature. Check that you have write privileges into the directory you are running in. :dd {Cannot open log.lammps for writing} :dt @@ -2005,7 +2005,7 @@ Self-explanatory. :dd {Cannot use fix reax/bonds without pair_style reax} :dt -Self-explantory. :dd +Self-explanatory. :dd {Cannot use fix rigid npt/nph and fix deform on same component of stress tensor} :dt @@ -2088,7 +2088,7 @@ Self-explanatory. :dd {Cannot use lines with fix srd unless overlap is set} :dt -This is because line segements are connected to each other. :dd +This is because line segments are connected to each other. :dd {Cannot use multiple fix wall commands with pair brownian} :dt @@ -2131,7 +2131,7 @@ Self-explanatory. :dd {Cannot use newton pair with born/gpu pair style} :dt -Self-explantory. :dd +Self-explanatory. :dd {Cannot use newton pair with buck/coul/cut/gpu pair style} :dt @@ -2291,7 +2291,7 @@ Self-explanatory. :dd {Cannot use newton pair with zbl/gpu pair style} :dt -Self-explantory. :dd +Self-explanatory. :dd {Cannot use non-zero forces in an energy minimization} :dt @@ -2641,11 +2641,11 @@ uses a pairwise neighbor list. :dd {Compute chunk/atom bin/cylinder radius is too large for periodic box} :dt -Radius cannot be bigger than 1/2 of a non-axis periodic dimention. :dd +Radius cannot be bigger than 1/2 of a non-axis periodic dimension. :dd {Compute chunk/atom bin/sphere radius is too large for periodic box} :dt -Radius cannot be bigger than 1/2 of any periodic dimention. :dd +Radius cannot be bigger than 1/2 of any periodic dimension. :dd {Compute chunk/atom compute array is accessed out-of-range} :dt @@ -2706,15 +2706,15 @@ It will only store IDs if its compress option is enabled. :dd {Compute chunk/atom stores no coord1 for compute property/chunk} :dt -Only certain binning options for comptue chunk/atom store coordinates. :dd +Only certain binning options for compute chunk/atom store coordinates. :dd {Compute chunk/atom stores no coord2 for compute property/chunk} :dt -Only certain binning options for comptue chunk/atom store coordinates. :dd +Only certain binning options for compute chunk/atom store coordinates. :dd {Compute chunk/atom stores no coord3 for compute property/chunk} :dt -Only certain binning options for comptue chunk/atom store coordinates. :dd +Only certain binning options for compute chunk/atom store coordinates. :dd {Compute chunk/atom variable is not atom-style variable} :dt @@ -2735,11 +2735,11 @@ is used to find clusters. :dd {Compute cna/atom cutoff is longer than pairwise cutoff} :dt -Self-explantory. :dd +Self-explanatory. :dd {Compute cna/atom requires a pair style be defined} :dt -Self-explantory. :dd +Self-explanatory. :dd {Compute com/chunk does not use chunk/atom compute} :dt @@ -2747,7 +2747,7 @@ The style of the specified compute is not chunk/atom. :dd {Compute contact/atom requires a pair style be defined} :dt -Self-explantory. :dd +Self-explanatory. :dd {Compute contact/atom requires atom style sphere} :dt @@ -2760,7 +2760,7 @@ since those atoms are not in the neighbor list. :dd {Compute coord/atom requires a pair style be defined} :dt -Self-explantory. :dd +Self-explanatory. :dd {Compute damage/atom requires peridynamic potential} :dt @@ -2790,7 +2790,7 @@ Self-explanatory. :dd {Compute erotate/asphere requires extended particles} :dt -This compute cannot be used with point paritlces. :dd +This compute cannot be used with point particles. :dd {Compute erotate/rigid with non-rigid fix-ID} :dt @@ -2835,7 +2835,7 @@ Cannot compute order parameter beyond cutoff. :dd {Compute hexorder/atom requires a pair style be defined} :dt -Self-explantory. :dd +Self-explanatory. :dd {Compute improper/local used when impropers are not allowed} :dt @@ -2881,11 +2881,11 @@ Cannot compute order parameter beyond cutoff. :dd {Compute orientorder/atom requires a pair style be defined} :dt -Self-explantory. :dd +Self-explanatory. :dd {Compute pair must use group all} :dt -Pair styles accumlate energy on all atoms. :dd +Pair styles accumulate energy on all atoms. :dd {Compute pe must use group all} :dt @@ -2935,7 +2935,7 @@ The style of the specified compute is not chunk/atom. :dd {Compute property/local cannot use these inputs together} :dt Only inputs that generate the same number of datums can be used -togther. E.g. bond and angle quantities cannot be mixed. :dd +together. E.g. bond and angle quantities cannot be mixed. :dd {Compute property/local does not (yet) work with atom_style template} :dt @@ -3079,7 +3079,7 @@ Self-explanatory. :dd {Compute temp/asphere requires extended particles} :dt -This compute cannot be used with point paritlces. :dd +This compute cannot be used with point particles. :dd {Compute temp/body requires atom style body} :dt @@ -3524,12 +3524,12 @@ path and name are correct. :dd {Could not process Python file} :dt -The Python code in the specified file was not run sucessfully by +The Python code in the specified file was not run successfully by Python, probably due to errors in the Python code. :dd {Could not process Python string} :dt -The Python code in the here string was not run sucessfully by Python, +The Python code in the here string was not run successfully by Python, probably due to errors in the Python code. :dd {Coulomb PPPMDisp order has been reduced below minorder} :dt @@ -3638,7 +3638,7 @@ Self-explanatory. :dd {Cutoffs missing in pair_style buck/long/coul/long} :dt -Self-exlanatory. :dd +Self-explanatory. :dd {Cutoffs missing in pair_style lj/long/coul/long} :dt @@ -4385,7 +4385,7 @@ Self-explanatory. :dd {Fix ave/chunk does not use chunk/atom compute} :dt -The specified conpute is not for a compute chunk/atom command. :dd +The specified compute is not for a compute chunk/atom command. :dd {Fix ave/chunk fix does not calculate a per-atom array} :dt @@ -4617,11 +4617,11 @@ An index for the array is out of bounds. :dd {Fix ave/time compute does not calculate a scalar} :dt -Self-explantory. :dd +Self-explanatory. :dd {Fix ave/time compute does not calculate a vector} :dt -Self-explantory. :dd +Self-explanatory. :dd {Fix ave/time compute does not calculate an array} :dt @@ -4970,7 +4970,7 @@ Self-explanatory. :dd {Fix langevin angmom requires extended particles} :dt -This fix option cannot be used with point paritlces. :dd +This fix option cannot be used with point particles. :dd {Fix langevin omega is not yet implemented with kokkos} :dt @@ -6171,7 +6171,7 @@ map command will force an atom map to be created. :dd {Initial temperatures not all set in fix ttm} :dt -Self-explantory. :dd +Self-explanatory. :dd {Input line quote not followed by whitespace} :dt @@ -6199,7 +6199,7 @@ Eigensolve for rigid body was not sufficiently accurate. :dd {Insufficient Jacobi rotations for triangle} :dt -The calculation of the intertia tensor of the triangle failed. This +The calculation of the inertia tensor of the triangle failed. This should not happen if it is a reasonably shaped triangle. :dd {Insufficient memory on accelerator} :dt @@ -6463,15 +6463,15 @@ Self-explanatory. :dd {Invalid attribute in dump custom command} :dt -Self-explantory. :dd +Self-explanatory. :dd {Invalid attribute in dump local command} :dt -Self-explantory. :dd +Self-explanatory. :dd {Invalid attribute in dump modify command} :dt -Self-explantory. :dd +Self-explanatory. :dd {Invalid basis setting in create_atoms command} :dt @@ -6737,7 +6737,7 @@ or cause multiple files to be written. :dd Filenames used with the dump xyz style cannot be binary or cause files to be written by each processor. :dd -{Invalid dump_modify threshhold operator} :dt +{Invalid dump_modify threshold operator} :dt Operator keyword used for threshold specification in not recognized. :dd @@ -6751,7 +6751,7 @@ The fix is not recognized. :dd {Invalid fix ave/time off column} :dt -Self-explantory. :dd +Self-explanatory. :dd {Invalid fix box/relax command for a 2d simulation} :dt @@ -7313,7 +7313,7 @@ Self-explanatory. Check the input script or data file. :dd {LJ6 off not supported in pair_style buck/long/coul/long} :dt -Self-exlanatory. :dd +Self-explanatory. :dd {Label wasn't found in input script} :dt @@ -7361,7 +7361,7 @@ This should not occur. Report the problem to the developers. :dd Lost atoms are checked for each time thermo output is done. See the thermo_modify lost command for options. Lost atoms usually indicate bad dynamics, e.g. atoms have been blown far out of the simulation -box, or moved futher than one processor's sub-domain away before +box, or moved further than one processor's sub-domain away before reneighboring. :dd {MEAM library error %d} :dt @@ -7526,7 +7526,7 @@ Self-explanatory. :dd {Molecule template ID for create_atoms does not exist} :dt -Self-explantory. :dd +Self-explanatory. :dd {Molecule template ID for fix deposit does not exist} :dt @@ -7552,7 +7552,7 @@ Self-explanatory. :dd Self-explanatory. :dd -{Molecule toplogy/atom exceeds system topology/atom} :dt +{Molecule topology/atom exceeds system topology/atom} :dt The number of bonds, angles, etc per-atom in the molecule exceeds the system setting. See the create_box command for how to specify these @@ -7792,7 +7792,7 @@ Self-explanatory. :dd {Must use variable energy with fix addforce} :dt -Must define an energy vartiable when applyting a dynamic +Must define an energy variable when applying a dynamic force during minimization. :dd {Must use variable energy with fix efield} :dt @@ -8042,7 +8042,7 @@ Self-explanatory. :dd {Non digit character between brackets in variable} :dt -Self-explantory. :dd +Self-explanatory. :dd {Non integer # of swaps in temper command} :dt @@ -8663,7 +8663,7 @@ not be invoked by bond_style quartic. :dd {Pair style does not support compute group/group} :dt The pair_style does not have a single() function, so it cannot be -invokded by the compute group/group command. :dd +invoked by the compute group/group command. :dd {Pair style does not support compute pair/local} :dt @@ -8948,11 +8948,11 @@ Self-explanatory. :dd {Pair yukawa/colloid requires atom style sphere} :dt -Self-explantory. :dd +Self-explanatory. :dd {Pair yukawa/colloid requires atoms with same type have same radius} :dt -Self-explantory. :dd +Self-explanatory. :dd {Pair yukawa/colloid/gpu requires atom style sphere} :dt @@ -9166,7 +9166,7 @@ Self-explanatory. :dd {Python function evaluation failed} :dt -The Python function did not run succesfully and/or did not return a +The Python function did not run successfully and/or did not return a value (if it is supposed to return a value). This is probably due to some error condition in the function. :dd @@ -10025,7 +10025,7 @@ make sense in between runs. :dd {Threshhold for an atom property that isn't allocated} :dt -A dump threshhold has been requested on a quantity that is +A dump threshold has been requested on a quantity that is not defined by the atom style used in this simulation. :dd {Timestep must be >= 0} :dt @@ -10087,7 +10087,7 @@ to a large size. :dd {Too many atom triplets for pair bop} :dt The number of three atom groups for angle determinations exceeds the -expected number. Check your atomic structrure to ensure that it is +expected number. Check your atomic structure to ensure that it is realistic. :dd {Too many atoms for dump dcd} :dt @@ -10155,7 +10155,7 @@ to a large size. :dd {Too many timesteps} :dt -The cummulative timesteps must fit in a 64-bit integer. :dd +The cumulative timesteps must fit in a 64-bit integer. :dd {Too many timesteps for NEB} :dt @@ -10654,7 +10654,7 @@ Only atom-style variables can be used. :dd {Variable for region cylinder is invalid style} :dt -Only equal-style varaibles are allowed. :dd +Only equal-style variables are allowed. :dd {Variable for region is invalid style} :dt @@ -10666,7 +10666,7 @@ Self-explanatory. :dd {Variable for region sphere is invalid style} :dt -Only equal-style varaibles are allowed. :dd +Only equal-style variables are allowed. :dd {Variable for restart is invalid style} :dt @@ -10707,7 +10707,7 @@ Self-explanatory. :dd {Variable has circular dependency} :dt A circular dependency is when variable "a" in used by variable "b" and -variable "b" is also used by varaible "a". Circular dependencies with +variable "b" is also used by variable "a". Circular dependencies with longer chains of dependence are also not allowed. :dd {Variable name between brackets must be alphanumeric or underscore characters} :dt @@ -10796,7 +10796,7 @@ Self-explanatory. :dd {Variable name for fix deform does not exist} :dt -Self-explantory. :dd +Self-explanatory. :dd {Variable name for fix efield does not exist} :dt @@ -11083,7 +11083,7 @@ for a dihedral) and adding a small amount of stretch. :dd {Both groups in compute group/group have a net charge; the Kspace boundary correction to energy will be non-zero} :dt -Self-explantory. :dd +Self-explanatory. :dd {Calling write_dump before a full system init.} :dt @@ -11414,7 +11414,7 @@ The command options you have used caused atoms to be lost. :dd Lost atoms are checked for each time thermo output is done. See the thermo_modify lost command for options. Lost atoms usually indicate bad dynamics, e.g. atoms have been blown far out of the simulation -box, or moved futher than one processor's sub-domain away before +box, or moved further than one processor's sub-domain away before reneighboring. :dd {MSM mesh too small, increasing to 2 points in each direction} :dt @@ -11452,7 +11452,7 @@ i.e. the first molecule in the template. :dd {Molecule template for fix shake has multiple molecules} :dt -The fix shake command will only recoginze molecules of a single +The fix shake command will only recognize molecules of a single type, i.e. the first molecule in the template. :dd {More than one compute centro/atom} :dt @@ -11537,7 +11537,7 @@ neigh_modify exclude command. :dd If a thermo_style command is used after a thermo_modify command, the settings changed by the thermo_modify command will be reset to their -default values. This is because the thermo_modify commmand acts on +default values. This is because the thermo_modify command acts on the currently defined thermo style, and a thermo_style command creates a new style. :dd @@ -11589,7 +11589,7 @@ This may not be what you intended. :dd {One or more dynamic groups may not be updated at correct point in timestep} :dt -If there are other fixes that act immediately after the intitial stage +If there are other fixes that act immediately after the initial stage of time integration within a timestep (i.e. after atoms move), then the command that sets up the dynamic group should appear after those fixes. This will insure that dynamic group assignments are made @@ -11886,7 +11886,7 @@ Self-explanatory. :dd {Using largest cutoff for buck/long/coul/long} :dt -Self-exlanatory. :dd +Self-explanatory. :dd {Using largest cutoff for lj/long/coul/long} :dt diff --git a/doc/src/Section_history.txt b/doc/src/Section_history.txt index 438284c9da4173b6edbb14e415d362714bd72f86..93e994750683bc4d5682fbd38c19f35478b3ca14 100644 --- a/doc/src/Section_history.txt +++ b/doc/src/Section_history.txt @@ -37,7 +37,7 @@ pitfalls or alternatives. Please see some of the closed issues for examples of how to suggest code enhancements, submit proposed changes, or report -possible bugs and how they are resoved. +possible bugs and how they are resolved. As an alternative to using GitHub, you may e-mail the "core developers"_http://lammps.sandia.gov/authors.html or send diff --git a/doc/src/Section_howto.txt b/doc/src/Section_howto.txt index b69d69614ab5813294e2a8485c1d9e45a637dd5d..8cfbe1c46c9418458f691f19a73101ec1b4aac5e 100644 --- a/doc/src/Section_howto.txt +++ b/doc/src/Section_howto.txt @@ -573,7 +573,7 @@ LJ epsilon of O-O = 0.16275 LJ sigma of O-O = 3.16435 LJ epsilon, sigma of OH, HH = 0.0 :all(b),p -Note that the when using the TIP4P pair style, the neighobr list +Note that the when using the TIP4P pair style, the neighbor list cutoff for Coulomb interactions is effectively extended by a distance 2 * (OM distance), to account for the offset distance of the fictitious charges on O atoms in water molecules. Thus it is @@ -618,7 +618,7 @@ any of the parameters above, though it becomes a different model in that mode of usage. The SPC/E (extended) water model is the same, except -the partial charge assignemnts change: +the partial charge assignments change: O charge = -0.8476 H charge = 0.4238 :all(b),p @@ -863,7 +863,7 @@ boundary conditions in specific dimensions. See the command doc pages for details. The 9 parameters (xlo,xhi,ylo,yhi,zlo,zhi,xy,xz,yz) are defined at the -time the simluation box is created. This happens in one of 3 ways. +time the simulation box is created. This happens in one of 3 ways. If the "create_box"_create_box.html command is used with a region of style {prism}, then a triclinic box is setup. See the "region"_region.html command for details. If the @@ -982,10 +982,10 @@ used with non-orthogonal basis vectors to define a lattice that will tile a triclinic simulation box via the "create_atoms"_create_atoms.html command. -A second use is to run Parinello-Rahman dyanamics via the "fix +A second use is to run Parinello-Rahman dynamics via the "fix npt"_fix_nh.html command, which will adjust the xy, xz, yz tilt factors to compensate for off-diagonal components of the pressure -tensor. The analalog for an "energy minimization"_minimize.html is +tensor. The analog for an "energy minimization"_minimize.html is the "fix box/relax"_fix_box_relax.html command. A third use is to shear a bulk solid to study the response of the @@ -1392,7 +1392,7 @@ custom"_dump.html command. There is also a "dump local"_dump.html format where the user specifies what local values to output. A pre-defined index keyword can be -specified to enumuerate the local values. Two additional kinds of +specified to enumerate the local values. Two additional kinds of keywords can also be specified (c_ID, f_ID), where a "compute"_compute.html or "fix"_fix.html or "variable"_variable.html provides the values to be output. In each case, the compute or fix @@ -1525,7 +1525,7 @@ Variables that generate values to output :h5,link(variable) "Variables"_variable.html defined in an input script can store one or more strings. But equal-style, vector-style, and atom-style or atomfile-style variables generate a global scalar value, global vector -or values, or a per-atom vector, resepctively, when accessed. The +or values, or a per-atom vector, respectively, when accessed. The formulas used to define these variables can contain references to the thermodynamic keywords and to global and per-atom data generated by computes, fixes, and other variables. The values generated by @@ -1585,7 +1585,7 @@ Temperature is computed as kinetic energy divided by some number of degrees of freedom (and the Boltzmann constant). Since kinetic energy is a function of particle velocity, there is often a need to distinguish between a particle's advection velocity (due to some -aggregate motiion of particles) and its thermal velocity. The sum of +aggregate motion of particles) and its thermal velocity. The sum of the two is the particle's total velocity, but the latter is often what is wanted to compute a temperature. @@ -1640,14 +1640,14 @@ nvt/asphere"_fix_nvt_asphere.html thermostat not only translation velocities but also rotational velocities for spherical and aspherical particles. -DPD thermostatting alters pairwise interactions in a manner analagous +DPD thermostatting alters pairwise interactions in a manner analogous to the per-particle thermostatting of "fix langevin"_fix_langevin.html. Any of the thermostatting fixes can use temperature computes that remove bias which has two effects. First, the current calculated temperature, which is compared to the requested target temperature, is -caluclated with the velocity bias removed. Second, the thermostat +calculated with the velocity bias removed. Second, the thermostat adjusts only the thermal temperature component of the particle's velocities, which are the velocities with the bias removed. The removed bias is then added back to the adjusted velocities. See the @@ -1888,7 +1888,7 @@ instances of LAMMPS to perform different calculations. The lammps_open_no_mpi() function is similar except that no MPI communicator is passed from the caller. Instead, MPI_COMM_WORLD is -used to instantiate LAMMPS, and MPI is initialzed if necessary. +used to instantiate LAMMPS, and MPI is initialized if necessary. The lammps_close() function is used to shut down an instance of LAMMPS and free all its memory. @@ -1976,7 +1976,7 @@ The lammps_get_natoms() function returns the total number of atoms in the system and can be used by the caller to allocate space for the lammps_gather_atoms() and lammps_scatter_atoms() functions. The gather function collects atom info of the requested type (atom coords, -types, forces, etc) from all procsesors, orders them by atom ID, and +types, forces, etc) from all processors, orders them by atom ID, and returns a full list to each calling processor. The scatter function does the inverse. It distributes the same kinds of values, passed by the caller, to each atom owned by individual processors. @@ -2013,7 +2013,7 @@ a simple Lennard-Jones fluid model. Also, see "this section"_Section_howto.html#howto_21 of the manual for an analogous discussion for viscosity. -The thermal conducitivity tensor kappa is a measure of the propensity +The thermal conductivity tensor kappa is a measure of the propensity of a material to transmit heat energy in a diffusive manner as given by Fourier's law @@ -2099,7 +2099,7 @@ and grad(Vstream) is the spatial gradient of the velocity of the fluid moving in another direction, normal to the area through which the momentum flows. Viscosity thus has units of pressure-time. -The first method is to perform a non-equlibrium MD (NEMD) simulation +The first method is to perform a non-equilibrium MD (NEMD) simulation by shearing the simulation box via the "fix deform"_fix_deform.html command, and using the "fix nvt/sllod"_fix_nvt_sllod.html command to thermostat the fluid via the SLLOD equations of motion. @@ -2125,7 +2125,7 @@ the rNEMD algorithm of Muller-Plathe. Momentum in one dimension is swapped between atoms in two different layers of the simulation box in a different dimension. This induces a velocity gradient which can be monitored with the "fix ave/chunk"_fix_ave_chunk.html command. -The fix tallies the cummulative momentum transfer that it performs. +The fix tallies the cumulative momentum transfer that it performs. See the "fix viscosity"_fix_viscosity.html command for details. The fourth method is based on the Green-Kubo (GK) formula which @@ -2268,7 +2268,7 @@ atoms with same local defect structure | chunk ID = output of "compute centro/at Note that chunk IDs are integer values, so for atom properties or computes that produce a floating point value, they will be truncated to an integer. You could also use the compute in a variable that -scales the floating point value to spread it across multiple intergers. +scales the floating point value to spread it across multiple integers. Spatial bins can be of various kinds, e.g. 1d bins = slabs, 2d bins = pencils, 3d bins = boxes, spherical bins, cylindrical bins. @@ -2353,7 +2353,7 @@ largest cluster or fastest diffusing molecule. :l Example calculations with chunks :h5 -Here are eaxmples using chunk commands to calculate various +Here are examples using chunk commands to calculate various properties: (1) Average velocity in each of 1000 2d spatial bins: @@ -2424,7 +2424,7 @@ which both have their up- and downsides. The first approach is to set desired real-space an kspace accuracies via the {kspace_modify force/disp/real} and {kspace_modify force/disp/kspace} commands. Note that the accuracies have to be -specified in force units and are thus dependend on the chosen unit +specified in force units and are thus dependent on the chosen unit settings. For real units, 0.0001 and 0.002 seem to provide reasonable accurate and efficient computations for the real-space and kspace accuracies. 0.002 and 0.05 work well for most systems using lj @@ -2444,7 +2444,7 @@ performance. This approach provides a fast initialization of the simulation. However, it is sensitive to errors: A combination of parameters that will perform well for one system might result in far-from-optimal conditions for other simulations. For example, -parametes that provide accurate and fast computations for +parameters that provide accurate and fast computations for all-atomistic force fields can provide insufficient accuracy or united-atomistic force fields (which is related to that the latter typically have larger dispersion coefficients). @@ -2478,7 +2478,7 @@ arithmetic mixing rule substantially increases the computational cost. The computational overhead can be reduced using the {kspace_modify mix/disp geom} and {kspace_modify splittol} commands. The first command simply enforces geometric mixing of the dispersion -coeffiecients in kspace computations. This introduces some error in +coefficients in kspace computations. This introduces some error in the computations but will also significantly speed-up the simulations. The second keyword sets the accuracy with which the dispersion coefficients are approximated using a matrix factorization @@ -2497,7 +2497,7 @@ to specify this command explicitly. 6.25 Polarizable models :link(howto_25),h4 In polarizable force fields the charge distributions in molecules and -materials respond to their electrostatic environements. Polarizable +materials respond to their electrostatic environments. Polarizable systems can be simulated in LAMMPS using three methods: the fluctuating charge method, implemented in the "QEQ"_fix_qeq.html @@ -2551,7 +2551,7 @@ this is done by "fix qeq/dynamic"_fix_qeq.html, and for the charge-on-spring models by the methods outlined in the next two sections. The assignment of masses to the additional degrees of freedom can lead to unphysical trajectories if care is not exerted in -choosing the parameters of the poarizable models and the simulation +choosing the parameters of the polarizable models and the simulation conditions. In the core-shell model the vibration of the shells is kept faster @@ -2727,18 +2727,18 @@ If "compute temp/cs"_compute_temp_cs.html is used, the decoupled relative motion of the core and the shell should in theory be stable. However numerical fluctuation can introduce a small momentum to the system, which is noticable over long trajectories. -Therefore it is recomendable to use the "fix +Therefore it is recommendable to use the "fix momentum"_fix_momentum.html command in combination with "compute temp/cs"_compute_temp_cs.html when equilibrating the system to prevent any drift. -When intializing the velocities of a system with core/shell pairs, it +When initializing the velocities of a system with core/shell pairs, it is also desirable to not introduce energy into the relative motion of the core/shell particles, but only assign a center-of-mass velocity to the pairs. This can be done by using the {bias} keyword of the "velocity create"_velocity.html command and assigning the "compute temp/cs"_compute_temp_cs.html command to the {temp} keyword of the -"velocity"_velocity.html commmand, e.g. +"velocity"_velocity.html command, e.g. velocity all create 1427 134 bias yes temp CSequ velocity all scale 1427 temp CSequ :pre @@ -2808,7 +2808,7 @@ CS-Info # header of additional section :pre 6.27 Drude induced dipoles :link(howto_27),h4 The thermalized Drude model, similarly to the "core-shell"_#howto_26 -model, representes induced dipoles by a pair of charges (the core atom +model, represents induced dipoles by a pair of charges (the core atom and the Drude particle) connected by a harmonic spring. The Drude model has a number of features aimed at its use in molecular systems ("Lamoureux and Roux"_#howto-Lamoureux): diff --git a/doc/src/Section_modify.txt b/doc/src/Section_modify.txt index 228c7199fd30e58c549f7dbe671aac2cca73d132..7d1fe03d0171e10990b711915bfb837abb1e4197 100644 --- a/doc/src/Section_modify.txt +++ b/doc/src/Section_modify.txt @@ -159,17 +159,17 @@ pack_comm_vel: add velocity info to communication buffer (required) pack_comm_hybrid: store extra info unique to this atom style (optional) unpack_comm: retrieve an atom's info from the buffer (required) unpack_comm_vel: also retrieve velocity info (required) -unpack_comm_hybrid: retreive extra info unique to this atom style (optional) +unpack_comm_hybrid: retrieve extra info unique to this atom style (optional) pack_reverse: store an atom's info in a buffer communicating partial forces (required) pack_reverse_hybrid: store extra info unique to this atom style (optional) unpack_reverse: retrieve an atom's info from the buffer (required) -unpack_reverse_hybrid: retreive extra info unique to this atom style (optional) +unpack_reverse_hybrid: retrieve extra info unique to this atom style (optional) pack_border: store an atom's info in a buffer communicated on neighbor re-builds (required) pack_border_vel: add velocity info to buffer (required) pack_border_hybrid: store extra info unique to this atom style (optional) unpack_border: retrieve an atom's info from the buffer (required) unpack_border_vel: also retrieve velocity info (required) -unpack_border_hybrid: retreive extra info unique to this atom style (optional) +unpack_border_hybrid: retrieve extra info unique to this atom style (optional) pack_exchange: store all an atom's info to migrate to another processor (required) unpack_exchange: retrieve an atom's info from the buffer (required) size_restart: number of restart quantities associated with proc's atoms (required) @@ -369,7 +369,7 @@ pre_force_respa: same as pre_force, but for rRESPA (optional) post_force_respa: same as post_force, but for rRESPA (optional) final_integrate_respa: same as final_integrate, but for rRESPA (optional) min_pre_force: called after pair & molecular forces are computed in minimizer (optional) -min_post_force: called after pair & molecular forces are computed and communicated in minmizer (optional) +min_post_force: called after pair & molecular forces are computed and communicated in minimizer (optional) min_store: store extra data for linesearch based minimization on a LIFO stack (optional) min_pushstore: push the minimization LIFO stack one element down (optional) min_popstore: pop the minimization LIFO stack one element up (optional) @@ -517,7 +517,7 @@ class. See region.h for details. inside: determine whether a point is in the region surface_interior: determine if a point is within a cutoff distance inside of surc surface_exterior: determine if a point is within a cutoff distance outside of surf -shape_update : change region shape if set by time-depedent variable :tb(s=:) +shape_update : change region shape if set by time-dependent variable :tb(s=:) :line @@ -601,16 +601,16 @@ Adding keywords for the "thermo_style custom"_thermo_style.html command "here"_Section_modify.html#mod_13 on this page. Adding a new math function of one or two arguments can be done by -editing one section of the Variable::evaulate() method. Search for +editing one section of the Variable::evaluate() method. Search for the word "customize" to find the appropriate location. Adding a new group function can be done by editing one section of the -Variable::evaulate() method. Search for the word "customize" to find +Variable::evaluate() method. Search for the word "customize" to find the appropriate location. You may need to add a new method to the Group class as well (see the group.cpp file). Accessing a new atom-based vector can be done by editing one section -of the Variable::evaulate() method. Search for the word "customize" +of the Variable::evaluate() method. Search for the word "customize" to find the appropriate location. Adding new "compute styles"_compute.html (whose calculated values can @@ -740,7 +740,7 @@ entry to add to the USER-MISC/README file in that dir, along with the contribute several individual features. :l If you want your contribution to be added as a user-contribution and -it is several related featues, it is probably best to make it a user +it is several related features, it is probably best to make it a user package directory with a name like USER-FOO. In addition to your new files, the directory should contain a README text file. The README should contain your name and contact information and a brief @@ -785,10 +785,10 @@ file for how to format the cite itself. The "Restrictions" section of the doc page should indicate that your command is only available if LAMMPS is built with the appropriate USER-MISC or USER-FOO package. See other user package doc files for examples of how to do this. The -prerequiste for building the HTML format files are Python 3.x and +prerequisite for building the HTML format files are Python 3.x and virtualenv, the requirement for generating the PDF format manual is the "htmldoc"_http://www.htmldoc.org/ software. Please run at least -"make html" and carefully inspect and proofread the resuling HTML format +"make html" and carefully inspect and proofread the resulting HTML format doc page before submitting your code. :l For a new package (or even a single command) you should include one or diff --git a/doc/src/Section_packages.txt b/doc/src/Section_packages.txt index b9b96d66ade7a9a7f4396a2453d6d41af3eb187b..e6a0132e2cd9d30aa957f9b867a34e766b4e4a45 100644 --- a/doc/src/Section_packages.txt +++ b/doc/src/Section_packages.txt @@ -94,7 +94,7 @@ Package, Description, Author(s), Doc page, Example, Library :tb(ea=c) The "Authors" column lists a name(s) if a specific person is -responible for creating and maintaining the package. +responsible for creating and maintaining the package. (1) The COLLOID package includes Fast Lubrication Dynamics pair styles which were created by Amit Kumar and Michael Bybee from Jonathan @@ -462,7 +462,7 @@ options you are optimizing for: CPU acceleration via OpenMP, GPU acceleration, or Intel Xeon Phi. (You can build multiple times to create LAMMPS executables for different hardware.) It also requires a C++11 compatible compiler. For GPUs, the NVIDIA "nvcc" compiler is -used, and an appopriate KOKKOS_ARCH setting should be made in your +used, and an appropriate KOKKOS_ARCH setting should be made in your Makefile.machine for your GPU hardware and NVIDIA software. The simplest way to do this is to use Makefile.kokkos_cuda or @@ -955,8 +955,8 @@ multi-replica simulations in LAMMPS. Multi-replica methods included in the package are nudged elastic band (NEB), parallel replica dynamics (PRD), temperature accelerated dynamics (TAD), parallel tempering, and a verlet/split algorithm for performing long-range -Coulombics on one set of processors, and the remainded of the force -field calcalation on another set. +Coulombics on one set of processors, and the remainder of the force +field calculation on another set. To install via make or Make.py: @@ -1176,7 +1176,7 @@ Package, Description, Author(s), Doc page, Example, Pic/movie, Library :link(VMD,http://www.ks.uiuc.edu/Research/vmd) The "Authors" column lists a name(s) if a specific person is -responible for creating and maintaining the package. +responsible for creating and maintaining the package. (1) The ATC package was created by Reese Jones, Jeremy Templeton, and Jon Zimmerman (Sandia). @@ -1295,13 +1295,13 @@ integrators with improved stability. See these doc pages to get started: -"bond_style oxdna_fene"_bond_oxdna_fene.html -"pair_style oxdna_excv"_pair_oxdna_excv.html +"bond_style oxdna/fene"_bond_oxdna.html +"pair_style oxdna/..."_pair_oxdna.html "fix nve/dotc/langevin"_fix_nve_dotc_langevin.html :ul Supporting info: /src/USER-CGDNA/README, "bond_style -oxdna_fene"_bond_oxdna_fene.html, "pair_style -oxdna_excv"_pair_oxdna_excv.html, "fix +oxdna/fene"_bond_oxdna.html, "pair_style +oxdna/..."_pair_oxdna.html, "fix nve/dotc/langevin"_fix_nve_dotc_langevin.html Author: Oliver Henrich at the University of Edinburgh, UK (o.henrich @@ -1778,7 +1778,7 @@ particularly with respect to the charge equilibration calculation. It should also be easier to build and use since there are no complicating issues with Fortran memory allocation or linking to a Fortran library. -For technical details about this implemention of ReaxFF, see +For technical details about this implementation of ReaxFF, see this paper: Parallel and Scalable Reactive Molecular Dynamics: Numerical Methods @@ -1848,7 +1848,7 @@ See this doc page to get started: The persons who created the USER-SMTBQ package are Nicolas Salles, Emile Maras, Olivier Politano, Robert Tetot, who can be contacted at -these email addreses: lammps@u-bourgogne.fr, nsalles@laas.fr. Contact +these email addresses: lammps@u-bourgogne.fr, nsalles@laas.fr. Contact them directly if you have any questions. Examples: examples/USER/smtbq diff --git a/doc/src/Section_perf.txt b/doc/src/Section_perf.txt index 39fe734cce72e6c7b9922a31d647f29e4479c702..0cc79b094333da98aed76917e26cb759e908225e 100644 --- a/doc/src/Section_perf.txt +++ b/doc/src/Section_perf.txt @@ -69,7 +69,7 @@ bench/in.lj input script. For all the benchmarks, a useful metric is the CPU cost per atom per timestep. Since performance scales roughly linearly with problem size -and timesteps for all LAMMPS models (i.e. inteatomic or coarse-grained +and timesteps for all LAMMPS models (i.e. interatomic or coarse-grained potentials), the run time of any problem using the same model (atom style, force field, cutoff, etc) can then be estimated. diff --git a/doc/src/Section_python.txt b/doc/src/Section_python.txt index bd4dfcf538217e7fa6c12ee0e8a6311957f58fa9..50807e2d95011143b05a17d331e004d84ea5264e 100644 --- a/doc/src/Section_python.txt +++ b/doc/src/Section_python.txt @@ -97,7 +97,7 @@ current LAMMPS library interface and how to call them from Python. Section 11.8 gives some examples of coupling LAMMPS to other tools via Python. For example, LAMMPS can easily be coupled to a GUI or other visualization tools that display graphs or animations in real time as -LAMMPS runs. Examples of such scripts are inlcluded in the python +LAMMPS runs. Examples of such scripts are included in the python directory. Two advantages of using Python to run LAMMPS are how concise the @@ -177,7 +177,7 @@ of Python and your machine to successfully build LAMMPS. See the lib/python/README file for more info. If you want to write Python code with callbacks to LAMMPS, then you -must also follow the steps overviewed in the preceeding section (11.1) +must also follow the steps overviewed in the preceding section (11.1) for running LAMMPS from Python. I.e. you must build LAMMPS as a shared library and insure that Python can find the python/lammps.py file and the shared library. @@ -325,7 +325,7 @@ sudo python setup.py install :pre Again, the "sudo" is only needed if required to copy PyPar files into your Python distribution's site-packages directory. -If you have successully installed PyPar, you should be able to run +If you have successfully installed PyPar, you should be able to run Python and type import pypar :pre @@ -369,7 +369,7 @@ user privilege into the user local directory type python setup.py install --user :pre -If you have successully installed mpi4py, you should be able to run +If you have successfully installed mpi4py, you should be able to run Python and type from mpi4py import MPI :pre @@ -610,7 +610,7 @@ lmp = lammps() :pre create an instance of LAMMPS, wrapped in a Python class by the lammps Python module, and return an instance of the Python class as lmp. It -is used to make all subequent calls to the LAMMPS library. +is used to make all subsequent calls to the LAMMPS library. Additional arguments to lammps() can be used to tell Python the name of the shared library to load or to pass arguments to the LAMMPS @@ -662,7 +662,7 @@ or integers (int **) is returned. You need to specify the appropriate data type via the type argument. For extract_compute() and extract_fix(), the global, per-atom, or -local data calulated by the compute or fix can be accessed. What is +local data calculated by the compute or fix can be accessed. What is returned depends on whether the compute or fix calculates a scalar or vector or array. For a scalar, a single double value is returned. If the compute or fix calculates a vector or array, a pointer to the @@ -774,7 +774,7 @@ demo.py, invoke various LAMMPS library interface routines, simple.py, run in parallel, similar to examples/COUPLE/simple/simple.cpp, split.py, same as simple.py but running in parallel on a subset of procs, gui.py, GUI go/stop/temperature-slider to control LAMMPS, -plot.py, real-time temeperature plot with GnuPlot via Pizza.py, +plot.py, real-time temperature plot with GnuPlot via Pizza.py, viz_tool.py, real-time viz via some viz package, vizplotgui_tool.py, combination of viz_tool.py and plot.py and gui.py :tb(c=2) diff --git a/doc/src/Section_start.txt b/doc/src/Section_start.txt index 2146830753cf26d9ceb80acf3cbc18431eb71d7d..47643569e66f38409c9e7534f7dffe37da9de570 100644 --- a/doc/src/Section_start.txt +++ b/doc/src/Section_start.txt @@ -80,7 +80,7 @@ This section has the following sub-sections: Read this first :h5,link(start_2_1) -If you want to avoid building LAMMPS yourself, read the preceeding +If you want to avoid building LAMMPS yourself, read the preceding section about options available for downloading and installing executables. Details are discussed on the "download"_download page. @@ -251,7 +251,7 @@ re-compile, after typing "make clean" (which will describe different clean options). The LMP_INC variable is used to include options that turn on ifdefs -within the LAMMPS code. The options that are currently recogized are: +within the LAMMPS code. The options that are currently recognized are: -DLAMMPS_GZIP -DLAMMPS_JPEG @@ -362,7 +362,7 @@ installed on your platform. If MPI is installed on your system in the usual place (under /usr/local), you also may not need to specify these 3 variables, assuming /usr/local is in your path. On some large parallel machines which use "modules" for their compile/link -environements, you may simply need to include the correct module in +environments, you may simply need to include the correct module in your build environment, before building LAMMPS. Or the parallel machine may have a vendor-provided MPI which the compiler has no trouble finding. @@ -430,7 +430,7 @@ use the KISS library described above. You may also need to set the FFT_INC, FFT_PATH, and FFT_LIB variables, so the compiler and linker can find the needed FFT header and library files. Note that on some large parallel machines which use "modules" -for their compile/link environements, you may simply need to include +for their compile/link environments, you may simply need to include the correct module in your build environment. Or the parallel machine may have a vendor-provided FFT library which the compiler has no trouble finding. @@ -450,7 +450,7 @@ you must also manually specify the correct library, namely -lsfftw or The FFT_INC variable also allows for a -DFFT_SINGLE setting that will use single-precision FFTs with PPPM, which can speed-up long-range -calulations, particularly in parallel or on GPUs. Fourier transform +calculations, particularly in parallel or on GPUs. Fourier transform and related PPPM operations are somewhat insensitive to floating point truncation errors and thus do not always need to be performed in double precision. Using the -DFFT_SINGLE setting trades off a little @@ -682,7 +682,7 @@ various make commands that can be used to manipulate packages. If you use a command in a LAMMPS input script that is part of a package, you must have built LAMMPS with that package, else you will get an error that the style is invalid or the command is unknown. -Every command's doc page specfies if it is part of a package. You can +Every command's doc page specifies if it is part of a package. You can also type lmp_machine -h :pre @@ -1008,7 +1008,7 @@ Instead, it creates src/MAKE/MINE/Makefile.auto, which you can save or rename if desired. Likewise it creates an executable named src/lmp_auto, which you can rename using the -o switch if desired. -The most recently executed Make.py commmand is saved in +The most recently executed Make.py command is saved in src/Make.py.last. You can use the "-r" switch (for redo) to re-invoke the last command, or you can save a sequence of one or more Make.py commands to a file and invoke the file of commands using "-r". You @@ -1064,7 +1064,7 @@ src/MAKE/Makefile.foo and perform the build in the directory Obj_shared_foo. This is so that each file can be compiled with the -fPIC flag which is required for inclusion in a shared library. The build will create the file liblammps_foo.so which another application -can link to dyamically. It will also create a soft link liblammps.so, +can link to dynamically. It will also create a soft link liblammps.so, which will point to the most recently built shared library. This is the file the Python wrapper loads by default. @@ -1416,8 +1416,8 @@ LAMMPS is compiled with CUDA=yes. numa Nm :pre This option is only relevant when using pthreads with hwloc support. -In this case Nm defines the number of NUMA regions (typicaly sockets) -on a node which will be utilizied by a single MPI rank. By default Nm +In this case Nm defines the number of NUMA regions (typically sockets) +on a node which will be utilized by a single MPI rank. By default Nm = 1. If this option is used the total number of worker-threads per MPI rank is threads*numa. Currently it is always almost better to assign at least one MPI rank per NUMA region, and leave numa set to @@ -1481,7 +1481,7 @@ replica runs on on one or a few processors. Note that with MPI installed on a machine (e.g. your desktop), you can run on more (virtual) processors than you have physical processors. -To run multiple independent simulatoins from one input script, using +To run multiple independent simulations from one input script, using multiple partitions, see "Section 6.4"_Section_howto.html#howto_4 of the manual. World- and universe-style "variables"_variable.html are useful in this context. @@ -1760,7 +1760,7 @@ The first section provides a global loop timing summary. The {loop time} is the total wall time for the section. The {Performance} line is provided for convenience to help predicting the number of loop continuations required and for comparing performance with other, -similar MD codes. The {CPU use} line provides the CPU utilzation per +similar MD codes. The {CPU use} line provides the CPU utilization per MPI task; it should be close to 100% times the number of OpenMP threads (or 1 of no OpenMP). Lower numbers correspond to delays due to file I/O or insufficient thread utilization. diff --git a/doc/src/Section_tools.txt b/doc/src/Section_tools.txt index f469390cedad8c225c86dae7725cb4cbad79de11..83fb7a6bcec30936c8f8ad6e09b2998c90a02408 100644 --- a/doc/src/Section_tools.txt +++ b/doc/src/Section_tools.txt @@ -471,7 +471,7 @@ These tools were written by Aidan Thompson at Sandia. restart2data tool :h4,link(restart) NOTE: This tool is now obsolete and is not included in the current -LAMMPS distribution. This is becaues there is now a +LAMMPS distribution. This is because there is now a "write_data"_write_data.html command, which can create a data file from within an input script. Running LAMMPS with the "-r" "command-line switch"_Section_start.html#start_7 as follows: diff --git a/doc/src/USER/atc/man_consistent_fe_initialization.html b/doc/src/USER/atc/man_consistent_fe_initialization.html index 2f3bf4a6cf8a7d9d0f65a3aa3805b6109af12959..f4c33f5076bda70c594aa432904728fdf7b16eae 100644 --- a/doc/src/USER/atc/man_consistent_fe_initialization.html +++ b/doc/src/USER/atc/man_consistent_fe_initialization.html @@ -27,7 +27,7 @@ syntax</a></h2> <p>fix_modify AtC consistent_fe_initialization <on | off></p> <ul> -<li><on|off> = switch to activiate/deactiviate the intial setting of FE intrinsic field to match the projected MD field </li> +<li><on|off> = switch to activiate/deactiviate the initial setting of FE intrinsic field to match the projected MD field </li> </ul> <h2><a class="anchor" id="examples"> examples</a></h2> diff --git a/doc/src/accelerate_intel.txt b/doc/src/accelerate_intel.txt index 088e6db11357f997ee014cec2f719b4cf4cb9391..f7f655a639bf677575b1e03f19b5e9326b2cb2c0 100644 --- a/doc/src/accelerate_intel.txt +++ b/doc/src/accelerate_intel.txt @@ -20,7 +20,7 @@ coprocessors via offloading neighbor list and non-bonded force calculations to the Phi. The same C++ code is used in both cases. When offloading to a coprocessor from a CPU, the same routine is run twice, once on the CPU and once with an offload flag. This allows -LAMMPS to run on the CPU cores and coprocessor cores simulataneously. +LAMMPS to run on the CPU cores and coprocessor cores simultaneously. [Currently Available USER-INTEL Styles:] @@ -115,7 +115,7 @@ coprocessor and an Intel compiler are required. For this, the recommended version of the Intel compiler is 14.0.1.106 or versions 15.0.2.044 and higher. -Although any compiler can be used with the USER-INTEL pacakge, +Although any compiler can be used with the USER-INTEL package, currently, vectorization directives are disabled by default when not using Intel compilers due to lack of standard support and observations of decreased performance. The OpenMP standard now @@ -428,7 +428,7 @@ to the card. This allows for overlap of MPI communication of forces with computation on the coprocessor when the "newton"_newton.html setting is "on". The default is dependent on the style being used, however, better performance may be achieved by setting this option -explictly. +explicitly. When using offload with CPU Hyper-Threading disabled, it may help performance to use fewer MPI tasks and OpenMP threads than available diff --git a/doc/src/accelerate_kokkos.txt b/doc/src/accelerate_kokkos.txt index 3d31344c247a73f6dc2405545e1014e63b628d16..3bfd4bf37902e1429398676532d2ec06fd5f0017 100644 --- a/doc/src/accelerate_kokkos.txt +++ b/doc/src/accelerate_kokkos.txt @@ -217,7 +217,7 @@ best performance its CCFLAGS setting should use -O3 and have a KOKKOS_ARCH setting that matches the compute capability of your NVIDIA hardware and software installation, e.g. KOKKOS_ARCH=Kepler30. Note the minimal required compute capability is 2.0, but this will give -signicantly reduced performance compared to Kepler generation GPUs +significantly reduced performance compared to Kepler generation GPUs with compute capability 3.x. For the LINK setting, "nvcc" should not be used; instead use g++ or another compiler suitable for linking C++ applications. Often you will want to use your MPI compiler wrapper @@ -234,7 +234,7 @@ provides alternative methods via environment variables for binding threads to hardware cores. More info on binding threads to cores is given in "Section 5.3"_Section_accelerate.html#acc_3. -KOKKOS_ARCH=KNC enables compiler switches needed when compling for an +KOKKOS_ARCH=KNC enables compiler switches needed when compiling for an Intel Phi processor. KOKKOS_USE_TPLS=librt enables use of a more accurate timer mechanism @@ -272,7 +272,7 @@ coprocessor support you need to insure there are one or more MPI tasks per coprocessor, and choose the number of coprocessor threads to use per MPI task (via the "-k" command-line switch discussed below). The product of MPI tasks * coprocessor threads/task should not exceed the -maximum number of threads the coproprocessor is designed to run, +maximum number of threads the coprocessor is designed to run, otherwise performance will suffer. This value is 240 for current generation Xeon Phi(TM) chips, which is 60 physical cores * 4 threads/core. Note that with the KOKKOS package you do not need to @@ -333,7 +333,7 @@ device=CUDA are the same. You must still use the "-k on" "command-line switch"_Section_start.html#start_7 to enable the KOKKOS package, and -specify its additional arguments for hardware options appopriate to +specify its additional arguments for hardware options appropriate to your system, as documented above. Use the "suffix kk"_suffix.html command, or you can explicitly add a diff --git a/doc/src/angle_hybrid.txt b/doc/src/angle_hybrid.txt index 8c90e1fd3a53f0ab5d05ced017f7122fecbf75d8..bdd3707ccb80130284817d86a3eec53a698c2a2a 100644 --- a/doc/src/angle_hybrid.txt +++ b/doc/src/angle_hybrid.txt @@ -81,7 +81,7 @@ LAMMPS"_Section_start.html#start_3 section for more info on packages. Unlike other angle styles, the hybrid angle style does not store angle coefficient info for individual sub-styles in a "binary restart -files"_restart.html. Thus when retarting a simulation from a restart +files"_restart.html. Thus when restarting a simulation from a restart file, you need to re-specify angle_coeff commands. [Related commands:] diff --git a/doc/src/atom_modify.txt b/doc/src/atom_modify.txt index 89572c0c726b321e2aa70f77921dc2db9a8d130c..d5c82f16ac951ebd86c3194658bfcc0826c1cb9f 100644 --- a/doc/src/atom_modify.txt +++ b/doc/src/atom_modify.txt @@ -103,7 +103,7 @@ turns off the {first} option. It is OK to use the {first} keyword with a group that has not yet been defined, e.g. to use the atom_modify first command at the beginning of -your input script. LAMMPS does not use the group until a simullation +your input script. LAMMPS does not use the group until a simulation is run. The {sort} keyword turns on a spatial sorting or reordering of atoms @@ -116,7 +116,7 @@ various other factors. As a general rule, sorting is typically more effective at speeding up simulations of liquids as opposed to solids. In tests we have done, the speed-up can range from zero to 3-4x. -Reordering is peformed every {Nfreq} timesteps during a dynamics run +Reordering is performed every {Nfreq} timesteps during a dynamics run or iterations during a minimization. More precisely, reordering occurs at the first reneighboring that occurs after the target timestep. The reordering is performed locally by each processor, @@ -130,7 +130,7 @@ the processor's 1d list of atoms. The goal of this procedure is for atoms to put atoms close to each other in the processor's one-dimensional list of atoms that are also near to each other spatially. This can improve cache performance when -pairwise intereractions and neighbor lists are computed. Note that if +pairwise interactions and neighbor lists are computed. Note that if bins are too small, there will be few atoms/bin. Likewise if bins are too large, there will be many atoms/bin. In both cases, the goal of cache locality will be undermined. @@ -138,7 +138,7 @@ cache locality will be undermined. NOTE: Running a simulation with sorting on versus off should not change the simulation results in a statistical sense. However, a different ordering will induce round-off differences, which will lead -to diverging trajectories over time when comparing two simluations. +to diverging trajectories over time when comparing two simulations. Various commands, particularly those which use random numbers (e.g. "velocity create"_velocity.html, and "fix langevin"_fix_langevin.html), may generate (statistically identical) diff --git a/doc/src/atom_style.txt b/doc/src/atom_style.txt index 9ba817a663b477987c86be89a61be95a23e97984..3d5c0a4f3dab4f955580e3307d24c71170bbe983 100644 --- a/doc/src/atom_style.txt +++ b/doc/src/atom_style.txt @@ -115,7 +115,7 @@ particle. For the {ellipsoid} style, the particles are ellipsoids and each stores a flag which indicates whether it is a finite-size ellipsoid or a point particle. If it is an ellipsoid, it also stores a shape -vector with the 3 diamters of the ellipsoid and a quaternion 4-vector +vector with the 3 diameters of the ellipsoid and a quaternion 4-vector with its orientation. For the {dipole} style, a point dipole is defined for each point @@ -149,7 +149,7 @@ Hydrodynamics. Both fluids and solids can be modeled. Particles store the mass and volume of an integration point, a kernel diameter used for calculating the field variables (e.g. stress and deformation) and a contact radius for calculating repulsive forces which prevent -individual physical bodies from penetretating each other. +individual physical bodies from penetrating each other. The {wavepacket} style is similar to {electron}, but the electrons may consist of several Gaussian wave packets, summed up with coefficients @@ -165,7 +165,7 @@ For the {tri} style, the particles are planar triangles and each stores a per-particle mass and size and orientation (i.e. the corner points of the triangle). -The {template} style allows molecular topolgy (bonds,angles,etc) to be +The {template} style allows molecular topology (bonds,angles,etc) to be defined via a molecule template using the "molecule"_molecule.html command. The template stores one or more molecules with a single copy of the topology info (bonds,angles,etc) of each. Individual atoms @@ -195,7 +195,7 @@ the {bstyle} argument. Body particles can represent complex entities, such as surface meshes of discrete points, collections of sub-particles, deformable objects, etc. -The "body"_body.html doc page descibes the body styles LAMMPS +The "body"_body.html doc page describes the body styles LAMMPS currently supports, and provides more details as to the kind of body particles they represent. For all styles, each body particle stores moments of inertia and a quaternion 4-vector, so that its orientation @@ -280,7 +280,7 @@ The {dpd} style is part of the USER-DPD package for dissipative particle dynamics (DPD). The {meso} style is part of the USER-SPH package for smoothed particle -hydrodyanmics (SPH). See "this PDF +hydrodynamics (SPH). See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in LAMMPS. The {wavepacket} style is part of the USER-AWPMD package for the diff --git a/doc/src/balance.txt b/doc/src/balance.txt index b9d36452a66b51abc3487536c8ea93ecdff7f47d..79728d6569b392606bdf0206949c2b10a692e606 100644 --- a/doc/src/balance.txt +++ b/doc/src/balance.txt @@ -12,7 +12,7 @@ balance command :h3 balance thresh style args ... keyword args ... :pre -thresh = imbalance threshhold that must be exceeded to perform a re-balance :ulb,l +thresh = imbalance threshold that must be exceeded to perform a re-balance :ulb,l one style/arg pair can be used (or multiple for {x},{y},{z}) :l style = {x} or {y} or {z} or {shift} or {rcb} :l {x} args = {uniform} or Px-1 numbers between 0 and 1 @@ -30,7 +30,7 @@ style = {x} or {y} or {z} or {shift} or {rcb} :l {shift} args = dimstr Niter stopthresh dimstr = sequence of letters containing "x" or "y" or "z", each not more than once Niter = # of times to iterate within each dimension of dimstr sequence - stopthresh = stop balancing when this imbalance threshhold is reached + stopthresh = stop balancing when this imbalance threshold is reached {rcb} args = none :pre zero or more keyword/arg pairs may be appended :l keyword = {weight} or {out} :l @@ -76,13 +76,13 @@ sub-domain sizes and shapes on-the-fly during a "run"_run.html. Load-balancing is typically most useful if the particles in the simulation box have a spatially-varying density distribution or when -the computational cost varies signficantly between different +the computational cost varies significantly between different particles. E.g. a model of a vapor/liquid interface, or a solid with an irregular-shaped geometry containing void regions, or "hybrid pair style simulations"_pair_hybrid.html which combine pair styles with different computational cost. In these cases, the LAMMPS default of dividing the simulation box volume into a regular-spaced grid of 3d -bricks, with one equal-volume sub-domain per procesor, may assign +bricks, with one equal-volume sub-domain per processor, may assign numbers of particles per processor in a way that the computational effort varies significantly. This can lead to poor performance when the simulation is run in parallel. @@ -91,7 +91,7 @@ The balancing can be performed with or without per-particle weighting. With no weighting, the balancing attempts to assign an equal number of particles to each processor. With weighting, the balancing attempts to assign an equal aggregate computational weight to each processor, -which typically inducces a diffrent number of atoms assigned to each +which typically induces a different number of atoms assigned to each processor. Details on the various weighting options and examples for how they can be used are "given below"_#weighted_balance. @@ -222,7 +222,7 @@ listed in ascending order. They represent the fractional position of the cutting place. The left (or lower) edge of the box is 0.0, and the right (or upper) edge is 1.0. Neither of these values is specified. Only the interior Ps-1 positions are specified. Thus is -there are 2 procesors in the x dimension, you specify a single value +there are 2 processors in the x dimension, you specify a single value such as 0.75, which would make the left processor's sub-domain 3x larger than the right processor's sub-domain. @@ -266,7 +266,7 @@ assigned, particles are migrated to their new owning processor, and the balance procedure ends. NOTE: At each rebalance operation, the bisectioning for each cutting -plane (line in 2d) typcially starts with low and high bounds separated +plane (line in 2d) typically starts with low and high bounds separated by the extent of a processor's sub-domain in one dimension. The size of this bracketing region shrinks by 1/2 every iteration. Thus if {Niter} is specified as 10, the cutting plane will typically be @@ -286,24 +286,32 @@ above. It performs a recursive coordinate bisectioning (RCB) of the simulation domain. The basic idea is as follows. The simulation domain is cut into 2 boxes by an axis-aligned cut in -the longest dimension, leaving one new box on either side of the cut. -All the processors are also partitioned into 2 groups, half assigned -to the box on the lower side of the cut, and half to the box on the -upper side. (If the processor count is odd, one side gets an extra -processor.) The cut is positioned so that the number of particles in -the lower box is exactly the number that the processors assigned to -that box should own for load balance to be perfect. This also makes -load balance for the upper box perfect. The positioning is done -iteratively, by a bisectioning method. Note that counting particles -on either side of the cut requires communication between all -processors at each iteration. +one of the dimensions, leaving one new sub-box on either side of the +cut. Which dimension is chosen for the cut depends on the particle +(weight) distribution within the parent box. Normally the longest +dimension of the box is cut, but if all (or most) of the particles are +at one end of the box, a cut may be performed in another dimension to +induce sub-boxes that are more cube-ish (3d) or square-ish (2d) in +shape. + +After the cut is made, all the processors are also partitioned into 2 +groups, half assigned to the box on the lower side of the cut, and +half to the box on the upper side. (If the processor count is odd, +one side gets an extra processor.) The cut is positioned so that the +number of (weighted) particles in the lower box is exactly the number +that the processors assigned to that box should own for load balance +to be perfect. This also makes load balance for the upper box +perfect. The positioning of the cut is done iteratively, by a +bisectioning method (median search). Note that counting particles on +either side of the cut requires communication between all processors +at each iteration. That is the procedure for the first cut. Subsequent cuts are made recursively, in exactly the same manner. The subset of processors -assigned to each box make a new cut in the longest dimension of that -box, splitting the box, the subset of processsors, and the particles -in the box in two. The recursion continues until every processor is -assigned a sub-box of the entire simulation domain, and owns the +assigned to each box make a new cut in one dimension of that box, +splitting the box, the subset of processors, and the particles in the +box in two. The recursion continues until every processor is assigned +a sub-box of the entire simulation domain, and owns the (weighted) particles in that sub-box. :line @@ -368,7 +376,7 @@ of about 0.8 often results in the best performance, since the number of neighbors is likely to overestimate the ideal weight. This weight style is useful for systems where there are different -cutoffs used for different pairs of interations, or the density +cutoffs used for different pairs of interactions, or the density fluctuates, or a large number of particles are in the vicinity of a wall, or a combination of these effects. If a simulation uses multiple neighbor lists, this weight style will use the first suitable @@ -402,7 +410,7 @@ decrease the weights so that the ratio of max weight to min weight decreases by {factor}. In both cases the intermediate weight values increase/decrease proportionally as well. A value = 1.0 has no effect on the {time} weights. As a rule of thumb, effective values to use -are typicall between 0.5 and 1.2. Note that the timer quantities +are typically between 0.5 and 1.2. Note that the timer quantities mentioned above can be affected by communication which occurs in the middle of the operations, e.g. pair styles with intermediate exchange of data witin the force computation, and likewise for KSpace solves. diff --git a/doc/src/body.txt b/doc/src/body.txt index 0ea975539d226de950ce3fa1597859c7946b5c67..d44f82d4cc6703ed41c23dd08b2f1d294d45ceca 100644 --- a/doc/src/body.txt +++ b/doc/src/body.txt @@ -82,7 +82,7 @@ internal stress that induces fragmentation :ul then the interaction between pairs of particles is likely to be more complex than the summation of simple sub-particle interactions. An example is contact or frictional forces between particles with planar -sufaces that inter-penetrate. +surfaces that inter-penetrate. These are additional LAMMPS commands that can be used with body particles of different styles @@ -105,7 +105,7 @@ in the sections below. The {nparticle} body style represents body particles as a rigid body with a variable number N of sub-particles. It is provided as a -vanillia, prototypical example of a body particle, although as +vanilla, prototypical example of a body particle, although as mentioned above, the "fix rigid"_fix_rigid.html command already duplicates its functionality. @@ -140,7 +140,7 @@ for more details. The 6 moments of inertia (ixx,iyy,izz,ixy,ixz,iyz) should be the values consistent with the current orientation of the rigid body around its center of mass. The values are with respect to the -simulation box XYZ axes, not with respect to the prinicpal axes of the +simulation box XYZ axes, not with respect to the principal axes of the rigid body itself. LAMMPS performs the latter calculation internally. The coordinates of each sub-particle are specified as its x,y,z displacement from the center-of-mass of the body particle. The @@ -218,7 +218,7 @@ wish; see the "read_data"_read_data.html command for more details. The 6 moments of inertia (ixx,iyy,izz,ixy,ixz,iyz) should be the values consistent with the current orientation of the rigid body around its center of mass. The values are with respect to the -simulation box XYZ axes, not with respect to the prinicpal axes of the +simulation box XYZ axes, not with respect to the principal axes of the rigid body itself. LAMMPS performs the latter calculation internally. The coordinates of each vertex are specified as its x,y,z displacement from the center-of-mass of the body particle. The center-of-mass diff --git a/doc/src/bond_hybrid.txt b/doc/src/bond_hybrid.txt index 0b5731dcb41d007f07f37a2b4801a28bedf6b5de..400c3e0be4c9e1b7fb1fd98936208ad19f384896 100644 --- a/doc/src/bond_hybrid.txt +++ b/doc/src/bond_hybrid.txt @@ -64,7 +64,7 @@ LAMMPS"_Section_start.html#start_3 section for more info on packages. Unlike other bond styles, the hybrid bond style does not store bond coefficient info for individual sub-styles in a "binary restart -files"_restart.html. Thus when retarting a simulation from a restart +files"_restart.html. Thus when restarting a simulation from a restart file, you need to re-specify bond_coeff commands. [Related commands:] diff --git a/doc/src/bond_oxdna_fene.txt b/doc/src/bond_oxdna.txt similarity index 69% rename from doc/src/bond_oxdna_fene.txt rename to doc/src/bond_oxdna.txt index 23018c2ab7096eb847559b019a1d302da2d47951..3a10058812e7eeefbc2f7ba16bfb2decce429b45 100644 --- a/doc/src/bond_oxdna_fene.txt +++ b/doc/src/bond_oxdna.txt @@ -6,20 +6,20 @@ :line -bond_style oxdna_fene command :h3 +bond_style oxdna/fene command :h3 [Syntax:] -bond_style oxdna_fene :pre +bond_style oxdna/fene :pre [Examples:] -bond_style oxdna_fene +bond_style oxdna/fene bond_coeff * 2.0 0.25 0.7525 :pre [Description:] -The {oxdna_fene} bond style uses the potential +The {oxdna/fene} bond style uses the potential :c,image(Eqs/bond_oxdna_fene.jpg) @@ -37,14 +37,14 @@ Delta (distance) r0 (distance) :ul NOTE: This bond style has to be used together with the corresponding oxDNA pair styles -for excluded volume interaction {oxdna_excv}, stacking {oxdna_stk}, cross-stacking {oxdna_xstk} -and coaxial stacking interaction {oxdna_coaxstk} as well as hydrogen-bonding interaction {oxdna_hbond} (see also documentation of -"pair_style oxdna_excv"_pair_oxdna_excv.html). The coefficients +for excluded volume interaction {oxdna/excv}, stacking {oxdna/stk}, cross-stacking {oxdna/xstk} +and coaxial stacking interaction {oxdna/coaxstk} as well as hydrogen-bonding interaction {oxdna/hbond} (see also documentation of +"pair_style oxdna/excv"_pair_oxdna.html). The coefficients in the above example have to be kept fixed and cannot be changed without reparametrizing the entire model. -Example input and data files can be found in /examples/USER/cgdna/examples/duplex1/ and /duplex2/. +Example input and data files can be found in examples/USER/cgdna/examples/duplex1/ and /duplex2/. A simple python setup tool which creates single straight or helical DNA strands, -DNA duplexes or arrays of DNA duplexes can be found in /examples/USER/cgdna/util/. +DNA duplexes or arrays of DNA duplexes can be found in examples/USER/cgdna/util/. A technical report with more information on the model, the structure of the input file, the setup tool and the performance of the LAMMPS-implementation of oxDNA can be found "here"_PDF/USER-CGDNA-overview.pdf. @@ -60,7 +60,7 @@ LAMMPS"_Section_start.html#start_3 section for more info on packages. [Related commands:] -"pair_style oxdna_excv"_pair_oxdna_excv.html, "fix nve/dotc/langevin"_fix_nve_dotc_langevin.html, "bond_coeff"_bond_coeff.html +"pair_style oxdna/excv"_pair_oxdna.html, "fix nve/dotc/langevin"_fix_nve_dotc_langevin.html, "bond_coeff"_bond_coeff.html [Default:] none diff --git a/doc/src/bonds.txt b/doc/src/bonds.txt index ee35672aa1194b001640d9a95a7ec59c53d47c34..169d56ecbe4e7c75fce57abd58078dff9404a0cb 100644 --- a/doc/src/bonds.txt +++ b/doc/src/bonds.txt @@ -15,7 +15,7 @@ Bond Styles :h1 bond_morse bond_none bond_nonlinear - bond_oxdna_fene + bond_oxdna bond_quartic bond_table bond_zero diff --git a/doc/src/change_box.txt b/doc/src/change_box.txt index c6556e0fc91d1a4ab8d5a9a3c5e1d0dc726dafe2..2c7a890d4cfb406abf018fb4787917f797fcc963 100644 --- a/doc/src/change_box.txt +++ b/doc/src/change_box.txt @@ -101,11 +101,11 @@ Instead you could do something like this, assuming the simulation box is non-periodic and atoms extend from 0 to 20 in all dimensions: change_box all x final -10 20 -create_atoms 1 single -5 5 5 # this will fail to insert an atom :pre +create_atoms 1 single -5 5 5 # this will fail to insert an atom :pre change_box all x final -10 20 boundary f s s create_atoms 1 single -5 5 5 -change_box boundary s s s # this will work :pre +change_box all boundary s s s # this will work :pre NOTE: Unlike the earlier "displace_box" version of this command, atom remapping is NOT performed by default. This command allows remapping @@ -258,8 +258,8 @@ command. :line The {ortho} and {triclinic} keywords convert the simulation box to be -orthogonal or triclinic (non-orthongonal). See "this -section"_Section_howto#howto_13 for a discussion of how non-orthongal +orthogonal or triclinic (non-orthogonal). See "this +section"_Section_howto#howto_13 for a discussion of how non-orthogonal boxes are represented in LAMMPS. The simulation box is defined as either orthogonal or triclinic when @@ -289,7 +289,7 @@ the create_box command is encountered in the input script. The {remap} keyword remaps atom coordinates from the last saved box size/shape to the current box state. For example, if you stretch the box in the x dimension or tilt it in the xy plane via the {x} and {xy} -keywords, then the {remap} commmand will dilate or tilt the atoms to +keywords, then the {remap} command will dilate or tilt the atoms to conform to the new box size/shape, as if the atoms moved with the box as it deformed. diff --git a/doc/src/comm_style.txt b/doc/src/comm_style.txt index 667938768b4da009f9313b01c317b9a58237a2ef..8248d654d32265924b3e25734fb19d40d2c3b0f5 100644 --- a/doc/src/comm_style.txt +++ b/doc/src/comm_style.txt @@ -39,7 +39,7 @@ sizes and shapes. Again there is one tile per processor. To acquire information for nearby atoms, communication must now be done with a more complex pattern of neighboring processors. -Note that this command does not actually define a partitoining of the +Note that this command does not actually define a partitioning of the simulation box (a domain decomposition), rather it determines what kinds of decompositions are allowed and the pattern of communication used to enable the decomposition. A decomposition is created when the diff --git a/doc/src/compute.txt b/doc/src/compute.txt index 8ecfd81af1d042ba906e026ca0d269eb5ee2754e..eed190aeb25df73b632acd00ffd76d39509b284e 100644 --- a/doc/src/compute.txt +++ b/doc/src/compute.txt @@ -235,7 +235,7 @@ section of "this page"_Section_commands.html#cmd_5. "temp/ramp"_compute_temp_ramp.html - temperature excluding ramped velocity component "temp/region"_compute_temp_region.html - temperature of a region of atoms "temp/sphere"_compute_temp_sphere.html - temperature of spherical particles -"ti"_compute_ti.html - thermodyanmic integration free energy values +"ti"_compute_ti.html - thermodynamic integration free energy values "torque/chunk"_compute_torque_chunk.html - torque applied on each chunk "vacf"_compute_vacf.html - velocity-autocorrelation function of group of atoms "vcm/chunk"_compute_vcm_chunk.html - velocity of center-of-mass for each chunk diff --git a/doc/src/compute_angmom_chunk.txt b/doc/src/compute_angmom_chunk.txt index 439ff5192cac1742f104406cdce81bcaceda56ba..813da15eeadeed76c43a5f933f52e272d9653cbc 100644 --- a/doc/src/compute_angmom_chunk.txt +++ b/doc/src/compute_angmom_chunk.txt @@ -22,7 +22,7 @@ compute 1 fluid angmom/chunk molchunk :pre [Description:] -Define a computation that calculates the angular momemtum of multiple +Define a computation that calculates the angular momentum of multiple chunks of atoms. In LAMMPS, chunks are collections of atoms defined by a "compute diff --git a/doc/src/compute_centro_atom.txt b/doc/src/compute_centro_atom.txt index 0a48ccb5be3080fdd201cc0834371f6f3843f553..4e4b03d16762c97eb44fb010f131d63ab0d1fd4f 100644 --- a/doc/src/compute_centro_atom.txt +++ b/doc/src/compute_centro_atom.txt @@ -18,8 +18,8 @@ lattice = {fcc} or {bcc} or N = # of neighbors per atom to include :l zero or more keyword/value pairs may be appended :l keyword = {axes} :l {axes} value = {no} or {yes} - {no} = do not calulate 3 symmetry axes - {yes} = calulate 3 symmetry axes :pre + {no} = do not calculate 3 symmetry axes + {yes} = calculate 3 symmetry axes :pre :ule [Examples:] @@ -108,7 +108,7 @@ symmetry axis, followed by the second, and third symmetry axes in columns 5-7 and 8-10. The centrosymmetry values are unitless values >= 0.0. Their magnitude -depends on the lattice style due to the number of contibuting neighbor +depends on the lattice style due to the number of contributing neighbor pairs in the summation in the formula above. And it depends on the local defects surrounding the central atom, as described above. For the {axes yes} case, the vector components are also unitless, since diff --git a/doc/src/compute_chunk_atom.txt b/doc/src/compute_chunk_atom.txt index e6083ad615014ba3d403b7d338adc1bb2d5cff0b..b3b09ffa71efb1150d3f19abc4808c37133b3556 100644 --- a/doc/src/compute_chunk_atom.txt +++ b/doc/src/compute_chunk_atom.txt @@ -386,7 +386,7 @@ If {compress yes} is set, and the {compress} keyword comes before the {limit} keyword, the compression operation is performed first, as described below, which resets {Nchunk}. The {limit} keyword is then applied to the new {Nchunk} value, exactly as described in the -preceeding paragraph. Note that in this case, all atoms will end up +preceding paragraph. Note that in this case, all atoms will end up with chunk IDs <= {Nc}, but their original values (e.g. molecule ID or compute/fix/variable value) may have been > {Nc}, because of the compression operation. @@ -459,7 +459,7 @@ The original chunk IDs (before renumbering) can be accessed by the which outputs the original IDs as one of the columns in its global output array. For example, using the "compute cluster/atom" command discussed above, the original 5 unique chunk IDs might be atom IDs -(27,4982,58374,857838,1000000). After compresion, these will be +(27,4982,58374,857838,1000000). After compression, these will be renumbered to (1,2,3,4,5). The original values (27,...,1000000) can be output to a file by the "fix ave/chunk"_fix_ave_chunk.html command, or by using the "fix ave/time"_fix_ave_time.html command in @@ -538,7 +538,7 @@ is set to {yes}, an out-of-domain atom will have its chunk ID set to to the first or last bin in both the radial and axis dimensions. If {discard} is set to {mixed}, which is the default, the radial dimension is treated the same as for {discard} = no. But for the axis -dimensinon, it will only have its chunk ID set to the first or last +dimension, it will only have its chunk ID set to the first or last bin if bins extend to the simulation box boundary in the axis dimension. This is the case if the {bound} keyword settings are {lower} and {upper}, which is the default. If the {bound} keyword diff --git a/doc/src/compute_cna_atom.txt b/doc/src/compute_cna_atom.txt index 9867d86efb0e99652d35b6fe95127022220914a7..74240b515d2199c28d9b7e7be66cff64746123a1 100644 --- a/doc/src/compute_cna_atom.txt +++ b/doc/src/compute_cna_atom.txt @@ -42,7 +42,7 @@ performed on mono-component systems. The CNA calculation can be sensitive to the specified cutoff value. You should insure the appropriate nearest neighbors of an atom are -found within the cutoff distance for the presumed crystal strucure. +found within the cutoff distance for the presumed crystal structure. E.g. 12 nearest neighbor for perfect FCC and HCP crystals, 14 nearest neighbors for perfect BCC crystals. These formulas can be used to obtain a good cutoff distance: diff --git a/doc/src/compute_com.txt b/doc/src/compute_com.txt index a5fdb224bc6c66658deed73dc87bab7d406fa21a..b0e0c14e424ae0de3d043c2686bbc19be9e938f0 100644 --- a/doc/src/compute_com.txt +++ b/doc/src/compute_com.txt @@ -25,7 +25,7 @@ Define a computation that calculates the center-of-mass of the group of atoms, including all effects due to atoms passing thru periodic boundaries. -A vector of three quantites is calculated by this compute, which +A vector of three quantities is calculated by this compute, which are the x,y,z coordinates of the center of mass. NOTE: The coordinates of an atom contribute to the center-of-mass in diff --git a/doc/src/compute_coord_atom.txt b/doc/src/compute_coord_atom.txt index 0367b2fe95b8b0d634308ba18ee7c7214e7a3eb2..854a5778ec0cd3ec81b3b778aedbf3474ed42197 100644 --- a/doc/src/compute_coord_atom.txt +++ b/doc/src/compute_coord_atom.txt @@ -70,7 +70,7 @@ The ID of the previously specified "compute orientorder/atom"_compute_orientorder/atom command is specified as {orientorderID}. The compute must invoke its {components} option to calculate components of the {Ybar_lm} vector for each atoms, as -described in its documenation. Note that orientorder/atom compute +described in its documentation. Note that orientorder/atom compute defines its own criteria for identifying neighboring atoms. If the scalar product ({Ybar_lm(i)},{Ybar_lm(j)}), calculated by the orientorder/atom compute is larger than the specified {threshold}, diff --git a/doc/src/compute_damage_atom.txt b/doc/src/compute_damage_atom.txt index 94f49492d12e150b1a23b29b297a13039bdec5d4..918fbf65eff0c4172e92a8d551ce74e1a9f59cd1 100644 --- a/doc/src/compute_damage_atom.txt +++ b/doc/src/compute_damage_atom.txt @@ -47,7 +47,7 @@ any command that uses per-atom values from a compute as input. See "Section 6.15"_Section_howto.html#howto_15 for an overview of LAMMPS output options. -The per-atom vector values are unitlesss numbers (damage) >= 0.0. +The per-atom vector values are unitless numbers (damage) >= 0.0. [Restrictions:] diff --git a/doc/src/compute_dilatation_atom.txt b/doc/src/compute_dilatation_atom.txt index 04409f7e45266b3b8a3dff49780a27f255eb8bd5..ce00f7f12a5b9daae8a2b9ce9ae07a03188c41b4 100644 --- a/doc/src/compute_dilatation_atom.txt +++ b/doc/src/compute_dilatation_atom.txt @@ -50,7 +50,7 @@ This compute calculates a per-atom vector, which can be accessed by any command that uses per-atom values from a compute as input. See Section_howto 15 for an overview of LAMMPS output options. -The per-atom vector values are unitlesss numbers (theta) >= 0.0. +The per-atom vector values are unitless numbers (theta) >= 0.0. [Restrictions:] diff --git a/doc/src/compute_displace_atom.txt b/doc/src/compute_displace_atom.txt index 566dcfc0a0ea03e960087da19927a1325a1b2a26..decf0bc8b905ed4ac7160ea268b8b7ff4914c60c 100644 --- a/doc/src/compute_displace_atom.txt +++ b/doc/src/compute_displace_atom.txt @@ -25,7 +25,7 @@ Define a computation that calculates the current displacement of each atom in the group from its original coordinates, including all effects due to atoms passing thru periodic boundaries. -A vector of four quantites per atom is calculated by this compute. +A vector of four quantities per atom is calculated by this compute. The first 3 elements of the vector are the dx,dy,dz displacements. The 4th component is the total displacement, i.e. sqrt(dx*dx + dy*dy + dz*dz). diff --git a/doc/src/compute_event_displace.txt b/doc/src/compute_event_displace.txt index d1ebd72ae5cf66360c6cd63133cd6690a693e632..5e3a0c8599d533af3313cbe711c5d64ab77c680d 100644 --- a/doc/src/compute_event_displace.txt +++ b/doc/src/compute_event_displace.txt @@ -14,7 +14,7 @@ compute ID group-ID event/displace threshold :pre ID, group-ID are documented in "compute"_compute.html command event/displace = style name of this compute command -threshold = minimum distance anyparticle must move to trigger an event (distance units) :ul +threshold = minimum distance any particle must move to trigger an event (distance units) :ul [Examples:] @@ -37,7 +37,7 @@ further than the threshold distance. NOTE: If the system is undergoing significant center-of-mass motion, due to thermal motion, an external force, or an initial net momentum, then this compute will not be able to distinguish that motion from -local atom displacements and may generate "false postives." +local atom displacements and may generate "false positives." [Output info:] diff --git a/doc/src/compute_global_atom.txt b/doc/src/compute_global_atom.txt index f62efcff2ebc54b01920f98126b144c574c5b940..3136b1fd18f849bcf6c69b328983b8aa135d5c50 100644 --- a/doc/src/compute_global_atom.txt +++ b/doc/src/compute_global_atom.txt @@ -55,7 +55,7 @@ M is the actual length of the input vector, then an output value of 0.0 is assigned to the atom. An example of how this command is useful, is in the context of -"chunks" which are static or dyanmic subsets of atoms. The "compute +"chunks" which are static or dynamic subsets of atoms. The "compute chunk/atom"_compute_chunk_atom.html command assigns unique chunk IDs to each atom. It's output can be used as the {index} parameter for this command. Various other computes with "chunk" in their style @@ -192,7 +192,7 @@ reference thermodynamic keywords and various other attributes of atoms, or invoke other computes, fixes, or variables when they are evaluated, so this is a very general means of generating a vector of global quantities which the {index} parameter will reference for -assignement of global values to atoms. +assignment of global values to atoms. :line @@ -207,7 +207,7 @@ See "Section 6.15"_Section_howto.html#howto_15 for an overview of LAMMPS output options. The per-atom vector or array values will be in whatever units the -corresponsing input values are in. +corresponding input values are in. [Restrictions:] none diff --git a/doc/src/compute_heat_flux.txt b/doc/src/compute_heat_flux.txt index 720d26ce761db261b51c9defdc21237309f685ab..e8adac3deb5e71a5cd3ed3c15088868b3b8768f5 100644 --- a/doc/src/compute_heat_flux.txt +++ b/doc/src/compute_heat_flux.txt @@ -38,7 +38,7 @@ subtracted to a group of atoms. The compute takes three arguments which are IDs of other "computes"_compute.html. One calculates per-atom kinetic energy ({ke-ID}), one calculates per-atom potential energy ({pe-ID)}, and the -third calcualtes per-atom stress ({stress-ID}). +third calculates per-atom stress ({stress-ID}). NOTE: These other computes should provide values for all the atoms in the group this compute specifies. That means the other computes could @@ -83,7 +83,7 @@ The heat flux can be output every so many timesteps (e.g. via the post-processing operation, an autocorrelation can be performed, its integral estimated, and the Green-Kubo formula above evaluated. -The "fix ave/correlate"_fix_ave_correlate.html command can calclate +The "fix ave/correlate"_fix_ave_correlate.html command can calculate the autocorrelation. The trap() function in the "variable"_variable.html command can calculate the integral. diff --git a/doc/src/compute_inertia_chunk.txt b/doc/src/compute_inertia_chunk.txt index 59a459b0d78b677814943c71f98e2f8ace0514ff..b0dbb12aea8d5e7e1e5d982f0d4d656b9d0c2ffb 100644 --- a/doc/src/compute_inertia_chunk.txt +++ b/doc/src/compute_inertia_chunk.txt @@ -35,7 +35,7 @@ chunk/atom"_compute_chunk_atom.html doc page and "Section defined and examples of how they can be used to measure properties of a system. -This compute calculates the 6 components of the symmetric intertia +This compute calculates the 6 components of the symmetric inertia tensor for each chunk, ordered Ixx,Iyy,Izz,Ixy,Iyz,Ixz. The calculation includes all effects due to atoms passing thru periodic boundaries. diff --git a/doc/src/compute_msd.txt b/doc/src/compute_msd.txt index 42dbca255d9c389a4efc65a9f7f61c2e43e0b34e..f806c5e29266752bae1859a33bcf8eb1101eb99c 100644 --- a/doc/src/compute_msd.txt +++ b/doc/src/compute_msd.txt @@ -33,7 +33,7 @@ passing thru periodic boundaries. For computation of the non-Gaussian parameter of mean-squared displacement, see the "compute msd/nongauss"_compute_msd_nongauss.html command. -A vector of four quantites is calculated by this compute. The first 3 +A vector of four quantities is calculated by this compute. The first 3 elements of the vector are the squared dx,dy,dz displacements, summed and averaged over atoms in the group. The 4th element is the total squared displacement, i.e. (dx*dx + dy*dy + dz*dz), summed and diff --git a/doc/src/compute_msd_chunk.txt b/doc/src/compute_msd_chunk.txt index 7382ca87dea37aeb3a4705c258664d186cd15979..7f31b61ed0bda808a94a5a45e3c4d165f4e3c1cf 100644 --- a/doc/src/compute_msd_chunk.txt +++ b/doc/src/compute_msd_chunk.txt @@ -35,7 +35,7 @@ chunk/atom"_compute_chunk_atom.html doc page and "Section defined and examples of how they can be used to measure properties of a system. -Four quantites are calculated by this compute for each chunk. The +Four quantities are calculated by this compute for each chunk. The first 3 quantities are the squared dx,dy,dz displacements of the center-of-mass. The 4th component is the total squared displacement, i.e. (dx*dx + dy*dy + dz*dz) of the center-of-mass. These diff --git a/doc/src/compute_msd_nongauss.txt b/doc/src/compute_msd_nongauss.txt index b92ceaacdef7328b10e58e60d79706a62ba225dc..198da999e0a3c36af28e45f173dc9683aca3aa50 100644 --- a/doc/src/compute_msd_nongauss.txt +++ b/doc/src/compute_msd_nongauss.txt @@ -30,12 +30,12 @@ Define a computation that calculates the mean-squared displacement (MSD) and non-Gaussian parameter (NGP) of the group of atoms, including all effects due to atoms passing thru periodic boundaries. -A vector of three quantites is calculated by this compute. The first +A vector of three quantities is calculated by this compute. The first element of the vector is the total squared dx,dy,dz displacements drsquared = (dx*dx + dy*dy + dz*dz) of atoms, and the second is the fourth power of these displacements drfourth = (dx*dx + dy*dy + dz*dz)*(dx*dx + dy*dy + dz*dz), summed and averaged over atoms in the -group. The 3rd component is the nonGaussian diffusion paramter NGP = +group. The 3rd component is the nonGaussian diffusion parameter NGP = 3*drfourth/(5*drsquared*drsquared), i.e. :c,image(Eqs/compute_msd_nongauss.jpg) @@ -48,7 +48,7 @@ others. If the {com} option is set to {yes} then the effect of any drift in the center-of-mass of the group of atoms is subtracted out before the -displacment of each atom is calcluated. +displacment of each atom is calculated. See the "compute msd"_compute_msd.html doc page for further important NOTEs, which also apply to this compute. diff --git a/doc/src/compute_pair.txt b/doc/src/compute_pair.txt index d2b34ed110406247caf1802827ba638e042d7a5a..0602dab81bd5902838a01d52432a881db684f710 100644 --- a/doc/src/compute_pair.txt +++ b/doc/src/compute_pair.txt @@ -43,7 +43,7 @@ style van der Waals interaction or not) is tallied in {evdwl}. If as a global scalar by this compute. This is useful when using "pair_style hybrid"_pair_hybrid.html if you want to know the portion of the total energy contributed by one sub-style. If {evalue} is -specfied as {evdwl} or {ecoul}, then just that portion of the energy +specified as {evdwl} or {ecoul}, then just that portion of the energy is stored as a global scalar. NOTE: The energy returned by the {evdwl} keyword does not include tail @@ -52,7 +52,7 @@ corrections, even if they are enabled via the Some pair styles tally additional quantities, e.g. a breakdown of potential energy into a dozen or so components is tallied by the -"pair_style reax"_pair_reax.html commmand. These values (1 or more) +"pair_style reax"_pair_reax.html command. These values (1 or more) are stored as a global vector by this compute. See the doc page for "individual pair styles"_pair_style.html for info on these values. diff --git a/doc/src/compute_pair_local.txt b/doc/src/compute_pair_local.txt index 0d420b22025813f2917a20924a4eb3d7976f3d8a..012121099454b45d3ea43fa025aba16de6257f22 100644 --- a/doc/src/compute_pair_local.txt +++ b/doc/src/compute_pair_local.txt @@ -47,7 +47,7 @@ force cutoff distance for that interaction, as defined by the "pair_style"_pair_style.html and "pair_coeff"_pair_coeff.html commands. -The value {dist} is the distance bewteen the pair of atoms. +The value {dist} is the distance between the pair of atoms. The value {eng} is the interaction energy for the pair of atoms. diff --git a/doc/src/compute_pe_atom.txt b/doc/src/compute_pe_atom.txt index 8e2fd17f2444492aee885a5a9d8d742c1eaa293d..6de3a79e5b1d1e6ecbac41bbe0c45d1b890d86b3 100644 --- a/doc/src/compute_pe_atom.txt +++ b/doc/src/compute_pe_atom.txt @@ -51,7 +51,7 @@ these terms is included in the pair energy, not the dihedral energy. The KSpace contribution is calculated using the method in "(Heyes)"_#Heyes for the Ewald method and a related method for PPPM, as specified by the "kspace_style pppm"_kspace_style.html command. -For PPPM, the calcluation requires 1 extra FFT each timestep that +For PPPM, the calculation requires 1 extra FFT each timestep that per-atom energy is calculated. This "document"_PDF/kspace.pdf describes how the long-range per-atom energy calculation is performed. diff --git a/doc/src/compute_plasticity_atom.txt b/doc/src/compute_plasticity_atom.txt index 75491cfb146b7be07cdb187c0a782a929ee0da16..788213fc65985cb86bee7a08b3e78f50adf423cc 100644 --- a/doc/src/compute_plasticity_atom.txt +++ b/doc/src/compute_plasticity_atom.txt @@ -44,7 +44,7 @@ This compute calculates a per-atom vector, which can be accessed by any command that uses per-atom values from a compute as input. See Section_howto 15 for an overview of LAMMPS output options. -The per-atom vector values are unitlesss numbers (lambda) >= 0.0. +The per-atom vector values are unitless numbers (lambda) >= 0.0. [Restrictions:] diff --git a/doc/src/compute_pressure.txt b/doc/src/compute_pressure.txt index 9e8c2a3b4644a1700ea24dccf948e7c06344a32c..ae62859b17420b87c7dc0d95eadc776b285285ee 100644 --- a/doc/src/compute_pressure.txt +++ b/doc/src/compute_pressure.txt @@ -89,7 +89,7 @@ commands"_compute.html to determine which ones include a bias. Also note that the N in the first formula above is really degrees-of-freedom divided by d = dimensionality, where the DOF value -is calcluated by the temperature compute. See the various "compute +is calculated by the temperature compute. See the various "compute temperature"_compute.html styles for details. A compute of this style with the ID of "thermo_press" is created when diff --git a/doc/src/compute_property_chunk.txt b/doc/src/compute_property_chunk.txt index 3bed9c06779c4f46ae10011c4b848ee90e23ca5a..b9d4944b30740cfcb28313811a6885296c65acf4 100644 --- a/doc/src/compute_property_chunk.txt +++ b/doc/src/compute_property_chunk.txt @@ -64,7 +64,7 @@ can only be used if the {compress} keyword was set to {yes} for the "compute chunk/atom"_compute_chunk_atom.html command referenced by chunkID. This means that the original chunk IDs (e.g. molecule IDs) will have been compressed to remove chunk IDs with no atoms assigned -to them. Thus a compresed chunk ID of 3 may correspond to an original +to them. Thus a compressed chunk ID of 3 may correspond to an original chunk ID (molecule ID in this case) of 415. The {id} attribute will then be 415 for the 3rd chunk. diff --git a/doc/src/compute_rdf.txt b/doc/src/compute_rdf.txt index 1c9de277bc7af5af0e0b8c6eb509ed01c9787ee6..acbc0e4f0cc30d478d407a52b7e5effce8370938 100644 --- a/doc/src/compute_rdf.txt +++ b/doc/src/compute_rdf.txt @@ -73,7 +73,7 @@ post-process a dump file to calculate it. This is because using the which may slow down your simulation. If you specify a {Rcut} <= force cutoff, you will force an additional neighbor list to be built at every timestep this command is invoked (or every reneighboring -timestep, whichever is less frequent), which is inefficent. LAMMPS +timestep, whichever is less frequent), which is inefficient. LAMMPS will warn you if this is the case. If you specify a {Rcut} > force cutoff, you must insure ghost atom information out to {Rcut} + {skin} is communicated, via the "comm_modify cutoff"_comm_modify.html diff --git a/doc/src/compute_rigid_local.txt b/doc/src/compute_rigid_local.txt index 5cdd58fbc253a8bb58a9ccd9dcb987059f2d272c..077ad57d81b6bb1acd7d328e4e3f819867e71510 100644 --- a/doc/src/compute_rigid_local.txt +++ b/doc/src/compute_rigid_local.txt @@ -123,7 +123,7 @@ The {vx}, {vy}, {vz}, {fx}, {fy}, {fz} attributes are components of the COM velocity and force on the COM of the body. The {omegax}, {omegay}, and {omegaz} attributes are the angular -velocity componennts of the body around its COM. +velocity components of the body around its COM. The {angmomx}, {angmomy}, and {angmomz} attributes are the angular momentum components of the body around its COM. diff --git a/doc/src/compute_saed.txt b/doc/src/compute_saed.txt index 658f41cdca212878ef8743e569dbf44f899efa08..aadda495331b7048493f7c04b0db35ff4c2c8fea 100644 --- a/doc/src/compute_saed.txt +++ b/doc/src/compute_saed.txt @@ -93,7 +93,7 @@ parameters will denote the z1=h, z2=k, and z3=l (in a global since) zone axis of an intersecting Ewald sphere. Diffraction intensities will only be computed at the intersection of the reciprocal lattice mesh and a {dR_Ewald} thick surface of the Ewald sphere. See the -example 3D intestiety data and the intersection of a \[010\] zone axis +example 3D intensity data and the intersection of a \[010\] zone axis in the below image. :c,image(JPG/saed_ewald_intersect_small.jpg,JPG/saed_ewald_intersect.jpg) diff --git a/doc/src/compute_smd_ulsph_num_neighs.txt b/doc/src/compute_smd_ulsph_num_neighs.txt index 95af1b216364d18eff679bf51219a5e2bc511558..adece9334361d154d3f7d7a62de19b0eaac01a93 100644 --- a/doc/src/compute_smd_ulsph_num_neighs.txt +++ b/doc/src/compute_smd_ulsph_num_neighs.txt @@ -35,7 +35,7 @@ any command that uses per-particle values from a compute as input. See "Section 6.15"_Section_howto.html#howto_15 for an overview of LAMMPS output options. -The per-particle values will be given dimentionless, see "units"_units.html. +The per-particle values will be given dimensionless, see "units"_units.html. [Restrictions:] diff --git a/doc/src/compute_stress_atom.txt b/doc/src/compute_stress_atom.txt index 3dc642da3296b654bc4e19c25b8366d24fe1ca59..d09c8069cc99bf73ac0af134f240b42d3e7f9be8 100644 --- a/doc/src/compute_stress_atom.txt +++ b/doc/src/compute_stress_atom.txt @@ -92,7 +92,7 @@ The KSpace contribution is calculated using the method in "(Heyes)"_#Heyes for the Ewald method and by the methodology described in "(Sirk)"_#Sirk for PPPM. The choice of KSpace solver is specified by the "kspace_style pppm"_kspace_style.html command. Note that for -PPPM, the calcluation requires 6 extra FFTs each timestep that +PPPM, the calculation requires 6 extra FFTs each timestep that per-atom stress is calculated. Thus it can significantly increase the cost of the PPPM calculation if it is needed on a large fraction of the simulation timesteps. diff --git a/doc/src/compute_temp_asphere.txt b/doc/src/compute_temp_asphere.txt index 43e1588fa073dbfea226919b55eba4299329fffb..495366b34501b65e785bff5ec6e442ff02e89b96 100644 --- a/doc/src/compute_temp_asphere.txt +++ b/doc/src/compute_temp_asphere.txt @@ -138,7 +138,7 @@ This compute is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This compute requires that atoms store angular momementum and a +This compute requires that atoms store angular momentum and a quaternion as defined by the "atom_style ellipsoid"_atom_style.html command. diff --git a/doc/src/compute_temp_body.txt b/doc/src/compute_temp_body.txt index 04b707bcce2d770aa10c52a042c829fcbfbecdae..f72b886cc47afa0b0f7badd75b39ef943375002d 100644 --- a/doc/src/compute_temp_body.txt +++ b/doc/src/compute_temp_body.txt @@ -120,7 +120,7 @@ This compute is part of the BODY package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This compute requires that atoms store angular momementum and a +This compute requires that atoms store angular momentum and a quaternion as defined by the "atom_style body"_atom_style.html command. diff --git a/doc/src/compute_temp_chunk.txt b/doc/src/compute_temp_chunk.txt index d565c951346b6bc2420e601d5954b075c7cf88bb..f877f6ece84b9a2429d64949eea298e20d98ef74 100644 --- a/doc/src/compute_temp_chunk.txt +++ b/doc/src/compute_temp_chunk.txt @@ -44,7 +44,7 @@ compute 1 fluid temp/chunk molchunk bias tpartial adof 2.0 :pre Define a computation that calculates the temperature of a group of atoms that are also in chunks, after optionally subtracting out the center-of-mass velocity of each chunk. By specifying optional values, -it can also calulate the per-chunk temperature or energies of the +it can also calculate the per-chunk temperature or energies of the multiple chunks of atoms. In LAMMPS, chunks are collections of atoms defined by a "compute @@ -122,7 +122,7 @@ concept is somewhat ill-defined. In some cases, you can use the {adof} and {cdof} keywords to adjust the calculated degress of freedom appropriately, as explained below. -Note that the per-chunk temperature calulated by this compute and the +Note that the per-chunk temperature calculated by this compute and the "fix ave/chunk temp"_fix_ave_chunk.html command can be different. This compute calculates the temperature for each chunk for a single snapshot. Fix ave/chunk can do that but can also time average those @@ -208,7 +208,7 @@ This compute also optionally calculates a global array, if one or more of the optional values are specified. The number of rows in the array = the number of chunks {Nchunk} as calculated by the specified "compute chunk/atom"_compute_chunk_atom.html command. The number of -columns is the number of specifed values (1 or more). These values +columns is the number of specified values (1 or more). These values can be accessed by any command that uses global array values from a compute as input. Again, see "Section 6.15"_Section_howto.html#howto_15 for an overview of LAMMPS output diff --git a/doc/src/compute_temp_profile.txt b/doc/src/compute_temp_profile.txt index 54eebd6d8fd3c96fcb6ad5b3e61a801d5b5141c6..3b6f774d33b923bd2249b0d284cdb89bd3418d17 100644 --- a/doc/src/compute_temp_profile.txt +++ b/doc/src/compute_temp_profile.txt @@ -118,7 +118,7 @@ needed, the subtracted degrees-of-freedom can be altered using the NOTE: When using the {out} keyword with a value of {bin}, the calculated temperature for each bin does not include the -degrees-of-freedom adjustment described in the preceeding paragraph, +degrees-of-freedom adjustment described in the preceding paragraph, for fixes that constrain molecular motion. It does include the adjustment due to the {extra} option, which is applied to each bin. diff --git a/doc/src/compute_vacf.txt b/doc/src/compute_vacf.txt index 29ada25c9cf333fc03854392702a10582805d48c..a0d9a3c5f702ea42c77d8a18f433743f73500f77 100644 --- a/doc/src/compute_vacf.txt +++ b/doc/src/compute_vacf.txt @@ -27,7 +27,7 @@ function (VACF), averaged over a group of atoms. Each atom's contribution to the VACF is its current velocity vector dotted into its initial velocity vector at the time the compute was specified. -A vector of four quantites is calculated by this compute. The first 3 +A vector of four quantities is calculated by this compute. The first 3 elements of the vector are vx * vx0 (and similarly for the y and z components), summed and averaged over atoms in the group. Vx is the current x-component of velocity for the atom, vx0 is the initial diff --git a/doc/src/compute_voronoi_atom.txt b/doc/src/compute_voronoi_atom.txt index ea573a135679df497f442bd623ffbef12c7a3634..d084fcee66e7edbe1c794fb88e537b7621c1a0b5 100644 --- a/doc/src/compute_voronoi_atom.txt +++ b/doc/src/compute_voronoi_atom.txt @@ -217,6 +217,10 @@ This compute is part of the VORONOI package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. +It also requiers you have a copy of the Voro++ library built and +installed on your system. See instructions on obtaining and +installing the Voro++ software in the src/VORONOI/README file. + [Related commands:] "dump custom"_dump.html, "dump local"_dump.html diff --git a/doc/src/create_atoms.txt b/doc/src/create_atoms.txt index ec7a6f4d8a50b872ee229c0b7f50b88d27c85f70..98c3c24a0b9635d5d9dd17f7ec84e85a60a3829d 100644 --- a/doc/src/create_atoms.txt +++ b/doc/src/create_atoms.txt @@ -101,7 +101,7 @@ positions. For the {random} style, N particles are added to the system at randomly generated coordinates, which can be useful for generating an amorphous system. The particles are created one by one using the -speficied random number {seed}, resulting in the same set of particles +specified random number {seed}, resulting in the same set of particles coordinates, independent of how many processors are being used in the simulation. If the {region-ID} argument is specified as NULL, then the created particles will be anywhere in the simulation box. If a @@ -134,6 +134,17 @@ not overlap existing atoms inappropriately, especially if molecules are being added. The "delete_atoms"_delete_atoms.html command can be used to remove overlapping atoms or molecules. +NOTE: You cannot use any of the styles explained above to create atoms +that are outside the simulation box; they will just be ignored by +LAMMPS. This is true even if you are using shrink-wrapped box +boundaries, as specified by the "boundary"_boundary.html command. +However, you can first use the "change_box"_change_box.html command to +temporarily expand the box, then add atoms via create_atoms, then +finally use change_box command again if needed to re-shrink-wrap the +new atoms. See the "change_box"_change_box.html doc page for an +example of how to do this, using the create_atoms {single} style to +insert a new atom outside the current simulation box. + :line Individual atoms are inserted by this command, unless the {mol} diff --git a/doc/src/dihedral_hybrid.txt b/doc/src/dihedral_hybrid.txt index bddc0c0ec8ab56aaf2af6a4cb32cdcce28a16634..8cb40eff44a66189d2ff37aadbd0c25ccd5a00c3 100644 --- a/doc/src/dihedral_hybrid.txt +++ b/doc/src/dihedral_hybrid.txt @@ -82,7 +82,7 @@ LAMMPS"_Section_start.html#start_3 section for more info on packages. Unlike other dihedral styles, the hybrid dihedral style does not store dihedral coefficient info for individual sub-styles in a "binary -restart files"_restart.html. Thus when retarting a simulation from a +restart files"_restart.html. Thus when restarting a simulation from a restart file, you need to re-specify dihedral_coeff commands. [Related commands:] diff --git a/doc/src/dump.txt b/doc/src/dump.txt index 5f8ee1ee88e2330049e50301addbb8a3c51cbcfc..1c65b1cdbf5833d0f80f97142b9ee1db84ad6fbd 100644 --- a/doc/src/dump.txt +++ b/doc/src/dump.txt @@ -225,7 +225,7 @@ This bounding box is convenient for many visualization programs. The meaning of the 6 character flags for "xx yy zz" is the same as above. Note that the first two numbers on each line are now xlo_bound instead -of xlo, etc, since they repesent a bounding box. See "this +of xlo, etc, since they represent a bounding box. See "this section"_Section_howto.html#howto_12 of the doc pages for a geometric description of triclinic boxes, as defined by LAMMPS, simple formulas for how the 6 bounding box extents (xlo_bound,xhi_bound,etc) are @@ -545,7 +545,7 @@ that the coordinate values may be far outside the box bounds printed with the snapshot. Using {xsu}, {ysu}, {zsu} is similar to using {xu}, {yu}, {zu}, except that the unwrapped coordinates are scaled by the box size. Atoms that have passed through a periodic boundary will -have the corresponding cooordinate increased or decreased by 1.0. +have the corresponding coordinate increased or decreased by 1.0. The image flags can be printed directly using the {ix}, {iy}, {iz} attributes. For periodic dimensions, they specify which image of the diff --git a/doc/src/dump_custom_vtk.txt b/doc/src/dump_custom_vtk.txt index b84817327b076e077b220794f7a78c9714138dd0..f15d20f849692cd49176d0ce39d0619dc1f28900 100644 --- a/doc/src/dump_custom_vtk.txt +++ b/doc/src/dump_custom_vtk.txt @@ -211,7 +211,7 @@ charge. There are several options for outputting atom coordinates. The {x}, {y}, {z} attributes are used to write atom coordinates "unscaled", in the appropriate distance "units"_units.html (Angstroms, sigma, etc). -Additionaly, you can use {xs}, {ys}, {zs} if you want to also save the +Additionally, you can use {xs}, {ys}, {zs} if you want to also save the coordinates "scaled" to the box size, so that each value is 0.0 to 1.0. If the simulation box is triclinic (tilted), then all atom coords will still be between 0.0 and 1.0. Use {xu}, {yu}, {zu} if you @@ -224,7 +224,7 @@ values may be far outside the box bounds printed with the snapshot. Using {xsu}, {ysu}, {zsu} is similar to using {xu}, {yu}, {zu}, except that the unwrapped coordinates are scaled by the box size. Atoms that have passed through a periodic boundary will have the corresponding -cooordinate increased or decreased by 1.0. +coordinate increased or decreased by 1.0. The image flags can be printed directly using the {ix}, {iy}, {iz} attributes. For periodic dimensions, they specify which image of the diff --git a/doc/src/dump_image.txt b/doc/src/dump_image.txt index f5085846df1fc2d988af8379479fd6822c04e11d..3fa267d2b099a252bce78e49d24c69609dffac2a 100644 --- a/doc/src/dump_image.txt +++ b/doc/src/dump_image.txt @@ -99,7 +99,7 @@ included in the image or movie and how it appears. A series of such images can easily be manually converted into an animated movie of your simulation or the process can be automated without writing the intermediate files using the dump movie style; see further details -below. Other dump styles store snapshots of numerical data asociated +below. Other dump styles store snapshots of numerical data associated with atoms in various formats, as discussed on the "dump"_dump.html doc page. @@ -237,7 +237,7 @@ diameter, which can be used as the {diameter} setting. :line -The various kewords listed above control how the image is rendered. +The various keywords listed above control how the image is rendered. As listed below, all of the keywords have defaults, most of which you will likely not need to change. The "dump modify"_dump_modify.html also has options specific to the dump image style, particularly for @@ -261,7 +261,7 @@ the input script defines, e.g. Angstroms. The {bond} keyword allows to you to alter how bonds are drawn. A bond is only drawn if both atoms in the bond are being drawn due to being in the specified group and due to other selection criteria -(e.g. region, threshhold settings of the +(e.g. region, threshold settings of the "dump_modify"_dump_modify.html command). By default, bonds are drawn if they are defined in the input data file as read by the "read_data"_read_data.html command. Using {none} for both the bond @@ -356,7 +356,7 @@ is used to define body particles with internal state body style. If this keyword is not used, such particles will be drawn as spheres, the same as if they were regular atoms. -The "body"_body.html doc page descibes the body styles LAMMPS +The "body"_body.html doc page describes the body styles LAMMPS currently supports, and provides more details as to the kind of body particles they represent and how they are drawn by this dump image command. For all the body styles, individual atoms can be either a @@ -442,7 +442,7 @@ degrees. The {center} keyword determines the point in simulation space that will be at the center of the image. {Cx}, {Cy}, and {Cz} are -speficied as fractions of the box dimensions, so that (0.5,0.5,0.5) is +specified as fractions of the box dimensions, so that (0.5,0.5,0.5) is the center of the simulation box. These values do not have to be between 0.0 and 1.0, if you want the simulation box to be offset from the center of the image. Note, however, that if you choose strange @@ -476,8 +476,8 @@ smaller. {Zfactor} must be a value > 0.0. The {persp} keyword determines how much depth perspective is present in the image. Depth perspective makes lines that are parallel in simulation space appear non-parallel in the image. A {pfactor} value -of 0.0 means that parallel lines will meet at infininty (1.0/pfactor), -which is an orthographic rendering with no persepctive. A {pfactor} +of 0.0 means that parallel lines will meet at infinity (1.0/pfactor), +which is an orthographic rendering with no perspective. A {pfactor} value between 0.0 and 1.0 will introduce more perspective. A {pfactor} value > 1 will create a highly skewed image with a large amount of perspective. @@ -638,7 +638,7 @@ pipe:: Input/output error :pre which can be safely ignored. Other warnings and errors have to be addressed according to the FFmpeg documentation. One known issue is that certain movie file formats (e.g. MPEG level 1 -and 2 format streams) have video bandwith limits that can be crossed +and 2 format streams) have video bandwidth limits that can be crossed when rendering too large of image sizes. Typical warnings look like this: diff --git a/doc/src/dump_modify.txt b/doc/src/dump_modify.txt index 0cf30e3c920ab92754aeef9a9a69cb13fdad97f4..b5daa6416e91912ab30eef406dec4d4078deb419 100644 --- a/doc/src/dump_modify.txt +++ b/doc/src/dump_modify.txt @@ -426,7 +426,7 @@ regions. The {scale} keyword applies only to the dump {atom} style. A scale value of {yes} means atom coords are written in normalized units from -0.0 to 1.0 in each box dimension. If the simluation box is triclinic +0.0 to 1.0 in each box dimension. If the simulation box is triclinic (tilted), then all atom coords will still be between 0.0 and 1.0. A value of {no} means they are written in absolute distance units (e.g. Angstroms or sigma). @@ -470,7 +470,7 @@ stress of atoms whose energy is above some threshold. If an atom-style variable is used as the attribute, then it can produce continuous numeric values or effective Boolean 0/1 values -which may be useful for the comparision operator. Boolean values can +which may be useful for the comparison operator. Boolean values can be generated by variable formulas that use comparison or Boolean math operators or special functions like gmask() and rmask() and grmask(). See the "variable"_variable.html command doc page for details. diff --git a/doc/src/fix_ave_chunk.txt b/doc/src/fix_ave_chunk.txt index 0238d9b4f266a2f0a5e8892a54fbcb489a1125f3..8943192176ab874ffda17224309096f1e2152655 100644 --- a/doc/src/fix_ave_chunk.txt +++ b/doc/src/fix_ave_chunk.txt @@ -67,7 +67,7 @@ fix 1 flow ave/chunk 100 5 1000 binchunk density/mass ave running :pre [NOTE:] -If you are trying to replace a deprectated fix ave/spatial command +If you are trying to replace a deprecated fix ave/spatial command with the newer, more flexible fix ave/chunk and "compute chunk/atom"_compute_chunk_atom.html commands, you simply need to split the fix ave/spatial arguments across the two new commands. For @@ -189,7 +189,7 @@ chunk/atom"_compute_chunk_atom.html command must remain constant. If the {ave} keyword is set to {running} or {window} then {Nchunk} must remain constant for the duration of the simulation. This fix forces the chunk/atom compute specified by chunkID to hold {Nchunk} constant -for the appropriate time windows, by not allowing it to re-calcualte +for the appropriate time windows, by not allowing it to re-calculate {Nchunk}, which can also affect how it assigns chunk IDs to atoms. More details are given on the "compute chunk/atom"_compute_chunk_atom.html doc page. @@ -301,7 +301,7 @@ sample values" divided by {Nrepeat}. In other words it is an average of an average. If the {norm} setting is {none}, a similar computation as for the -{sample} seting is done, except the individual "average sample values" +{sample} setting is done, except the individual "average sample values" are "summed sample values". A summed sample value is simply the chunk value summed over atoms in the sample, without dividing by the number of atoms in the sample. The output value for the chunk on the @@ -410,7 +410,7 @@ chunk/atom"_compute_chunk_atom.html command supports them. The OrigID column is only used if the {compress} keyword was set to {yes} for the "compute chunk/atom"_compute_chunk_atom.html command. This means that the original chunk IDs (e.g. molecule IDs) will have been compressed -to remove chunk IDs with no atoms assigned to them. Thus a compresed +to remove chunk IDs with no atoms assigned to them. Thus a compressed chunk ID of 3 may correspond to an original chunk ID or molecule ID of 415. The OrigID column will list 415 for the 3rd chunk. diff --git a/doc/src/fix_ave_correlate.txt b/doc/src/fix_ave_correlate.txt index bd097f291acab389c4d5c44fd9e7a3c1815b3663..371f2f66a88f5394bac76c74e18a811939eb6961 100644 --- a/doc/src/fix_ave_correlate.txt +++ b/doc/src/fix_ave_correlate.txt @@ -64,7 +64,7 @@ fix 1 all ave/correlate 1 50 10000 c_thermo_press\[*\] [Description:] Use one or more global scalar values as inputs every few timesteps, -calculate time correlations bewteen them at varying time intervals, +calculate time correlations between them at varying time intervals, and average the correlation data over longer timescales. The resulting correlation values can be time integrated by "variables"_variable.html or used by other "output @@ -219,7 +219,7 @@ to {upper} then each input value is correlated with every succeeding value. I.e. Cij = Vi*Vj, for i < j, so Npair = N*(N-1)/2. :l If {type} is set -to {lower} then each input value is correlated with every preceeding +to {lower} then each input value is correlated with every preceding value. I.e. Cij = Vi*Vj, for i > j, so Npair = N*(N-1)/2. :l If {type} is set to {auto/upper} then each input value is correlated diff --git a/doc/src/fix_ave_time.txt b/doc/src/fix_ave_time.txt index 569cdc96cf6c3d53a090f94ce3b036c46d515316..266e3f0e38488694dfce0b442a607a6851483377 100644 --- a/doc/src/fix_ave_time.txt +++ b/doc/src/fix_ave_time.txt @@ -33,7 +33,7 @@ keyword = {mode} or {file} or {ave} or {start} or {off} or {overwrite} or {title vector = all input values are global vectors or global arrays {ave} args = {one} or {running} or {window M} one = output a new average value every Nfreq steps - running = output cummulative average of all previous Nfreq steps + running = output cumulative average of all previous Nfreq steps window M = output average of M most recent Nfreq steps {start} args = Nstart Nstart = start averaging on this timestep @@ -223,7 +223,7 @@ output as-is without further averaging. If the {ave} setting is {running}, then the values produced on timesteps that are multiples of {Nfreq} are summed and averaged in a -cummulative sense before being output. Each output value is thus the +cumulative sense before being output. Each output value is thus the average of the value produced on that timestep with all preceding values. This running average begins when the fix is defined; it can only be restarted by deleting the fix via the "unfix"_unfix.html @@ -320,7 +320,7 @@ input values are averaged and {mode} = vector. The global array has # of rows = length of the input vectors and # of columns = number of inputs. -If the fix prouduces a scalar or vector, then the scalar and each +If the fix produces a scalar or vector, then the scalar and each element of the vector can be either "intensive" or "extensive", depending on whether the values contributing to the scalar or vector element are "intensive" or "extensive". If the fix produces an array, diff --git a/doc/src/fix_balance.txt b/doc/src/fix_balance.txt index 8473fa8152a4f7b386b8c4443d24c18c99665ea9..f148e6f99663fe6028e83a246f334b5160ddb470 100644 --- a/doc/src/fix_balance.txt +++ b/doc/src/fix_balance.txt @@ -15,12 +15,12 @@ fix ID group-ID balance Nfreq thresh style args keyword args ... :pre ID, group-ID are documented in "fix"_fix.html command :ulb,l balance = style name of this fix command :l Nfreq = perform dynamic load balancing every this many steps :l -thresh = imbalance threshhold that must be exceeded to perform a re-balance :l +thresh = imbalance threshold that must be exceeded to perform a re-balance :l style = {shift} or {rcb} :l shift args = dimstr Niter stopthresh dimstr = sequence of letters containing "x" or "y" or "z", each not more than once Niter = # of times to iterate within each dimension of dimstr sequence - stopthresh = stop balancing when this imbalance threshhold is reached + stopthresh = stop balancing when this imbalance threshold is reached {rcb} args = none :pre zero or more keyword/arg pairs may be appended :l keyword = {weight} or {out} :l @@ -63,14 +63,14 @@ perform "static" balancing, before or between runs, see the Load-balancing is typically most useful if the particles in the simulation box have a spatially-varying density distribution or -where the computational cost varies signficantly between different +where the computational cost varies significantly between different atoms. E.g. a model of a vapor/liquid interface, or a solid with an irregular-shaped geometry containing void regions, or "hybrid pair style simulations"_pair_hybrid.html which combine pair styles with different computational cost. In these cases, the LAMMPS default of dividing the simulation box volume into a regular-spaced grid of 3d bricks, with one equal-volume sub-domain -per procesor, may assign numbers of particles per processor in a +per processor, may assign numbers of particles per processor in a way that the computational effort varies significantly. This can lead to poor performance when the simulation is run in parallel. @@ -78,7 +78,7 @@ The balancing can be performed with or without per-particle weighting. With no weighting, the balancing attempts to assign an equal number of particles to each processor. With weighting, the balancing attempts to assign an equal aggregate computational weight to each processor, -which typically inducces a diffrent number of atoms assigned to each +which typically induces a different number of atoms assigned to each processor. NOTE: The weighting options listed above are documented with the @@ -216,7 +216,7 @@ for a single value, except that the bounds used for each bisectioning take advantage of information from neighboring cuts if possible, as well as counts of particles at the bounds on either side of each cuts, which themselves were cuts in previous iterations. The latter is used -to infer a density of pariticles near each of the current cuts. At +to infer a density of particles near each of the current cuts. At each iteration, the count of particles on either side of each plane is tallied. If the counts do not match the target value for the plane, the position of the cut is adjusted based on the local density. The @@ -239,7 +239,7 @@ assigned, particles migrate to their new owning processor as part of the normal reneighboring procedure. NOTE: At each rebalance operation, the bisectioning for each cutting -plane (line in 2d) typcially starts with low and high bounds separated +plane (line in 2d) typically starts with low and high bounds separated by the extent of a processor's sub-domain in one dimension. The size of this bracketing region shrinks based on the local density, as described above, which should typically be 1/2 or more every @@ -249,7 +249,7 @@ typically be positioned to better than 1 part in 1000 accuracy be accurate to better than 1 part in a million. Thus there is no need to set {Niter} to a large value. This is especially true if you are rebalancing often enough that each time you expect only an incremental -adjustement in the cutting planes is necessary. LAMMPS will check if +adjustment in the cutting planes is necessary. LAMMPS will check if the threshold accuracy is reached (in a dimension) is less iterations than {Niter} and exit early. @@ -275,7 +275,7 @@ at each iteration. That is the procedure for the first cut. Subsequent cuts are made recursively, in exactly the same manner. The subset of processors assigned to each box make a new cut in the longest dimension of that -box, splitting the box, the subset of processsors, and the atoms in +box, splitting the box, the subset of processors, and the atoms in the box in two. The recursion continues until every processor is assigned a sub-box of the entire simulation domain, and owns the atoms in that sub-box. diff --git a/doc/src/fix_bond_break.txt b/doc/src/fix_bond_break.txt index 98ba472327cc254d636a49d2cbd4bc4e48f55ab9..83364b9efbbb0b6b9135707c15cae7353ca5b0da 100644 --- a/doc/src/fix_bond_break.txt +++ b/doc/src/fix_bond_break.txt @@ -79,8 +79,8 @@ part of bonds, angles, etc. NOTE: One data structure that is not updated when a bond breaks are the molecule IDs stored by each atom. Even though one molecule -becomes two moleclues due to the broken bond, all atoms in both new -moleclues retain their original molecule IDs. +becomes two molecules due to the broken bond, all atoms in both new +molecules retain their original molecule IDs. Computationally, each timestep this fix operates, it loops over all the bonds in the system and computes distances between pairs of bonded @@ -122,7 +122,7 @@ by this fix are "intensive". These are the 2 quantities: (1) # of bonds broken on the most recent breakage timestep -(2) cummulative # of bonds broken :ul +(2) cumulative # of bonds broken :ul No parameter of this fix can be used with the {start/stop} keywords of the "run"_run.html command. This fix is not invoked during "energy diff --git a/doc/src/fix_bond_create.txt b/doc/src/fix_bond_create.txt index 3d00b60844d82471f69ccb19bcfb145e92543521..a44c3103ddd10489fe639b85e42168d5749c57c3 100644 --- a/doc/src/fix_bond_create.txt +++ b/doc/src/fix_bond_create.txt @@ -118,8 +118,8 @@ of new bonds, angles, etc. NOTE: One data structure that is not updated when a bond breaks are the molecule IDs stored by each atom. Even though two molecules -become one moleclue due to the created bond, all atoms in the new -moleclue retain their original molecule IDs. +become one molecule due to the created bond, all atoms in the new +molecule retain their original molecule IDs. If the {atype} keyword is used and if an angle potential is defined via the "angle_style"_angle_style.html command, then any new 3-body @@ -218,7 +218,7 @@ by this fix are "intensive". These are the 2 quantities: (1) # of bonds created on the most recent creation timestep -(2) cummulative # of bonds created :ul +(2) cumulative # of bonds created :ul No parameter of this fix can be used with the {start/stop} keywords of the "run"_run.html command. This fix is not invoked during "energy diff --git a/doc/src/fix_bond_swap.txt b/doc/src/fix_bond_swap.txt index 38c5e17c60165c6a4bc1b674031598a4e72d33de..ca7069e2478de279e063b5e43f1a82d29fe1f9b1 100644 --- a/doc/src/fix_bond_swap.txt +++ b/doc/src/fix_bond_swap.txt @@ -81,7 +81,7 @@ by this processor on this timestep. The criterion for matching molecule IDs is how bond swaps performed by this fix conserve chain length. To use this features you must setup the molecule IDs for your polymer chains in a certain way, typically -in the data file, read by the "read_data"_read_data.html comand. +in the data file, read by the "read_data"_read_data.html command. Consider a system of 6-mer chains. You have 2 choices. If the molecule IDs for monomers on each chain are set to 1,2,3,4,5,6 then swaps will conserve chain length. For a particular momoner there will @@ -124,7 +124,7 @@ the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}. This means you can change the attributes of this fix's temperature (e.g. its degrees-of-freedom) via the "compute_modify"_compute_modify.html command or print this temperature -during thermodyanmic output via the "thermo_style +during thermodynamic output via the "thermo_style custom"_thermo_style.html command using the appropriate compute-ID. It also means that changing attributes of {thermo_temp} will have no effect on this fix. @@ -151,8 +151,8 @@ the Boltzmann criterion. This fix computes two statistical quantities as a global 2-vector of output, which can be accessed by various "output commands"_Section_howto.html#howto_15. The first component of the -vector is the cummulative number of swaps performed by all processors. -The second component of the vector is the cummulative number of swaps +vector is the cumulative number of swaps performed by all processors. +The second component of the vector is the cumulative number of swaps attempted (whether accepted or rejected). Note that a swap "attempt" only occurs when swap partners meeting the criteria described above are found on a particular timestep. The vector values calculated by @@ -168,7 +168,7 @@ This fix is part of the MC package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -The setings of the "special_bond" command must be 0,1,1 in order to +The settings of the "special_bond" command must be 0,1,1 in order to use this fix, which is typical of bead-spring chains with FENE or harmonic bonds. This means that pairwise interactions between bonded atoms are turned off, but are turned on between atoms two or three diff --git a/doc/src/fix_box_relax.txt b/doc/src/fix_box_relax.txt index 96701b170ea47735e692a3ab2232885e07fd852d..83e5a826521767bd487d5f545ba0eac0cc4903c4 100644 --- a/doc/src/fix_box_relax.txt +++ b/doc/src/fix_box_relax.txt @@ -54,7 +54,7 @@ The external pressure tensor is specified using one or more of the keywords. These keywords give you the ability to specify all 6 components of an external stress tensor, and to couple various of these components together so that the dimensions they represent are -varied together during the mimimization. +varied together during the minimization. Orthogonal simulation boxes have 3 adjustable dimensions (x,y,z). Triclinic (non-orthogonal) simulation boxes have 6 adjustable @@ -103,7 +103,7 @@ far. In all cases, the particle positions at each iteration are unaffected by the chosen value, except that all particles are displaced by the same amount, different on each iteration. -NOTE: Appling an external pressure to tilt dimensions {xy}, {xz}, {yz} +NOTE: Applying an external pressure to tilt dimensions {xy}, {xz}, {yz} can sometimes result in arbitrarily large values of the tilt factors, i.e. a dramatically deformed simulation box. This typically indicates that there is something badly wrong with how the simulation was @@ -122,7 +122,7 @@ well-defined minimization problem. This is because the objective function being minimized changes if the box size/shape changes. In practice this means the minimizer can get "stuck" before you have reached the desired tolerance. The solution to this is to restart the -minmizer from the new adjusted box size/shape, since that creates a +minimizer from the new adjusted box size/shape, since that creates a new objective function valid for the new box size/shape. Repeat as necessary until the box size/shape has reached its new equilibrium. diff --git a/doc/src/fix_cmap.txt b/doc/src/fix_cmap.txt index 9edd660b046860df36fbc82369cfa4ced6eafb1f..c943cde4897d65f9af50f2a765272144843bd0e3 100644 --- a/doc/src/fix_cmap.txt +++ b/doc/src/fix_cmap.txt @@ -44,7 +44,7 @@ lammps/potentials directory: charmm22.cmap and charmm36.cmap. The data file read by the "read_data" must contain the topology of all the CMAP interactions, similar to the topology data for bonds, angles, -dihedrals, etc. Specically it should have a line like this +dihedrals, etc. Specially it should have a line like this in its header section: N crossterms :pre diff --git a/doc/src/fix_colvars.txt b/doc/src/fix_colvars.txt index e2be03f46b31fc9aa35459b11575aa41ab4f66c2..e48dedacd9e17c54b7f4a28d588d173a821ad289 100644 --- a/doc/src/fix_colvars.txt +++ b/doc/src/fix_colvars.txt @@ -59,7 +59,7 @@ always apply to the entire system and there can only be one instance of the colvars fix at a time. The colvars fix will only communicate the minimum information necessary and the colvars library supports multiple, completely independent collective variables, so there is -no restriction to functionaliry by limiting the number of colvars fixes. +no restriction to functionality by limiting the number of colvars fixes. The {input} keyword allows to specify a state file that would contain the restart information required in order to continue a calculation from @@ -100,7 +100,7 @@ output"_thermo_style.html. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". [Restrictions:] diff --git a/doc/src/fix_controller.txt b/doc/src/fix_controller.txt index a19f42c77c2a2aa678e71f0de78f732cadd7bb42..cd4d6adfdf03dc2e8332ffb3eec9e338de1b2240 100644 --- a/doc/src/fix_controller.txt +++ b/doc/src/fix_controller.txt @@ -107,7 +107,7 @@ When choosing the values of the four constants, it is best to first pick a value and sign for {alpha} that is consistent with the magnitudes and signs of {pvar} and {cvar}. The magnitude of {Kp} should then be tested over a large positive range keeping {Ki}={Kd}=0. -A good value for {Kp} will produce a fast reponse in {pvar}, without +A good value for {Kp} will produce a fast response in {pvar}, without overshooting the {setpoint}. For many applications, proportional feedback is sufficient, and so {Ki}={Kd}=0 can be used. In cases where there is a substantial lag time in the response of {pvar} to a change @@ -175,7 +175,7 @@ equal-style versus internal-style variable interchangeably. [Restart, fix_modify, output, run start/stop, minimize info:] -Currenlty, no information about this fix is written to "binary restart +Currently, no information about this fix is written to "binary restart files"_restart.html. None of the "fix_modify"_fix_modify.html options are relevant to this fix. diff --git a/doc/src/fix_deform.txt b/doc/src/fix_deform.txt index 1478d47df1fcce46676b521707e43466b1aa3436..8c3a9fa49976103e38300676ab35113b944a4fe8 100644 --- a/doc/src/fix_deform.txt +++ b/doc/src/fix_deform.txt @@ -580,10 +580,10 @@ This fix is not invoked during "energy minimization"_minimize.html. [Restrictions:] You cannot apply x, y, or z deformations to a dimension that is -shrink-wrapped via the "boundary"_boundary.html comamnd. +shrink-wrapped via the "boundary"_boundary.html command. You cannot apply xy, yz, or xz deformations to a 2nd dimension (y in -xy) that is shrink-wrapped via the "boundary"_boundary.html comamnd. +xy) that is shrink-wrapped via the "boundary"_boundary.html command. [Related commands:] diff --git a/doc/src/fix_deposit.txt b/doc/src/fix_deposit.txt index ea9c5643ddde69a1e23ef55f5e013b0199200463..a1dd5f6434d147ed6d1b2c2d855bd100dfb98534 100644 --- a/doc/src/fix_deposit.txt +++ b/doc/src/fix_deposit.txt @@ -15,7 +15,7 @@ fix ID group-ID deposit N type M seed keyword values ... :pre ID, group-ID are documented in "fix"_fix.html command :ulb,l deposit = style name of this fix command :l N = # of atoms or molecules to insert :l -type = atom type to assign to inserted atoms (offset for moleclue insertion) :l +type = atom type to assign to inserted atoms (offset for molecule insertion) :l M = insert a single atom or molecule every M steps :l seed = random # seed (positive integer) :l one or more keyword/value pairs may be appended to args :l @@ -140,7 +140,7 @@ the molecule. If the molecule template contains more than one molecule, the relative probability of depositing each molecule can be specified by the -{molfrac} keyword. N relative probablities, each from 0.0 to 1.0, are +{molfrac} keyword. N relative probabilities, each from 0.0 to 1.0, are specified, where N is the number of molecules in the template. Each time a molecule is deposited, a random number is used to sample from the list of relative probabilities. The N values must sum to 1.0. @@ -192,7 +192,7 @@ LAMMPS prints a warning message. NOTE: If you are inserting finite size particles or a molecule or rigid body consisting of finite-size particles, then you should typically set R larger than the distance at which any inserted -particle may overlap with either a previouly inserted particle or an +particle may overlap with either a previously inserted particle or an existing particle. LAMMPS will issue a warning if R is smaller than this value, based on the radii of existing and inserted particles. diff --git a/doc/src/fix_eos_table.txt b/doc/src/fix_eos_table.txt index 8fc72bbdadada2bb0faf6b9f4d2d55b3f647ad58..42778d79781c80ced6c90855f7fefe78f62d7207 100644 --- a/doc/src/fix_eos_table.txt +++ b/doc/src/fix_eos_table.txt @@ -17,7 +17,7 @@ eos/table = style name of this fix command style = {linear} = method of interpolation file = filename containing the tabulated equation of state N = use N values in {linear} tables -keyword = name of table keyword correponding to table file :ul +keyword = name of table keyword corresponding to table file :ul [Examples:] diff --git a/doc/src/fix_eos_table_rx.txt b/doc/src/fix_eos_table_rx.txt index 749642f57c203c753bc51fc425be0b56fed5b6a7..e8d515e1f32f76f09d966d3d4910997c68108af1 100644 --- a/doc/src/fix_eos_table_rx.txt +++ b/doc/src/fix_eos_table_rx.txt @@ -17,7 +17,7 @@ eos/table/rx = style name of this fix command style = {linear} = method of interpolation file1 = filename containing the tabulated equation of state N = use N values in {linear} tables -keyword = name of table keyword correponding to table file +keyword = name of table keyword corresponding to table file file2 = filename containing the heats of formation of each species (optional) deltaHf = heat of formation for a single species in energy units (optional) energyCorr = energy correction in energy units (optional) diff --git a/doc/src/fix_evaporate.txt b/doc/src/fix_evaporate.txt index 0243cbe977894c580cbd79925d3c7d4a63d4ff05..ed6c6d03775d5fe11195b3c3d6ccfc7eb365c909 100644 --- a/doc/src/fix_evaporate.txt +++ b/doc/src/fix_evaporate.txt @@ -31,9 +31,9 @@ fix 1 solvent evaporate 1000 10 surface 38277 molecule yes :pre [Description:] Remove M atoms from the simulation every N steps. This can be used, -for example, to model evaporation of solvent particles or moleclues +for example, to model evaporation of solvent particles or molecules (i.e. drying) of a system. Every N steps, the number of atoms in the -fix group and within the specifed region are counted. M of these are +fix group and within the specified region are counted. M of these are chosen at random and deleted. If there are less than M eligible particles, then all of them are deleted. @@ -74,7 +74,7 @@ are relevant to this fix. This fix computes a global scalar, which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative number of deleted atoms. The scalar value calculated by +cumulative number of deleted atoms. The scalar value calculated by this fix is "intensive". No parameter of this fix can be used with the {start/stop} keywords of diff --git a/doc/src/fix_gle.txt b/doc/src/fix_gle.txt index 79b5abe5b05d9fea86792a6b074b7037a84362d3..ca7625e2d0aa97882d9880d6b2ed1ed82dd238d0 100644 --- a/doc/src/fix_gle.txt +++ b/doc/src/fix_gle.txt @@ -62,7 +62,7 @@ as a (Ns+1 x Ns+1) matrix in inverse time units. Matrices that are optimal for a given application and the system of choice can be obtained from "(GLE4MD)"_#GLE4MD. -Equilibrium sampling a temperature T is obtained by specifiying the +Equilibrium sampling a temperature T is obtained by specifying the target value as the {Tstart} and {Tstop} arguments, so that the diffusion matrix that gives canonical sampling for a given A is computed automatically. However, the GLE framework also allow for non-equilibrium sampling, that @@ -116,7 +116,7 @@ output"_thermo_style.html. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". [Restrictions:] diff --git a/doc/src/fix_gravity.txt b/doc/src/fix_gravity.txt index 04b0fd091e5bdf8b66e23af01fa2caa0358e8ec8..2cf1665c30ee07f93ca955bfa47176819e8e63a1 100644 --- a/doc/src/fix_gravity.txt +++ b/doc/src/fix_gravity.txt @@ -76,7 +76,7 @@ specified as an equal-style "variable"_variable.html. If the value is a variable, it should be specified as v_name, where name is the variable name. In this case, the variable will be evaluated each timestep, and its value used to determine the quantity. You should -insure that the variable calculates a result in the approriate units, +insure that the variable calculates a result in the appropriate units, e.g. force/mass or degrees. Equal-style variables can specify formulas with various mathematical diff --git a/doc/src/fix_halt.txt b/doc/src/fix_halt.txt index c9295eca693887a25669a6c6dad8f650b2cf6ebb..3f7650466f268b6b685e0a69c85c4366b5161244 100644 --- a/doc/src/fix_halt.txt +++ b/doc/src/fix_halt.txt @@ -15,15 +15,16 @@ fix ID group-ID halt N attribute operator avalue keyword value ... :pre ID, group-ID are documented in "fix"_fix.html command :ulb,l halt = style name of this fix command :l N = check halt condition every N steps :l -attribute = hstyle or v_name :l - hstyle = {bondmax} +attribute = {bondmax} or {tlimit} or v_name :l + bondmax = length of longest bond in the system + tlimit = elapsed CPU time v_name = name of "equal-style variable"_variable.html :pre operator = "<" or "<=" or ">" or ">=" or "==" or "!=" or "|^" :l avalue = numeric value to compare attribute to :l -string = text string to print with optional variable names :l zero or more keyword/value pairs may be appended :l -keyword = {error} :l - {error} value = {hard} or {soft} or {continue} :pre +keyword = {error} or {message} :l + {error} value = {hard} or {soft} or {continue} + {message} value = {yes} or {no} :pre :ule [Examples:] @@ -40,14 +41,33 @@ specified by the "run"_run.html or "minimize"_minimize.html command. The specified group-ID is ignored by this fix. -The specified {attribute} can be one of the {hstyle} options listed -above, or an "equal-style variable"_variable.html referenced as -{v_name}, where "name" is the name of a variable that has been defined -previously in the input script. - -The only {hstyle} option currently implemented is {bondmax}. This -will loop over all bonds in the system, compute their current -lengths, and set {attribute} to the longest bond distance. +The specified {attribute} can be one of the options listed above, +namely {bondmax} or {tlimit}, or an "equal-style +variable"_variable.html referenced as {v_name}, where "name" is the +name of a variable that has been defined previously in the input +script. + +The {bondmax} attribute will loop over all bonds in the system, +compute their current lengths, and set {attribute} to the longest bond +distance. + +The {tlimit} attribute queries the elapsed CPU time (in seconds) since +the current run began, and sets {attribute} to that value. This is an +alternative way to limit the length of a simulation run, similar to +the "timer"_timer.html timeout command. There are two differences in +using this method versus the timer command option. The first is that +the clock starts at the beginning of the current run (not when the +timer or fix command is specified), so that any setup time for the run +is not included in the elapsed time. The second is that the timer +invocation and syncing across all processors (via MPI_Allreduce) is +not performed once every {N} steps by this command. Instead it is +performed (typically) only a small number of times and the elapsed +times are used to predict when the end-of-the-run will be. Both of +these attributes can be useful when performing benchmark calculations +for a desired length of time with minmimal overhead. For example, if +a run is performing 1000s of timesteps/sec, the overhead for syncing +the timer frequently across a large number of processors may be +non-negligble. Equal-style variables evaluate to a numeric value. See the "variable"_variable.html command for a description. They calculate @@ -100,6 +120,14 @@ Note that you may wish use the "unfix"_unfix.html command on the fix halt ID, so that the same condition is not immediately triggered in a subsequent run. +The optional {message} keyword determines whether a message is printed +to the screen and logfile when the half condition is triggered. If +{message} is set to yes, a one line message with the values that +triggered the halt is printed. If {message} is set to no, no message +is printed; the run simply exits. The latter may be desirable for +post-processing tools that extract thermodyanmic information from log +files. + [Restart, fix_modify, output, run start/stop, minimize info:] No information about this fix is written to "binary restart @@ -118,4 +146,4 @@ This fix is not invoked during "energy minimization"_minimize.html. [Default:] -The option defaults are error = hard. +The option defaults are error = hard and message = yes. diff --git a/doc/src/fix_indent.txt b/doc/src/fix_indent.txt index be13925897934518b488f50386eb1c33b2b146b4..c9a791ae4ece3069805ac86172ffae4805361076 100644 --- a/doc/src/fix_indent.txt +++ b/doc/src/fix_indent.txt @@ -107,7 +107,7 @@ fashion. For the latter, see the {start} and {stop} keywords of the "run"_run.html command and the {elaplong} keyword of "thermo_style custom"_thermo_style.html for details. -For example, if a spherical indenter's x-position is specfied as v_x, +For example, if a spherical indenter's x-position is specified as v_x, then this variable definition will keep it's center at a relative position in the simulation box, 1/4 of the way from the left edge to the right edge, even if the box size changes: @@ -121,7 +121,7 @@ variable x equal "2.5 + 5*elaplong*dt" variable x equal vdisplace(2.5,5) :pre If a spherical indenter's radius is specified as v_r, then these -variable definitions will grow the size of the indenter at a specfied +variable definitions will grow the size of the indenter at a specified rate. variable r0 equal 0.0 diff --git a/doc/src/fix_langevin.txt b/doc/src/fix_langevin.txt index b387117d8340958ae80c8d1a762af31b3161cb43..a3d0fb7eaab8b1832ebbb2e0a29e8e55a7a9e09b 100644 --- a/doc/src/fix_langevin.txt +++ b/doc/src/fix_langevin.txt @@ -307,7 +307,7 @@ setting the {tally} keyword to {yes}. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". Note that calculation of this quantity requires setting the {tally} keyword to {yes}. diff --git a/doc/src/fix_langevin_eff.txt b/doc/src/fix_langevin_eff.txt index 4b09d695b9d25d45fdb1910723695508cb2b18ca..d3112d529d26d62ec8940340c23738023bf69ae9 100644 --- a/doc/src/fix_langevin_eff.txt +++ b/doc/src/fix_langevin_eff.txt @@ -80,7 +80,7 @@ setting the {tally} keyword to {yes}. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". Note that calculation of this quantity requires setting the {tally} keyword to {yes}. diff --git a/doc/src/fix_lb_fluid.txt b/doc/src/fix_lb_fluid.txt index 62265a3bc17f0568e8e72cd0ea3e4292fd2ed28d..fc6203b0f2c1967613e81b694977c9dd26accfcf 100644 --- a/doc/src/fix_lb_fluid.txt +++ b/doc/src/fix_lb_fluid.txt @@ -328,7 +328,7 @@ fix must be used in conjunction with the "lb/viscous"_fix_lb_viscous.html fix if the force coupling constant is set by default, or either the "lb/viscous"_fix_lb_viscous.html fix or one of the "lb/rigid/pc/sphere"_fix_lb_rigid_pc_sphere.html or -"lb/pc"_fix_lb_pc.html integrators, if the user chooses to specifiy +"lb/pc"_fix_lb_pc.html integrators, if the user chooses to specify their own value for the force coupling constant. [Related commands:] diff --git a/doc/src/fix_modify.txt b/doc/src/fix_modify.txt index afdfa9e892cbd280b5d7e3f15834f5b51a08d9f6..9c95cdc452e498ae3a3f2c51ce04ea97375f66b2 100644 --- a/doc/src/fix_modify.txt +++ b/doc/src/fix_modify.txt @@ -53,7 +53,7 @@ default method for computing P. For fixes that calculate a contribution to the potential energy of the system, the {energy} keyword will include that contribution in thermodynamic output of potential energy. This is because the {energy -yes} setting must be specfied to include the fix's global or per-atom +yes} setting must be specified to include the fix's global or per-atom energy in the calculation performed by the "compute pe"_compute_pe.html or "compute pe/atom"_compute_pe_atom.html commands. See the "thermo_style"_thermo_style.html command for info diff --git a/doc/src/fix_move.txt b/doc/src/fix_move.txt index 9bbe252c1fc9290994b341880ed20ed1bc80a8b3..7cb40ad1320e365153d3d3165df06a8a1f064750 100644 --- a/doc/src/fix_move.txt +++ b/doc/src/fix_move.txt @@ -58,7 +58,7 @@ nve"_fix_nve.html command). It is up to you to decide whether periodic boundaries are appropriate with the kind of atom motion you are prescribing with this fix. -NOTE: As dicsussed below, atoms are moved relative to their initial +NOTE: As discussed below, atoms are moved relative to their initial position at the time the fix is specified. These initial coordinates are stored by the fix in "unwrapped" form, by using the image flags associated with each atom. See the "dump custom"_dump.html command @@ -131,7 +131,7 @@ This style also sets the velocity of each atom to (omega cross Rperp) where omega is its angular velocity around the rotation axis and Rperp is a perpendicular vector from the rotation axis to the atom. If the defined "atom_style"_atom_style.html assigns an angular velocity or -angular moementum or orientation to each atom ("atom +angular momentum or orientation to each atom ("atom styles"_atom_style.html sphere, ellipsoid, line, tri, body), then those properties are also updated appropriately to correspond to the atom's motion and rotation over time. diff --git a/doc/src/fix_mscg.txt b/doc/src/fix_mscg.txt index c613a598feef2224013fead93b25c46964e2a2a6..0e09f8a9c56f1ef73b34ae6bf6f82bbce6912978 100644 --- a/doc/src/fix_mscg.txt +++ b/doc/src/fix_mscg.txt @@ -83,7 +83,7 @@ produces additional output files. The range finder functionality (step 4) outputs files defining pair and bonded interaction ranges. The force matching functionality (step 5) outputs tabulated force files for every interaction in the system. Other diagnostic files can -also be output depending on the paramters in the MS-CG library input +also be output depending on the parameters in the MS-CG library input script. Again, see the documentation provided with the MS-CG library for more info. @@ -108,7 +108,7 @@ LAMMPS"_Section_start.html#start_3 section for more info. The MS-CG library uses C++11, which may not be supported by older compilers. The MS-CG library also has some additional numeric library -dependencies, which are describd in its documentation. +dependencies, which are described in its documentation. Currently, the MS-CG library is not setup to run in parallel with MPI, so this fix can only be used in a serial LAMMPS build and run diff --git a/doc/src/fix_nph_asphere.txt b/doc/src/fix_nph_asphere.txt index 059498a84349cfa69ff6e6c067947e6157bcfabd..3d151a724b10e915e147d64c02e5bd238853a4ac 100644 --- a/doc/src/fix_nph_asphere.txt +++ b/doc/src/fix_nph_asphere.txt @@ -136,7 +136,7 @@ This fix is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style ellipsoid"_atom_style.html command. diff --git a/doc/src/fix_nph_body.txt b/doc/src/fix_nph_body.txt index ad5ffd8026acd987a3aa5f15cb91dd1cbde9fcd6..3a273be595321ebe793f7eb7896cb4aeffe0d2b5 100644 --- a/doc/src/fix_nph_body.txt +++ b/doc/src/fix_nph_body.txt @@ -135,7 +135,7 @@ This fix is part of the BODY package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style body"_atom_style.html command. diff --git a/doc/src/fix_npt_asphere.txt b/doc/src/fix_npt_asphere.txt index 40cc7ed2b2cef84dcb088bb0e7edb44350414e59..8fe98f1818a7c2b513bbca698407c65417f668fc 100644 --- a/doc/src/fix_npt_asphere.txt +++ b/doc/src/fix_npt_asphere.txt @@ -161,7 +161,7 @@ This fix is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style ellipsoid"_atom_style.html command. diff --git a/doc/src/fix_npt_body.txt b/doc/src/fix_npt_body.txt index c098ae216b39a4f25db27ad5481f73bde78ab0bc..772920df61cc32cfdc1a0aa9c2f788507881323d 100644 --- a/doc/src/fix_npt_body.txt +++ b/doc/src/fix_npt_body.txt @@ -160,7 +160,7 @@ This fix is part of the BODY package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style body"_atom_style.html command. diff --git a/doc/src/fix_nve_asphere.txt b/doc/src/fix_nve_asphere.txt index 817e6985c5e6c8639ce1d13bf66f07ac99d702db..03846a2558196d1d4cafad7b77d563fc026ff053 100644 --- a/doc/src/fix_nve_asphere.txt +++ b/doc/src/fix_nve_asphere.txt @@ -71,7 +71,7 @@ This fix is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style ellipsoid"_atom_style.html command. diff --git a/doc/src/fix_nve_asphere_noforce.txt b/doc/src/fix_nve_asphere_noforce.txt index 8cc2ceb396a1ae21d181b18f7f53340745e1a052..5f1b2715464c01468494f8fb0da33bd46c1c5ec4 100644 --- a/doc/src/fix_nve_asphere_noforce.txt +++ b/doc/src/fix_nve_asphere_noforce.txt @@ -25,7 +25,7 @@ Perform updates of position and orientation, but not velocity or angular momentum for atoms in the group each timestep. In other words, the force and torque on the atoms is ignored and their velocity and angular momentum are not updated. The atom velocities and -angularm momenta are used to update their positions and orientation. +angular momenta are used to update their positions and orientation. This is useful as an implicit time integrator for Fast Lubrication Dynamics, since the velocity and angular momentum are updated by the @@ -49,7 +49,7 @@ This fix is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style ellipsoid"_atom_style.html command. diff --git a/doc/src/fix_nve_body.txt b/doc/src/fix_nve_body.txt index 7709805abf8d21fbcae0ea97ae7320ba014e6f1d..604b5391cd180e064207ca3cd5a02d2335470ac7 100644 --- a/doc/src/fix_nve_body.txt +++ b/doc/src/fix_nve_body.txt @@ -47,7 +47,7 @@ This fix is part of the BODY package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style body"_atom_style.html command. diff --git a/doc/src/fix_nve_limit.txt b/doc/src/fix_nve_limit.txt index 6a83d715d24106d137cb2b1105c910cd6ec44b03..2ecec83e9ce8bf5886a1d66dc4c50046a7f74882 100644 --- a/doc/src/fix_nve_limit.txt +++ b/doc/src/fix_nve_limit.txt @@ -48,8 +48,8 @@ unaltered, pressures computed by thermodynamic output will still be very large for overlapped configurations. NOTE: You should not use "fix shake"_fix_shake.html in conjunction -with this fix. That is because fix shake applies contraint forces -based on the predicted postitions of atoms after the next timestep. +with this fix. That is because fix shake applies constraint forces +based on the predicted positions of atoms after the next timestep. It has no way of knowing the timestep may change due to this fix, which will cause the constraint forces to be invalid. A better strategy is to turn off fix shake when performing initial dynamics diff --git a/doc/src/fix_nvt_asphere.txt b/doc/src/fix_nvt_asphere.txt index 625662772475fb3a2105906e457ae10f190182a6..77de1dea40af798aa0935aa84c7c9670316c848a 100644 --- a/doc/src/fix_nvt_asphere.txt +++ b/doc/src/fix_nvt_asphere.txt @@ -137,7 +137,7 @@ This fix is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style ellipsoid"_atom_style.html command. diff --git a/doc/src/fix_nvt_body.txt b/doc/src/fix_nvt_body.txt index d12903acfdaf8758271ed00a52cef5e7f555954c..1f04b85c8b749bbc0babd8bbbc0707cb88c3b0a0 100644 --- a/doc/src/fix_nvt_body.txt +++ b/doc/src/fix_nvt_body.txt @@ -136,7 +136,7 @@ This fix is part of the BODY package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -This fix requires that atoms store torque and angular momementum and a +This fix requires that atoms store torque and angular momentum and a quaternion as defined by the "atom_style body"_atom_style.html command. diff --git a/doc/src/fix_nvt_sllod_eff.txt b/doc/src/fix_nvt_sllod_eff.txt index 2d772ba6be35107b211b58d5fd33e10d5713605d..e92d1640cd6d643d3574680555f1f286518755a8 100644 --- a/doc/src/fix_nvt_sllod_eff.txt +++ b/doc/src/fix_nvt_sllod_eff.txt @@ -35,7 +35,7 @@ radial velocity of electrons are also updated and thermostatted. Likewise the temperature calculated by the fix, using the compute it creates (as discussed in the "fix nvt, npt, and nph"_fix_nh.html doc page), is performed with a "compute -temp/deform/eff"_compute_temp_deform_eff.html commmand that includes +temp/deform/eff"_compute_temp_deform_eff.html command that includes the eFF contribution to the temperature from the electron radial velocity. diff --git a/doc/src/fix_orient.txt b/doc/src/fix_orient.txt index 8573d99508a3d01715ecb91e21001cd92899ac2a..20ff94866ea3ad0c92fde75042cad455494bcc92 100644 --- a/doc/src/fix_orient.txt +++ b/doc/src/fix_orient.txt @@ -31,7 +31,7 @@ The fix applies an orientation-dependent force to atoms near a planar grain boundary which can be used to induce grain boundary migration (in the direction perpendicular to the grain boundary plane). The motivation and explanation of this force and its application are -described in "(Janssens)"_#Janssens. The adaptiation to bcc crystals +described in "(Janssens)"_#Janssens. The adaptation to bcc crystals is described in "(Wicaksono1)"_#Wicaksono1. The computed force is only applied to atoms in the fix group. diff --git a/doc/src/fix_phonon.txt b/doc/src/fix_phonon.txt index 10a0c95c80191ed8fd5b75097d68ac68aff20e6a..aad6c2bfaa401bcb0af6e76851f849cb67c1af0c 100644 --- a/doc/src/fix_phonon.txt +++ b/doc/src/fix_phonon.txt @@ -43,7 +43,7 @@ fix 1 all phonon 10 5000 500000 GAMMA EAM0D nasr 100 :pre Calculate the dynamical matrix from molecular dynamics simulations based on fluctuation-dissipation theory for a group of atoms. -Consider a crystal with \(N\) unit cells in three dimensions labelled +Consider a crystal with \(N\) unit cells in three dimensions labeled \(l = (l_1, l_2, l_3)\) where \(l_i\) are integers. Each unit cell is defined by three linearly independent vectors \(\mathbf\{a\}_1\), \(\mathbf\{a\}_2\), \(\mathbf\{a\}_3\) forming a parallelipiped, @@ -183,7 +183,7 @@ This fix requires LAMMPS be built with an FFT library. See the [Default:] -The option defaults are sysdim = the same dimemsion as specified by +The option defaults are sysdim = the same dimension as specified by the "dimension"_dimension.html command, and nasr = 20. :line diff --git a/doc/src/fix_pour.txt b/doc/src/fix_pour.txt index 90ed84a8bfd265761bfb8e5e1faff26305798595..f2c10184ddb4f997a80d765e45d2a6ee1620fde3 100644 --- a/doc/src/fix_pour.txt +++ b/doc/src/fix_pour.txt @@ -107,7 +107,7 @@ atoms in the molecule. If the molecule template contains more than one molecule, the relative probability of depositing each molecule can be specified by the -{molfrac} keyword. N relative probablities, each from 0.0 to 1.0, are +{molfrac} keyword. N relative probabilities, each from 0.0 to 1.0, are specified, where N is the number of molecules in the template. Each time a molecule is inserted, a random number is used to sample from the list of relative probabilities. The N values must sum to 1.0. @@ -144,7 +144,7 @@ command for the temperature compute you are using. All other keywords are optional with defaults as shown below. -The {diam} option is only used when inserting atoms and specifes the +The {diam} option is only used when inserting atoms and specifies the diameters of inserted particles. There are 3 styles: {one}, {range}, or {poly}. For {one}, all particles will have diameter {D}. For {range}, the diameter of each particle will be chosen randomly and @@ -175,7 +175,7 @@ some other way. The {vol} option specifies what volume fraction of the insertion volume will be filled with particles. For particles with a size specified by the {diam range} keyword, they are assumed to all be of -maximum diamter {Dhi} for purposes of computing their contribution to +maximum diameter {Dhi} for purposes of computing their contribution to the volume fraction. The higher the volume fraction value, the more particles are inserted diff --git a/doc/src/fix_property_atom.txt b/doc/src/fix_property_atom.txt index 8c9164c25d91d533739d412ab4f0dad1bdc5fc72..aef534ad25fcc1ea9e8d3aaddef04c9bd48a35e5 100644 --- a/doc/src/fix_property_atom.txt +++ b/doc/src/fix_property_atom.txt @@ -121,7 +121,7 @@ as described below. Per-atom properties that are defined by the "atom style"_atom_style.html are initialized when atoms are created, e.g. by the "read_data"_read_data.html or "create_atoms"_create_atoms.html -commands. The per-atom properaties defined by this fix are not. So +commands. The per-atom properties defined by this fix are not. So you need to initialize them explicitly. This can be done by the "read_data"_read_data.html command, using its {fix} keyword and passing it the fix-ID of this fix. diff --git a/doc/src/fix_qeq.txt b/doc/src/fix_qeq.txt index e9769ed33bec87c0c21f873d10c85b20fb3b0082..b1a1dd5c428488f6162f02f50f87ef038676b4ac 100644 --- a/doc/src/fix_qeq.txt +++ b/doc/src/fix_qeq.txt @@ -71,7 +71,7 @@ or AMBER, can have a strong effect on energies and forces, and produces a different model than the published versions. NOTE: The "fix qeq/comb"_fix_qeq_comb.html command must still be used -to perform charge equliibration with the "COMB +to perform charge equilibration with the "COMB potential"_pair_comb.html. The "fix qeq/reax"_fix_qeq_reax.html command can be used to perform charge equilibration with the "ReaxFF force field"_pair_reax_c.html, although fix qeq/shielded yields the @@ -81,7 +81,7 @@ are the same. Eventually the fix qeq/reax command will be deprecated. The QEq method minimizes the electrostatic energy of the system (or equalizes the derivative of energy with respect to charge of all the atoms) by adjusting the partial charge on individual atoms based on -interactions with their neighbors within {cutoff}. It reqires a few +interactions with their neighbors within {cutoff}. It requires a few parameters, in {metal} units, for each atom type which provided in a file specified by {qfile}. The file has the following format @@ -91,7 +91,7 @@ file specified by {qfile}. The file has the following format Ntype chi eta gamma zeta qcore :pre There is one line per atom type with the following parameters. -Only a subset of the parameters is used by each QEq style as descibed +Only a subset of the parameters is used by each QEq style as described below, thus the others can be set to 0.0 if desired. {chi} = electronegativity in energy units @@ -167,7 +167,7 @@ zero net charge. NOTE: Developing QEq parameters (chi, eta, gamma, zeta, and qcore) is non-trivial. Charges on atoms are not guaranteed to equilibrate with arbitrary choices of these parameters. We do not develop these QEq -paramters. See the examples/qeq directory for some examples. +parameters. See the examples/qeq directory for some examples. [Restart, fix_modify, output, run start/stop, minimize info:] diff --git a/doc/src/fix_qeq_comb.txt b/doc/src/fix_qeq_comb.txt index 58a541cc9dd6d27a147272bad47c55cf4abb6f22..30c5003e7288d70d38bdb8f34e3a81c6e5083e2e 100644 --- a/doc/src/fix_qeq_comb.txt +++ b/doc/src/fix_qeq_comb.txt @@ -42,12 +42,12 @@ Only charges on the atoms in the specified group are equilibrated. The fix relies on the pair style (COMB in this case) to calculate the per-atom electronegativity (effective force on the charges). An electronegativity equalization calculation (or QEq) is performed in an -interative fashion, which in parallel requires communication at each +iterative fashion, which in parallel requires communication at each iteration for processors to exchange charge information about nearby atoms with each other. See "Rappe_and_Goddard"_#Rappe_and_Goddard and "Rick_and_Stuart"_#Rick_and_Stuart for details. -During a run, charge equilibration is peformed every {Nevery} time +During a run, charge equilibration is performed every {Nevery} time steps. Charge equilibration is also always enforced on the first step of each run. The {precision} argument controls the tolerance for the difference in electronegativity for all atoms during charge @@ -55,7 +55,7 @@ equilibration. {Precision} is a trade-off between the cost of performing charge equilibration (more iterations) and accuracy. If the {file} keyword is used, then information about each -equilibration calculation is written to the specifed file. +equilibration calculation is written to the specified file. :line diff --git a/doc/src/fix_qeq_reax.txt b/doc/src/fix_qeq_reax.txt index d0266480a8fe6ea270d5228df863d477b2de47fc..a26934dfb496f2aac3e088879e5117a822badc99 100644 --- a/doc/src/fix_qeq_reax.txt +++ b/doc/src/fix_qeq_reax.txt @@ -33,14 +33,14 @@ typically used in conjunction with the ReaxFF force field model as implemented in the "pair_style reax/c"_pair_reax_c.html command, but it can be used with any potential in LAMMPS, so long as it defines and uses charges on each atom. The "fix qeq/comb"_fix_qeq_comb.html -command should be used to perform charge equliibration with the "COMB +command should be used to perform charge equilibration with the "COMB potential"_pair_comb.html. For more technical details about the charge equilibration performed by fix qeq/reax, see the "(Aktulga)"_#Aktulga paper. The QEq method minimizes the electrostatic energy of the system by adjusting the partial charge on individual atoms based on interactions -with their neighbors. It reqires some parameters for each atom type. +with their neighbors. It requires some parameters for each atom type. If the {params} setting above is the word "reax/c", then these are extracted from the "pair_style reax/c"_pair_reax_c.html command and the ReaxFF force field file it reads in. If a file name is specified diff --git a/doc/src/fix_reax_bonds.txt b/doc/src/fix_reax_bonds.txt index a85e140b62c42fa9936c1f4e1882757da02fe7c5..1fd1b3ca5a18f2db3d1f6054f771ba52f8bdaf3a 100644 --- a/doc/src/fix_reax_bonds.txt +++ b/doc/src/fix_reax_bonds.txt @@ -34,7 +34,7 @@ written to {filename} on timesteps that are multiples of {Nevery}, including timestep 0. For time-averaged chemical species analysis, please see the "fix reaxc/c/species"_fix_reaxc_species.html command. -The format of the output file should be self-explantory. +The format of the output file should be self-explanatory. :line diff --git a/doc/src/fix_restrain.txt b/doc/src/fix_restrain.txt index 596ca54b6710da6314d6f4c2d59cabee43e9ba30..c8ec20daaa4ae3953b2660a2770607b15610533e 100644 --- a/doc/src/fix_restrain.txt +++ b/doc/src/fix_restrain.txt @@ -88,7 +88,7 @@ conformation. You may need to experiment to determine what value of K works best for a given application. For the case of finding a minimum energy structure for a single -molecule with particular restratins (e.g. for fitting forcefield +molecule with particular restraints (e.g. for fitting forcefield parameters or constructing a potential energy surface), commands such as the following may be useful: diff --git a/doc/src/fix_rigid.txt b/doc/src/fix_rigid.txt index a38948e560048aca0915b4b0f532f37ba876b63f..e086656f5dba48eeb667204e33bc7d62548a0f94 100644 --- a/doc/src/fix_rigid.txt +++ b/doc/src/fix_rigid.txt @@ -129,7 +129,7 @@ number of small rigid bodies. Each body is assigned to the atom closest to the geometrical center of the body. The fix operates using local lists of rigid bodies owned by each processor and information is exchanged and summed via local communication between neighboring -processors when ghost atom info is accumlated. +processors when ghost atom info is accumulated. NOTE: To use the {rigid/small} styles the ghost atom cutoff must be large enough to span the distance between the atom that owns the body @@ -262,7 +262,7 @@ and bond interactions within each rigid body, as they no longer contribute to the motion. The "neigh_modify exclude"_neigh_modify.html and "delete_bonds"_delete_bonds.html commands are used to do this. If the rigid bodies have strongly -overalapping atoms, you may need to turn off these interactions to +overlapping atoms, you may need to turn off these interactions to avoid numerical problems due to large equal/opposite intra-body forces swamping the contribution of small inter-body forces. @@ -325,7 +325,7 @@ simulation. The effects of these keywords are similar to those defined in "fix npt/nph"_fix_nh.html NOTE: Currently the {rigid/npt}, {rigid/nph}, {rigid/npt/small}, and -{rigid/nph/small} styles do not support triclinic (non-orthongonal) +{rigid/nph/small} styles do not support triclinic (non-orthogonal) boxes. The target pressures for each of the 6 components of the stress tensor @@ -530,7 +530,7 @@ back into the box. The 6 moments of inertia (ixx,iyy,izz,ixy,ixz,iyz) should be the values consistent with the current orientation of the rigid body around its center of mass. The values are with respect to the -simulation box XYZ axes, not with respect to the prinicpal axes of the +simulation box XYZ axes, not with respect to the principal axes of the rigid body itself. LAMMPS performs the latter calculation internally. The (vxcm,vycm,vzcm) values are the velocity of the center of mass. @@ -580,7 +580,7 @@ also accounted for by this fix. :line -If your simlulation is a hybrid model with a mixture of rigid bodies +If your simulation is a hybrid model with a mixture of rigid bodies and non-rigid particles (e.g. solvent) there are several ways these rigid fixes can be used in tandem with "fix nve"_fix_nve.html, "fix nvt"_fix_nh.html, "fix npt"_fix_nh.html, and "fix nph"_fix_nh.html. diff --git a/doc/src/fix_rx.txt b/doc/src/fix_rx.txt index c0deedfa6305a22449e73efc9c88b0c742ebc09d..6a800f386535294714de33964bac7e2f3ee6e383 100644 --- a/doc/src/fix_rx.txt +++ b/doc/src/fix_rx.txt @@ -21,7 +21,7 @@ solver = {lammps_rk4,rkf45} = rk4 is an explicit 4th order Runge-Kutta method; r minSteps = # of steps for rk4 solver or minimum # of steps for rkf45 (rk4 or rkf45) maxSteps = maximum number of steps for the rkf45 solver (rkf45 only) relTol = relative tolerance for the rkf45 solver (rkf45 only) -absTol = absolute tolernace for the rkf45 solver (rkf45 only) +absTol = absolute tolerance for the rkf45 solver (rkf45 only) diag = Diagnostics frequency for the rkf45 solver (optional, rkf45 only) :ul [Examples:] @@ -63,7 +63,7 @@ control on the error. For error control, use the rkf45 ODE solver. The rkf45 method adjusts the step-size so that the local truncation error is held within the specified absolute and relative tolerances. The initial step-size {h0} -can be specified by the user or estimated internally. It is recommeded that the user +can be specified by the user or estimated internally. It is recommended that the user specify {h0} since this will generally reduced the number of ODE integration steps required. {h0} is defined as {dt / min_steps} if min_steps >= 1. If min_steps == 0, {h0} is estimated such that an explicit Euler method would likely produce diff --git a/doc/src/fix_saed_vtk.txt b/doc/src/fix_saed_vtk.txt index e21736b3656750968a3e2f1849e5743907b1a1ad..3523233cee6172a830708cebca035a34497ff044 100644 --- a/doc/src/fix_saed_vtk.txt +++ b/doc/src/fix_saed_vtk.txt @@ -52,7 +52,7 @@ intensities at a single snapshot. To produce output in the image data vtk format ghost data is added outside the {Kmax} range assigned in the compute saed. The ghost data is assigned a value of -1 and can be removed setting a minimum isovolume -of 0 within the vizualiziton software. SAED images can be created by +of 0 within the visualization software. SAED images can be created by visualizing a spherical slice of the data that is centered at R_Ewald*\[h k l\]/norm(\[h k l\]), where R_Ewald=1/lambda. @@ -88,7 +88,7 @@ averaging is done; values are simply generated on timesteps :line -The output for fix ave/time/saed is a file writen with the 3rd generation +The output for fix ave/time/saed is a file written with the 3rd generation vtk image data formatting. The filename assigned by the {file} keyword is appended with _N.vtk where N is an index (0,1,2...) to account for multiple diffraction intensity outputs. diff --git a/doc/src/fix_shake.txt b/doc/src/fix_shake.txt index 4f63556c527ca26404212d589da829f1ad8ee481..a860aad1282369d990c2e98b84f2c26f143dada6 100644 --- a/doc/src/fix_shake.txt +++ b/doc/src/fix_shake.txt @@ -47,7 +47,7 @@ enables a longer timestep. [SHAKE vs RATTLE:] The SHAKE algorithm was invented for schemes such as standard Verlet -timesteppnig, where only the coordinates are integrated and the +timestepping, where only the coordinates are integrated and the velocities are approximated as finite differences to the trajectories ("Ryckaert et al. (1977)"_#Ryckaert). If the velocities are integrated explicitly, as with velocity Verlet which is what LAMMPS @@ -119,7 +119,7 @@ contribution to the pressure of the system (virial) is also accounted for. NOTE: This command works by using the current forces on atoms to -caculate an additional constraint force which when added will leave +calculate an additional constraint force which when added will leave the atoms in positions that satisfy the SHAKE constraints (e.g. bond length) after the next time integration step. If you define fixes (e.g. "fix efield"_fix_efield.html) that add additional force to the @@ -133,7 +133,7 @@ forces (to atoms that fix shake operates on). The {mol} keyword should be used when other commands, such as "fix deposit"_fix_deposit.html or "fix pour"_fix_pour.html, add molecules -on-the-fly during a simulation, and you wish to contrain the new +on-the-fly during a simulation, and you wish to constrain the new molecules via SHAKE. You specify a {template-ID} previously defined using the "molecule"_molecule.html command, which reads a file that defines the molecule. You must use the same {template-ID} that the @@ -210,7 +210,7 @@ which can lead to poor energy conservation. You can test for this in your system by running a constant NVE simulation with a particular set of SHAKE parameters and monitoring the energy versus time. -SHAKE or RATTLE should not be used to contrain an angle at 180 degrees +SHAKE or RATTLE should not be used to constrain an angle at 180 degrees (e.g. linear CO2 molecule). This causes numeric difficulties. [Related commands:] none diff --git a/doc/src/fix_smd_wall_surface.txt b/doc/src/fix_smd_wall_surface.txt index 4ea592be1b835271efe72a30d30fb88f8454e387..feb65b2312823ece1b261e5349750500018b6ed7 100644 --- a/doc/src/fix_smd_wall_surface.txt +++ b/doc/src/fix_smd_wall_surface.txt @@ -27,7 +27,7 @@ fix stl_surf all smd/wall_surface tool.stl 2 65535 :pre [Description:] -This fix creates reads a traingulated surface from a file in .STL format. +This fix creates reads a triangulated surface from a file in .STL format. For each triangle, a new particle is created which stores the barycenter of the triangle and the vertex positions. The radius of the new particle is that of the minimum circle which encompasses the triangle vertices. diff --git a/doc/src/fix_spring_self.txt b/doc/src/fix_spring_self.txt index 3f3940cd11e78e79b72dbdfe33e0ce4629e9fb1c..68961a1512d1ba80ddd72da8024333cc51180103 100644 --- a/doc/src/fix_spring_self.txt +++ b/doc/src/fix_spring_self.txt @@ -30,7 +30,7 @@ location at the time the fix command was issued. At each timestep, the magnitude of the force on each atom is -Kr, where r is the displacement of the atom from its current position to its initial position. The distance r correctly takes into account any crossings -of periodic boundary by the atom since it was in its intitial +of periodic boundary by the atom since it was in its initial position. With the (optional) dir flag, one can select in which direction the diff --git a/doc/src/fix_srd.txt b/doc/src/fix_srd.txt index 13519ecfad94728a00fe5aa3b5b130d3436ab4dc..31660fe77a0edaed0084a5027ce84e0ec8d73cdd 100644 --- a/doc/src/fix_srd.txt +++ b/doc/src/fix_srd.txt @@ -54,18 +54,18 @@ fix 1 srd srd 10 big 0.5 0.25 482984 collision slip search 0.5 :pre [Description:] -Treat a group of partilces as stochastic rotation dynamics (SRD) +Treat a group of particles as stochastic rotation dynamics (SRD) particles that serve as a background solvent when interacting with big (colloidal) particles in groupbig-ID. The SRD formalism is described in "(Hecht)"_#Hecht. The key idea behind using SRD particles as a cheap coarse-grained solvent is that SRD particles do not interact with each other, but only with the solute particles, which in LAMMPS can be spheroids, ellipsoids, or line segments, or triangles, or rigid -bodies containing multiple spherioids or ellipsoids or line segments +bodies containing multiple spheriods or ellipsoids or line segments or triangles. The collision and rotation properties of the model imbue the SRD particles with fluid-like properties, including an effective viscosity. Thus simulations with large solute particles can -be run more quickly, to measure solute propoerties like diffusivity +be run more quickly, to measure solute properties like diffusivity and viscosity in a background fluid. The usual LAMMPS fixes for such simulations, such as "fix deform"_fix_deform.html, "fix viscosity"_fix_viscosity.html, and "fix nvt/sllod"_fix_nvt_sllod.html, @@ -182,7 +182,7 @@ can be used to scale down their effective collision radius by an amount {rfactor}, so that SRD particle will only collide with one big particle at a time. For example, in a Lennard-Jones system at a temperature of 1.0 (in reduced LJ units), the minimum separation -bewteen two big particles is as small as about 0.88 sigma. Thus an +between two big particles is as small as about 0.88 sigma. Thus an {rfactor} value of 0.85 should prevent dual collisions. The {bounce} keyword can be used to limit the maximum number of @@ -230,7 +230,7 @@ error or warning is generated. Similarly, if the ratio of any bin dimension with {hgrid} exceeds (1 +/- tolerance), then an error or warning is generated. -NOTE: The fix srd command can be used with simluations the size and/or +NOTE: The fix srd command can be used with simulations the size and/or shape of the simulation box changes. This can be due to non-periodic boundary conditions or the use of fixes such as the "fix deform"_fix_deform.html or "fix wall/srd"_fix_wall_srd.html commands @@ -241,7 +241,7 @@ box shape changes. This re-binning is always done so as to fit an integer number of bins in the current box dimension, whether it be a fixed, shrink-wrapped, or periodic boundary, as set by the "boundary"_boundary.html command. If the box size or shape changes, -then the size of the search bins must be recalculated avery +then the size of the search bins must be recalculated every reneighboring. Note that changing the SRD bin size may alter the properties of the SRD fluid, such as its viscosity. @@ -345,15 +345,15 @@ commands"_Section_howto.html#howto_15. The vector values calculated by this fix are "intensive", meaning they do not scale with the size of the simulation. Technically, the first 8 do scale with the size of the simulation, but treating them as intensive means they are not -scaled when printed as part of thermodyanmic output. +scaled when printed as part of thermodynamic output. These are the 12 quantities. All are values for the current timestep, except for quantity 5 and the last three, each of which are -cummulative quantities since the beginning of the run. +cumulative quantities since the beginning of the run. (1) # of SRD/big collision checks performed (2) # of SRDs which had a collision -(3) # of SRD/big colllisions (including multiple bounces) +(3) # of SRD/big collisions (including multiple bounces) (4) # of SRD particles inside a big particle (5) # of SRD particles whose velocity was rescaled to be < Vmax (6) # of bins for collision searching diff --git a/doc/src/fix_temp_berendsen.txt b/doc/src/fix_temp_berendsen.txt index 177591d8e7478a09d4d60351c34d9144e319eba1..9c1dd538da0f70177cc9bb725702a80b2da018cc 100644 --- a/doc/src/fix_temp_berendsen.txt +++ b/doc/src/fix_temp_berendsen.txt @@ -127,7 +127,7 @@ output"_thermo_style.html. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". This fix can ramp its target temperature over multiple runs, using the diff --git a/doc/src/fix_temp_csvr.txt b/doc/src/fix_temp_csvr.txt index 7e53926516ce1c8dc7db474404a3b8ecb194d824..4129ad73c8fdbe514592b1a33d38e509c74f6f93 100644 --- a/doc/src/fix_temp_csvr.txt +++ b/doc/src/fix_temp_csvr.txt @@ -39,7 +39,7 @@ scaling factor from a suitably chosen (gaussian) distribution rather than having it determined from the time constant directly. In the case of {temp/csld} the velocities are updated to a linear combination of the current velocities with a gaussian distribution of velocities at -the desired temperature. Both termostats are applied every timestep. +the desired temperature. Both thermostats are applied every timestep. The thermostat is applied to only the translational degrees of freedom for the particles, which is an important consideration for finite-size @@ -136,7 +136,7 @@ These fixes are not invoked during "energy minimization"_minimize.html. These fixes compute a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to the fix. The scalar value +cumulative energy change due to the fix. The scalar value calculated by this fix is "extensive". [Restrictions:] diff --git a/doc/src/fix_temp_rescale.txt b/doc/src/fix_temp_rescale.txt index f38d20d0d784efda909b41a7954b5b15ffa3ced9..eff25297c1e295f6bcb775d65147dfac932ea956 100644 --- a/doc/src/fix_temp_rescale.txt +++ b/doc/src/fix_temp_rescale.txt @@ -44,7 +44,7 @@ ramped value between the {Tstart} and {Tstop} temperatures at the beginning and end of the run. NOTE: This thermostat will generate an error if the current -temperature is zero at the end of a timestep it is inovoked on. It +temperature is zero at the end of a timestep it is invoked on. It cannot rescale a zero temperature. {Tstart} can be specified as an equal-style "variable"_variable.html. @@ -134,7 +134,7 @@ output"_thermo_style.html. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". This fix can ramp its target temperature over multiple runs, using the diff --git a/doc/src/fix_temp_rescale_eff.txt b/doc/src/fix_temp_rescale_eff.txt index c39651e05ca0e49d3e5c3dc2f3b464cafba9c9a9..f87c1a219249438c0864dba1f2880b0f1bfae9d8 100644 --- a/doc/src/fix_temp_rescale_eff.txt +++ b/doc/src/fix_temp_rescale_eff.txt @@ -52,7 +52,7 @@ output"_thermo_style.html. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative energy change due to this fix. The scalar value +cumulative energy change due to this fix. The scalar value calculated by this fix is "extensive". This fix can ramp its target temperature over multiple runs, using the diff --git a/doc/src/fix_tfmc.txt b/doc/src/fix_tfmc.txt index beb9f689334bc596954fa52d85a833d23825239b..3c81d62ee0aa7c136765e59267b0a9d85f1a8333 100644 --- a/doc/src/fix_tfmc.txt +++ b/doc/src/fix_tfmc.txt @@ -41,7 +41,7 @@ can be used to extend the time scale of atomistic simulations, in particular when long time scale relaxation effects must be considered; some interesting examples are given in the review by "(Neyts)"_#Neyts. An example of a typical use case would be the modelling of chemical -vapour deposition (CVD) processes on a surface, in which impacts by +vapor deposition (CVD) processes on a surface, in which impacts by gas-phase species can be performed using MD, but subsequent relaxation of the surface is too slow to be done using MD only. Using tfMC can allow for a much faster relaxation of the surface, so that higher diff --git a/doc/src/fix_thermal_conductivity.txt b/doc/src/fix_thermal_conductivity.txt index 9038a12709982bf1df7082bd4dee04067fe48f11..a807feaec72a95d11976f4188e8308bd97978e58 100644 --- a/doc/src/fix_thermal_conductivity.txt +++ b/doc/src/fix_thermal_conductivity.txt @@ -109,10 +109,10 @@ are relevant to this fix. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative kinetic energy transferred between the bottom and middle +cumulative kinetic energy transferred between the bottom and middle of the simulation box (in the {edim} direction) is stored as a scalar quantity by this fix. This quantity is zeroed when the fix is defined -and accumlates thereafter, once every N steps. The units of the +and accumulates thereafter, once every N steps. The units of the quantity are energy; see the "units"_units.html command for details. The scalar value calculated by this fix is "intensive". @@ -141,7 +141,7 @@ of this idea. When running a simulation with large, massive particles or molecules in a background solvent, you may want to only exchange kinetic energy -bewteen solvent particles. +between solvent particles. [Related commands:] diff --git a/doc/src/fix_ttm.txt b/doc/src/fix_ttm.txt index 2e7318da146fcf91f682d3d1410a48f71a1dc41f..48dfd254a00de377ddb027c8d8e1c77d54e209a3 100644 --- a/doc/src/fix_ttm.txt +++ b/doc/src/fix_ttm.txt @@ -106,7 +106,7 @@ electron stopping coupling parameter. C_e, rho_e, and kappa_e are specified as parameters to the fix. The other quantities are derived. The form of the heat diffusion equation used here is almost the same as that in equation 6 of "(Duffy)"_#Duffy, with the exception that the -electronic density is explicitly reprensented, rather than being part +electronic density is explicitly represented, rather than being part of the specific heat parameter. Currently, fix ttm assumes that none of the user-supplied parameters @@ -151,7 +151,7 @@ output timestep. The timestep itself is given in the first column. The next Nx*Ny*Nz columns contain the temperatures for the atomic subsystem, and the final Nx*Ny*Nz columns contain the temperatures for the electronic subsystem. The ordering of the Nx*Ny*Nz columns is -with the z index varing fastest, y the next fastest, and x the +with the z index varying fastest, y the next fastest, and x the slowest. These fixes do not change the coordinates of their atoms; they only @@ -300,7 +300,7 @@ See the "Making LAMMPS"_Section_start.html#start_3 section for more info. These fixes can only be used for 3d simulations and orthogonal -simlulation boxes. You must also use periodic +simulation boxes. You must also use periodic "boundary"_boundary.html conditions. [Related commands:] diff --git a/doc/src/fix_vector.txt b/doc/src/fix_vector.txt index 5bae961ada085e7d1ff1f6c54de9d287a277c097..47b3cfc67a2dbe667ce2af1799368b50dc741f50 100644 --- a/doc/src/fix_vector.txt +++ b/doc/src/fix_vector.txt @@ -136,7 +136,7 @@ An array is produced if multiple input values are specified. The length of the vector or the number of rows in the array grows by 1 every {Nevery} timesteps. -If the fix prouduces a vector, then the entire vector will be either +If the fix produces a vector, then the entire vector will be either "intensive" or "extensive", depending on whether the values stored in the vector are "intensive" or "extensive". If the fix produces an array, then all elements in the array must be the same, either diff --git a/doc/src/fix_viscosity.txt b/doc/src/fix_viscosity.txt index 8b9c0d3cb68a4326b35b847839f738015f7165af..5fbbc67ca52838ff290fd3d666d0b5f7cb68f17a 100644 --- a/doc/src/fix_viscosity.txt +++ b/doc/src/fix_viscosity.txt @@ -102,7 +102,7 @@ parameter. An alternative method for calculating a viscosity is to run a NEMD simulation, as described in "Section 6.13"_Section_howto.html#howto_13 of the manual. NEMD simulations -deform the simmulation box via the "fix deform"_fix_deform.html +deform the simulation box via the "fix deform"_fix_deform.html command. Thus they cannot be run on a charged system using a "PPPM solver"_kspace_style.html since PPPM does not currently support non-orthogonal boxes. Using fix viscosity keeps the box orthogonal; @@ -116,10 +116,10 @@ are relevant to this fix. This fix computes a global scalar which can be accessed by various "output commands"_Section_howto.html#howto_15. The scalar is the -cummulative momentum transferred between the bottom and middle of the +cumulative momentum transferred between the bottom and middle of the simulation box (in the {pdim} direction) is stored as a scalar quantity by this fix. This quantity is zeroed when the fix is defined -and accumlates thereafter, once every N steps. The units of the +and accumulates thereafter, once every N steps. The units of the quantity are momentum = mass*velocity. The scalar value calculated by this fix is "intensive". @@ -147,7 +147,7 @@ See the "Maginn paper"_#Maginn for an example of using this algorithm in a computation of alcohol molecule properties. When running a simulation with large, massive particles or molecules -in a background solvent, you may want to only exchange momenta bewteen +in a background solvent, you may want to only exchange momenta between solvent particles. [Related commands:] diff --git a/doc/src/fix_wall.txt b/doc/src/fix_wall.txt index 024719f057d3fe288d328fa1b6835ce385f81c68..6d76956620c4334314e3b3311972f1fb3196a111 100644 --- a/doc/src/fix_wall.txt +++ b/doc/src/fix_wall.txt @@ -136,7 +136,7 @@ of 1/volume. The {wall/colloid} interaction is derived by integrating over constituent LJ particles of size {sigma} within the colloid particle and a 3d half-lattice of Lennard-Jones 12/6 particles of size {sigma} -in the wall. As mentioned in the preceeding paragraph, the density of +in the wall. As mentioned in the preceding paragraph, the density of particles in the wall and colloid can be different, as specified by the {epsilon} pre-factor. diff --git a/doc/src/fix_wall_gran.txt b/doc/src/fix_wall_gran.txt index 40cd5c8c746bb3dd89f1232f90692e3ec3f32420..5f1679604e365ae0c3c2b59db43331c4b4925b02 100644 --- a/doc/src/fix_wall_gran.txt +++ b/doc/src/fix_wall_gran.txt @@ -85,7 +85,7 @@ versions used Kn and Kt from the pairwise interaction and hardwired dampflag to 1, rather than letting them be specified directly. This means you can set the values of the wall/particle coefficients appropriately in the current code to reproduce the results of a -prevoius Hertzian monodisperse calculation. For example, for the +previous Hertzian monodisperse calculation. For example, for the common case of a monodisperse system with particles of diameter 1, Kn, Kt, gamma_n, and gamma_s should be set sqrt(2.0) larger than they were previously. diff --git a/doc/src/fix_wall_gran_region.txt b/doc/src/fix_wall_gran_region.txt index cfee0d99775089907c6c5e81c80451f515a7ea87..92fb042194db78bbf7d38794a4c49ee65dcbfa09 100644 --- a/doc/src/fix_wall_gran_region.txt +++ b/doc/src/fix_wall_gran_region.txt @@ -153,7 +153,7 @@ material. [Restart, fix_modify, output, run start/stop, minimize info:] -Similiar to "fix wall/gran"_fix_wall_gran.html command, this fix +Similar to "fix wall/gran"_fix_wall_gran.html command, this fix writes the shear friction state of atoms interacting with the wall to "binary restart files"_restart.html, so that a simulation can continue correctly if granular potentials with shear "history" effects are @@ -169,7 +169,7 @@ So you must re-define your region and if it is a moving region, define its motion attributes in a way that is consistent with the simulation that wrote the restart file. In particular, if you want to change the region motion attributes (e.g. its velocity), then you should ensure -the postition/orientation of the region at the initial restart +the position/orientation of the region at the initial restart timestep is the same as it was on the timestep the restart file was written. If this is not possible, you may need to ignore info in the restart file by defining a new fix wall/gran/region command in your diff --git a/doc/src/fix_wall_piston.txt b/doc/src/fix_wall_piston.txt index 594e3db06d0958f5ad9b41588059aa6118a316d3..4d7756c237d708840fc085a27b0540bdbe35c45d 100644 --- a/doc/src/fix_wall_piston.txt +++ b/doc/src/fix_wall_piston.txt @@ -24,7 +24,7 @@ keyword = {pos} or {vel} or {ramp} or {units} :l {ramp} = use a linear velocity ramp from 0 to vz {temp} args = target damp seed extent target = target velocity for region immediately ahead of the piston - damp = damping paramter (time units) + damp = damping parameter (time units) seed = random number seed for langevin kicks extent = extent of thermostated region (distance units) {units} value = {lattice} or {box} diff --git a/doc/src/group.txt b/doc/src/group.txt index ab975af75632a36b39db8a9e62e0d7d672dfc1bc..afa218c5a34880aa0ef71935be0d1f825fd79c08 100644 --- a/doc/src/group.txt +++ b/doc/src/group.txt @@ -144,7 +144,7 @@ or exclude from a group. For example, these lines define a variable "eatom" that calculates the potential energy of each atom and includes it in the group if its -potential energy is above the threshhold value -3.0. +potential energy is above the threshold value -3.0. compute 1 all pe/atom compute 2 all reduce sum c_1 @@ -165,7 +165,7 @@ group command invokes it. Because the eatom variable computes the per-atom energy via the pe/atom compute, it will only be current if a run has been performed which evaluated pairwise energies, and the pe/atom compute was actually invoked during the run. Printing the -thermodyanmic info for compute 2 insures that this is the case, since +thermodynamic info for compute 2 insures that this is the case, since it sums the pe/atom compute values (in the reduce compute) to output them to the screen. See the "Variable Accuracy" section of the "variable"_variable.html doc page for more details on insuring that diff --git a/doc/src/if.txt b/doc/src/if.txt index aa93c73790472a78893c4dab0a9e4c0b6b4e6bc0..52fad5aea756031760c56e6e7ec4183266f9212c 100644 --- a/doc/src/if.txt +++ b/doc/src/if.txt @@ -37,7 +37,7 @@ if "$\{eng\} > $\{eng_previous\}" then "jump file1" else "jump file2" :pre [Description:] This command provides an if-then-else capability within an input -script. A Boolean expression is evaluted and the result is TRUE or +script. A Boolean expression is evaluated and the result is TRUE or FALSE. Note that as in the examples above, the expression can contain variables, as defined by the "variable"_variable.html command, which will be evaluated as part of the expression. Thus a user-defined @@ -93,7 +93,7 @@ system temperature has reached a certain value, and if so, breaks out of the loop to finish the run. Note that any variable could be checked, so long as it is current on the timestep when the run completes. As explained on the "variable"_variable.html doc page, -this can be insured by includig the variable in thermodynamic output. +this can be insured by including the variable in thermodynamic output. variable myTemp equal temp label loop diff --git a/doc/src/improper_hybrid.txt b/doc/src/improper_hybrid.txt index a3bd9a973a45291bc6e995acd02aebf9019a5bc7..0c2beaef18c07dc3cfcc8ad136a8940486bdeef8 100644 --- a/doc/src/improper_hybrid.txt +++ b/doc/src/improper_hybrid.txt @@ -60,7 +60,7 @@ LAMMPS"_Section_start.html#start_3 section for more info on packages. Unlike other improper styles, the hybrid improper style does not store improper coefficient info for individual sub-styles in a "binary -restart files"_restart.html. Thus when retarting a simulation from a +restart files"_restart.html. Thus when restarting a simulation from a restart file, you need to re-specify improper_coeff commands. [Related commands:] diff --git a/doc/src/improper_ring.txt b/doc/src/improper_ring.txt index d1eca6d5d9e602245fc54ea718d28c0aff13f2ba..705b1cf742a77c749cc97dd8f93c87adc489471f 100644 --- a/doc/src/improper_ring.txt +++ b/doc/src/improper_ring.txt @@ -36,7 +36,7 @@ j,k, and l. The "ring" improper style implements the improper potential introduced by Destree et al., in Equation (9) of "(Destree)"_#Destree. This potential does not affect small amplitude vibrations but is used in an -ad-hoc way to prevent the onset of accidentially large amplitude +ad-hoc way to prevent the onset of accidentally large amplitude fluctuations leading to the occurrence of a planar conformation of the three bonds i-j, j-k and j-l, an intermediate conformation toward the chiral inversion of a methine carbon. In the "Impropers" section of diff --git a/doc/src/info.txt b/doc/src/info.txt index 605dafa851f224598f608827bb8b9c372e963ceb..0b761ccc15fd0b0e8afa48859726c15d1a04bfeb 100644 --- a/doc/src/info.txt +++ b/doc/src/info.txt @@ -94,7 +94,7 @@ The {time} category prints the accumulated CPU and wall time for the process that writes output (usually MPI rank 0). The {configuration} command prints some information about the LAMMPS -version and architection and OS it is run on. Where supported, also +version and architecture and OS it is run on. Where supported, also information about the memory consumption provided by the OS is reported. diff --git a/doc/src/jump.txt b/doc/src/jump.txt index e746ea782a83968c5684a9bf426e843b50cc2a53..1b1a209511309d3538d6125a78f0dcc642434348 100644 --- a/doc/src/jump.txt +++ b/doc/src/jump.txt @@ -87,7 +87,7 @@ system temperature has reached a certain value, and if so, breaks out of the loop to finish the run. Note that any variable could be checked, so long as it is current on the timestep when the run completes. As explained on the "variable"_variable.html doc page, -this can be insured by includig the variable in thermodynamic output. +this can be insured by including the variable in thermodynamic output. variable myTemp equal temp label loop diff --git a/doc/src/kspace_modify.txt b/doc/src/kspace_modify.txt index 013e61965f4da520f10bba42359096931adb9bd4..cb57863ad0cdcc846cd6761626ec5dfa3d06b31d 100644 --- a/doc/src/kspace_modify.txt +++ b/doc/src/kspace_modify.txt @@ -98,7 +98,7 @@ Coulombics. The {overlap} keyword can be used in conjunction with the {minorder} keyword with the PPPM styles to adjust the amount of communication -that occurs when values on the FFT grid are exchangeed between +that occurs when values on the FFT grid are exchanged between processors. This communication is distinct from the communication inherent in the parallel FFTs themselves, and is required because processors interpolate charge and field values using grid point values @@ -122,7 +122,7 @@ neighbor processors. The {minorder} keyword limits how small the {order} setting can become. The minimum allowed value for PPPM is 2, which is the default. If {minorder} is set to the same value as {order} then no reduction is allowed, and LAMMPS will generate an -error if the grid communcation is non-nearest-neighbor and {overlap} +error if the grid communication is non-nearest-neighbor and {overlap} is set to {no}. The {minorder} keyword is not currently supported in MSM. @@ -284,7 +284,7 @@ of pppm/disp. As shown in "(Isele-Holder)"_#Isele-Holder, optimal performance and accuracy in the results is obtained when these values are different. -The {disp/auto} option controlls whether the pppm/disp is allowed to +The {disp/auto} option controls whether the pppm/disp is allowed to generate PPPM parameters automatically. If set to {no}, parameters have to be specified using the {gewald/disp}, {mesh/disp}, {force/disp/real} or {force/disp/kspace} keywords, or diff --git a/doc/src/kspace_style.txt b/doc/src/kspace_style.txt index 492d1d88e7436eb21f6fc0cc5142ca677cd77733..e5c47e82302c39a84928da730d1810942ed3a018 100644 --- a/doc/src/kspace_style.txt +++ b/doc/src/kspace_style.txt @@ -131,7 +131,7 @@ reduce force aliasing errors and increase the accuracy of the method for a given mesh size. Or a coarser mesh can be used for the same target accuracy, which saves CPU time. However, there is a trade-off since FFTs on two meshes are now performed which increases the -compuation required. See "(Cerutti)"_#Cerutti, "(Neelov)"_#Neelov, +computation required. See "(Cerutti)"_#Cerutti, "(Neelov)"_#Neelov, and "(Hockney)"_#Hockney for details of the method. For high relative accuracy, using staggered PPPM allows the mesh size @@ -174,7 +174,7 @@ using the compiler switch -DFFT_SINGLE for the FFT_INC setting in your lo-level Makefile. This setting also changes some of the PPPM operations (e.g. mapping charge to mesh and interpolating electric fields to particles) to be performed in single precision. This option -can speed-up long-range calulations, particularly in parallel or on +can speed-up long-range calculations, particularly in parallel or on GPUs. The use of the -DFFT_SINGLE flag is discussed in "this section"_Section_start.html#start_2_4 of the manual. MSM does not currently support the -DFFT_SINGLE compiler switch. @@ -233,7 +233,7 @@ simulation cell. One way to handle this issue if you have a long simulation where the box size changes dramatically, is to break it into shorter simulations (multiple "run"_run.html commands). This works because the grid size is re-computed at the beginning of each -run. Another way to ensure the descired accuracy requirement is met +run. Another way to ensure the described accuracy requirement is met is to run a short simulation at the maximum expected tilt or length, note the required grid size, and then use the "kspace_modify"_kspace_modify.html {mesh} command to manually set the @@ -255,7 +255,7 @@ are estimated using equations 33 and 46 of "(Wang)"_#Wang. See the "kspace_modify"_kspace_modify.html command for additional options of the K-space solvers that can be set, including a {force} -option for setting an absoulte RMS error in forces, as opposed to a +option for setting an absolute RMS error in forces, as opposed to a relative RMS error. :line @@ -341,7 +341,7 @@ kspace_style none :pre Adam Hilger, NY (1989). :link(Kolafa) -[(Kolafa)] Kolafa and Perram, Molecular Simualtion, 9, 351 (1992). +[(Kolafa)] Kolafa and Perram, Molecular Simulation, 9, 351 (1992). :link(Petersen) [(Petersen)] Petersen, J Chem Phys, 103, 3668 (1995). diff --git a/doc/src/lammps.book b/doc/src/lammps.book index 0e4f3a8db8e9d19c79006f737da1df0a00607a18..3186865fb6a23e8800cc619c418f1ab626056b77 100644 --- a/doc/src/lammps.book +++ b/doc/src/lammps.book @@ -194,6 +194,7 @@ fix_meso.html fix_meso_stationary.html fix_momentum.html fix_move.html +fix_mscg.html fix_msst.html fix_neb.html fix_nh.html @@ -218,6 +219,7 @@ fix_nve_manifold_rattle.html fix_nve_noforce.html fix_nve_sphere.html fix_nve_tri.html +fix_nvk.html fix_nvt_asphere.html fix_nvt_body.html fix_nvt_manifold_rattle.html @@ -432,6 +434,7 @@ pair_gromacs.html pair_hbond_dreiding.html pair_hybrid.html pair_kim.html +pair_kolmogorov_crespi_z.html pair_lcbop.html pair_line_lj.html pair_list.html @@ -458,7 +461,7 @@ pair_multi_lucy_rx.html pair_nb3b_harmonic.html pair_nm.html pair_none.html -pair_oxdna_excv.html +pair_oxdna.html pair_peri.html pair_polymorphic.html pair_quip.html @@ -497,7 +500,7 @@ pair_zero.html bond_class2.html bond_fene.html bond_fene_expand.html -bond_oxdna_fene.html +bond_oxdna.html bond_harmonic.html bond_harmonic_shift.html bond_harmonic_shift_cut.html diff --git a/doc/src/minimize.txt b/doc/src/minimize.txt index 2de23310b87ce4e321c7e9b55cc46b7dfd8d3858..a3f2c5d0bf5aaa430740076b09ea39fad0b35baa 100644 --- a/doc/src/minimize.txt +++ b/doc/src/minimize.txt @@ -48,7 +48,7 @@ soft"_pair_soft.html potential can be used to un-overlap atoms while running dynamics. Note that you can minimize some atoms in the system while holding the -coordiates of other atoms fixed by applying "fix +coordinates of other atoms fixed by applying "fix setforce"_fix_setforce.html to the other atoms. See a fuller discussion of using fixes while minimizing below. @@ -58,7 +58,7 @@ which atom coordinates are changed. An inner iteration is then performed using a line search algorithm. The line search typically evaluates forces and energies several times to set new coordinates. Currently, a backtracking algorithm is used which may not be optimal -in terms of the number of force evaulations performed, but appears to +in terms of the number of force evaluations performed, but appears to be more robust than previous line searches we've tried. The backtracking method is described in Nocedal and Wright's Numerical Optimization (Procedure 3.1 on p 41). @@ -201,7 +201,7 @@ minimum to the specified energy or force tolerance. Note that a cutoff Lennard-Jones potential (and others) can be shifted so that its energy is 0.0 at the cutoff via the "pair_modify"_pair_modify.html command. See the doc pages for -inidividual "pair styles"_pair_style.html for details. Note that +individual "pair styles"_pair_style.html for details. Note that Coulombic potentials always have a cutoff, unless versions with a long-range component are used (e.g. "pair_style lj/cut/coul/long"_pair_lj.html). The CHARMM potentials go to 0.0 at diff --git a/doc/src/molecule.txt b/doc/src/molecule.txt index 9e738cee50b8ee53d8d03a900b26c40fda83eb1f..ecec62256a82a3b2e67f9fe64a2af6f796f0c66e 100644 --- a/doc/src/molecule.txt +++ b/doc/src/molecule.txt @@ -155,7 +155,7 @@ The mass and center-of-mass coordinates (Xc,Yc,Zc) are self-explanatory. The 6 moments of inertia (ixx,iyy,izz,ixy,ixz,iyz) should be the values consistent with the current orientation of the rigid body around its center of mass. The values are with respect to -the simulation box XYZ axes, not with respect to the prinicpal axes of +the simulation box XYZ axes, not with respect to the principal axes of the rigid body itself. LAMMPS performs the latter calculation internally. diff --git a/doc/src/neb.txt b/doc/src/neb.txt index 649e521eee87d1948b1f5dbef8dd6dd002b5e9d6..a5fa03552cbdd75dcb4ce93f399064c22b7d8daa 100644 --- a/doc/src/neb.txt +++ b/doc/src/neb.txt @@ -58,7 +58,7 @@ would see with one or more physical processors per replica. See discussion. NOTE: As explained below, a NEB calculation perfoms a damped dynamics -minimization across all the replicas. The mimimizer uses whatever +minimization across all the replicas. The minimizer uses whatever timestep you have defined in your input script, via the "timestep"_timestep.html command. Often NEB will converge more quickly if you use a timestep about 10x larger than you would normally @@ -81,7 +81,7 @@ inter-replica springs and the forces they feel and their motion is computed in the usual way due only to other atoms within their replica. Conceptually, the non-NEB atoms provide a background force field for the NEB atoms. They can be allowed to move during the NEB -minimiation procedure (which will typically induce different +minimization procedure (which will typically induce different coordinates for non-NEB atoms in different replicas), or held fixed using other LAMMPS commands such as "fix setforce"_fix_setforce.html. Note that the "partition"_partition.html command can be used to invoke @@ -97,7 +97,7 @@ Conceptually, the initial configuration for the first replica should be a state with all the atoms (NEB and non-NEB) having coordinates on one side of the energy barrier. A perfect energy minimum is not required, since atoms in the first replica experience no spring forces -from the 2nd replica. Thus the damped dynamics minimizaiton will +from the 2nd replica. Thus the damped dynamics minimization will drive the first replica to an energy minimum if it is not already there. However, you will typically get better convergence if the initial state is already at a minimum. For example, for a system with @@ -366,7 +366,7 @@ parameters. There are 2 Python scripts provided in the tools/python directory, neb_combine.py and neb_final.py, which are useful in analyzing output from a NEB calculation. Assume a NEB simulation with M replicas, and -the NEB atoms labelled with a specific atom type. +the NEB atoms labeled with a specific atom type. The neb_combine.py script extracts atom coords for the NEB atoms from all M dump files and creates a single dump file where each snapshot diff --git a/doc/src/neigh_modify.txt b/doc/src/neigh_modify.txt index c16b667f7d48d9751253aa3d58873045b2db1efc..5c149d892ddbbc2d35be8af744d1beab3f812e27 100644 --- a/doc/src/neigh_modify.txt +++ b/doc/src/neigh_modify.txt @@ -34,8 +34,10 @@ keyword = {delay} or {every} or {check} or {once} or {cluster} or {include} or { M,N = exclude if one atom in pair is type M, other is type N group group1-ID group2-ID group1-ID,group2-ID = exclude if one atom is in 1st group, other in 2nd - molecule group-ID - groupname = exclude if both atoms are in the same molecule and in the same group + molecule/intra group-ID + group-ID = exclude if both atoms are in the same molecule and in group + molecule/inter group-ID + group-ID = exclude if both atoms are in different molecules and in group none delete all exclude settings {page} value = N @@ -52,7 +54,7 @@ neigh_modify every 2 delay 10 check yes page 100000 neigh_modify exclude type 2 3 neigh_modify exclude group frozen frozen check no neigh_modify exclude group residue1 chain3 -neigh_modify exclude molecule rigid :pre +neigh_modify exclude molecule/intra rigid :pre [Description:] @@ -130,9 +132,11 @@ The {exclude type} option turns off the pairwise interaction if one atom is of type M and the other of type N. M can equal N. The {exclude group} option turns off the interaction if one atom is in the first group and the other is the second. Group1-ID can equal -group2-ID. The {exclude molecule} option turns off the interaction if -both atoms are in the specified group and in the same molecule, as -determined by their molecule ID. +group2-ID. The {exclude molecule/intra} option turns off the +interaction if both atoms are in the specified group and in the same +molecule, as determined by their molecule ID. The {exclude +molecule/inter} turns off the interaction between pairs of atoms that +have different molecule IDs and are both in the specified group. Each of the exclude options can be specified multiple times. The {exclude type} option is the most efficient option to use; it requires @@ -195,8 +199,8 @@ binsize of 1/2 the cutoff. If the "delay" setting is non-zero, then it must be a multiple of the "every" setting. -The exclude molecule option can only be used with atom styles that -define molecule IDs. +The molecule/intra and molecule/inter exclude options can only be used +with atom styles that define molecule IDs. The value of the {page} setting must be at least 10x larger than the {one} setting. This insures neighbor pages are not mostly empty diff --git a/doc/src/package.txt b/doc/src/package.txt index de7e0f5c22adf9a3d78e857fd91e47f050d551e4..02afb8d6200ed159de48fb7003c5e25e5291e87e 100644 --- a/doc/src/package.txt +++ b/doc/src/package.txt @@ -110,7 +110,7 @@ USER-OMP. If this command is specified in an input script, it must be near the top of the script, before the simulation box has been defined. This is because it specifies settings that the accelerator packages use in -their intialization, before a simultion is defined. +their initialization, before a simulation is defined. This command can also be specified from the command-line when launching LAMMPS, using the "-pk" "command-line @@ -166,7 +166,7 @@ neighbor list building is performed on the CPU. GPU neighbor list building currently cannot be used with a triclinic box. GPU neighbor list calculation currently cannot be used with "hybrid"_pair_hybrid.html pair styles. GPU neighbor lists are not -compatible with comannds that are not GPU-enabled. When a non-GPU +compatible with commands that are not GPU-enabled. When a non-GPU enabled command requires a neighbor list, it will also be built on the CPU. In these cases, it will typically be more efficient to only use CPU neighbor list builds. @@ -199,7 +199,7 @@ the default. The {split} keyword can be used for load balancing force calculations between CPU and GPU cores in GPU-enabled pair styles. If 0 < {split} < 1.0, a fixed fraction of particles is offloaded to the GPU while force -calculation for the other particles occurs simulataneously on the CPU. +calculation for the other particles occurs simultaneously on the CPU. If {split} < 0.0, the optimal fraction (based on CPU and GPU timings) is calculated every 25 timesteps, i.e. dynamic load-balancing across the CPU and GPU is performed. If {split} = 1.0, all force @@ -295,7 +295,7 @@ For more details, including examples of how to set the OMP_NUM_THREADS environment variable, see the discussion of the {Nthreads} setting on this doc page for the "package omp" command. Nthreads is a required argument for the USER-OMP package. Its meaning is exactly the same -for the USER-INTEL pacakge. +for the USER-INTEL package. NOTE: If you build LAMMPS with both the USER-INTEL and USER-OMP packages, be aware that both packages allow setting of the {Nthreads} @@ -347,7 +347,7 @@ automatically throughout the run. This typically give performance within 5 to 10 percent of the optimal fixed fraction. The {ghost} keyword determines whether or not ghost atoms, i.e. atoms -at the boundaries of proessor sub-domains, are offloaded for neighbor +at the boundaries of processor sub-domains, are offloaded for neighbor and force calculations. When the value = "no", ghost atoms are not offloaded. This option can reduce the amount of data transfer with the coprocessor and can also overlap MPI communication of forces with @@ -516,7 +516,7 @@ for OpenMPI. Check your MPI documentation for additional details. What combination of threads and MPI tasks gives the best performance is difficult to predict and can depend on many components of your input. Not all features of LAMMPS support OpenMP threading via the -USER-OMP packaage and the parallel efficiency can be very different, +USER-OMP package and the parallel efficiency can be very different, too. Optional keyword/value pairs can also be specified. Each has a @@ -527,7 +527,7 @@ multi-threaded in addition to force calculations. If {neigh} is set to {no} then neighbor list calculation is performed only by MPI tasks with no OpenMP threading. If {mode} is {yes} (the default), a multi-threaded neighbor list build is used. Using {neigh} = {yes} is -almost always faster and should produce idential neighbor lists at the +almost always faster and should produce identical neighbor lists at the expense of using more memory. Specifically, neighbor list pages are allocated for all threads at the same time and each thread works within its own pages. diff --git a/doc/src/pair_adp.txt b/doc/src/pair_adp.txt index c9dd31d57bede8a0714b2568ad3c01cd8d600a5a..457a797d95d32342519ff9954aef3aff1fa0b3ec 100644 --- a/doc/src/pair_adp.txt +++ b/doc/src/pair_adp.txt @@ -68,7 +68,7 @@ See the "pair_coeff"_pair_coeff.html doc page for alternate ways to specify the path for the potential file. As an example, the potentials/AlCu.adp file, included in the -potentials directory of the LAMMPS distrbution, is an extended {setfl} +potentials directory of the LAMMPS distribution, is an extended {setfl} file which has tabulated ADP values for w elements and their alloy interactions: Cu and Al. If your LAMMPS simulation has 4 atoms types and you want the 1st 3 to be Al, and the 4th to be Cu, you would use diff --git a/doc/src/pair_agni.txt b/doc/src/pair_agni.txt index 08490c601a4554b05f96267ab18ab66f39d85138..27fb6c10fe09c622b9599146a93aae7ca3c6ade2 100644 --- a/doc/src/pair_agni.txt +++ b/doc/src/pair_agni.txt @@ -34,7 +34,7 @@ non-linear regression model. The method implements the recently proposed machine learning access to atomic forces as discussed extensively in the following publications - "(Botu1)"_#Botu2015adaptive and "(Botu2)"_#Botu2015learning. The premise -of the method is to map the atomic enviornment numerically into a +of the method is to map the atomic environment numerically into a fingerprint, and use machine learning methods to create a mapping to the vectorial atomic forces. diff --git a/doc/src/pair_airebo.txt b/doc/src/pair_airebo.txt index 6d0b1b00884cc72825bbb54ba8f9ad8460e04465..2e3083c34b6bdbcde60963903624b1bde15e4efb 100644 --- a/doc/src/pair_airebo.txt +++ b/doc/src/pair_airebo.txt @@ -53,7 +53,7 @@ The {rebo} pair style computes the Reactive Empirical Bond Order (REBO) Potential of "(Brenner)"_#Brenner. Note that this is the so-called 2nd generation REBO from 2002, not the original REBO from 1990. As discussed below, 2nd generation REBO is closely related to the -intial AIREBO; it is just a subset of the potential energy terms. +initial AIREBO; it is just a subset of the potential energy terms. The AIREBO potential consists of three terms: diff --git a/doc/src/pair_beck.txt b/doc/src/pair_beck.txt index 49c6c8db622ffd9e7759cc11c44a4083f0c05ff2..4e792754b832d408c16042193060a319a91431da 100644 --- a/doc/src/pair_beck.txt +++ b/doc/src/pair_beck.txt @@ -73,7 +73,7 @@ more instructions on how to use the accelerated styles effectively. [Mixing, shift, table, tail correction, restart, rRESPA info]: -For atom type pairs I,J and I != J, coeffiecients must be specified. +For atom type pairs I,J and I != J, coefficients must be specified. No default mixing rules are used. This pair style does not support the "pair_modify"_pair_modify.html shift diff --git a/doc/src/pair_body.txt b/doc/src/pair_body.txt index 622cc88f882449e42d1c1a7d0f5013e2f76639a1..7899da832bdbf722bb1c5403dd547890bae5cdb1 100644 --- a/doc/src/pair_body.txt +++ b/doc/src/pair_body.txt @@ -59,7 +59,7 @@ computed and summed. If the distance is not within the cutoff, no interactions between the body and point particle are computed. The interaction between two sub-particles, or a sub-particle and point -particle, or betwee two point particles is computed as a Lennard-Jones +particle, or between two point particles is computed as a Lennard-Jones interaction, using the standard formula :c,image(Eqs/pair_lj.jpg) diff --git a/doc/src/pair_bop.txt b/doc/src/pair_bop.txt index 0dbd1fc5dd9a4ecf3d8a7f38092237919fab1f97..9251fc4e703c683673b671e4498246bde252402e 100644 --- a/doc/src/pair_bop.txt +++ b/doc/src/pair_bop.txt @@ -36,11 +36,11 @@ developed by Pettifor ("Pettifor_1"_#Pettifor_1, "Pettifor_2"_#Pettifor_2, "Pettifor_3"_#Pettifor_3) and later updated by Murdick, Zhou, and Ward ("Murdick"_#Murdick, "Ward"_#Ward). Currently, BOP potential files for these systems are provided with -LAMMPS: AlCu, CCu, CdTe, CdTeSe, CdZnTe, CuH, GaAs. A sysstem with +LAMMPS: AlCu, CCu, CdTe, CdTeSe, CdZnTe, CuH, GaAs. A system with only a subset of these elements, including a single element (e.g. C or Cu or Al or Ga or Zn or CdZn), can also be modeled by using the appropriate alloy file and assigning all atom types to the -singleelement or subset of elements via the pair_coeff command, as +single element or subset of elements via the pair_coeff command, as discussed below. The BOP potential consists of three terms: @@ -49,7 +49,7 @@ The BOP potential consists of three terms: where phi_ij(r_ij) is a short-range two-body function representing the repulsion between a pair of ion cores, beta_(sigma,ij)(r_ij) and -beta_(sigma,ij)(r_ij) are respectively sigma and pi bond ingtegrals, +beta_(sigma,ij)(r_ij) are respectively sigma and pi bond integrals, THETA_(sigma,ij) and THETA_(pi,ij) are sigma and pi bond-orders, and U_prom is the promotion energy for sp-valent systems. @@ -78,8 +78,8 @@ levels of the recursive representations for both the sigma and the pi bond-orders. Bond-order terms can be understood in terms of molecular orbital hopping paths based upon the Cyrot-Lackmann theorem ("Pettifor_1"_#Pettifor_1). The sigma bond-order with a half-full -valence shell is used to interpolate the bond-order expressiont that -incorporated explicite valance band filling. This pi bond-order +valence shell is used to interpolate the bond-order expression that +incorporated explicit valance band filling. This pi bond-order expression also contains also contains a three-member ring term that allows implementation of an asymmetric density of states, which helps to either stabilize or destabilize close-packed structures. The pi @@ -299,7 +299,7 @@ of the g_(sigma,jik)(THETA_ijk) for e_1-e_1-e_1 interaction. The function can contain up to 10 term thus 10 constants. The first line can contain up to five constants. If the spline has more than five terms the second line will contain the remaining constants The -following lines will then contain the constants for the remainaing g0, +following lines will then contain the constants for the remaining g0, g1, g2... (for e_1-e_1-e_2) and the other three body interactions :l :ule diff --git a/doc/src/pair_comb.txt b/doc/src/pair_comb.txt index c060856d60c22d6db732747bf92acea5c6441938..92e74bbba310768cd9bcfabd16870ce8a63834ca 100644 --- a/doc/src/pair_comb.txt +++ b/doc/src/pair_comb.txt @@ -86,7 +86,7 @@ For style {comb}, the provided potential file {ffield.comb} contains all currently-available 2nd generation COMB parameterizations: for Si, Cu, Hf, Ti, O, their oxides and Zr, Zn and U metals. For style {comb3}, the potential file {ffield.comb3} contains all -currently-available 3rd generation COMB paramterizations: O, Cu, N, C, +currently-available 3rd generation COMB parameterizations: O, Cu, N, C, H, Ti, Zn and Zr. The status of the optimization of the compounds, for example Cu<sub>2</sub>O, TiN and hydrocarbons, are given in the following table: diff --git a/doc/src/pair_coul.txt b/doc/src/pair_coul.txt index b3d5fdef27c66de8b8d32a03980d628708c28775..43bd13127aa207fa7e55a08474ebe215ff3063ff 100644 --- a/doc/src/pair_coul.txt +++ b/doc/src/pair_coul.txt @@ -127,15 +127,15 @@ summation method, described in "Wolf"_#Wolf, given by: :c,image(Eqs/pair_coul_wolf.jpg) where {alpha} is the damping parameter, and erc() and erfc() are -error-fuction and complementary error-function terms. This potential +error-function and complementary error-function terms. This potential is essentially a short-range, spherically-truncated, charge-neutralized, shifted, pairwise {1/r} summation. With a -manipulation of adding and substracting a self term (for i = j) to the +manipulation of adding and subtracting a self term (for i = j) to the first and second term on the right-hand-side, respectively, and a small enough {alpha} damping parameter, the second term shrinks and the potential becomes a rapidly-converging real-space summation. With a long enough cutoff and small enough alpha parameter, the energy and -forces calcluated by the Wolf summation method approach those of the +forces calculated by the Wolf summation method approach those of the Ewald sum. So it is a means of getting effective long-range interactions with a short-range potential. @@ -188,7 +188,7 @@ but there is no conceptual problem with extending it to nitrides and carbides (such as SiC, TiN). Pair coul/strietz used by itself or with any other pair style such as EAM, MEAM, Tersoff, or LJ in hybrid/overlay mode. To do this, you would need to provide a -Streitz-Mintmire parameterizaion for the material being modeled. +Streitz-Mintmire parameterization for the material being modeled. :line @@ -222,7 +222,7 @@ molecule is 500, then its 2 H atoms must have IDs 501 and 502. See the "howto section"_Section_howto.html#howto_8 for more information on how to use the TIP4P pair styles and lists of -parameters to set. Note that the neighobr list cutoff for Coulomb +parameters to set. Note that the neighbor list cutoff for Coulomb interactions is effectively extended by a distance 2*qdist when using the TIP4P pair style, to account for the offset distance of the fictitious charges on O atoms in water molecules. Thus it is diff --git a/doc/src/pair_coul_diel.txt b/doc/src/pair_coul_diel.txt index 498e1873df0d57d7c6c87c6cf8880cf4f3596b9e..fc2042a90178dbb64f6d58823828df78b6902bc3 100644 --- a/doc/src/pair_coul_diel.txt +++ b/doc/src/pair_coul_diel.txt @@ -23,11 +23,11 @@ pair_coeff 1 4 78. 1.375 0.112 :pre [Description:] -Style {coul/diel} computes a Coulomb correction for implict solvent -ion interactions in which the dielectric perimittivity is distance dependent. +Style {coul/diel} computes a Coulomb correction for implicit solvent +ion interactions in which the dielectric permittivity is distance dependent. The dielectric permittivity epsilon_D(r) connects to limiting regimes: One limit is defined by a small dielectric permittivity (close to vacuum) -at or close to contact seperation between the ions. At larger separations +at or close to contact separation between the ions. At larger separations the dielectric permittivity reaches a bulk value used in the regular Coulomb interaction coul/long or coul/cut. The transition is modeled by a hyperbolic function which is incorporated @@ -48,7 +48,7 @@ Examples of the use of this type of Coulomb interaction include implicit solvent simulations of salt ions "(Lenart)"_#Lenart and of ionic surfactants "(Jusufi)"_#Jusufi. Note that this potential is only reasonable for implicit solvent simulations -and in combiantion with coul/cut or coul/long. It is also usually combined +and in combination with coul/cut or coul/long. It is also usually combined with gauss/cut, see "(Lenart)"_#Lenart or "(Jusufi)"_#Jusufi. The following coefficients must be defined for each pair of atom diff --git a/doc/src/pair_dpd.txt b/doc/src/pair_dpd.txt index 7072b1702dd9bff1d3661a10eeee7f6bdf123b2d..62a5faffedd9d7096d82e7a1e8618df313d5d147 100644 --- a/doc/src/pair_dpd.txt +++ b/doc/src/pair_dpd.txt @@ -88,7 +88,7 @@ cutoff is used. Note that sigma is set equal to sqrt(2 T gamma), where T is the temperature set by the "pair_style"_pair_style.html command so it does not need to be specified. -For style {dpd/tstat}, the coefficiencts defined for each pair of +For style {dpd/tstat}, the coefficients defined for each pair of atoms types via the "pair_coeff"_pair_coeff.html command is the same, except that A is not included. diff --git a/doc/src/pair_eam.txt b/doc/src/pair_eam.txt index ed09ce4d991cb8200dcc7d1a94672019c83883f4..4d3c2b2deae20ae1b31141d3fe9a44cfbca3a7b0 100644 --- a/doc/src/pair_eam.txt +++ b/doc/src/pair_eam.txt @@ -273,7 +273,7 @@ style. However the DYNAMO {setfl} file must has two lines added to it, at the end of the file: line 1: Comment line (ignored) -line 2: N Coefficient0 Coefficient1 ... CoeffincientN :ul +line 2: N Coefficient0 Coefficient1 ... CoefficientN :ul The last line begins with the degree {N} of the polynomial function {h(x)} that modifies the cross interaction between A and B elements. diff --git a/doc/src/pair_edip.txt b/doc/src/pair_edip.txt index 6881b53434ade79ae66be068398a823d349f02cf..cdfc2657524ae590ed97b6f8d299418ec7e55bb5 100644 --- a/doc/src/pair_edip.txt +++ b/doc/src/pair_edip.txt @@ -95,7 +95,7 @@ entries would be required, etc. At the moment, only a single element parametrization is implemented. However, the author is not aware of other -multi-element EDIP parametrizations. If you know any and +multi-element EDIP parameterization. If you know any and you are interest in that, please contact the author of the EDIP package. diff --git a/doc/src/pair_eff.txt b/doc/src/pair_eff.txt index 6be8cdc785d6801702ff1392b4604321e28ef92e..ee7dc9993296b92e353961284670052624ce11b6 100644 --- a/doc/src/pair_eff.txt +++ b/doc/src/pair_eff.txt @@ -149,7 +149,7 @@ command. :line -The {limit/eradius} and {pressure/evirials} keywrods are optional. +The {limit/eradius} and {pressure/evirials} keywords are optional. Neither or both must be specified. If not specified they are unset. The {limit/eradius} keyword is used to restrain electron size from @@ -197,7 +197,7 @@ partitioning changes, the total energy remains similar). :line -NOTE: This implemention of eFF gives a reasonably accurate description +NOTE: This implementation of eFF gives a reasonably accurate description for systems containing nuclei from Z = 1-6 in "all electron" representations. For systems with increasingly non-spherical electrons, Users should use the ECP representations. ECPs are now @@ -284,7 +284,7 @@ that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. These pair styles require that particles store electron attributes -such as radius, radial velocity, and radital force, as defined by the +such as radius, radial velocity, and radial force, as defined by the "atom_style"_atom_style.html. The {electron} atom style does all of this. diff --git a/doc/src/pair_eim.txt b/doc/src/pair_eim.txt index 47078f9a8fe924103e31e8d5372f8da1098f7514..e74bb364d47822fcacf9bb9f55a7e56e476352ee 100644 --- a/doc/src/pair_eim.txt +++ b/doc/src/pair_eim.txt @@ -97,7 +97,7 @@ pair_coeff * * Na Cl ffield.eim Na Na Na Cl :pre The 1st 2 arguments must be * * so as to span all LAMMPS atom types. The filename is the EIM potential file. The Na and Cl arguments (before the file name) are the two elements for which info will be -extracted from the potentail file. The first three trailing Na +extracted from the potential file. The first three trailing Na arguments map LAMMPS atom types 1,2,3 to the EIM Na element. The final Cl argument maps LAMMPS atom type 4 to the EIM Cl element. @@ -107,7 +107,7 @@ This can be used when an {eim} potential is used as part of the that will be used with other potentials. The ffield.eim file in the {potentials} directory of the LAMMPS -distribution is formated as follows: +distribution is formatted as follows: Lines starting with # are comments and are ignored by LAMMPS. Lines starting with "global:" include three global values. The first value diff --git a/doc/src/pair_exp6_rx.txt b/doc/src/pair_exp6_rx.txt index dafba2c44c09f34e92b66f0edcba6db7889a8f21..47045a5933cef253d1d5c47b1af097d5c0b92139 100644 --- a/doc/src/pair_exp6_rx.txt +++ b/doc/src/pair_exp6_rx.txt @@ -63,7 +63,7 @@ reaction kinetics solver is applied, where the difference is defined to be the internal chemical energy (uChem). The fourth argument specifies the type of scaling that will be used -to scale the EXP-6 paramters as reactions occur. Currently, there +to scale the EXP-6 parameters as reactions occur. Currently, there are three scaling options: {exponent}, {polynomial} and {none}. Exponent scaling requires two additional arguments for scaling @@ -72,7 +72,7 @@ is computed by phi^exponent, where phi is the number of molecules represented by the coarse-grain particle and exponent is specified as a pair coefficient argument for {Rm} and {epsilon}, respectively. The {Rm} and {epsilon} parameters are multiplied by the scaling -factor to give the scaled interaction paramters for the CG particle. +factor to give the scaled interaction parameters for the CG particle. Polynomial scaling requires a filename to be specified as a pair coeff argument. The file contains the coefficients to a fifth order diff --git a/doc/src/pair_gran.txt b/doc/src/pair_gran.txt index d4530d37dd1ae4e904867780095c21085cf5cabc..373a82fa809d762c336f0b23539a9310dd5dfc7a 100644 --- a/doc/src/pair_gran.txt +++ b/doc/src/pair_gran.txt @@ -224,7 +224,7 @@ normal direction (along the line joining the 2 sphere centers). The last 3 (8-10) the components of the relative velocity in the tangential direction. -These extra quantites can be accessed by the "compute +These extra quantities can be accessed by the "compute pair/local"_compute_pair_local.html command, as {p1}, {p2}, ..., {p10}. diff --git a/doc/src/pair_hbond_dreiding.txt b/doc/src/pair_hbond_dreiding.txt index b3c9b5b5d50d6fc4cbdb01e45b6a9c332b4e9289..9641e294fad4781f4a73719cf06a12adfcb36db5 100644 --- a/doc/src/pair_hbond_dreiding.txt +++ b/doc/src/pair_hbond_dreiding.txt @@ -101,13 +101,13 @@ pair_coeff settings for all possible I,J type pairs. Only I,J type pairs for atoms which act as joint donors/acceptors need to be specified; all other type pairs are assumed to be inactive. -NOTE: A "pair_coeff"_pair_coeff.html command can be speficied multiple +NOTE: A "pair_coeff"_pair_coeff.html command can be specified multiple times for the same donor/acceptor type pair. This enables multiple hydrogen types to be assigned to the same donor/acceptor type pair. For other pair_styles, if the pair_coeff command is re-used for the same I.J type pair, the settings for that type pair are overwritten. For the hydrogen bond potentials this is not the case; the settings -are cummulative. This means the only way to turn off a previous +are cumulative. This means the only way to turn off a previous setting, is to re-use the pair_style command and start over. For the {hbond/dreiding/lj} style the list of coefficients is as diff --git a/doc/src/pair_hybrid.txt b/doc/src/pair_hybrid.txt index 47451cf14a8a5a5709ce73a8461a5e0d20e7dbe7..7ef54e7f07fbb40222b450a1275884fffb1bbdd3 100644 --- a/doc/src/pair_hybrid.txt +++ b/doc/src/pair_hybrid.txt @@ -63,7 +63,7 @@ Note that an individual pair style can be used multiple times as a sub-style. For efficiency this should only be done if your model requires it. E.g. if you have different regions of Si and C atoms and wish to use a Tersoff potential for pure Si for one set of atoms, and -a Tersoff potetnial for pure C for the other set (presumably with some +a Tersoff potential for pure C for the other set (presumably with some 3rd potential for Si-C interactions), then the sub-style {tersoff} could be listed twice. But if you just want to use a Lennard-Jones or other pairwise potential for several different atom type pairs in your @@ -189,7 +189,7 @@ potentials. Different force fields (e.g. CHARMM vs AMBER) may have different rules for applying weightings that change the strength of pairwise -interactions bewteen pairs of atoms that are also 1-2, 1-3, and 1-4 +interactions between pairs of atoms that are also 1-2, 1-3, and 1-4 neighbors in the molecular bond topology, as normally set by the "special_bonds"_special_bonds.html command. Different weights can be assigned to different pair hybrid sub-styles via the "pair_modify diff --git a/doc/src/pair_kim.txt b/doc/src/pair_kim.txt index 04d8d23dba431b1e3fbb19389772710ed10bb091..5a623e5ece39d4b482b9fa11a40921639df4b938 100644 --- a/doc/src/pair_kim.txt +++ b/doc/src/pair_kim.txt @@ -46,7 +46,7 @@ model. You should get an error or warning message from either LAMMPS or KIM if there is an incompatibility. The argument {printflag} is optional. If it is set to a non-zero -value then a KIM dsecriptor file is printed when KIM is invoked. This +value then a KIM descriptor file is printed when KIM is invoked. This can be useful for debugging. The default is to not print this file. Only a single pair_coeff command is used with the {kim} style which diff --git a/doc/src/pair_kolmogorov_crespi_z.txt b/doc/src/pair_kolmogorov_crespi_z.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7bd917caaa5935bb602cbebaf7115d5f03d9137 --- /dev/null +++ b/doc/src/pair_kolmogorov_crespi_z.txt @@ -0,0 +1,72 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +pair_style kolmogorov/crespi/z command :h3 + +[Syntax:] + +pair_style hybrid/overlay kolmogorov/crespi/z cutoff :pre + +[Examples:] + +pair_style hybrid/overlay kolmogorov/crespi/z 20.0 +pair_coeff * * none +pair_coeff 1 2 kolmogorov/crespi/z CC.KC C C :pre + +pair_style hybrid/overlay rebo kolmogorov/crespi/z 14.0 +pair_coeff * * rebo CH.airebo C C +pair_coeff 1 2 kolmogorov/crespi/z CC.KC C C :pre + +[Description:] + +The {kolmogorov/crespi/z} style computes the Kolmogorov-Crespi interaction +potential as described in "(KC05)"_#KC05. An important simplification is made, +which is to take all normals along the z-axis. + +:c,image(Eqs/pair_kolmogorov_crespi_z.jpg) + +It is important to have a suffiently large cutoff to ensure smooth forces. +Energies are shifted so that they go continously to zero at the cutoff assuming +that the exponential part of {Vij} (first term) decays sufficiently fast. +This shift is achieved by the last term in the equation for {Vij} above. + +This potential is intended for interactions between two layers of graphene. +Therefore, to avoid interaction between layers in multi-layered materials, +each layer should have a separate atom type and interactions should only +be computed between atom types of neighbouring layers. + +The parameter file (e.g. CC.KC), is intended for use with metal +"units"_units.html, with energies in meV. An additional parameter, {S}, +is available to facilitate scaling of energies in accordance with +"(vanWijk)"_#vanWijk. + +This potential must be used in combination with hybrid/overlay. +Other interactions can be set to zero using pair_style {none}. + +[Restrictions:] + +This fix is part of the USER-MISC package. It is only enabled if +LAMMPS was built with that package. See the "Making +LAMMPS"_Section_start.html#start_3 section for more info. + +[Related commands:] + +"pair_coeff"_pair_coeff.html +"pair_none"_pair_none.html +"pair_style hybrid/overlay"_pair_hybrid.html + +[Default:] none + +:line + +:link(KC05) +[(KC05)] A. N. Kolmogorov, V. H. Crespi, Phys. Rev. B 71, 235415 (2005) + +:link(vanWijk) +[(vanWijk)] M. M. van Wijk, A. Schuring, M. I. Katsnelson, and A. Fasolino, +Physical Review Letters, 113, 135504 (2014) diff --git a/doc/src/pair_line_lj.txt b/doc/src/pair_line_lj.txt index bb1146b64e16c5cf220481a032265b6ac2a6895f..44cfeb48e96ca4043c8e811d2950ae1243dc126a 100644 --- a/doc/src/pair_line_lj.txt +++ b/doc/src/pair_line_lj.txt @@ -39,7 +39,7 @@ function of the line segment length and the specified sub-particle size for that particle type. If a line segment has a length L and is of type I, then the number of spheres N that represent the segment is calculated as N = L/sizeI, rounded up to an integer value. Thus if L -is not evenly divisibly by sizeI, N is incremented to include one +is not evenly divisible by sizeI, N is incremented to include one extra sphere. The centers of the spheres are spaced equally along the line segment. Imagine N+1 equally-space points, which include the 2 end points of the segment. The sphere centers are halfway between @@ -48,7 +48,7 @@ each pair of points. The LJ interaction between 2 spheres on different line segments (or a sphere on a line segment and a point particles) is computed with sub-particle epsilon, sigma, and cutoff values that are set by the -pair_coeff command, as described below. If the distance bewteen the 2 +pair_coeff command, as described below. If the distance between the 2 spheres is greater than the sub-particle cutoff, there is no interaction. This means that some pairs of sub-particles on 2 line segments may interact, but others may not. @@ -90,7 +90,7 @@ The {sizeI} and {sizeJ} coefficients are the sub-particle sizes for line particles of type I and type J. They are used to define the N sub-particles per segment as described above. These coefficients are actually stored on a per-type basis. Thus if there are multiple -pair_coeff commmands that involve type I, as either the first or +pair_coeff commands that involve type I, as either the first or second atom type, you should use consistent values for sizeI or sizeJ in all of them. If you do not do this, the last value specified for sizeI will apply to all segments of type I. If typeI or typeJ refers @@ -112,7 +112,7 @@ cutoff is used. [Mixing, shift, table, tail correction, restart, rRESPA info]: -For atom type pairs I,J and I != J, coeffiecients must be specified. +For atom type pairs I,J and I != J, coefficients must be specified. No default mixing rules are used. This pair style does not support the "pair_modify"_pair_modify.html diff --git a/doc/src/pair_lj.txt b/doc/src/pair_lj.txt index e2af7eaeeb8c3838645729f62bc8a4aa486cade4..fdc0b133dd15a3fc4e45beda408479c77c44cdf9 100644 --- a/doc/src/pair_lj.txt +++ b/doc/src/pair_lj.txt @@ -197,7 +197,7 @@ molecule is 500, then its 2 H atoms must have IDs 501 and 502. See the "howto section"_Section_howto.html#howto_8 for more information on how to use the TIP4P pair styles and lists of -parameters to set. Note that the neighobr list cutoff for Coulomb +parameters to set. Note that the neighbor list cutoff for Coulomb interactions is effectively extended by a distance 2*qdist when using the TIP4P pair style, to account for the offset distance of the fictitious charges on O atoms in water molecules. Thus it is diff --git a/doc/src/pair_lj_long.txt b/doc/src/pair_lj_long.txt index a4fb3f0274aed9658859df4faf6c02f00982dbda..517bb3d20b0095d33a0506e86c3d876f7d7af83b 100644 --- a/doc/src/pair_lj_long.txt +++ b/doc/src/pair_lj_long.txt @@ -91,7 +91,7 @@ molecule is 500, then its 2 H atoms must have IDs 501 and 502. See the "howto section"_Section_howto.html#howto_8 for more information on how to use the TIP4P pair style. Note that the -neighobr list cutoff for Coulomb interactions is effectively extended +neighbor list cutoff for Coulomb interactions is effectively extended by a distance 2*qdist when using the TIP4P pair style, to account for the offset distance of the fictitious charges on O atoms in water molecules. Thus it is typically best in an efficiency sense to use a diff --git a/doc/src/pair_lj_smooth.txt b/doc/src/pair_lj_smooth.txt index 0cb0a998fe69edf0b6e6408933b0574d1e7579f2..133773abd086c0db43f4f49ef942fca4af1a7449 100644 --- a/doc/src/pair_lj_smooth.txt +++ b/doc/src/pair_lj_smooth.txt @@ -51,7 +51,7 @@ commands, or by mixing as described below: epsilon (energy units) sigma (distance units) -innner (distance units) +inner (distance units) outer (distance units) :ul The last 2 coefficients are optional inner and outer cutoffs. If not diff --git a/doc/src/pair_lj_soft.txt b/doc/src/pair_lj_soft.txt index 784f1f7f520d4e54e1c22338613152537d8a55a5..e372092cf0630944ff6397b3e16a0214ce368a62 100644 --- a/doc/src/pair_lj_soft.txt +++ b/doc/src/pair_lj_soft.txt @@ -106,7 +106,7 @@ pair_coeff 1 1 1.0 9.5 :pre The {lj/cut/soft} style and substyles compute the 12/6 Lennard-Jones and Coulomb potential modified by a soft core, in order to avoid singularities during free energy calculations when sites are created -or anihilated "(Beutler)"_#Beutler, +or annihilated "(Beutler)"_#Beutler, :c,image(Eqs/pair_lj_soft.jpg) @@ -120,14 +120,14 @@ are the charges on the 2 atoms, and epsilon is the dielectric constant which can be set by the "dielectric"_dielectric.html command. The coefficient lambda is an activation parameter. When lambda = 1 the -pair potentiel is identical to a Lennard-Jones term or a Coulomb term +pair potential is identical to a Lennard-Jones term or a Coulomb term or a combination of both. When lambda = 0 the interactions are deactivated. The transition between these two extrema is smoothed by a soft repulsive core in order to avoid singularities in potential -energy and forces when sites are created or anihilated and can overlap +energy and forces when sites are created or annihilated and can overlap "(Beutler)"_#Beutler. -The paratemers n, alpha_LJ and alpha_C are set in the +The parameters n, alpha_LJ and alpha_C are set in the "pair_style"_pair_style.html command, before the cutoffs. Usual choices for the exponent are n = 2 or n = 1. For the remaining coefficients alpha_LJ = 0.5 and alpha_C = 10 Angstrom^2 are @@ -164,7 +164,7 @@ Style {lj/cut/tip4p/long/soft} implements a soft-core version of the TIP4P water model. The usage of this pair style is documented in the "pair_lj"_pair_lj.html styles. The soft-core version introduces the lambda parameter to the list of arguments, after epsilon and sigma in -the "pair_coeff"_pair_coeff.html command. The paratemers n, alpha_LJ +the "pair_coeff"_pair_coeff.html command. The parameters n, alpha_LJ and alpha_C are set in the "pair_style"_pair_style.html command, before the cutoffs. @@ -175,7 +175,7 @@ an inner and outer cutoff. The usage of this pair style is documented in the "pair_charmm"_pair_charmm.html styles. The soft-core version introduces the lambda parameter to the list of arguments, after epsilon and sigma in the "pair_coeff"_pair_coeff.html command (and -before the optional eps14 and sigma14). The paratemers n, +before the optional eps14 and sigma14). The parameters n, alpha_LJ and alpha_C are set in the "pair_style"_pair_style.html command, before the cutoffs. @@ -192,7 +192,7 @@ in several water models). NOTES: When using the core-softed Coulomb potentials with long-range solvers ({coul/long/soft}, {lj/cut/coul/long/soft}, etc.) in a free energy calculation in which sites holding electrostatic charges are -being created or anihilated (using "fix adapt/fep"_fix_adapt_fep.html +being created or annihilated (using "fix adapt/fep"_fix_adapt_fep.html and "compute fep"_compute_fep.html) it is important to adapt both the lambda activation parameter (from 0 to 1, or the reverse) and the value of the charge (from 0 to its final value, or the reverse). This diff --git a/doc/src/pair_lubricate.txt b/doc/src/pair_lubricate.txt index 5dbd7f4b80b0d482da2d9a53e67e3cf0e2dbe0df..daa2e37b688c36314d6c571aa0b0ae93acf0be56 100644 --- a/doc/src/pair_lubricate.txt +++ b/doc/src/pair_lubricate.txt @@ -94,7 +94,7 @@ Style {lubricate} requires monodisperse spherical particles; style {lubricate/poly} allows for polydisperse spherical particles. The viscosity {mu} can be varied in a time-dependent manner over the -course of a simluation, in which case in which case the pair_style +course of a simulation, in which case in which case the pair_style setting for {mu} will be overridden. See the "fix adapt"_fix_adapt.html command for details. diff --git a/doc/src/pair_meam_spline.txt b/doc/src/pair_meam_spline.txt index ba46a135a25602983f38fa439b3e1d899d392f5a..08e53cb38cdf079aa141b474571a486339eca68e 100644 --- a/doc/src/pair_meam_spline.txt +++ b/doc/src/pair_meam_spline.txt @@ -140,5 +140,5 @@ for more info. :link(Lenosky) [(Lenosky)] Lenosky, Sadigh, Alonso, Bulatov, de la Rubia, Kim, Voter, -Kress, Modelling Simulation Materials Science Enginerring, 8, 825 +Kress, Modelling Simulation Materials Science Engineering, 8, 825 (2000). diff --git a/doc/src/pair_mgpt.txt b/doc/src/pair_mgpt.txt index 53ae53df23c4391da55796ea3a9b9817c428d10c..f8b0c9f0713c99856cbce64bb199ee55068bebbf 100644 --- a/doc/src/pair_mgpt.txt +++ b/doc/src/pair_mgpt.txt @@ -75,7 +75,7 @@ proceeds. After each time step, the atomic volume should be updated by the code as Omega = V/N. In addition, the volume term E_vol and the potentials v_2, v_3 and v_4 have to be removed at the end of the time step, and then respecified at the new value of Omega. In all -smulations, Omega must remain within the defined volume range for +simulations, Omega must remain within the defined volume range for E_vol and the potentials for the given material. The default option volpress yes in the "pair_coeff"_pair_coeff.html diff --git a/doc/src/pair_mie.txt b/doc/src/pair_mie.txt index fec00ed44c32bf856d8769d4eba75a22598920f3..ad602db9f1e02cb1792acb2d1711ad0e189eacdc 100644 --- a/doc/src/pair_mie.txt +++ b/doc/src/pair_mie.txt @@ -57,7 +57,7 @@ cutoff specified in the pair_style command is used. For atom type pairs I,J and I != J, the epsilon and sigma coefficients and cutoff distance for all of the mie/cut pair styles can be mixed. -If not explicity defined, both the repulsive and attractive gamma +If not explicitly defined, both the repulsive and attractive gamma exponents for different atoms will be calculated following the same mixing rule defined for distances. The default mix value is {geometric}. See the "pair_modify" command for details. diff --git a/doc/src/pair_morse.txt b/doc/src/pair_morse.txt index 73bc1a314f52863825cd275827e456f9f62744fa..c5e3a3c3995ef17e54174975d28cebc5c410980c 100644 --- a/doc/src/pair_morse.txt +++ b/doc/src/pair_morse.txt @@ -80,7 +80,7 @@ the {morse} and {morse/smooth/linear} styles. The {morse/soft} variant is similar to the {lj/cut/soft} pair style in that it modifies the potential at short range to have a soft core. This helps to avoid singularities during free energy calculation in -which sites are created or anihilated. The formula differs from that +which sites are created or annihilated. The formula differs from that of {lj/cut/soft}, and is instead given by: :c,image(Eqs/pair_morse_soft.jpg) diff --git a/doc/src/pair_oxdna_excv.txt b/doc/src/pair_oxdna.txt similarity index 64% rename from doc/src/pair_oxdna_excv.txt rename to doc/src/pair_oxdna.txt index 23a727b3b99c52e7b36af473166d0f1c5af58bd3..ba2a3e4b013125cb63a1712461fe1f92b9d5ab32 100644 --- a/doc/src/pair_oxdna_excv.txt +++ b/doc/src/pair_oxdna.txt @@ -6,36 +6,36 @@ :line -pair_style oxdna_excv command :h3 -pair_style oxdna_stk command :h3 -pair_style oxdna_hbond command :h3 -pair_style oxdna_xstk command :h3 -pair_style oxdna_coaxstk command :h3 +pair_style oxdna/excv command :h3 +pair_style oxdna/stk command :h3 +pair_style oxdna/hbond command :h3 +pair_style oxdna/xstk command :h3 +pair_style oxdna/coaxstk command :h3 [Syntax:] pair_style style :pre -style = {hybrid/overlay oxdna_excv oxdna_stk oxdna_hbond oxdna_xstk oxdna_coaxstk} :ul +style = {hybrid/overlay oxdna/excv oxdna/stk oxdna/hbond oxdna/xstk oxdna/coaxstk} :ul [Examples:] -pair_style hybrid/overlay oxdna_excv oxdna_stk oxdna_hbond oxdna_xstk oxdna_coaxstk -pair_coeff * * oxdna_excv 2.0 0.7 0.675 2.0 0.515 0.5 2.0 0.33 0.32 -pair_coeff * * oxdna_stk 1.61048 6.0 0.4 0.9 0.32 0.6 1.3 0 0.8 0.9 0 0.95 0.9 0 0.95 2.0 0.65 2.0 0.65 -pair_coeff * * oxdna_hbond 0.0 8.0 0.4 0.75 0.34 0.7 1.5 0 0.7 1.5 0 0.7 1.5 0 0.7 0.46 3.141592653589793 0.7 4.0 1.5707963267948966 0.45 4.0 1.5707963267948966 0.45 -pair_coeff 1 4 oxdna_hbond 1.077 8.0 0.4 0.75 0.34 0.7 1.5 0 0.7 1.5 0 0.7 1.5 0 0.7 0.46 3.141592653589793 0.7 4.0 1.5707963267948966 0.45 4.0 1.5707963267948966 0.45 -pair_coeff 2 3 oxdna_hbond 1.077 8.0 0.4 0.75 0.34 0.7 1.5 0 0.7 1.5 0 0.7 1.5 0 0.7 0.46 3.141592653589793 0.7 4.0 1.5707963267948966 0.45 4.0 1.5707963267948966 0.45 -pair_coeff * * oxdna_xstk 47.5 0.575 0.675 0.495 0.655 2.25 0.791592653589793 0.58 1.7 1.0 0.68 1.7 1.0 0.68 1.5 0 0.65 1.7 0.875 0.68 1.7 0.875 0.68 -pair_coeff * * oxdna_coaxstk 46.0 0.4 0.6 0.22 0.58 2.0 2.541592653589793 0.65 1.3 0 0.8 0.9 0 0.95 0.9 0 0.95 2.0 -0.65 2.0 -0.65 :pre +pair_style hybrid/overlay oxdna/excv oxdna/stk oxdna/hbond oxdna/xstk oxdna/coaxstk +pair_coeff * * oxdna/excv 2.0 0.7 0.675 2.0 0.515 0.5 2.0 0.33 0.32 +pair_coeff * * oxdna/stk 1.61048 6.0 0.4 0.9 0.32 0.6 1.3 0 0.8 0.9 0 0.95 0.9 0 0.95 2.0 0.65 2.0 0.65 +pair_coeff * * oxdna/hbond 0.0 8.0 0.4 0.75 0.34 0.7 1.5 0 0.7 1.5 0 0.7 1.5 0 0.7 0.46 3.141592653589793 0.7 4.0 1.5707963267948966 0.45 4.0 1.5707963267948966 0.45 +pair_coeff 1 4 oxdna/hbond 1.077 8.0 0.4 0.75 0.34 0.7 1.5 0 0.7 1.5 0 0.7 1.5 0 0.7 0.46 3.141592653589793 0.7 4.0 1.5707963267948966 0.45 4.0 1.5707963267948966 0.45 +pair_coeff 2 3 oxdna/hbond 1.077 8.0 0.4 0.75 0.34 0.7 1.5 0 0.7 1.5 0 0.7 1.5 0 0.7 0.46 3.141592653589793 0.7 4.0 1.5707963267948966 0.45 4.0 1.5707963267948966 0.45 +pair_coeff * * oxdna/xstk 47.5 0.575 0.675 0.495 0.655 2.25 0.791592653589793 0.58 1.7 1.0 0.68 1.7 1.0 0.68 1.5 0 0.65 1.7 0.875 0.68 1.7 0.875 0.68 +pair_coeff * * oxdna/coaxstk 46.0 0.4 0.6 0.22 0.58 2.0 2.541592653589793 0.65 1.3 0 0.8 0.9 0 0.95 0.9 0 0.95 2.0 -0.65 2.0 -0.65 :pre [Description:] The {oxdna} pair styles compute the pairwise-additive parts of the oxDNA force field for coarse-grained modelling of DNA. The effective interaction between the nucleotides consists of potentials for the -excluded volume interaction {oxdna_excv}, the stacking {oxdna_stk}, cross-stacking {oxdna_xstk} -and coaxial stacking interaction {oxdna_coaxstk} as well -as the hydrogen-bonding interaction {oxdna_hbond} between complementary pairs of nucleotides on +excluded volume interaction {oxdna/excv}, the stacking {oxdna/stk}, cross-stacking {oxdna/xstk} +and coaxial stacking interaction {oxdna/coaxstk} as well +as the hydrogen-bonding interaction {oxdna/hbond} between complementary pairs of nucleotides on opposite strands. The exact functional form of the pair styles is rather complex, which manifests itself in the 144 coefficients @@ -46,13 +46,13 @@ We refer to "(Ouldridge-DPhil)"_#Ouldridge-DPhil and "(Ouldridge)"_#Ouldridge for a detailed description of the oxDNA force field. NOTE: These pair styles have to be used together with the related oxDNA bond style -{oxdna_fene} for the connectivity of the phosphate backbone (see also documentation of -"bond_style oxdna_fene"_bond_oxdna_fene.html). The coefficients +{oxdna/fene} for the connectivity of the phosphate backbone (see also documentation of +"bond_style oxdna/fene"_bond_oxdna.html). The coefficients in the above example have to be kept fixed and cannot be changed without reparametrizing the entire model. -Example input and data files can be found in /examples/USER/cgdna/examples/duplex1/ and /duplex2/. +Example input and data files can be found in examples/USER/cgdna/examples/duplex1/ and /duplex2/. A simple python setup tool which creates single straight or helical DNA strands, -DNA duplexes or arrays of DNA duplexes can be found in /examples/USER/cgdna/util/. +DNA duplexes or arrays of DNA duplexes can be found in examples/USER/cgdna/util/. A technical report with more information on the model, the structure of the input file, the setup tool and the performance of the LAMMPS-implementation of oxDNA can be found "here"_PDF/USER-CGDNA-overview.pdf. @@ -67,7 +67,7 @@ LAMMPS"_Section_start.html#start_3 section for more info on packages. [Related commands:] -"bond_style oxdna_fene"_bond_oxdna_fene.html, "fix nve/dotc/langevin"_fix_nve_dotc_langevin.html, "pair_coeff"_pair_coeff.html +"bond_style oxdna/fene"_bond_oxdna.html, "fix nve/dotc/langevin"_fix_nve_dotc_langevin.html, "pair_coeff"_pair_coeff.html [Default:] none diff --git a/doc/src/pair_peri.txt b/doc/src/pair_peri.txt index 240d9f3bda79b29f9fadb226fe1b09223c7108d2..6ffd8122aa49f794dac275409c3fb75cc6258893 100644 --- a/doc/src/pair_peri.txt +++ b/doc/src/pair_peri.txt @@ -116,7 +116,7 @@ cutoff distance for truncating interactions, and s00 and alpha are used as a bond breaking criteria. m_lambdai and m_taubi are the viscoelastic relaxation parameter and time constant, respectively. m_lambdai varies within zero to one. For very small -values of m_lambdai the viscoelsatic model responds very similar to a +values of m_lambdai the viscoelastic model responds very similar to a linear elastic model. For details please see the description in "(Mtchell2011)". diff --git a/doc/src/pair_quip.txt b/doc/src/pair_quip.txt index a90f65931b4340dc2a5df5fb6670b6f95ef785ae..12dcd244e254eabb66569b5e5be2d59166b38912 100644 --- a/doc/src/pair_quip.txt +++ b/doc/src/pair_quip.txt @@ -45,12 +45,12 @@ See the "pair_coeff"_pair_coeff.html doc page for alternate ways to specify the path for the potential file. A QUIP potential is fully specified by the filename which contains the -parameters of the potential in XML format, the initialisation string, +parameters of the potential in XML format, the initialization string, and the map of atomic numbers. GAP potentials can be obtained from the Data repository section of "http://www.libatoms.org"_http://www.libatoms.org, where the -appropriate initialisation strings are also advised. The list of +appropriate initialization strings are also advised. The list of atomic numbers must be matched to the LAMMPS atom types specified in the LAMMPS data file or elsewhere. diff --git a/doc/src/pair_resquared.txt b/doc/src/pair_resquared.txt index f404fa41817b04abb1dc9ca96e70be54b30d94a7..0242bab18559778a489049b546e453005399c6b7 100644 --- a/doc/src/pair_resquared.txt +++ b/doc/src/pair_resquared.txt @@ -58,17 +58,17 @@ cutoff (distance units) :ul The parameters used depend on the type of the interacting particles, i.e. ellipsoids or LJ spheres. The type of a particle is determined -by the diameters specified for its 3 shape paramters. If all 3 shape +by the diameters specified for its 3 shape parameters. If all 3 shape parameters = 0.0, then the particle is treated as an LJ sphere. The epsilon_i_* or epsilon_j_* parameters are ignored for LJ spheres. If -the 3 shape paraemters are > 0.0, then the particle is treated as an +the 3 shape parameters are > 0.0, then the particle is treated as an ellipsoid (even if the 3 parameters are equal to each other). A12 specifies the energy prefactor which depends on the types of the two interacting particles. For ellipsoid/ellipsoid interactions, the interaction is computed by -the formulas in the supplementary docuement referenced above. A12 is +the formulas in the supplementary document referenced above. A12 is the Hamaker constant as described in "(Everaers)"_#Everaers. In LJ units: @@ -79,8 +79,8 @@ composing the ellipsoids and epsilon_LJ determines the interaction strength of the spherical particles. For ellipsoid/LJ sphere interactions, the interaction is also computed -by the formulas in the supplementary docuement referenced above. A12 -has a modifed form (see "here"_PDF/pair_resquared_extra.pdf for +by the formulas in the supplementary document referenced above. A12 +has a modified form (see "here"_PDF/pair_resquared_extra.pdf for details): :c,image(Eqs/pair_resquared2.jpg) diff --git a/doc/src/pair_smd_ulsph.txt b/doc/src/pair_smd_ulsph.txt index b9efeb8fc3f589cc133775a3937996cbc0d7a23a..393bbc066525c90db749a8d80acdfedca93ad4a9 100644 --- a/doc/src/pair_smd_ulsph.txt +++ b/doc/src/pair_smd_ulsph.txt @@ -31,7 +31,7 @@ pair_coeff i j *COMMON rho0 c0 Q1 Cp hg & Here, {i} and {j} denote the {LAMMPS} particle types for which this pair style is defined. Note that {i} and {j} can be different, i.e., {ulsph} cross interactions -between different particle types are allowed. However, {i}--{i} respectively {j}--{j} pair_coeff lines have to preceed a cross interaction. +between different particle types are allowed. However, {i}--{i} respectively {j}--{j} pair_coeff lines have to precede a cross interaction. In contrast to the usual {LAMMPS} {pair coeff} definitions, which are given solely a number of floats and integers, the {ulsph} {pair coeff} definition is organised using keywords. These keywords mark the beginning of different sets of parameters for particle properties, diff --git a/doc/src/pair_smtbq.txt b/doc/src/pair_smtbq.txt index c70af68b306a2f5eda1bbace68a6df71cae0eda4..714188de32979cdd88789d4ef88629f4083b7dfb 100644 --- a/doc/src/pair_smtbq.txt +++ b/doc/src/pair_smtbq.txt @@ -36,7 +36,7 @@ atoms. This interactions depend on interatomic distance The parameters appearing in the upper expressions are set in the ffield.SMTBQ.Syst file where Syst corresponds to the selected system -(e.g. field.SMTBQ.Al2O3). Exemples for TiO<sub>2</sub>, +(e.g. field.SMTBQ.Al2O3). Examples for TiO<sub>2</sub>, Al<sub>2</sub>O<sub>3</sub> are provided. A single pair_coeff command is used with the SMTBQ styles which provides the path to the potential file with parameters for needed elements. These are mapped to LAMMPS diff --git a/doc/src/pair_soft.txt b/doc/src/pair_soft.txt index f240779050bf47823053e7dcab4ab860f63dfb30..ec1c06729a9cf18cf5ffeccecb30359de0124b20 100644 --- a/doc/src/pair_soft.txt +++ b/doc/src/pair_soft.txt @@ -60,7 +60,7 @@ them. This functionality is now available in a more general form through the "fix adapt"_fix_adapt.html command, as explained below. Note that if you use an old input script and specify Astart and Astop without a cutoff, then LAMMPS will interpret that as A and a cutoff, -which is probabably not what you want. +which is probably not what you want. The "fix adapt"_fix_adapt.html command can be used to vary A for one or more pair types over the course of a simulation, in which case diff --git a/doc/src/pair_sph_heatconduction.txt b/doc/src/pair_sph_heatconduction.txt index d25debe91b5ec090c66b96eda7bc8bce9e7a3ba0..2387056a1b7b4b06235c3d8d88ad5edec4bccbdf 100644 --- a/doc/src/pair_sph_heatconduction.txt +++ b/doc/src/pair_sph_heatconduction.txt @@ -20,7 +20,7 @@ pair_coeff * * 1.0 2.4 :pre [Description:] The sph/heatconduction style computes heat transport between SPH particles. -The transport model is the diffusion euqation for the internal energy. +The transport model is the diffusion equation for the internal energy. See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in LAMMPS. diff --git a/doc/src/pair_sph_idealgas.txt b/doc/src/pair_sph_idealgas.txt index 21ca049272f24922fafb074ee2d5c68a1bb1af96..957f901425993d91b248c9a7172a45b0753abd44 100644 --- a/doc/src/pair_sph_idealgas.txt +++ b/doc/src/pair_sph_idealgas.txt @@ -27,7 +27,7 @@ according to the ideal gas equation of state: where gamma = 1.4 is the heat capacity ratio, rho is the local density, and e is the internal energy per unit mass. This pair style also computes Monaghan's artificial viscosity to prevent particles -from interpentrating "(Monaghan)"_#ideal-Monoghan. +from interpenetrating "(Monaghan)"_#ideal-Monoghan. See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in LAMMPS. diff --git a/doc/src/pair_sph_lj.txt b/doc/src/pair_sph_lj.txt index 8498841131b8a506f8d4adc0b342273ac3bbfb36..ef89c4ad3eaf351d07dad07e953b6dc4ea3eb139 100644 --- a/doc/src/pair_sph_lj.txt +++ b/doc/src/pair_sph_lj.txt @@ -24,7 +24,7 @@ to the Lennard-Jones equation of state, which is computed according to Ree's 1980 polynomial fit "(Ree)"_#Ree. The Lennard-Jones parameters epsilon and sigma are set to unity. This pair style also computes Monaghan's artificial viscosity to prevent particles from -interpentrating "(Monaghan)"_#Monoghan. +interpenetrating "(Monaghan)"_#Monoghan. See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in LAMMPS. diff --git a/doc/src/pair_sph_taitwater.txt b/doc/src/pair_sph_taitwater.txt index 2b0b6d119cb7c3263ed4a443cf2fe5a3e42227cc..9177ca80b868e417e3bf8a23d30f267fd882f3ff 100644 --- a/doc/src/pair_sph_taitwater.txt +++ b/doc/src/pair_sph_taitwater.txt @@ -28,7 +28,7 @@ where gamma = 7 and B = c_0^2 rho_0 / gamma, with rho_0 being the reference density and c_0 the reference speed of sound. This pair style also computes Monaghan's artificial viscosity to -prevent particles from interpentrating "(Monaghan)"_#Monaghan. +prevent particles from interpenetrating "(Monaghan)"_#Monaghan. See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in LAMMPS. diff --git a/doc/src/pair_srp.txt b/doc/src/pair_srp.txt index a951cccbc33d86ef40a06790aad4fad1714eaf6a..c1eff12cbf65ccf4f7fffcbfed4a5e37bc9759da 100644 --- a/doc/src/pair_srp.txt +++ b/doc/src/pair_srp.txt @@ -86,7 +86,7 @@ the beginning of a run. This means you must specify the number of types in your system accordingly; usually to be one larger than what would normally be the case, e.g. via the "create_box"_create_box.html or by changing the header in your "data file"_read_data.html. The -ficitious "bond particles" are inserted at the beginning of the run, +fictitious "bond particles" are inserted at the beginning of the run, and serve as placeholders that define the position of the bonds. This allows neighbor lists to be constructed and pairwise interactions to be computed in almost the same way as is done for actual particles. diff --git a/doc/src/pair_table.txt b/doc/src/pair_table.txt index 6504edb2a57aeed64904d6ad49d4debd13c976cd..ba79aee40d6ec044ce9e63e2ea8cafad5f76c598 100644 --- a/doc/src/pair_table.txt +++ b/doc/src/pair_table.txt @@ -33,7 +33,7 @@ pair_coeff * 3 morse.table ENTRY1 7.0 :pre Style {table} creates interpolation tables from potential energy and force values listed in a file(s) as a function of distance. When -performing dynamics or minimation, the interpolation tables are used +performing dynamics or minimization, the interpolation tables are used to evaluate energy and forces for pairwise interactions between particles, similar to how analytic formulas are used for other pair styles. @@ -180,7 +180,7 @@ NOTE: If you use "R" or "RSQ", the tabulated distance values in the file are effectively ignored, and replaced by new values as described in the previous paragraph. If the distance value in the table is not very close to the new value (i.e. round-off difference), then you will -be assingning energy/force values to a different distance, which is +be assigning energy/force values to a different distance, which is probably not what you want. LAMMPS will warn if this is occurring. If used, the parameter "BITMAP" is also followed by 2 values {rlo} and diff --git a/doc/src/pair_tri_lj.txt b/doc/src/pair_tri_lj.txt index e4eed927f51eab4c4deb016662dc0600f7887e30..42a5bbdfe2285c61c67ad980eecca779666f553b 100644 --- a/doc/src/pair_tri_lj.txt +++ b/doc/src/pair_tri_lj.txt @@ -42,7 +42,7 @@ triangle, for purposes of this pair style, are generated in the following manner. Assume the triangle is of type I, and sigma_II has been specified. We want a set of spheres with centers in the plane of the triangle, none of them larger in diameter than sigma_II, which -completely cover the triangle's area, but with minimial overlap and a +completely cover the triangle's area, but with minimal overlap and a minimal total number of spheres. This is done in a recursive manner. Place a sphere at the centroid of the original triangle. Calculate what diameter it must have to just cover all 3 corner points of the diff --git a/doc/src/pairs.txt b/doc/src/pairs.txt index 7c18623d11054bbeb982a7c54b151e963a61f80d..8928ca451b71313a1e20501f631b6d48e9bc2320 100644 --- a/doc/src/pairs.txt +++ b/doc/src/pairs.txt @@ -39,6 +39,7 @@ Pair Styles :h1 pair_hbond_dreiding pair_hybrid pair_kim + pair_kolmogorov_crespi_z pair_lcbop pair_line_lj pair_list @@ -65,7 +66,7 @@ Pair Styles :h1 pair_nb3b_harmonic pair_nm pair_none - pair_oxdna_excv + pair_oxdna pair_peri pair_polymorphic pair_quip diff --git a/doc/src/partition.txt b/doc/src/partition.txt index ccef3590505dd0a6fc52dab603f45200bb8a6da0..9c1d560c83069077dbb99d3ea572b8d794dcd158 100644 --- a/doc/src/partition.txt +++ b/doc/src/partition.txt @@ -39,7 +39,7 @@ such a variable is used in a "jump"_jump.html command. The "partition" command is another mechanism for having as input script operate differently on different partitions. It is basically a -prefix on any LAMMPS command. The commmand will only be invoked on +prefix on any LAMMPS command. The command will only be invoked on the partition(s) specified by the {style} and {N} arguments. If the {style} is {yes}, the command will be invoked on any partition diff --git a/doc/src/prd.txt b/doc/src/prd.txt index 1ad66ee441e99a6f3006c08b8c97cc81da0e500a..607c367afdbdc47718d1d87fd060babafffe7d09 100644 --- a/doc/src/prd.txt +++ b/doc/src/prd.txt @@ -133,7 +133,7 @@ event. The event check is performed by a compute with the specified {compute-ID}. Currently there is only one compute that works with the -PRD commmand, which is the "compute +PRD command, which is the "compute event/displace"_compute_event_displace.html command. Other event-checking computes may be added. "Compute event/displace"_compute_event_displace.html checks whether any atom in @@ -230,7 +230,7 @@ files for each partition, e.g. log.lammps.0, log.lammps.1, etc. For the PRD command, these contain the thermodynamic output for each replica. You will see short runs and minimizations corresponding to the dynamics and quench operations of the loop listed above. The -timestep will be reset aprpopriately depending on whether the +timestep will be reset appropriately depending on whether the operation advances time or not. After the PRD command completes, timing statistics for the PRD run are diff --git a/doc/src/processors.txt b/doc/src/processors.txt index adf2a0920f2bdcfe28366a1529ba8074358f5794..781049af9cce84d928dc5385e577f7d27dc38a49 100644 --- a/doc/src/processors.txt +++ b/doc/src/processors.txt @@ -27,7 +27,7 @@ keyword = {grid} or {map} or {part} or {file} :l {map} arg = {cart} or {cart/reorder} or {xyz} or {xzy} or {yxz} or {yzx} or {zxy} or {zyx} cart = use MPI_Cart() methods to map processors to 3d grid with reorder = 0 cart/reorder = use MPI_Cart() methods to map processors to 3d grid with reorder = 1 - xyz,xzy,yxz,yzx,zxy,zyx = map procesors to 3d grid in IJK ordering + xyz,xzy,yxz,yzx,zxy,zyx = map processors to 3d grid in IJK ordering {numa} arg = none {part} args = Psend Precv cstyle Psend = partition # (1 to Np) which will send its processor layout @@ -104,7 +104,7 @@ regular grid is initially created, regardless of which If load-balancing is never invoked via the "balance"_balance.html or "fix balance"_fix_balance.html commands, then the initial regular grid will persist for all simulations. If balancing is performed, some of -the methods invoked by those commands retain the logical toplogy of +the methods invoked by those commands retain the logical topology of the initial 3d grid, and the mapping of processors to the grid specified by the processors command. However the grid spacings in different dimensions may change, so that processors own sub-domains of @@ -179,7 +179,7 @@ The first non-blank, non-comment line should have Px Py Py :pre These must be compatible with the total number of processors -and the Px, Py, Pz settings of the processors commmand. +and the Px, Py, Pz settings of the processors command. This line should be immediately followed by P = Px*Py*Pz lines of the form: @@ -244,7 +244,7 @@ The {part} keyword affects the factorization of P into Px,Py,Pz. It can be useful when running in multi-partition mode, e.g. with the "run_style verlet/split"_run_style.html command. It specifies a -dependency bewteen a sending partition {Psend} and a receiving +dependency between a sending partition {Psend} and a receiving partition {Precv} which is enforced when each is setting up their own mapping of their processors to the simulation box. Each of {Psend} and {Precv} must be integers from 1 to Np, where Np is the number of @@ -271,7 +271,7 @@ processors, it could create a 4x2x10 grid, but it will not create a 4. NOTE: If you use the "partition"_partition.html command to invoke -different "processsors" commands on different partitions, and you also +different "processors" commands on different partitions, and you also use the {part} keyword, then you must insure that both the sending and receiving partitions invoke the "processors" command that connects the 2 partitions via the {part} keyword. LAMMPS cannot easily check for diff --git a/doc/src/python.txt b/doc/src/python.txt index 7da69a0319ca82cafcff9c84122648b9c2bdab64..be6d1b215f3512295eb571918564838add33ca0f 100644 --- a/doc/src/python.txt +++ b/doc/src/python.txt @@ -143,7 +143,7 @@ numeric or string value, as specified by the {format} keyword. As explained on the "variable"_variable.html doc page, the definition of a python-style variable associates a Python function name with the variable. This must match the {func} setting for this command. For -exampe these two commands would be self-consistent: +example these two commands would be self-consistent: variable foo python myMultiply python myMultiply return v_foo format f file funcs.py :pre @@ -174,7 +174,7 @@ a longer string, the {length} keyword can be specified with its {Nlen} value set to a larger number (the code allocates space for Nlen+1 to include the string terminator). If the Python function generates a string longer than the default 63 or the specified {Nlen}, it will be -trunctated. +truncated. :line @@ -356,7 +356,7 @@ python loop invoke :pre This has the effect of looping over a series of 10 short runs (10 timesteps each) where the pair style cutoff is increased from a value of 1.0 in distance units, in increments of 0.1. The looping stops -when the per-atom potential energy falls below a threshhold of -4.0 in +when the per-atom potential energy falls below a threshold of -4.0 in energy units. More generally, Python can be used to implement a loop with complex logic, much more so than can be created using the LAMMPS "jump"_jump.html and "if"_if.html commands. @@ -372,7 +372,7 @@ LAMMPS, more than the single value that can be passed back via a return statement. This cutoff value in the "cut" variable is then substituted (by LAMMPS) in the pair_style command that is executed next. Alternatively, the "LAMMPS command option" line could be used -in place of the 2 preceeding lines, to have Python insert the value +in place of the 2 preceding lines, to have Python insert the value into the LAMMPS command string. NOTE: When using the callback mechanism just described, recognize that @@ -384,7 +384,7 @@ file() functions, so long as the command would work if it were executed in the LAMMPS input script directly at the same point. However, a Python function can also be invoked during a run, whenever -an associated LAMMPS variable it is assigned to is evaluted. If the +an associated LAMMPS variable it is assigned to is evaluated. If the variable is an input argument to another LAMMPS command (e.g. "fix setforce"_fix_setforce.html), then the Python function will be invoked inside the class for that command, in one of its methods that is diff --git a/doc/src/quit.txt b/doc/src/quit.txt index 809fb2e38ba1a7e63db9638a40eab5423c2737aa..843d3de7f3545dfd330f7e7624fe21a3c3c6e430 100644 --- a/doc/src/quit.txt +++ b/doc/src/quit.txt @@ -17,7 +17,7 @@ status = numerical exit status (optional) [Examples:] quit -if "$n > 10000" then "quit 1":pre +if "$n > 10000" then "quit 1" :pre [Description:] diff --git a/doc/src/read_data.txt b/doc/src/read_data.txt index 9ddc9d89218bb79d9496fce812f8eb306c8a3800..86c123527bfb633b1bd6070a0567d2d708a30fa2 100644 --- a/doc/src/read_data.txt +++ b/doc/src/read_data.txt @@ -180,7 +180,7 @@ used appropriately when each data file is read, the values in those sections will be stored correctly in the larger data structures allocated by the use of the {extra} keywords. E.g. the substrate file can list mass and pair coefficients for type 1 silicon atoms. The -water file can list mass and pair coeffcients for type 1 and type 2 +water file can list mass and pair coefficients for type 1 and type 2 hydrogen and oxygen atoms. Use of the {extra} and {offset} keywords will store those mass and pair coefficient values appropriately in data structures that allow for 3 atom types (Si, H, O). Of course, @@ -574,7 +574,7 @@ spin = electron spin (+1/-1), 0 = nuclei, 2 = fixed-core, 3 = pseudo-cores (i.e. template-atom = which atom within a template molecule the atom is template-index = which molecule within the molecule template the atom is part of theta = internal temperature of a DPD particle -triangleflag = 1 for triangular particles, 0 for point or sperhical particles +triangleflag = 1 for triangular particles, 0 for point or spherical particles volume = volume of Peridynamic particle (distance^3 units) x,y,z = coordinates of atom (distance units) :ul diff --git a/doc/src/read_dump.txt b/doc/src/read_dump.txt index e454c180abd45bc0522d52ec61bdadc9bf1cd7f2..381e29f6e0df6ea808e3be2a7f5920228bed5f49 100644 --- a/doc/src/read_dump.txt +++ b/doc/src/read_dump.txt @@ -58,7 +58,7 @@ read_dump dump.file 1000 x y z vx vy vz format molfile lammpstrj /usr/local/lib/ Read atom information from a dump file to overwrite the current atom coordinates, and optionally the atom velocities and image flags and -the simluation box dimensions. This is useful for restarting a run +the simulation box dimensions. This is useful for restarting a run from a particular snapshot in a dump file. See the "read_restart"_read_restart.html and "read_data"_read_data.html commands for alternative methods to do this. Also see the @@ -214,7 +214,7 @@ you wish to change this after the dump snapshot is read. If the {box} keyword is specified with a {yes} value, then the current simulation box dimensions are replaced by the dump snapshot box dimensions. If the {box} keyword is specified with a {no} value, the -current simulatoin box is unchanged. +current simulation box is unchanged. If the {purge} keyword is specified with a {yes} value, then all current atoms in the system are deleted before any of the operations diff --git a/doc/src/read_restart.txt b/doc/src/read_restart.txt index d59b5313fdf785d5816400f66f424255d5897dbc..d0f4b16175c7863a306475dcb950196d8af438c1 100644 --- a/doc/src/read_restart.txt +++ b/doc/src/read_restart.txt @@ -31,7 +31,7 @@ information is stored (and not stored) in a restart file is given below. Basically this operation will re-create the simulation box with all its atoms and their attributes as well as some related global settings, at the point in time it was written to the restart file by a -previous simluation. The simulation box will be partitioned into a +previous simulation. The simulation box will be partitioned into a regular 3d grid of rectangular bricks, one per processor, based on the number of processors in the current simulation and the settings of the "processors"_processors.html command. The partitioning can later be diff --git a/doc/src/region.txt b/doc/src/region.txt index 4ce230da7b55c6493e7c2d22ffd21c10b4bcbd40..885e5e45f8c647031742c372bc6df9797d84b5cc 100644 --- a/doc/src/region.txt +++ b/doc/src/region.txt @@ -212,7 +212,7 @@ both of the spheres. The {units} keyword determines the meaning of the distance units used to define the region for any argument above listed as having distance -units. It also affects the scaling of the velocity vector specfied +units. It also affects the scaling of the velocity vector specified with the {vel} keyword, the amplitude vector specified with the {wiggle} keyword, and the rotation point specified with the {rotate} keyword, since they each involve a distance metric. @@ -283,9 +283,9 @@ velocity: variable dx equal ramp(0,10) region 2 sphere 10.0 10.0 0.0 5 move v_dx NULL NULL :pre -Note that the initial displacemet is 0.0, though that is not required. +Note that the initial displacement is 0.0, though that is not required. -Either of these varaibles would "wiggle" the region back and forth in +Either of these variables would "wiggle" the region back and forth in the y direction: variable dy equal swiggle(0,5,100) @@ -352,7 +352,7 @@ high-coordinate flat end cap, and index 3 is the curved cone surface. In the last example above, a {cone} region is defined along the z-axis that is open at the zlo value (e.g. for use as a funnel). -For all other styles, the {open} keyword is ignored. As inidcated +For all other styles, the {open} keyword is ignored. As indicated above, this includes the {intersect} and {union} regions, though their sub-regions can be defined with the {open} keyword. diff --git a/doc/src/replicate.txt b/doc/src/replicate.txt index 2e7153e38c312438b9e6869112eaf9b7f8fedbec..291558e0e527d41a6c0ae7a53b854cfd12eb476a 100644 --- a/doc/src/replicate.txt +++ b/doc/src/replicate.txt @@ -53,7 +53,7 @@ top of each other. NOTE: You cannot use the replicate command on a system which has a molecule that spans the box and is bonded to itself across a periodic -boundary, so that the molecule is efffectively a loop. A simple +boundary, so that the molecule is effectively a loop. A simple example would be a linear polymer chain that spans the simulation box and bonds back to itself across the periodic boundary. More realistic examples would be a CNT (meant to be an infinitely long CNT) or a diff --git a/doc/src/rerun.txt b/doc/src/rerun.txt index da8c8d6895b117935ffb0bdfe06621dbce742c22..860ee68033b2180ce7cd2291be3995a4cf5460ba 100644 --- a/doc/src/rerun.txt +++ b/doc/src/rerun.txt @@ -40,7 +40,7 @@ rerun ../run7/dump.file.gz skip 2 dump x y z box yes :pre [Description:] -Perform a psuedo simulation run where atom information is read one +Perform a pseudo simulation run where atom information is read one snapshot at a time from a dump file(s), and energies and forces are computed on the shapshot to produce thermodynamic or other output. @@ -121,7 +121,7 @@ with the {start/stop} keywords. Note that if you define neither of the {start}/{stop} or {first}/{last} keywords, then LAMMPS treats the pseudo run as going from 0 to a huge value (effectively infinity). This means that any quantity that a fix scales as a fraction of -elapsed time in the run, will essentially remain at its intiial value. +elapsed time in the run, will essentially remain at its initial value. Also note that an error will occur if you read a snapshot from the dump file with a timestep value larger than the {stop} setting you have specified. @@ -178,7 +178,7 @@ a timestep it expects to be, LAMMPS will flag an error. The various forms of LAMMPS output, as defined by the "thermo_style"_thermo_style.html, "thermo"_thermo.html, "dump"_dump.html, and "restart"_restart.html commands occur on -specific timesteps. If successvive dump snapshots skip those +specific timesteps. If successive dump snapshots skip those timesteps, then no output will be produced. E.g. if you request thermodynamic output every 100 steps, but the dump file snapshots are every 1000 steps, then you will only see thermodynamic output every diff --git a/doc/src/restart.txt b/doc/src/restart.txt index 3154465f68fb5805e9650d581a4b58333cfc3282..5e0c2a9ea54e4d4d7b1837ac55575d9a847f21f2 100644 --- a/doc/src/restart.txt +++ b/doc/src/restart.txt @@ -97,7 +97,7 @@ timestep of a run unless it is a multiple of N. A restart file is written on the last timestep of a minimization if N > 0 and the minimization converges. -Instead of a numeric value, N can be specifed as an "equal-style +Instead of a numeric value, N can be specified as an "equal-style variable"_variable.html, which should be specified as v_name, where name is the variable name. In this case, the variable is evaluated at the beginning of a run to determine the next timestep at which a diff --git a/doc/src/run_style.txt b/doc/src/run_style.txt index 2dafabebb594ce687d10c7608d82a0918c090775..b30a17686d8c235e4c7f7d8a7267928b03d58f72 100644 --- a/doc/src/run_style.txt +++ b/doc/src/run_style.txt @@ -76,7 +76,7 @@ Specifically, this style performs all computation except the "kspace_style"_kspace_style.html portion of the force field on the 1st partition. This include the "pair style"_pair_style.html, "bond style"_bond_style.html, "neighbor list building"_neighbor.html, -"fixes"_fix.html including time intergration, and output. The +"fixes"_fix.html including time integration, and output. The "kspace_style"_kspace_style.html portion of the calculation is performed on the 2nd partition. @@ -105,23 +105,23 @@ to control this, e.g. procssors * * * part 1 2 multiple :pre You can also use the "partition"_partition.html command to explicitly -specity the processor layout on each partition. E.g. for 2 partitions +specify the processor layout on each partition. E.g. for 2 partitions of 60 and 15 processors each: partition yes 1 processors 3 4 5 partition yes 2 processors 3 1 5 :pre When you run in 2-partition mode with the {verlet/split} style, the -thermodyanmic data for the entire simulation will be output to the log +thermodynamic data for the entire simulation will be output to the log and screen file of the 1st partition, which are log.lammps.0 and screen.0 by default; see the "-plog and -pscreen command-line switches"_Section_start.html#start_7 to change this. The log and screen file for the 2nd partition will not contain thermodynamic -output beyone the 1st timestep of the run. +output beyond the 1st timestep of the run. See "Section 5"_Section_accelerate.html of the manual for performance details of the speed-up offered by the {verlet/split} -style. One important performance consideration is the assignemnt of +style. One important performance consideration is the assignment of logical processors in the 2 partitions to the physical cores of a parallel machine. The "processors"_processors.html command has options to support this, and strategies are discussed in @@ -182,7 +182,7 @@ for hybrid coarse-grained/all-atom models. The {hybrid} keyword requires as many level assignments as there are hybrid substyles, which assigns each sub-style to a rRESPA level, following their order of definition in the pair_style command. Since the {hybrid} keyword -operates on pair style computations, it is mututally exclusive with +operates on pair style computations, it is mutually exclusive with either the {pair} or the {inner}/{middle}/{outer} keywords. When using rRESPA (or for any MD simulation) care must be taken to diff --git a/doc/src/set.txt b/doc/src/set.txt index 42ede23b8545ca6b70ea2f2f1a0b3ee3e5445896..659eecd30d313737758cdfd792b7c52caf015f60 100644 --- a/doc/src/set.txt +++ b/doc/src/set.txt @@ -374,7 +374,7 @@ header of the data file read by the "read_data"_read_data.html command. These keywords do not allow use of an atom-style variable. Keywords {meso/e}, {meso/cv}, and {meso/rho} set the energy, heat -capacity, and density of smmothed particle hydrodynamics (SPH) +capacity, and density of smoothed particle hydrodynamics (SPH) particles. See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in LAMMPS. diff --git a/doc/src/suffix.txt b/doc/src/suffix.txt index 70c6a3031b6a26984d0f8026ee9062bb51ca0af5..127719cdb5f678eef1bb30d62ea2caa15f488b7c 100644 --- a/doc/src/suffix.txt +++ b/doc/src/suffix.txt @@ -91,7 +91,7 @@ a disabled suffix is turned back on. The use of these 2 commands lets your input script use a standard LAMMPS style (i.e. a non-accelerated variant), which can be useful for testing or benchmarking purposes. Of course this is also possible by not using any suffix commands, and -explictly appending or not appending the suffix to the relevant +explicitly appending or not appending the suffix to the relevant commands in your input script. NOTE: The default "run_style"_run_style.html verlet is invoked prior to diff --git a/doc/src/tad.txt b/doc/src/tad.txt index 5b0f5a006ce02d9eab48e55a90ef9567a4aaa2d8..04c7d708f691c6d01007e276213f64fd19e8a58f 100644 --- a/doc/src/tad.txt +++ b/doc/src/tad.txt @@ -130,7 +130,7 @@ transition event. The event check is performed by a compute with the specified {compute-ID}. Currently there is only one compute that works with the -TAD commmand, which is the "compute +TAD command, which is the "compute event/displace"_compute_event_displace.html command. Other event-checking computes may be added. "Compute event/displace"_compute_event_displace.html checks whether any atom in @@ -144,7 +144,7 @@ NEB is determined by the {neb_style} keyword and must be a damped dynamics minimizer. The tolerances and limits for each NEB calculation can be set by the {neb} keyword. As discussed on the "neb"_neb.html, it is often advantageous to use a larger timestep for -NEB than for normal dyanmics. Since the size of the timestep set by +NEB than for normal dynamics. Since the size of the timestep set by the "timestep"_timestep.html command is used by TAD for performing dynamics, there is a {neb_step} keyword which can be used to set a larger timestep for each NEB calculation if desired. @@ -258,7 +258,7 @@ number of replicas or processors. Note that within a single state, the dynamics will typically temporarily continue beyond the event that is ultimately chosen, until -the stopping criterionis satisfied. When the event is eventually +the stopping criterion is satisfied. When the event is eventually executed, the timestep counter is reset to the value when the event was detected. Similarly, after each quench and NEB minimization, the timestep counter is reset to the value at the start of the diff --git a/doc/src/thermo.txt b/doc/src/thermo.txt index 6faea206f49e4eda6e3b8d5670717c33e0c34c20..1d5d34995cd3cc979f3537b529950032be2ea4ba 100644 --- a/doc/src/thermo.txt +++ b/doc/src/thermo.txt @@ -30,7 +30,7 @@ The content and format of what is printed is controlled by the "thermo_style"_thermo_style.html and "thermo_modify"_thermo_modify.html commands. -Instead of a numeric value, N can be specifed as an "equal-style +Instead of a numeric value, N can be specified as an "equal-style variable"_variable.html, which should be specified as v_name, where name is the variable name. In this case, the variable is evaluated at the beginning of a run to determine the next timestep at which diff --git a/doc/src/thermo_style.txt b/doc/src/thermo_style.txt index 6cdb8a3cc87871b88c0583bf8766ba910e12ee21..36ec7bf12e06586b3fdd284f399dc3250628a2f4 100644 --- a/doc/src/thermo_style.txt +++ b/doc/src/thermo_style.txt @@ -36,7 +36,7 @@ args = list of arguments for a particular style :l elaplong = timesteps since start of initial run in a series of runs dt = timestep size time = simulation time - cpu = elapsed CPU time in seconds + cpu = elapsed CPU time in seconds since start of this run tpcpu = time per CPU second spcpu = timesteps per CPU second cpuremain = estimated CPU time remaining in run @@ -226,7 +226,7 @@ simulation time, also in time "units"_units.html, which is simply not been reset. If the timestep has changed (e.g. via "fix dt/reset"_fix_dt_reset.html) or the timestep has been reset (e.g. via the "reset_timestep" command), then the simulation time is effectively -a cummulative value up to the current point. +a cumulative value up to the current point. The {cpu} keyword is elapsed CPU seconds since the beginning of this run. The {tpcpu} and {spcpu} keywords are measures of how fast your @@ -236,7 +236,7 @@ time per CPU second, where simulation time is in time picoseconds per CPU second. The {spcpu} keyword is the number of timesteps per CPU second. Both quantities are on-the-fly metrics, measured relative to the last time they were invoked. Thus if you are -printing out thermodyamic output every 100 timesteps, the two keywords +printing out thermodynamic output every 100 timesteps, the two keywords will continually output the time and timestep rate for the last 100 steps. The {tpcpu} keyword does not attempt to track any changes in timestep size, e.g. due to using the "fix dt/reset"_fix_dt_reset.html @@ -289,7 +289,7 @@ The keywords {cella}, {cellb}, {cellc}, {cellalpha}, {cellbeta}, {cellgamma}, correspond to the usual crystallographic quantities that define the periodic unit cell of a crystal. See "this section"_Section_howto.html#howto_12 of the doc pages for a geometric -description of triclinic periodic cells, including a precise defintion +description of triclinic periodic cells, including a precise definition of these quantities in terms of the internal LAMMPS cell dimensions {lx}, {ly}, {lz}, {yz}, {xz}, {xy}. diff --git a/doc/src/timer.txt b/doc/src/timer.txt index 358ec75a53ecc6d29c90e0e58075690e5ba76141..39a6c542b77a17229b286ac2adf3c725d880a440 100644 --- a/doc/src/timer.txt +++ b/doc/src/timer.txt @@ -16,7 +16,7 @@ timer args :pre {off} = do not collect or print any timing information {loop} = collect only the total time for the simulation loop {normal} = collect timer information broken down by sections (default) - {full} = like {normal} but also include CPU and thread utilzation + {full} = like {normal} but also include CPU and thread utilization {sync} = explicitly synchronize MPI tasks between sections {nosync} = do not synchronize MPI tasks between sections (default) {timeout} elapse = set walltime limit to {elapse} @@ -48,11 +48,11 @@ detailed per section information. With the {normal} setting, timing information for portions of the timestep (pairwise calculations, neighbor list construction, output, etc) are collected as well as information about load imbalances for those sections across -procsessors. The {full} setting adds information about CPU +processors. The {full} setting adds information about CPU utilization and thread utilization, when multi-threading is enabled. With the {sync} setting, all MPI tasks are synchronized at each timer -call which measures load imbalance for each section more accuractly, +call which measures load imbalance for each section more accurately, though it can also slow down the simulation by prohibiting overlapping independent computations on different MPI ranks Using the {nosync} setting (which is the default) turns this synchronization off. diff --git a/doc/src/tutorial_drude.txt b/doc/src/tutorial_drude.txt index c2f4a16207e395b7c5c8406862f006fa1a5a29bf..518b90854b543bb9c611972f76906b2e9a308d84 100644 --- a/doc/src/tutorial_drude.txt +++ b/doc/src/tutorial_drude.txt @@ -72,17 +72,17 @@ In both these force fields hydrogen atoms are treated as non-polarizable. :l The motion of of the Drude particles can be calculated by minimizing -the energy of the induced dipoles at each timestep, by an interative, +the energy of the induced dipoles at each timestep, by an iterative, self-consistent procedure. The Drude particles can be massless and therefore do not contribute to the kinetic energy. However, the -relaxed method is computationall slow. An extended-lagrangian method +relaxed method is computational slow. An extended-lagrangian method can be used to calculate the positions of the Drude particles, but this requires them to have mass. It is important in this case to decouple the degrees of freedom associated with the Drude oscillators from those of the normal atoms. Thermalizing the Drude dipoles at temperatures comparable to the rest of the simulation leads to several problems (kinetic energy transfer, very short timestep, etc.), which -can be remediated by the "cold Drude" technique ("Lamoureux and +can be remediate by the "cold Drude" technique ("Lamoureux and Roux"_#Lamoureux). Two closely related models are used to represent polarization through @@ -270,7 +270,7 @@ be stable, for example if the atomic polarizability is too high for instance, a DP can escape from its DC and be captured by another DC, which makes the force and energy diverge and the simulation crash. Even without reaching this extreme case, the correlation -between nearby dipoles on the same molecule may be exagerated. Often, +between nearby dipoles on the same molecule may be exaggerated. Often, special bond relations prevent bonded neighboring atoms to see the charge of each other's DP, so that the problem does not always appear. It is possible to use screened dipole dipole interactions by using the diff --git a/doc/src/tutorial_pylammps.txt b/doc/src/tutorial_pylammps.txt index 6966bb90b9cf9e62a485945d6f16d204dade623d..5d3491782e98b891f025b76d037525e54f293b74 100644 --- a/doc/src/tutorial_pylammps.txt +++ b/doc/src/tutorial_pylammps.txt @@ -328,7 +328,7 @@ IPyLammps Examples :h2 Examples of IPython notebooks can be found in the python/examples/pylammps subdirectory. To open these notebooks launch {jupyter notebook} inside this directory and navigate to one of them. If you compiled and installed -a LAMMPS shared library with execeptions, PNG, JPEG and FFMPEG support +a LAMMPS shared library with exceptions, PNG, JPEG and FFMPEG support you should be able to rerun all of these notebooks. Validating a dihedral potential :h3 diff --git a/doc/src/units.txt b/doc/src/units.txt index 87436b6307196f1d20f72411b34ca67c0fc04b55..0b856dcc68b67a9f7df9f159e779f8fb5a097379 100644 --- a/doc/src/units.txt +++ b/doc/src/units.txt @@ -73,7 +73,7 @@ dipole = reduced LJ dipole, moment where *mu = mu / (4 pi perm0 sigma^3 epsilon) electric field = force/charge, where E* = E (4 pi perm0 sigma epsilon)^1/2 sigma / epsilon density = mass/volume, where rho* = rho sigma^dim :ul -Note that for LJ units, the default mode of thermodyamic output via +Note that for LJ units, the default mode of thermodynamic output via the "thermo_style"_thermo_style.html command is to normalize all extensive quantities by the number of atoms. E.g. potential energy is extensive because it is summed over atoms, so it is output as diff --git a/doc/src/variable.txt b/doc/src/variable.txt index 29d50a2b8e6fbd962162732fc6a72d1ce4a1cfa8..e32e82ef4d38bed75e0dd67f9b619109c01174b3 100644 --- a/doc/src/variable.txt +++ b/doc/src/variable.txt @@ -501,7 +501,7 @@ the group. :line -Numers, constants, and thermo keywords :h4 +Numbers, constants, and thermo keywords :h4 Numbers can contain digits, scientific notation (3.0e20,3.0e-20,3.0E20,3.0E-20), and leading minus signs. @@ -576,7 +576,7 @@ returns 0.0. These relational and logical operators can be used as a masking or selection operation in a formula. For example, the number of atoms -whose properties satifsy one or more criteria could be calculated by +whose properties satisfy one or more criteria could be calculated by taking the returned per-atom vector of ones and zeroes and passing it to the "compute reduce"_compute_reduce.html command. @@ -623,7 +623,7 @@ Floor() if the largest integer not greater than its argument. Round() is the nearest integer to its argument. The ramp(x,y) function uses the current timestep to generate a value -linearly intepolated between the specified x,y values over the course +linearly interpolated between the specified x,y values over the course of a run, according to this formula: value = x + (y-x) * (timestep-startstep) / (stopstep-startstep) :pre @@ -669,7 +669,7 @@ sequence of output timesteps: The stride(x,y,z) function uses the current timestep to generate a new timestep. X,y >= 0 and z > 0 and x <= y are required. The generated timesteps increase in increments of z, from x to y, i.e. it generates -the sequece x,x+z,x+2z,...,y. If y-x is not a multiple of z, then +the sequence x,x+z,x+2z,...,y. If y-x is not a multiple of z, then similar to the way a for loop operates, the last value will be one that does not exceed y. For any current timestep, the next timestep in the sequence is returned. Thus if stride(1000,2000,100) is used @@ -781,7 +781,7 @@ is for a vector-style variable where "name" is replaced by the name of the variable. These functions operate on a global vector of inputs and reduce it to -a single scalar value. This is analagous to the operation of the +a single scalar value. This is analogous to the operation of the "compute reduce"_compute_reduce.html command, which performs similar operations on per-atom and local vectors. @@ -1068,7 +1068,7 @@ in the reference should be replaced by the name of a variable defined elsewhere in the input script. As discussed on this doc page, equal-style variables generate a single -global numeric value, vector-style variables gerarate a vector of +global numeric value, vector-style variables generate a vector of global numeric values, and atom-style and atomfile-style variables generate a per-atom vector of numeric values. All other variables store one or more strings. @@ -1169,7 +1169,7 @@ would print out both the current and initial volume periodically during the run. Note that it is a mistake to enclose a variable formula in double -quotes if it contains variables preceeded by $ signs. For example, +quotes if it contains variables preceded by $ signs. For example, variable vratio equal "$\{vfinal\}/$\{v0\}" :pre @@ -1214,7 +1214,7 @@ three kinds of behavior: (1) The variable may be evaluated accurately. If it contains references to a compute or fix, and these values were calculated on -the last timestep of a preceeding run, then they will be accessed and +the last timestep of a preceding run, then they will be accessed and used by the variable and the result will be accurate. (2) LAMMPS may not be able to evaluate the variable and will generate diff --git a/doc/src/write_dump.txt b/doc/src/write_dump.txt index ae32a94e840d32d0c25bd384bcca70a4fc51e596..840716085feff0aaf6b7790befc98b902be87ea3 100644 --- a/doc/src/write_dump.txt +++ b/doc/src/write_dump.txt @@ -53,7 +53,7 @@ support optional arguments and thus LAMMPS needs to be able to cleanly separate the two sets of args. Note that if the specified filename uses wildcard characters "*" or -"%", as supported by the "dump"_dump.html commmand, they will operate +"%", as supported by the "dump"_dump.html command, they will operate in the same fashion to create the new filename(s). Normally, "dump image"_dump_image.html files require a filename with a "*" character for the timestep. That is not the case for the write_dump command; no @@ -78,7 +78,7 @@ else LAMMPS will generate an error message. For example, it is not possible to dump per-atom energy with this command before a run has been performed, since no energies and forces have yet been calculated. See the "variable"_variable.html doc page -sectinn on Variable Accuracy for more information on this topic. +section on Variable Accuracy for more information on this topic. [Related commands:] diff --git a/doc/utils/sphinx-config/conf.py b/doc/utils/sphinx-config/conf.py index 2b4950519a44d41d10501e5a0683242442cec09b..9cca50b3bf2089e6195d32b16f816317a3ca03ef 100644 --- a/doc/utils/sphinx-config/conf.py +++ b/doc/utils/sphinx-config/conf.py @@ -299,4 +299,11 @@ more information about the code and its uses. epub_author = 'The LAMMPS Developers' - +# configure spelling extension if present +import importlib.util +spelling_spec = importlib.util.find_spec("sphinxcontrib.spelling") +if spelling_spec: + extensions.append('sphinxcontrib.spelling') + + spelling_lang='en_US' + spelling_word_list_filename='false_positives.txt' diff --git a/doc/utils/sphinx-config/false_positives.txt b/doc/utils/sphinx-config/false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb08e4e97e5b19ad0713819f173a78555d0ff42d --- /dev/null +++ b/doc/utils/sphinx-config/false_positives.txt @@ -0,0 +1,2667 @@ +aa +aat +abc +abf +absTol +Acc +Accelrys +acceptor +Acceptor +acceptors +accomodate +accuracies +ach +achived +achives +ackland +Ackland +acolor +acos +Acta +actinide +adaptation +addforce +addtorque +Adhikari +adiam +Adjiman +adof +adp +Adri +adusting +advect +advection +advects +afer +affine +Afshar +agilio +Agilio +agni +Ai +Aidan +aij +airebo +Aj +ajaramil +akohlmey +Aktulga +al +alain +Alain +alat +Albe +alchemical +AlCu +Alderton +Alejandre +alessandro +Alessandro +aliceblue +allocaters +allosws +AlO +alond +Alonso +amap +Amatrix +Amit +amu +Amzallag +Andzelm +Ang +angmom +angmomx +angmomy +angmomz +Angs +anharmonic +anharmonicity +aniso +anisotropic +ansi +antiquewhite +Antisymmetrized +antisymmetry +Antonelli +aperiodic +api +Appl +Apu +arccos +arcsin +arg +args +artefacts +Arun +asin +Askari +askoose +asphere +ASPHERE +aspherical +Asq +assinged +associdate +Asta +Astart +Astop +asub +asubrama +Asumming +atan +atc +AtC +ATC +athomps +atobody +atomeye +atomfile +atomID +atomistic +atomt +attogram +attograms +attrac +Atw +Atwater +atwt +augt +AuO +autocorrelation +automagically +Avalos +avalue +aveforce +Avendano +avi +AVX +awpmd +AWPMD +Axel +Ay +Ayton +Az +azimuthal +ba +Babadi +backcolor +backend +Baczewski +Bal +balancer +Balasubramanian +Ballenegger +Bammann +Barashev +barostat +barostated +barostating +barostatted +barostatting +Barostatting +barosttating +Barrat +Bartels +barycenter +barye +Bashford +Baskes +Batra +Bayly +bb +bcc +bcolor +bdiam +Beckman +behaviour +Belak +Bellott +benchmarking +Bennet +Berardi +Beraun +berendsen +Berendsen +berger +Berkowitz +berlin +Berne +Beutler +bgq +Bh +biaxial +Biersack +bigint +bilayer +bilayers +binsize +binstyle +biomolecular +biomolecule +Biomolecules +Biophys +Biosym +bisectioning +bispectrum +Bispectrum +bitmapped +bitrate +bitrates +Bitzek +Blaise +blanchedalmond +blocksize +blueviolet +bn +bni +bodyflag +bodystyle +Bogaerts +Bogusz +Bohrs +bondchk +bondings +bondmax +bondtype +Bonet +boolean +Boresch +Botero +Botu +Bouguet +bount +boxcolor +bpclermont +br +Branicio +brennan +Brilliantov +Broadwell +brownian +brownw +Bryantsev +btype +buckPlusAttr +bugfixes +Bulatov +burlywood +Bussi +Buyl +Bybee +bz +cadetblue +caltech +Caltech +Campana +Cao +Capolungo +Caro +cartesian +Cates +cbecker +CCu +cd +cdeam +cdennist +cdof +ceil +Ceil +centre +centro +centroid +Centroid +centrosymmetry +Cerda +ceriotti +Ceriotti +Cerutti +cfg +CFG +cfile +CFL +cgdna +CGDNA +cgs +Chalopin +Champaign +charmm +CHARMM +checkmark +checkqeq +Cheng +Chenoweth +chiral +chirality +Cho +Christoph +Chu +chunkID +Ciccotti +Cieplak +Cii +Cij +cis +civ +clearstore +Clebsch +Clermont +clo +Clovertown +cmap +Cmax +cmdlist +Cmin +cmm +CMM +cn +cN +Cn +cna +cnr +coaxstk +codebase +coeff +Coeff +CoefficientN +coeffs +Coeffs +Colberg +coleman +Colliex +collinear +colvars +Colvars +COLVARS +comID +Commun +complier +compressibility +compressive +Comput +computable +compute +concetric +cond +Condens +config +configfile +configurational +conformational +conjuction +consiting +continously +Contrib +coord +Coord +CoordN +coords +coprocessor +coprocessors +coreshell +cornflowerblue +cornsilk +correlator +cosineshifted +cossq +costheta +Couette +coul +coulombic +Coulombic +Coulombics +Coulommbic +Courant +covalent +covalently +covariance +cpp +cpu +createatoms +createAtoms +Critchley +crossterm +crossterms +Crozier +crystallisation +Crystallogr +Csanyi +csh +cshrc +CSiC +csld +cstyle +csvr +Ctypes +cuda +Cuda +CUDA +CuH +cuthi +cutinner +cutlo +cutmax +cutoffA +cutoffC +cuu +cv +Cv +Cval +cvar +cvff +cwiggle +Cygwin +Cyrot +cyrstals +Daivis +Dammak +dampflag +Darden +darkblue +darkcyan +darkgoldenrod +darkgray +darkgreen +darkkhaki +darkmagenta +darkolivegreen +darkorange +darkorchid +darkred +darksalmon +darkseagreen +darkslateblue +darkslategray +darkturquoise +darkviolet +Das +Dasgupta +datafile +datums +Davidchack +Daw +dcd +de +dE +De +debye +Debye +decompositions +deeppink +deepskyblue +defauls +defgrad +deformable +degress +del +Dellago +delocalization +delocalized +delr +deltaHf +Dendrimer +dendtritic +Denniston +dephase +dephasing +depositied +dequidt +Dequidt +der +Derjagin +Derlet +Deserno +Destree +detils +Devanathan +Devemy +deviatoric +Devine +df +dfftw +DFT +dia +diag +diagonalized +Diallo +diel +differentiable +diffusivity +dihedral +dihedrals +Dihedrals +dihydride +Dij +dimdim +dimensionality +dimgray +dipolar +dir +Direc +dirs +discoverable +discretization +discretized +disp +displacment +dissipative +Dissipative +distro +divdes +dl +dlambda +DLAMMPS +dlopen +dm +dmax +Dmax +Dodds +dodgerblue +dof +Donadio +dotc +Doty +Doye +dpd +DPD +dpdTheta +DPhil +dr +dR +dragforce +Drautz +dreiding +Dreiding +drfourth +drho +drsquared +drude +Drude +DRUDE +dsf +dsmc +dt +du +dU +Dudarev +Duin +Dullweber +Dunbrack +Dunweg +Dupont +dUs +dV +dvector +dVx +dW +dx +dy +dyne +dynes +Dyre +Eaa +Eaat +Eacn +eam +eangle +eatom +Eba +ebond +ebt +Ec +ecoul +ecp +edihed +edim +edip +edu +ee +Eebt +eFF +efield +eflux +Eggebrecht +ehanced +ehex +eHEX +Ei +Eigensolve +Eike +eim +eimp +Eindhoven +Ejtehadi +El +elaplong +Electroneg +electronegative +electronegativity +Eleftheriou +ElementN +elif +Elj +Ellad +ellipsoidflag +elong +elt +emacs +Embt +emi +emol +eN +energetics +energyCorr +eng +Engility +engilitycorp +engrot +engtrans +engvib +enthalpy +envoke +eos +epair +epcc +Epp +Epq +eps +Epton +eq +eqch +Eqp +Eqq +Eqs +equi +equil +equilibrate +equilibrated +equilibrating +equilibration +Equilibria +equilibribum +equilization +eradius +erate +erc +erfc +Erhart +erorate +erose +erotate +Ertas +ervel +esu +esub +et +etag +etap +ethernet +etol +etot +etotal +Europhys +ev +eV +evalue +Evanseck +evdwl +Everaers +evirials +ewald +Ewald +excitations +excv +exe +executables +extrema +ey +ez +factorizable +factorizations +Faken +Farago +Fasolino +Fava +fbMC +Fc +fcc +fcm +Fd +fdotr +fdt +Fehlberg +Fellinger +femtosecond +femtoseconds +fene +Fennell +fep +FEP +fermi +Fermionic +Ferrand +fexternal +Fexternal +ffield +ffmpeg +FFmpeg +ffplay +fft +fftbench +fftw +fhg +Fi +figshare +Fij +filenname +fileper +Fincham +Finchham +Finnis +Fiorin +fixID +fj +Fji +flagfld +flagHI +flaglog +flagN +flagVF +fld +floralwhite +flv +fmackay +fmag +fmass +fmsec +fN +Fn +fname +fno +foces +Fock +Fogarty +Foiles +fopenmp +forcefield +forestgreen +formulae +Fortran +fourier +fp +fphi +fPIC +fplo +Fqq +Fraige +framerate +Fraunhofer +Freitas +Frenkel +Friedrichs +frontend +Frontends +fs +fstyle +ftol +fugacity +Fumi +func +funcs +functionals +funroll +fx +fy +fz +Gahler +gainsboro +Galindo +gammaA +gammaFactor +gammaR +Gan +GaN +ganzenmueller +Ganzenmuller +Gao +Gathert +gauss +gaussian +Gaussians +Gavhane +gayberne +gcc +gcmc +gdot +GeC +georg +Georg +Germann +Germano +gerolf +Gerolf +gettimeofday +gewald +Gezelter +Gflop +gfortran +ghostwhite +Giacomo +gif +gifsicle +Gillan +Gingold +github +Github +gjf +gjwagne +gl +gld +gle +globbing +Glosli +Glotzer +gmail +gmake +gmask +Gmask +Gordan +GPa +gpu +gpuID +gpus +graining +Graining +Grama +grana +granregion +graphene +Greathouse +greenyellow +Greffet +grem +gREM +Grest +Grigera +grmask +Grmask +gromacs +Gromacs +Gronbech +Groot +groupbig +Grueneisen +gsmooth +gstyle +GTL +gui +guidline +Gumbsch +Gunsteren +Gunzenmuller +Guo +gwald +gz +gzipped +Haak +Hafskjold +Halperin +Hamaker +haptic +Hara +Harpertown +Harting +Hartree +Hartrees +Hasan +Hayoun +Hayre +hbcut +hbnewflag +hbond +hcp +heatconduction +Hebenstreit +Hecht +Heenen +Hendrik +Henin +Henkelman +henrich +Henrich +heristics +Herrmann +Hertizian +hertzian +Hertzsch +hexahedrons +hexatic +hexorder +Heyes +HfO +hgrid +Hibbs +Higdon +Hilger +histo +histogrammed +histogramming +hmaktulga +hoc +Hofling +Holian +Holm +holonomic +Homebrew +hooke +Hookean +hotpink +howto +Howto +Hoyt +hstyle +html +hTST +hu +hugoniostat +Hugoniostat +Hugoniot +Hura +hwloc +hydrogens +hydrostatic +hydrostatically +Hynninen +Hyoungki +hyperradius +hyperspherical +hyperthreaded +Hyperthreading +ibar +ibm +icc +icosohedral +idealgas +ideaology +IDR +ielement +ieni +ifdefs +iff +ifort +Ihle +ij +ijk +ijkl +ik +Ikeshoji +ilmenau +Ilmenau +Ilya +im +Im +imageint +Imageint +Imagemagick +imd +Impey +imporopers +impropers +Impropers +imroper +includelink +incompressible +incrementing +indenter +indenters +indianred +inertiax +inertiay +inertiaz +infty +inhomogeneities +inhomogeneous +init +initializations +InP +inregion +integrations +integrators +Integrators +intel +intelmpi +interal +interatomic +Interatomic +interconvert +intergation +interial +intermolecular +interstitials +intra +intramolecular +ints +inv +invariants +inversed +ionocovalent +iparam +ipi +ipp +IPython +Isele +isenthalpic +iso +isodemic +isoenergetic +isoenthalpic +isokinetic +isomorphism +isothermal +isotropically +isovolume +Isralewitz +iteratively +Ith +Itsets +itype +itypeN +Ivector +Iw +ixcm +ixx +Ixx +ixy +Ixy +ixz +Ixz +iy +iycm +iyy +Iyy +iyz +Iyz +iz +izcm +ized +Izrailev +Izumi +Izvekov +izz +Izz +Jacobsen +jagreat +james +Janssens +Jaramillo +Jarzynski +jatempl +jea +jec +Jeffers +jewett +Jewett +ji +Jiang +Jiao +jik +JIK +jku +Joannopoulos +Jochim +Jonsson +Jorgensen +jparam +jpeg +jpeglib +jpg +JPG +jpl +Jth +jtype +jtypeN +Julien +Jupyter +Justo +Jusufi +Jx +Jy +Jz +jzimmer +Kadiri +Kalia +Kamberaj +Kapfer +Karlsruhe +Karplus +Karttunen +kate +Kaufmann +Kayser +kb +kB +kbit +kbits +kcal +Kd +ke +KE +Keblinski +keflag +Keir +Kelchner +Kelkar +Kemper +Keyes +Khersonskii +Khvostov +Ki +kim +kJ +kk +Klahn +Klapp +Kloss +kmax +Kmax +knl +Kohlmeyer +kokkos +Kolafa +Kollman +Kondor +konglt +Koning +Kooser +Koskinen +Kosztin +Kp +Kraker +Kraus +Kremer +Kress +kspace +Kspace +KSpace +Kspring +kT +kth +Kth +Kub +Kubo +Kumagai +Kumar +Kuronen +Kusters +Kutta +kx +Lackmann +Ladd +lagrangian +lambdai +lamda +lammps +Lammps +LAMMPS +lammpsplot +Lamoureux +Landron +langevin +Langevin +Langston +larentzos +Larentzos +Laroche +lars +latencies +lattce +Laupretre +lavenderblush +lawngreen +lB +lbl +LBtype +lcbop +ld +ldfftw +ldg +Lechman +Lehoucq +Leimkuhler +leiu +lemonchiffon +Lenart +lennard +Lennard +Lenosky +Lett +Leuven +Lewy +lgvdw +Liang +libAtoms +libdir +libgpu +libjpeg +liblammps +Liblammps +liblink +libmeam +libmpi +libmpich +libpng +libpoems +librar +libreax +libs +ligand +lightblue +lightcoral +lightcyan +lightgoldenrodyellow +lightgreen +lightgrey +lightpink +lightsalmon +lightseagreen +lightskyblue +lightslategray +lightsteelblue +lightyellow +Likhtman +limegreen +Lindahl +lineflag +lineforce +linesearch +linux +Liouville +Lisal +listfile +Littmark +Liu +Livermore +lj +lm +lmp +lmpptr +lmpqst +lmpsdata +Lmpsdata +lmptype +ln +localTemp +localvectors +logfile +logfreq +logicals +Lomdahl +lookups +Lookups +LoopVar +Lorant +lossy +lps +lrt +lsfftw +ltbbmalloc +lubricateU +lucy +Lussetti +Lustig +lx +ly +Lybrand +Lyulin +lz +Mackay +Mackrodt +macroparticle +Madura +Magda +Maginn +mainboards +makefile +Makefile +makefiles +Makefiles +makelist +Makse +malloc +Malolepsza +Manby +Mandadapu +Manh +manifoldforce +Manolopoulos +manybody +MANYBODY +Maras +Marrink +Marsaglia +Marseille +Martyna +Mashayak +massless +masstotal +Matchett +matlab +matplotlib +Mattox +Mattson +maxangle +maxbond +maxeval +Maxfoo +maxit +maxiter +maxsize +maxspecial +maxSteps +maxX +mbt +Mbytes +MBytes +McLachlan +md +mdf +meam +meamf +mech +mechanice +mechanim +Mecke +mediumaquamarine +mediumblue +mediumorchid +mediumpurple +mediumseagreen +mediumslateblue +mediumspringgreen +mediumturquoise +mediumvioletred +Mees +Mehl +Mei +Meloni +Melrose +Mem +memalign +MEMALIGN +membered +Mendelev +mer +Meremianin +Merz +mescscopic +meshless +meso +mesocopic +mesoparticle +mesoscale +mesoscopic +metadynamics +Metadynamics +methine +Metin +Mezei +mgpt +MGPT +mgptfast +mh +micelle +michael +michele +Mickel +microcanonical +microelastic +microporous +Microscale +microsec +midnightblue +mie +Mie +Mikami +Militzer +Minary +mincap +minima +minimizations +minimizer +minimizers +minorder +minSteps +mintcream +Mintmire +mis +Mises +Mishin +Mishra +mistyped +mistyrose +Mj +mK +mkdir +mkv +mlparks +mlutiple +modc +Modell +modelled +modelling +Modelling +Modine +mol +Mol +molfile +Molfile +moltemplate +momoner +Monaghan +Monaghans +monodisperse +monodispersity +monovalent +Montalenti +Montero +Morefoo +morris +Morriss +morse +Moseler +Moskalev +mov +mpi +Mpi +MPI +mpicc +mpich +mpicxx +mpiexec +mpiio +mpirun +mplayer +mscg +MSCG +msd +msi +MSI +msm +msse +msst +Mtchell +Mth +mtk +Mtotal +Muccioli +Mukherjee +Mulders +multibody +Multibody +multicenter +multicmd +multicore +multielectron +multinode +multiphysics +multiscale +multisectioning +multithreading +Multithreading +Mundy +Murdick +Murtola +Murty +Muser +mutli +mutliple +muVT +mux +muy +muz +mv +mV +Mvapich +MxN +myCompute +myIndex +mylammps +mysocket +myTemp +myVec +nabla +Nakano +namespace +namespaces +NaN +Nangletype +nangletypes +Nangletypes +nano +nanoindentation +Nanoletters +nanometer +nanometers +nanoparticles +nanosec +Narulkar +nasa +nasr +Natoli +natoms +Natoms +Nattempt +navajowhite +Navier +nb +Nbin +Nbins +nbody +Nbody +nbondtype +Nbondtype +nbondtypes +Nbondtypes +nBOt +nbrhood +Nbtypes +nc +Nc +nchunk +Nchunk +ncoeff +ncorr +ncount +nd +Ndihedraltype +Ndirango +ndof +Ndof +Ndouble +ndx +neb +Neelov +neighbouring +nelem +Nelement +Nelements +nemd +netcdf +Neumann +nevery +Nevery +Newns +newtype +Neyts +Nf +nfile +Nfile +Nfreq +ng +Ng +nghost +Nghost +Ngpu +nh +nharmonic +nhc +NiAlH +Nicklas +Nimpropertype +Ninteger +Nissila +nist +nitrides +niu +Nk +nl +nlen +Nlines +nlocal +Nlocal +Nlog +nm +Nm +Nmax +Nmin +Nmols +nn +Nocedal +nocite +nocoeff +nodeless +noforce +Noid +Nonbond +nonbonded +nonequilibrium +nongauss +nonGaussian +nonlocal +Nonlocal +Noordhoek +nopreliminary +Nord +norder +Nordlund +normals +Noskov +noslip +noticable +noutcol +Noutput +noutrow +Novik +Novint +np +Npair +Npairs +nparticle +npernode +nph +NpH +Nphi +nphug +nprocs +Nprocs +npt +nr +Nr +Nrecompute +Nrepeat +nreset +Nrho +nrun +Ns +Nsample +nsec +Nskip +nsq +Nstart +nstats +Nstep +Nsteplast +Nstop +Nswap +Nt +Ntable +ntheta +nthreads +Ntptask +Ntype +ntypes +Ntypes +nucleotides +nulcear +num +numa +numactl +numerics +numpy +Numpy +Nvalue +Nvaluelast +Nvalues +nvc +nvcc +nve +nvidia +Nvidia +nvk +nvt +Nwait +nx +Nx +nxnodes +ny +Ny +nz +Nz +octahedral +octants +ohenrich +ok +OKeefe +OKeefe +O'Keefe +oldlace +Oleinik +Olfason +olivedrab +Ollila +omegaDD +omegax +omegay +omegaz +omp +OMP +onelevel +oneway +onn +ons +OO +openKIM +OpenMP +opls +Oppelstrup +optionns +orangered +orderomg +organised +organometallic +orientational +orientorder +Orlikowski +ornl +Ornstein +Orsi +orthonormal +orthorhombic +ot +Ouldridge +outmost +outpur +outputss +outut +overlayed +overviewed +Ovito +oxdna +oxDNA +oxygens +padua +Padua +palegoldenrod +palegreen +paleturquoise +palevioletred +Panagiotopoulos +Pandit +Papaconstantopoulos +papayawhip +paquay +Paquay +parallelepiped +parallelipiped +Parallelizable +parallelization +parallelized +parallelizing +param +parameterization +parameterizations +parameterize +parameterized +parametrization +parametrized +params +Parinello +parmin +Parrinello +Partay +partices +Particuology +pastewka +Pastewka +Pattnaik +Pavese +pbc +pc +pchain +Pchain +Pdamp +pdb +pdf +pdim +pe +Peachey +peachpuff +Pearlman +Pedersen +Peng +peratom +perfoms +Pergamon +peri +Peridymaics +peridynamic +Peridynamic +peridynamics +Peridynamics +permittivity +Perram +persp +Persp +peru +Peskin +Pettifor +pfactor +ph +Phillpot +phonon +phophorous +phosphide +Physica +physik +picocoulomb +picocoulombs +picogram +picograms +picosecond +picoseconds +picosend +pid +Pieter +pimd +Pisarev +Pishevar +Pitera +pj +pjintve +planeforce +Plathe +Plimpton +plog +ploop +PloS +plt +pmb +pN +png +Poiseuille +Polak +polarizabilities +polarizability +polarizable +Polarizable +polarizables +Politano +polyA +polybond +polydisperse +polydispersity +popen +popstore +pos +Poschel +posix +Postma +postprocessing +potin +Pourtois +powderblue +ppn +pppm +prd +pre +Pre +prec +preexponential +prefactor +prefactors +prepend +preprint +preprocessor +printf +printflag +Priya +proc +Proc +procs +Prony +ps +Ps +pscreen +pscrozi +psec +pseudodynamics +pseudopotential +Pstart +Pstop +pstyle +Ptarget +pthread +pthreads +ptr +pu +purdue +pushded +pushstore +pvar +pw +px +Px +pxx +Pxx +Pxy +py +Py +pydir +pylammps +PyLammps +pymol +pypar +Pyy +pz +Pz +Pzz +qbmsst +qcore +qdist +qE +qeq +QeQ +QEq +qfile +qi +Qi +qj +Qj +Ql +qm +Qmin +qmmm +qmol +qoffload +qopenmp +qoverride +qtb +Quant +quantic +quartic +quaternion +quaternions +quati +quatj +quatk +quatw +Queteschiner +radian +radians +Rafferty +rahman +Rahman +Raman +ramped +Ramprasad +randomizations +Raphson +Rappe +Ravelo +rc +Rc +Rcm +Rcmx +Rcmy +Rcut +rcutfac +rdc +rdf +README +realtime +reamin +reax +ReaxFF +rebalance +rebalancing +rebo +recentered +recentering +recursing +Ree +regoin +Reinders +relect +relesed +relTol +remappings +remediate +Ren +Rendon +reneighboring +Reneighboring +reneighborings +Rensselaer +reparametrizing +representable +repuls +rescale +rescaled +rescales +rescaling +Rescaling +respa +RESPA +respecified +responder +resquared +REsquared +restartfile +rethrowing +rewrap +rezwanur +rfac +rfile +rg +Rg +Rhaphson +rheological +rhodo +Rhodo +rhodopsin +rhosum +Ri +Ribiere +richard +rigidID +rigidify +rij +Rij +RIj +Rin +Rino +RiRj +Risi +Rix +Riy +rj +Rj +Rjk +rjones +rk +rkf +rmask +Rmask +rmax +Rmax +rmdir +rmin +Rmin +RMS +rNEMD +ro +Rockett +Ronchetti +Rosati +Rossky +rosybrown +rotationally +rotationsl +royalblue +rozero +Rperp +rRESPA +Rspace +Rubia +Rudd +Rudra +Rudranarayan +Runge +runtime +Rutuparna +rx +Ryckaert +Rycroft +Rydbergs +Rz +saddlebrown +Sadigh +saed +safezone +Safran +Sagui +Salles +sandia +Sandia +sandybrown +sc +scalability +scalable +Scalable +scalexy +scalexz +scaleyz +Schaik +Schlitter +Schmid +Schoen +Schulten +Schunk +Schwen +scriping +Scripta +sdk +seagreen +Secor +sed +segmental +sellerio +Sellerio +semiaxes +semimetals +Semin +Sensable +setfl +setforce +setmask +Setmask +setpoint +setvel +severeal +sfftw +Sg +Shan +shapex +shapey +shapez +shapshot +shardlow +Shardlow +shawn +Shen +Shenderova +Shiga +Shinoda +shockvel +shoule +si +SiC +Siepmann +Sij +Sikandar +Silbert +Silling +Simul +simulataneous +simulations +Sinnott +sinusoid +sinusoidally +SiO +Sirk +Sival +sizeI +sizeJ +sizex +sjplimp +sjtu +skyblue +slateblue +slategray +slater +Slepoy +sligthly +Sliozberg +sllod +smallint +Smallint +smd +SMD +smi +Smirichinski +Smit +smtbq +sna +snad +snapcoeff +snaphots +snapparam +snav +Sodani +Soderlind +softed +solvated +Sorensen +soundspeed +Souza +sp +spacings +Spearot +Spellmeyer +sph +SPH +spheriods +spparks +Springer +springgreen +sqrt +src +srd +Srolovitz +srp +srun +ss +ssao +stamoore +stanford +Starikov +startstep +Startstep +statcoul +statcoulombs +statvolt +stdin +steelblue +Stegailov +Steinhardt +Steinhauser +Stepaniants +stepwise +Stesmans +Stillinger +stk +Stockmayer +Stoddard +stoichiometric +stoichiometry +Stokesian +Stoll +stopstep +Stouch +Straatsma +Stratford +Straub +strcmp +streitz +Streitz +Streiz +strided +strietz +Stukowski +stylecomputes +Su +subbox +subcutoff +subdirectory +subdomains +subinterval +subintervals +Subramaniyan +subscripted +subscripting +substeps +substyle +substyles +sudo +Sukumaran +sumsq +Sunderland +superset +supersphere +Supinski +surc +surfactants +sw +Swegat +swiggle +Swiler +Swol +Swope +Sx +sy +Sy +symplectic +Synechococcus +sys +sysdim +sysmte +Syst +Sz +Tabbernor +tabinner +Tadmor +tagint +Tait +taitwater +Tajkhorshid +tanh +taskset +taubi +tchain +Tchain +Tcom +tcsh +tdamp +Tdrude +Technolgy +Telsa +tempCorrCoeff +templated +Templeton +ters +tersoff +Tersoff +tesselation +tesselations +Tetot +tex +tfmc +tfMC +th +Thakkar +Thakker +thb +thei +Theor +thermalization +thermalize +thermalized +thermalizing +thermo +thermochemical +thermochemistry +thermodynamic +thermodynamically +Thermophysical +thermostate +thermostated +thermostates +thermostating +Thermostating +thermostatted +thermostatting +Thermostatting +Thes +Thess +Thexe +Thijsse +Thirumalai +threebody +thrid +thylakoid +THz +Tij +Tildesley +timespan +timestamp +timestamps +timestep +timestepping +timesteps +TiN +TiO +Tirrell +Titer +Tji +Tk +Tkin +tloop +tlsph +tmax +Tmax +tmd +Tmin +tmp +tN +Tobias +tol +topologies +Torder +torsions +Tosi +Toukmaji +Toxvaerd +tpa +tpc +tptask +tqx +tqy +tqz +tradeoff +traj +transferability +translational +trate +Tref +Tretyakov +tri +triangleflag +triclinic +triflag +trigonal +trilinear +tripflag +tris +trj +trott +Trott +Trung +tscale +Tschopp +Tsige +Tsrd +Tstart +tstat +Tstop +Tsuzuki +Tt +TThis +ttm +tu +Tuckerman +tue +Turkand +Tutein +twobody +twojmax +Tx +txt +typeI +typeJ +typeN +Tz +Tzou +ub +Uberuaga +uChem +uCond +Uhlenbeck +Ui +uk +ul +uloop +ulsph +uMech +umin +Umin +un +unary +unbonded +uncomment +uncompute +underprediction +undump +uniaxial +uniaxially +unimodal +unitless +Universite +unix +unoptimized +unpadded +unphysical +unphysically +unscaled +unsets +unshifted +unsmoothed +unsolvated +unsplit +unstrained +untar +untilted +upenn +upto +Urbana +usec +userguide +usr +util +utils +utsa +Uttormark +uvm +uwo +vacf +valent +Valeriu +valgrind +Valone +valuev +Valuev +valus +valuse +Varshalovich +Varshney +vashishta +Vashishta +vcm +Vcm +vdim +vdisplace +vec +vectorial +vectorization +vectorized +Vectorized +vel +velocites +Verlag +verlet +Verlet +ves +vhi +vibrational +Vij +Vikas +virial +Virial +virialmode +virials +virtualenv +virutal +viscoelastic +viscoelasticity +viscosities +viscously +vizplotgui +Vj +vlo +vmax +vmd +VMDARCH +VMDHOME +vn +Voigt +volfactor +volpress +volumetric +von +Voro +Vorobyov +voronoi +Voronoi +VORONOI +Vorselaars +Voth +vpz +vratio +Vries +Vstream +vtarget +vtk +VTK +vtp +vtr +vtu +vv +vx +Vx +vxcm +vy +Vy +vycm +vz +Vz +vzcm +vzi +Waals +Wadley +wallstyle +walltime +warmup +wavefunction +wavepacket +wavepackets +wavevector +wB +Wbody +Weckner +Wennberg +Westview +Whelan +whenthe +whitesmoke +whitespace +Wi +Wicaksono +wih +Wirnsberger +wirtes +witin +wn +Wolde +Worley +Wriggers +Wurtzite +www +wx +Wx +wy +Wy +wz +Wz +xa +xAVX +xb +Xc +xcm +Xcm +xCORE +Xeon +xflag +xhi +xHost +Xiaowang +xk +xlat +xlo +xmax +Xmax +xmgrace +xMIC +xmovie +Xmovie +xmu +Xmu +XP +XPlor +xrd +xs +xstk +xsu +xtc +xu +Xu +xy +xyz +xz +xzhou +Yamada +Ybar +ybox +Yc +ycm +Yeh +yellowgreen +yflag +yhi +yi +ylat +ylo +Yoshida +ys +ysu +yu +Yu +yukawa +Yukawa +yx +yy +yz +Zannoni +zbl +ZBL +Zc +zcm +Zepeda +zflag +Zhang +zhi +Zhou +Zhu +zi +Zi +ziegenhain +Ziegenhain +Zj +zlim +zlo +zN +zs +zsu +zu +zx +zy +Zybin +zz diff --git a/doc/utils/txt2html/README.html b/doc/utils/txt2html/README.html index 90ddaa1c49940c16cd64f7a37b649b9ba627c111..b92214425e8abd971f5c62e76094dd9e942e1c96 100644 --- a/doc/utils/txt2html/README.html +++ b/doc/utils/txt2html/README.html @@ -205,7 +205,7 @@ which are converted into HTML. <LI> "}" (right bracket) --> turn-off italics by inserting a </I> </UL> -<P>If a backspace '\' preceeds any of the bold/italic mark-up characters, +<P>If a backspace '\' precedes any of the bold/italic mark-up characters, then mark-up is not performed; the mark-up character is simply left in the text. </P> diff --git a/doc/utils/txt2html/txt2html.cpp b/doc/utils/txt2html/txt2html.cpp index d7f411be9b219ceb661697b1f6979f1fb96cd02d..ff71c262c8d556d1ca47caa1890ebeec7723ec6a 100644 --- a/doc/utils/txt2html/txt2html.cpp +++ b/doc/utils/txt2html/txt2html.cpp @@ -561,7 +561,7 @@ void substitute(string &s) string punctuation = ".,?!;:()"; // substitute for bold & italic markers - // if preceeded by \ char, then leave markers in text + // if preceded by \ char, then leave markers in text n = s.find_first_of("[]{}"); while (n != string::npos) { diff --git a/examples/KAPPA/README b/examples/KAPPA/README index ee70766d94c7d0cc1e4c3410a1a7c830e163fc83..d025797bfa9d1699e86b55e2f5306a56beacfa0d 100644 --- a/examples/KAPPA/README +++ b/examples/KAPPA/README @@ -85,7 +85,7 @@ Kappa = 3.45 (4) in.mp dQ = 15087 / 100 / 18.82^2 / 2 - 15087 = cummulative delta energy, tallied by fix thermal/conductivity + 15087 = cumulative delta energy, tallied by fix thermal/conductivity 100 = 20,000 steps at 0.005 tau timestep = run time in tau xy box area = 18.82^2 divide by 2 since energy flux goes in 2 directions due to periodic z diff --git a/examples/README b/examples/README index 87f14779ac5fb13b070001fd93bfb35fa2fcd92e..5880bb78d76762a56f261505f21683533afa07b5 100644 --- a/examples/README +++ b/examples/README @@ -93,7 +93,7 @@ peri: Peridynamic model of cylinder impacted by indenter pour: pouring of granular particles into a 3d box, then chute flow prd: parallel replica dynamics of vacancy diffusion in bulk Si python: use of PYTHON package to invoke Python code from input script -qeq: use of QEQ pacakge for charge equilibration +qeq: use of QEQ package for charge equilibration reax: RDX and TATB models using the ReaxFF rigid: rigid bodies modeled as independent or coupled shear: sideways shear applied to 2d solid, with and without a void diff --git a/examples/USER/atc/README b/examples/USER/atc/README index f3a852dfe32409b128ccce046d42d56526d3e50d..aa874f330027dcea5d7d24d63c9badf8264aea2f 100644 --- a/examples/USER/atc/README +++ b/examples/USER/atc/README @@ -65,7 +65,7 @@ elastic: in.bar1d_ghost_flux - Quasi-1D elastic wave propagation with coupling using boundary stresses from ghost atoms in.bar1d_thermo_elastic - Quasi-1D finite temperature elastic wave propagation in.cnt_electrostatic - Mechanical response of CNT with fixed charge density in an electric field - in.cnt_electrostatic2 - Mechanical reponse of CNT with self-consistent charge density and electric field + in.cnt_electrostatic2 - Mechanical response of CNT with self-consistent charge density and electric field in.cnt_fixed_charge - Mechancial response of CNT with fixed atomic charges in an electric field in.eam_energy - Quasi-static/quasi-1D coupling and transfer extraction of energy density for EAM gold in.electron_density - Mechanical response of differnt CNT models with a self-consistent electron density and electric field @@ -146,7 +146,7 @@ elastic: in.bar1d_ghost_flux - Quasi-1D elastic wave propagation with coupling using boundary stresses from ghost atoms in.bar1d_thermo_elastic - Quasi-1D finite temperature elastic wave propagation in.cnt_electrostatic - Mechanical response of CNT with fixed charge density in an electric field - in.cnt_electrostatic2 - Mechanical reponse of CNT with self-consistent charge density and electric field + in.cnt_electrostatic2 - Mechanical response of CNT with self-consistent charge density and electric field in.cnt_fixed_charge - Mechancial response of CNT with fixed atomic charges in an electric field in.eam_energy - Quasi-static/quasi-1D coupling and transfer extraction of energy density for EAM gold in.electron_density - Mechanical response of differnt CNT models with a self-consistent electron density and electric field diff --git a/examples/USER/atc/fluids/in.bar1d_fluids b/examples/USER/atc/fluids/in.bar1d_fluids index 63ef0e2744bb190b6912f8823d37fa4722d657a5..af152bfbab998005421b95ebfcccefa8fb4d09fe 100644 --- a/examples/USER/atc/fluids/in.bar1d_fluids +++ b/examples/USER/atc/fluids/in.bar1d_fluids @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into and out of the MD region. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d b/examples/USER/atc/thermal/in.bar1d index e8b61c412aba33d1d44d30897b0ba97f50f9dd19..5591f7177d3513dcefd772e68d9ccdbbcd9b246d 100644 --- a/examples/USER/atc/thermal/in.bar1d +++ b/examples/USER/atc/thermal/in.bar1d @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into and out of the MD region. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at 40. +# temperature is initially 20 everywhere and the left boundary BC is fixed at 40. # The result should show heat diffusing through the FEM to the MD and back out # to the FEM on the right. Insufficient time is captured to reach the linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d_all_atoms b/examples/USER/atc/thermal/in.bar1d_all_atoms index 6b855f37b164160fc16abdb131b40d1b9d03e391..2c8851137f0da42a6dc3801dec63f48861404665 100644 --- a/examples/USER/atc/thermal/in.bar1d_all_atoms +++ b/examples/USER/atc/thermal/in.bar1d_all_atoms @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests thermostats applied in all atom simulations. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d_combined b/examples/USER/atc/thermal/in.bar1d_combined index 1f960dbab788859167efb26e2fdb49fe859595e8..767544d2d439dd27ec87f3693a71b4fdcbfdb419 100644 --- a/examples/USER/atc/thermal/in.bar1d_combined +++ b/examples/USER/atc/thermal/in.bar1d_combined @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into an MD region at a fixed temperature at one end. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing the boundaries should be observed, diff --git a/examples/USER/atc/thermal/in.bar1d_flux b/examples/USER/atc/thermal/in.bar1d_flux index 0103f00b5b822fd0073505e3115fc055f2d94d6f..eae32ec5b2b4d7c58cad512ca1bc73b889f1261b 100644 --- a/examples/USER/atc/thermal/in.bar1d_flux +++ b/examples/USER/atc/thermal/in.bar1d_flux @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into and out of the MD region. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d_frac_step b/examples/USER/atc/thermal/in.bar1d_frac_step index ca722e79aa76dad587723981b1940945b9f33919..eddec44b521ae0c97a1c16502c01e462d841101a 100644 --- a/examples/USER/atc/thermal/in.bar1d_frac_step +++ b/examples/USER/atc/thermal/in.bar1d_frac_step @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into and out of the MD region. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d_hoover b/examples/USER/atc/thermal/in.bar1d_hoover index 50e8f02166d92c91dddc3628d97021fa892d244e..2f0518d0d28518484aa802dd65d665a8d1c57ab5 100644 --- a/examples/USER/atc/thermal/in.bar1d_hoover +++ b/examples/USER/atc/thermal/in.bar1d_hoover @@ -1,6 +1,6 @@ # AtC Thermal Coupling # This benchmark tests thermostats applied in all atom simulations. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d_interpolate b/examples/USER/atc/thermal/in.bar1d_interpolate index e7db0d3856c9f56df36b7e6e28ba80b36960005d..0333bf117d043ad3e094e814c92221a6d1dbf75d 100644 --- a/examples/USER/atc/thermal/in.bar1d_interpolate +++ b/examples/USER/atc/thermal/in.bar1d_interpolate @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into and out of the MD region. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/atc/thermal/in.bar1d_lumped b/examples/USER/atc/thermal/in.bar1d_lumped index eb305a6252444b9ad25f47d58b0ee9a164c0a362..153f7b632d8e52a682e36dd988079b86a928ba88 100644 --- a/examples/USER/atc/thermal/in.bar1d_lumped +++ b/examples/USER/atc/thermal/in.bar1d_lumped @@ -1,6 +1,6 @@ #AtC Thermal Coupling # This benchmark tests heat conducting into and out of the MD region. The -# temperature is intially 20 everywhere and the left boundary BC is fixed at +# temperature is initially 20 everywhere and the left boundary BC is fixed at # 40.# The result should show heat diffusing through the FEM to the MD and back # out # to the FEM on the right. Insufficient time is captured to reach the # linear # steady state, but heat crossing both boundaries should be observed. diff --git a/examples/USER/lb/confined_colloid/in.confined_colloids b/examples/USER/lb/confined_colloid/in.confined_colloids index 37cd52e621f8b91aded0cc63cdacf1e8f0275627..b7b8958e9af43d9e60b44dacdf6629dbb3c5851f 100755 --- a/examples/USER/lb/confined_colloid/in.confined_colloids +++ b/examples/USER/lb/confined_colloid/in.confined_colloids @@ -67,7 +67,7 @@ timestep 0.0006 #--------------------------------------------------------------------------- # Create a lattice-Boltzmann fluid covering the simulation domain. # This fluid feels a force due to the particles specified through FluidAtoms -# (however, this fix does not explicity apply a force back on to these +# (however, this fix does not explicitly apply a force back on to these # particles...this is accomplished through the use of the viscous_lb fix). # Use the standard LB integration scheme, a fluid density = 1.0, # fluid viscosity = 1.0, lattice spacing dx=0.06, and mass unit, dm=0.00003. diff --git a/examples/USER/lb/microrheology/in.microrheology_default_gamma b/examples/USER/lb/microrheology/in.microrheology_default_gamma index 4937a2cb20e6eaf7d43152ab435b30a61e328a60..8c3b684ff798f50fb5a38873ef3a177cea39224e 100755 --- a/examples/USER/lb/microrheology/in.microrheology_default_gamma +++ b/examples/USER/lb/microrheology/in.microrheology_default_gamma @@ -61,7 +61,7 @@ group FluidAtoms type 2 #--------------------------------------------------------------------------- # Create a lattice-Boltzmann fluid covering the simulation domain. # This fluid feels a force due to the particles specified through FluidAtoms -# (however, this fix does not explicity apply a force back on to these +# (however, this fix does not explicitly apply a force back on to these # particles...this is accomplished through the use of the viscous_lb fix). # Use the standard LB integration scheme, a fluid viscosity = 1.0, fluid # density= 0.0009982071, lattice spacing dx=1.2, and mass unit, dm=0.003. diff --git a/examples/USER/lb/microrheology/in.microrheology_set_gamma b/examples/USER/lb/microrheology/in.microrheology_set_gamma index 7b84bdaf63f0b7977e2754fc70443f346a582861..1f744220f092a3fc16dd282a38a17017472c13f4 100755 --- a/examples/USER/lb/microrheology/in.microrheology_set_gamma +++ b/examples/USER/lb/microrheology/in.microrheology_set_gamma @@ -61,7 +61,7 @@ group FluidAtoms type 2 #--------------------------------------------------------------------------- # Create a lattice-Boltzmann fluid covering the simulation domain. # This fluid feels a force due to the particles specified through FluidAtoms -# (however, this fix does not explicity apply a force back on to these +# (however, this fix does not explicitly apply a force back on to these # particles...this is accomplished through the use of the rigid_pc_sphere # fix). # Use the LB integration scheme of Ollila et. al. (for stability reasons, diff --git a/examples/USER/lb/planewall/in.planewall_default_gamma b/examples/USER/lb/planewall/in.planewall_default_gamma index bf0cfcb3c73e148c05de0bf389cf1e7665bab0a4..83f42ebddd30247bd1141dd5b39c545ccea04f50 100755 --- a/examples/USER/lb/planewall/in.planewall_default_gamma +++ b/examples/USER/lb/planewall/in.planewall_default_gamma @@ -54,7 +54,7 @@ velocity all set 0.0 0.0 0.0 units box #---------------------------------------------------------------------------- # Create a lattice-Boltzmann fluid covering the simulation domain. # All of the particles in the simulation apply a force to the fluid. -# (however, this fix does not explicity apply a force back on to these +# (however, this fix does not explicitly apply a force back on to these # particles...this is accomplished through the use of the viscous_lb fix. # Use the standard LB integration scheme, a fluid density = 1.0, # fluid viscosity = 1.0, lattice spacing dx=4.0, and mass unit, dm=10.0. diff --git a/examples/USER/lb/planewall/in.planewall_set_gamma b/examples/USER/lb/planewall/in.planewall_set_gamma index a048411b01cc447f3259db71ad4bcc545960f6b9..47d8266a1c182d49884cd1046095813d975f4b54 100755 --- a/examples/USER/lb/planewall/in.planewall_set_gamma +++ b/examples/USER/lb/planewall/in.planewall_set_gamma @@ -54,7 +54,7 @@ velocity all set 0.0 0.0 0.0 units box #---------------------------------------------------------------------------- # Create a lattice-Boltzmann fluid covering the simulation domain. # All of the particles in the simulation apply a force to the fluid. -# (however, this fix does not explicity apply a force back on to these +# (however, this fix does not explicitly apply a force back on to these # particles...this is accomplished through the use of the rigid_pc_sphere # fix). # Use the LB integration scheme of Ollila et. al. (for stability reasons, diff --git a/examples/USER/lb/polymer/data.polymer b/examples/USER/lb/polymer/data.polymer index d3c39ad39b1cc53be1a6a86583ac67d24f2629b2..da974446cb4f6a6243ed5f9afa6aaacbc598a397 100755 --- a/examples/USER/lb/polymer/data.polymer +++ b/examples/USER/lb/polymer/data.polymer @@ -1,1040 +1,1040 @@ -Position data for a 32-bead polymer consisting of 31-vertex extended spheres - -992 atoms -31 bonds - -2 atom types -1 bond types - -0 40 xlo xhi -0 40 ylo yhi -0 40 zlo zhi - -Atoms - -1 1 21.0439 24.2646 23.1337 1 -2 2 20.3839 24.2646 23.3669 1 -3 2 20.8557 23.6306 23.3629 1 -4 2 21.5866 23.883 23.3569 1 -5 2 21.5866 24.6463 23.3569 1 -6 2 20.8558 24.8987 23.3629 1 -7 2 20.3839 24.2646 22.9005 1 -8 2 20.8558 23.6306 22.9045 1 -9 2 21.5866 23.883 22.9105 1 -10 2 21.5866 24.6463 22.9105 1 -11 2 20.8557 24.8987 22.9045 1 -12 2 21.6158 24.2646 23.5374 1 -13 2 21.2339 24.8002 23.5425 1 -14 2 20.595 24.6026 23.5511 1 -15 2 20.595 23.9267 23.5511 1 -16 2 21.2339 23.7291 23.5425 1 -17 2 21.6158 24.2646 22.73 1 -18 2 21.2339 24.8002 22.7249 1 -19 2 20.595 24.6026 22.7163 1 -20 2 20.595 23.9267 22.7163 1 -21 2 21.2339 23.7291 22.7249 1 -22 2 21.3444 24.2646 23.7659 1 -23 2 21.1464 24.5394 23.7693 1 -24 2 20.8215 24.436 23.7749 1 -25 2 20.8215 24.0933 23.7749 1 -26 2 21.1464 23.9899 23.7693 1 -27 2 21.3444 24.2646 22.5015 1 -28 2 21.1464 24.5394 22.4981 1 -29 2 20.8214 24.436 22.4925 1 -30 2 20.8214 24.0933 22.4925 1 -31 2 21.1464 23.9899 22.4981 1 -32 1 21.5789 25.5745 23.3738 2 -33 2 20.9189 25.5745 23.6069 2 -34 2 21.3907 24.9404 23.603 2 -35 2 22.1216 25.1929 23.597 2 -36 2 22.1216 25.9562 23.597 2 -37 2 21.3907 26.2086 23.603 2 -38 2 20.9189 25.5745 23.1406 2 -39 2 21.3907 24.9404 23.1446 2 -40 2 22.1216 25.1929 23.1505 2 -41 2 22.1216 25.9562 23.1505 2 -42 2 21.3907 26.2086 23.1446 2 -43 2 22.1507 25.5745 23.7775 2 -44 2 21.7688 26.1101 23.7826 2 -45 2 21.13 25.9125 23.7912 2 -46 2 21.13 25.2365 23.7912 2 -47 2 21.7688 25.039 23.7826 2 -48 2 22.1507 25.5745 22.97 2 -49 2 21.7688 26.1101 22.965 2 -50 2 21.13 25.9125 22.9563 2 -51 2 21.13 25.2365 22.9563 2 -52 2 21.7688 25.039 22.965 2 -53 2 21.8794 25.5745 24.006 2 -54 2 21.6814 25.8493 24.0094 2 -55 2 21.3564 25.7458 24.015 2 -56 2 21.3564 25.4032 24.015 2 -57 2 21.6814 25.2997 24.0094 2 -58 2 21.8794 25.5745 22.7416 2 -59 2 21.6814 25.8493 22.7382 2 -60 2 21.3564 25.7458 22.7326 2 -61 2 21.3564 25.4032 22.7326 2 -62 2 21.6814 25.2997 22.7382 2 -63 1 22.5101 25.4302 22.2914 3 -64 2 21.8501 25.4302 22.5246 3 -65 2 22.322 24.7961 22.5206 3 -66 2 23.0528 25.0485 22.5146 3 -67 2 23.0528 25.8118 22.5146 3 -68 2 22.322 26.0643 22.5206 3 -69 2 21.8501 25.4302 22.0582 3 -70 2 22.322 24.7961 22.0622 3 -71 2 23.0528 25.0485 22.0682 3 -72 2 23.0528 25.8118 22.0682 3 -73 2 22.322 26.0643 22.0622 3 -74 2 23.082 25.4302 22.6951 3 -75 2 22.7001 25.9657 22.7002 3 -76 2 22.0612 25.7682 22.7088 3 -77 2 22.0612 25.0922 22.7088 3 -78 2 22.7001 24.8947 22.7002 3 -79 2 23.082 25.4302 21.8877 3 -80 2 22.7001 25.9657 21.8826 3 -81 2 22.0612 25.7682 21.874 3 -82 2 22.0612 25.0922 21.874 3 -83 2 22.7001 24.8947 21.8826 3 -84 2 22.8107 25.4302 22.9236 3 -85 2 22.6126 25.705 22.927 3 -86 2 22.2877 25.6015 22.9326 3 -87 2 22.2877 25.2589 22.9326 3 -88 2 22.6126 25.1554 22.927 3 -89 2 22.8107 25.4302 21.6592 3 -90 2 22.6126 25.705 21.6558 3 -91 2 22.2877 25.6015 21.6502 3 -92 2 22.2877 25.2589 21.6502 3 -93 2 22.6126 25.1554 21.6558 3 -94 1 23.895 25.0537 22.2951 4 -95 2 23.235 25.0537 22.5282 4 -96 2 23.7068 24.4196 22.5243 4 -97 2 24.4377 24.672 22.5183 4 -98 2 24.4377 25.4353 22.5183 4 -99 2 23.7068 25.6877 22.5243 4 -100 2 23.235 25.0537 22.0619 4 -101 2 23.7068 24.4196 22.0659 4 -102 2 24.4377 24.672 22.0718 4 -103 2 24.4377 25.4353 22.0718 4 -104 2 23.7068 25.6877 22.0659 4 -105 2 24.4668 25.0537 22.6988 4 -106 2 24.0849 25.5892 22.7039 4 -107 2 23.4461 25.3916 22.7125 4 -108 2 23.4461 24.7157 22.7125 4 -109 2 24.0849 24.5181 22.7039 4 -110 2 24.4668 25.0537 21.8913 4 -111 2 24.0849 25.5892 21.8863 4 -112 2 23.4461 25.3916 21.8776 4 -113 2 23.4461 24.7157 21.8776 4 -114 2 24.0849 24.5181 21.8863 4 -115 2 24.1955 25.0537 22.9273 4 -116 2 23.9975 25.3284 22.9307 4 -117 2 23.6725 25.225 22.9363 4 -118 2 23.6725 24.8823 22.9363 4 -119 2 23.9975 24.7789 22.9307 4 -120 2 24.1955 25.0537 21.6629 4 -121 2 23.9975 25.3284 21.6595 4 -122 2 23.6725 25.225 21.6538 4 -123 2 23.6725 24.8823 21.6538 4 -124 2 23.9975 24.7789 21.6595 4 -125 1 24.6582 26.0898 21.6598 5 -126 2 23.9982 26.0898 21.893 5 -127 2 24.4701 25.4557 21.889 5 -128 2 25.2009 25.7081 21.883 5 -129 2 25.2009 26.4714 21.883 5 -130 2 24.4701 26.7238 21.889 5 -131 2 23.9982 26.0898 21.4266 5 -132 2 24.4701 25.4557 21.4306 5 -133 2 25.2009 25.7081 21.4366 5 -134 2 25.2009 26.4714 21.4366 5 -135 2 24.4701 26.7238 21.4306 5 -136 2 25.2301 26.0898 22.0635 5 -137 2 24.8482 26.6253 22.0686 5 -138 2 24.2093 26.4277 22.0772 5 -139 2 24.2093 25.7518 22.0772 5 -140 2 24.8482 25.5542 22.0686 5 -141 2 25.2301 26.0898 21.2561 5 -142 2 24.8482 26.6253 21.251 5 -143 2 24.2093 26.4277 21.2424 5 -144 2 24.2093 25.7518 21.2424 5 -145 2 24.8482 25.5542 21.251 5 -146 2 24.9587 26.0898 22.292 5 -147 2 24.7607 26.3645 22.2954 5 -148 2 24.4358 26.2611 22.301 5 -149 2 24.4358 25.9185 22.301 5 -150 2 24.7607 25.815 22.2954 5 -151 2 24.9587 26.0898 21.0276 5 -152 2 24.7607 26.3645 21.0242 5 -153 2 24.4358 26.2611 21.0186 5 -154 2 24.4358 25.9184 21.0186 5 -155 2 24.7607 25.815 21.0242 5 -156 1 25.7401 26.9511 22.0433 6 -157 2 25.0801 26.9511 22.2765 6 -158 2 25.552 26.3171 22.2725 6 -159 2 26.2828 26.5695 22.2666 6 -160 2 26.2828 27.3328 22.2666 6 -161 2 25.552 27.5852 22.2725 6 -162 2 25.0801 26.9511 21.8102 6 -163 2 25.552 26.3171 21.8141 6 -164 2 26.2828 26.5695 21.8201 6 -165 2 26.2828 27.3328 21.8201 6 -166 2 25.552 27.5852 21.8141 6 -167 2 26.312 26.9511 22.4471 6 -168 2 25.9301 27.4867 22.4521 6 -169 2 25.2912 27.2891 22.4608 6 -170 2 25.2912 26.6132 22.4608 6 -171 2 25.9301 26.4156 22.4521 6 -172 2 26.312 26.9511 21.6396 6 -173 2 25.9301 27.4867 21.6345 6 -174 2 25.2912 27.2891 21.6259 6 -175 2 25.2912 26.6132 21.6259 6 -176 2 25.9301 26.4156 21.6345 6 -177 2 26.0406 26.9511 22.6755 6 -178 2 25.8426 27.2259 22.6789 6 -179 2 25.5177 27.1225 22.6845 6 -180 2 25.5177 26.7798 22.6845 6 -181 2 25.8426 26.6764 22.6789 6 -182 2 26.0406 26.9511 21.4111 6 -183 2 25.8426 27.2259 21.4077 6 -184 2 25.5177 27.1225 21.4021 6 -185 2 25.5177 26.7798 21.4021 6 -186 2 25.8426 26.6764 21.4077 6 -187 1 26.6309 26.6387 20.9623 7 -188 2 25.9709 26.6387 21.1955 7 -189 2 26.4427 26.0047 21.1916 7 -190 2 27.1736 26.2571 21.1856 7 -191 2 27.1736 27.0204 21.1856 7 -192 2 26.4427 27.2728 21.1916 7 -193 2 25.9709 26.6387 20.7292 7 -194 2 26.4427 26.0047 20.7331 7 -195 2 27.1736 26.2571 20.7391 7 -196 2 27.1736 27.0204 20.7391 7 -197 2 26.4427 27.2728 20.7331 7 -198 2 27.2028 26.6387 21.3661 7 -199 2 26.8208 27.1743 21.3712 7 -200 2 26.182 26.9767 21.3798 7 -201 2 26.182 26.3008 21.3798 7 -202 2 26.8208 26.1032 21.3712 7 -203 2 27.2027 26.6387 20.5586 7 -204 2 26.8209 27.1743 20.5535 7 -205 2 26.182 26.9767 20.5449 7 -206 2 26.182 26.3008 20.5449 7 -207 2 26.8208 26.1032 20.5535 7 -208 2 26.9314 26.6387 21.5946 7 -209 2 26.7334 26.9135 21.598 7 -210 2 26.4084 26.81 21.6036 7 -211 2 26.4084 26.4674 21.6036 7 -212 2 26.7334 26.364 21.598 7 -213 2 26.9314 26.6387 20.3301 7 -214 2 26.7334 26.9135 20.3267 7 -215 2 26.4084 26.8101 20.3211 7 -216 2 26.4084 26.4674 20.3211 7 -217 2 26.7334 26.364 20.3267 7 -218 1 27.7333 27.3399 21.5562 8 -219 2 27.0733 27.3399 21.7894 8 -220 2 27.5451 26.7058 21.7855 8 -221 2 28.276 26.9582 21.7795 8 -222 2 28.276 27.7215 21.7795 8 -223 2 27.5451 27.974 21.7855 8 -224 2 27.0733 27.3399 21.3231 8 -225 2 27.5451 26.7058 21.327 8 -226 2 28.276 26.9582 21.333 8 -227 2 28.276 27.7215 21.333 8 -228 2 27.5451 27.974 21.327 8 -229 2 28.3051 27.3399 21.96 8 -230 2 27.9232 27.8754 21.9651 8 -231 2 27.2844 27.6779 21.9737 8 -232 2 27.2844 27.0019 21.9737 8 -233 2 27.9232 26.8043 21.9651 8 -234 2 28.3051 27.3399 21.1525 8 -235 2 27.9232 27.8754 21.1474 8 -236 2 27.2844 27.6779 21.1388 8 -237 2 27.2844 27.0019 21.1388 8 -238 2 27.9232 26.8044 21.1474 8 -239 2 28.0338 27.3399 22.1885 8 -240 2 27.8358 27.6147 22.1919 8 -241 2 27.5108 27.5112 22.1975 8 -242 2 27.5108 27.1686 22.1975 8 -243 2 27.8358 27.0651 22.1919 8 -244 2 28.0338 27.3399 20.924 8 -245 2 27.8358 27.6147 20.9206 8 -246 2 27.5108 27.5112 20.915 8 -247 2 27.5108 27.1686 20.915 8 -248 2 27.8358 27.0651 20.9206 8 -249 1 28.2741 26.7179 22.7311 9 -250 2 27.6141 26.7179 22.9642 9 -251 2 28.086 26.0838 22.9603 9 -252 2 28.8168 26.3362 22.9543 9 -253 2 28.8168 27.0995 22.9543 9 -254 2 28.086 27.352 22.9603 9 -255 2 27.6141 26.7179 22.4979 9 -256 2 28.086 26.0838 22.5019 9 -257 2 28.8168 26.3362 22.5078 9 -258 2 28.8168 27.0995 22.5078 9 -259 2 28.086 27.352 22.5019 9 -260 2 28.846 26.7179 23.1348 9 -261 2 28.4641 27.2534 23.1399 9 -262 2 27.8252 27.0559 23.1485 9 -263 2 27.8252 26.3799 23.1485 9 -264 2 28.4641 26.1823 23.1399 9 -265 2 28.846 26.7179 22.3273 9 -266 2 28.4641 27.2534 22.3223 9 -267 2 27.8252 27.0559 22.3136 9 -268 2 27.8252 26.3799 22.3136 9 -269 2 28.4641 26.1823 22.3223 9 -270 2 28.5746 26.7179 23.3633 9 -271 2 28.3766 26.9927 23.3667 9 -272 2 28.0517 26.8892 23.3723 9 -273 2 28.0517 26.5466 23.3723 9 -274 2 28.3766 26.4431 23.3667 9 -275 2 28.5746 26.7179 22.0989 9 -276 2 28.3766 26.9927 22.0955 9 -277 2 28.0517 26.8892 22.0899 9 -278 2 28.0517 26.5466 22.0899 9 -279 2 28.3766 26.4431 22.0955 9 -280 1 26.9358 26.2738 22.9979 10 -281 2 26.2757 26.2738 23.2311 10 -282 2 26.7476 25.6397 23.2271 10 -283 2 27.4785 25.8921 23.2211 10 -284 2 27.4785 26.6554 23.2211 10 -285 2 26.7476 26.9079 23.2271 10 -286 2 26.2757 26.2738 22.7647 10 -287 2 26.7476 25.6397 22.7687 10 -288 2 27.4785 25.8921 22.7747 10 -289 2 27.4785 26.6554 22.7747 10 -290 2 26.7476 26.9079 22.7687 10 -291 2 27.5076 26.2738 23.4016 10 -292 2 27.1257 26.8093 23.4067 10 -293 2 26.4869 26.6118 23.4154 10 -294 2 26.4869 25.9358 23.4154 10 -295 2 27.1257 25.7382 23.4067 10 -296 2 27.5076 26.2738 22.5942 10 -297 2 27.1257 26.8093 22.5891 10 -298 2 26.4869 26.6118 22.5805 10 -299 2 26.4869 25.9358 22.5805 10 -300 2 27.1257 25.7382 22.5891 10 -301 2 27.2363 26.2738 23.6301 10 -302 2 27.0383 26.5486 23.6335 10 -303 2 26.7133 26.4451 23.6391 10 -304 2 26.7133 26.1025 23.6391 10 -305 2 27.0383 25.999 23.6335 10 -306 2 27.2363 26.2738 22.3657 10 -307 2 27.0383 26.5486 22.3623 10 -308 2 26.7133 26.4451 22.3567 10 -309 2 26.7133 26.1025 22.3567 10 -310 2 27.0383 25.999 22.3623 10 -311 1 27.733 25.5139 23.9181 11 -312 2 27.0729 25.5139 24.1512 11 -313 2 27.5448 24.8798 24.1473 11 -314 2 28.2756 25.1323 24.1413 11 -315 2 28.2756 25.8956 24.1413 11 -316 2 27.5448 26.148 24.1473 11 -317 2 27.0729 25.5139 23.6849 11 -318 2 27.5448 24.8798 23.6889 11 -319 2 28.2756 25.1323 23.6948 11 -320 2 28.2756 25.8956 23.6948 11 -321 2 27.5448 26.148 23.6889 11 -322 2 28.3048 25.5139 24.3218 11 -323 2 27.9229 26.0494 24.3269 11 -324 2 27.284 25.8519 24.3355 11 -325 2 27.284 25.1759 24.3355 11 -326 2 27.9229 24.9784 24.3269 11 -327 2 28.3048 25.5139 23.5143 11 -328 2 27.9229 26.0494 23.5093 11 -329 2 27.284 25.8519 23.5006 11 -330 2 27.284 25.1759 23.5006 11 -331 2 27.9229 24.9784 23.5093 11 -332 2 28.0335 25.5139 24.5503 11 -333 2 27.8354 25.7887 24.5537 11 -334 2 27.5105 25.6852 24.5593 11 -335 2 27.5105 25.3426 24.5593 11 -336 2 27.8354 25.2391 24.5537 11 -337 2 28.0335 25.5139 23.2859 11 -338 2 27.8354 25.7887 23.2825 11 -339 2 27.5105 25.6852 23.2769 11 -340 2 27.5105 25.3426 23.2769 11 -341 2 27.8354 25.2391 23.2825 11 -342 1 28.8712 25.1256 24.7012 12 -343 2 28.2111 25.1256 24.9344 12 -344 2 28.683 24.4916 24.9305 12 -345 2 29.4138 24.744 24.9245 12 -346 2 29.4138 25.5073 24.9245 12 -347 2 28.683 25.7597 24.9305 12 -348 2 28.2111 25.1256 24.4681 12 -349 2 28.683 24.4916 24.472 12 -350 2 29.4138 24.744 24.478 12 -351 2 29.4138 25.5073 24.478 12 -352 2 28.683 25.7597 24.472 12 -353 2 29.443 25.1256 25.105 12 -354 2 29.0611 25.6612 25.11 12 -355 2 28.4222 25.4636 25.1187 12 -356 2 28.4222 24.7877 25.1187 12 -357 2 29.0611 24.5901 25.11 12 -358 2 29.443 25.1256 24.2975 12 -359 2 29.0611 25.6612 24.2924 12 -360 2 28.4222 25.4636 24.2838 12 -361 2 28.4222 24.7877 24.2838 12 -362 2 29.0611 24.5901 24.2924 12 -363 2 29.1717 25.1256 25.3335 12 -364 2 28.9736 25.4004 25.3368 12 -365 2 28.6487 25.2969 25.3425 12 -366 2 28.6487 24.9543 25.3425 12 -367 2 28.9736 24.8509 25.3368 12 -368 2 29.1717 25.1256 24.069 12 -369 2 28.9736 25.4004 24.0656 12 -370 2 28.6487 25.297 24.06 12 -371 2 28.6487 24.9543 24.06 12 -372 2 28.9736 24.8509 24.0656 12 -373 1 30.0053 25.4778 25.507 13 -374 2 29.3453 25.4778 25.7401 13 -375 2 29.8172 24.8438 25.7362 13 -376 2 30.548 25.0962 25.7302 13 -377 2 30.548 25.8595 25.7302 13 -378 2 29.8172 26.1119 25.7362 13 -379 2 29.3453 25.4778 25.2738 13 -380 2 29.8172 24.8438 25.2777 13 -381 2 30.548 25.0962 25.2837 13 -382 2 30.548 25.8595 25.2837 13 -383 2 29.8172 26.1119 25.2777 13 -384 2 30.5772 25.4778 25.9107 13 -385 2 30.1953 26.0134 25.9158 13 -386 2 29.5564 25.8158 25.9244 13 -387 2 29.5564 25.1399 25.9244 13 -388 2 30.1953 24.9423 25.9158 13 -389 2 30.5772 25.4778 25.1032 13 -390 2 30.1953 26.0134 25.0982 13 -391 2 29.5564 25.8158 25.0895 13 -392 2 29.5564 25.1399 25.0895 13 -393 2 30.1953 24.9423 25.0982 13 -394 2 30.3058 25.4778 26.1392 13 -395 2 30.1078 25.7526 26.1426 13 -396 2 29.7829 25.6492 26.1482 13 -397 2 29.7829 25.3065 26.1482 13 -398 2 30.1078 25.2031 26.1426 13 -399 2 30.3058 25.4778 24.8747 13 -400 2 30.1078 25.7526 24.8714 13 -401 2 29.7829 25.6492 24.8657 13 -402 2 29.7829 25.3065 24.8657 13 -403 2 30.1078 25.2031 24.8714 13 -404 1 29.8427 26.8721 25.2081 14 -405 2 29.1827 26.8721 25.4413 14 -406 2 29.6545 26.238 25.4373 14 -407 2 30.3854 26.4904 25.4314 14 -408 2 30.3854 27.2537 25.4314 14 -409 2 29.6545 27.5061 25.4373 14 -410 2 29.1827 26.8721 24.975 14 -411 2 29.6545 26.238 24.9789 14 -412 2 30.3854 26.4904 24.9849 14 -413 2 30.3854 27.2537 24.9849 14 -414 2 29.6545 27.5061 24.9789 14 -415 2 30.4145 26.8721 25.6119 14 -416 2 30.0326 27.4076 25.6169 14 -417 2 29.3938 27.21 25.6256 14 -418 2 29.3938 26.5341 25.6256 14 -419 2 30.0326 26.3365 25.6169 14 -420 2 30.4145 26.8721 24.8044 14 -421 2 30.0326 27.4076 24.7993 14 -422 2 29.3938 27.21 24.7907 14 -423 2 29.3938 26.5341 24.7907 14 -424 2 30.0326 26.3365 24.7993 14 -425 2 30.1432 26.8721 25.8403 14 -426 2 29.9452 27.1468 25.8437 14 -427 2 29.6202 27.0434 25.8493 14 -428 2 29.6202 26.7007 25.8493 14 -429 2 29.9452 26.5973 25.8437 14 -430 2 30.1432 26.8721 24.5759 14 -431 2 29.9452 27.1468 24.5725 14 -432 2 29.6202 27.0434 24.5669 14 -433 2 29.6202 26.7007 24.5669 14 -434 2 29.9452 26.5973 24.5725 14 -435 1 29.3789 27.6387 26.3292 15 -436 2 28.7189 27.6387 26.5624 15 -437 2 29.1908 27.0046 26.5584 15 -438 2 29.9216 27.257 26.5524 15 -439 2 29.9216 28.0203 26.5524 15 -440 2 29.1908 28.2727 26.5584 15 -441 2 28.7189 27.6387 26.096 15 -442 2 29.1908 27.0046 26.1 15 -443 2 29.9216 27.257 26.106 15 -444 2 29.9216 28.0203 26.106 15 -445 2 29.1908 28.2727 26.1 15 -446 2 29.9508 27.6387 26.7329 15 -447 2 29.5689 28.1742 26.738 15 -448 2 28.93 27.9766 26.7467 15 -449 2 28.93 27.3007 26.7467 15 -450 2 29.5689 27.1031 26.738 15 -451 2 29.9508 27.6387 25.9255 15 -452 2 29.5689 28.1742 25.9204 15 -453 2 28.93 27.9766 25.9118 15 -454 2 28.93 27.3007 25.9118 15 -455 2 29.5689 27.1031 25.9204 15 -456 2 29.6794 27.6387 26.9614 15 -457 2 29.4814 27.9134 26.9648 15 -458 2 29.1565 27.81 26.9704 15 -459 2 29.1565 27.4674 26.9704 15 -460 2 29.4814 27.3639 26.9648 15 -461 2 29.6794 27.6387 25.697 15 -462 2 29.4814 27.9134 25.6936 15 -463 2 29.1565 27.81 25.688 15 -464 2 29.1565 27.4674 25.688 15 -465 2 29.4814 27.3639 25.6936 15 -466 1 28.587 28.4661 27.194 16 -467 2 27.927 28.4661 27.4272 16 -468 2 28.3989 27.832 27.4232 16 -469 2 29.1297 28.0844 27.4172 16 -470 2 29.1297 28.8477 27.4172 16 -471 2 28.3989 29.1002 27.4232 16 -472 2 27.927 28.4661 26.9608 16 -473 2 28.3989 27.832 26.9648 16 -474 2 29.1297 28.0844 26.9708 16 -475 2 29.1297 28.8477 26.9708 16 -476 2 28.3989 29.1002 26.9648 16 -477 2 29.1589 28.4661 27.5977 16 -478 2 28.777 29.0016 27.6028 16 -479 2 28.1381 28.8041 27.6115 16 -480 2 28.1381 28.1281 27.6115 16 -481 2 28.777 27.9306 27.6028 16 -482 2 29.1589 28.4661 26.7903 16 -483 2 28.777 29.0016 26.7852 16 -484 2 28.1381 28.8041 26.7766 16 -485 2 28.1381 28.1281 26.7766 16 -486 2 28.777 27.9306 26.7852 16 -487 2 28.8875 28.4661 27.8262 16 -488 2 28.6895 28.7409 27.8296 16 -489 2 28.3646 28.6374 27.8352 16 -490 2 28.3646 28.2948 27.8352 16 -491 2 28.6895 28.1913 27.8296 16 -492 2 28.8875 28.4661 26.5618 16 -493 2 28.6895 28.7409 26.5584 16 -494 2 28.3646 28.6374 26.5528 16 -495 2 28.3646 28.2948 26.5528 16 -496 2 28.6895 28.1913 26.5584 16 -497 1 27.6135 27.9861 28.1329 17 -498 2 26.9535 27.9861 28.366 17 -499 2 27.4254 27.352 28.3621 17 -500 2 28.1562 27.6044 28.3561 17 -501 2 28.1562 28.3677 28.3561 17 -502 2 27.4254 28.6202 28.3621 17 -503 2 26.9535 27.9861 27.8997 17 -504 2 27.4254 27.352 27.9037 17 -505 2 28.1562 27.6044 27.9097 17 -506 2 28.1562 28.3677 27.9097 17 -507 2 27.4254 28.6202 27.9037 17 -508 2 28.1854 27.9861 28.5366 17 -509 2 27.8035 28.5216 28.5417 17 -510 2 27.1646 28.3241 28.5503 17 -511 2 27.1646 27.6481 28.5503 17 -512 2 27.8035 27.4506 28.5417 17 -513 2 28.1854 27.9861 27.7292 17 -514 2 27.8035 28.5216 27.7241 17 -515 2 27.1646 28.3241 27.7154 17 -516 2 27.1646 27.6481 27.7154 17 -517 2 27.8035 27.4506 27.7241 17 -518 2 27.914 27.9861 28.7651 17 -519 2 27.716 28.2609 28.7685 17 -520 2 27.3911 28.1574 28.7741 17 -521 2 27.3911 27.8148 28.7741 17 -522 2 27.716 27.7113 28.7685 17 -523 2 27.914 27.9861 27.5007 17 -524 2 27.716 28.2609 27.4973 17 -525 2 27.3911 28.1574 27.4917 17 -526 2 27.3911 27.8148 27.4917 17 -527 2 27.716 27.7113 27.4973 17 -528 1 28.7548 27.1277 28.2749 18 -529 2 28.0948 27.1277 28.508 18 -530 2 28.5666 26.4936 28.5041 18 -531 2 29.2975 26.746 28.4981 18 -532 2 29.2975 27.5093 28.4981 18 -533 2 28.5666 27.7617 28.5041 18 -534 2 28.0948 27.1277 28.0417 18 -535 2 28.5666 26.4936 28.0457 18 -536 2 29.2975 26.746 28.0516 18 -537 2 29.2975 27.5093 28.0516 18 -538 2 28.5666 27.7617 28.0457 18 -539 2 29.3267 27.1277 28.6786 18 -540 2 28.9448 27.6632 28.6837 18 -541 2 28.3059 27.4656 28.6923 18 -542 2 28.3059 26.7897 28.6923 18 -543 2 28.9448 26.5921 28.6837 18 -544 2 29.3266 27.1277 27.8711 18 -545 2 28.9448 27.6632 27.8661 18 -546 2 28.3059 27.4656 27.8574 18 -547 2 28.3059 26.7897 27.8574 18 -548 2 28.9447 26.5921 27.8661 18 -549 2 29.0553 27.1277 28.9071 18 -550 2 28.8573 27.4024 28.9105 18 -551 2 28.5323 27.299 28.9161 18 -552 2 28.5323 26.9563 28.9161 18 -553 2 28.8573 26.8529 28.9105 18 -554 2 29.0553 27.1277 27.6427 18 -555 2 28.8573 27.4024 27.6393 18 -556 2 28.5323 27.299 27.6337 18 -557 2 28.5323 26.9563 27.6337 18 -558 2 28.8573 26.8529 27.6393 18 -559 1 29.3703 27.681 29.4473 19 -560 2 28.7102 27.681 29.6805 19 -561 2 29.1821 27.0469 29.6765 19 -562 2 29.913 27.2993 29.6706 19 -563 2 29.913 28.0626 29.6706 19 -564 2 29.1821 28.3151 29.6765 19 -565 2 28.7102 27.681 29.2142 19 -566 2 29.1821 27.0469 29.2181 19 -567 2 29.913 27.2993 29.2241 19 -568 2 29.913 28.0626 29.2241 19 -569 2 29.1821 28.3151 29.2181 19 -570 2 29.9421 27.681 29.8511 19 -571 2 29.5602 28.2165 29.8561 19 -572 2 28.9214 28.019 29.8648 19 -573 2 28.9214 27.343 29.8648 19 -574 2 29.5602 27.1455 29.8561 19 -575 2 29.9421 27.681 29.0436 19 -576 2 29.5602 28.2165 29.0385 19 -577 2 28.9214 28.019 29.0299 19 -578 2 28.9214 27.343 29.0299 19 -579 2 29.5602 27.1455 29.0385 19 -580 2 29.6708 27.681 30.0795 19 -581 2 29.4728 27.9558 30.0829 19 -582 2 29.1478 27.8523 30.0885 19 -583 2 29.1478 27.5097 30.0885 19 -584 2 29.4728 27.4062 30.0829 19 -585 2 29.6708 27.681 28.8151 19 -586 2 29.4728 27.9558 28.8117 19 -587 2 29.1478 27.8523 28.8061 19 -588 2 29.1478 27.5097 28.8061 19 -589 2 29.4728 27.4062 28.8117 19 -590 1 30.1317 28.895 29.3698 20 -591 2 29.4717 28.895 29.603 20 -592 2 29.9436 28.2609 29.5991 20 -593 2 30.6744 28.5133 29.5931 20 -594 2 30.6744 29.2766 29.5931 20 -595 2 29.9436 29.5291 29.5991 20 -596 2 29.4717 28.895 29.1367 20 -597 2 29.9436 28.2609 29.1406 20 -598 2 30.6744 28.5133 29.1466 20 -599 2 30.6744 29.2766 29.1466 20 -600 2 29.9436 29.5291 29.1406 20 -601 2 30.7036 28.895 29.7736 20 -602 2 30.3217 29.4305 29.7786 20 -603 2 29.6828 29.233 29.7873 20 -604 2 29.6828 28.557 29.7873 20 -605 2 30.3217 28.3594 29.7786 20 -606 2 30.7036 28.895 28.9661 20 -607 2 30.3217 29.4305 28.961 20 -608 2 29.6828 29.233 28.9524 20 -609 2 29.6828 28.557 28.9524 20 -610 2 30.3217 28.3594 28.961 20 -611 2 30.4322 28.895 30.0021 20 -612 2 30.2342 29.1698 30.0054 20 -613 2 29.9093 29.0663 30.0111 20 -614 2 29.9093 28.7237 30.0111 20 -615 2 30.2342 28.6202 30.0054 20 -616 2 30.4322 28.895 28.7376 20 -617 2 30.2342 29.1698 28.7342 20 -618 2 29.9093 29.0663 28.7286 20 -619 2 29.9093 28.7237 28.7286 20 -620 2 30.2342 28.6202 28.7342 20 -621 1 31.4259 29.456 29.1053 21 -622 2 30.7659 29.456 29.3385 21 -623 2 31.2377 28.8219 29.3345 21 -624 2 31.9686 29.0744 29.3285 21 -625 2 31.9686 29.8377 29.3285 21 -626 2 31.2377 30.0901 29.3345 21 -627 2 30.7659 29.456 28.8721 21 -628 2 31.2377 28.8219 28.8761 21 -629 2 31.9686 29.0744 28.8821 21 -630 2 31.9686 29.8377 28.8821 21 -631 2 31.2377 30.0901 28.8761 21 -632 2 31.9977 29.456 29.509 21 -633 2 31.6158 29.9915 29.5141 21 -634 2 30.977 29.794 29.5227 21 -635 2 30.977 29.118 29.5227 21 -636 2 31.6158 28.9205 29.5141 21 -637 2 31.9977 29.456 28.7016 21 -638 2 31.6158 29.9915 28.6965 21 -639 2 30.977 29.794 28.6878 21 -640 2 30.977 29.118 28.6878 21 -641 2 31.6158 28.9205 28.6965 21 -642 2 31.7264 29.456 29.7375 21 -643 2 31.5284 29.7308 29.7409 21 -644 2 31.2034 29.6273 29.7465 21 -645 2 31.2034 29.2847 29.7465 21 -646 2 31.5284 29.1812 29.7409 21 -647 2 31.7264 29.456 28.4731 21 -648 2 31.5284 29.7308 28.4697 21 -649 2 31.2034 29.6273 28.4641 21 -650 2 31.2034 29.2847 28.4641 21 -651 2 31.5284 29.1812 28.4697 21 -652 1 31.3008 28.2326 28.3655 22 -653 2 30.6408 28.2326 28.5987 22 -654 2 31.1126 27.5985 28.5947 22 -655 2 31.8435 27.851 28.5888 22 -656 2 31.8435 28.6143 28.5888 22 -657 2 31.1126 28.8667 28.5947 22 -658 2 30.6408 28.2326 28.1324 22 -659 2 31.1126 27.5985 28.1363 22 -660 2 31.8435 27.851 28.1423 22 -661 2 31.8435 28.6143 28.1423 22 -662 2 31.1126 28.8667 28.1363 22 -663 2 31.8726 28.2326 28.7693 22 -664 2 31.4907 28.7682 28.7743 22 -665 2 30.8519 28.5706 28.783 22 -666 2 30.8519 27.8946 28.783 22 -667 2 31.4907 27.6971 28.7743 22 -668 2 31.8726 28.2326 27.9618 22 -669 2 31.4907 28.7682 27.9567 22 -670 2 30.8519 28.5706 27.9481 22 -671 2 30.8519 27.8946 27.9481 22 -672 2 31.4907 27.6971 27.9567 22 -673 2 31.6013 28.2326 28.9977 22 -674 2 31.4033 28.5074 29.0011 22 -675 2 31.0783 28.4039 29.0067 22 -676 2 31.0783 28.0613 29.0067 22 -677 2 31.4033 27.9578 29.0011 22 -678 2 31.6013 28.2326 27.7333 22 -679 2 31.4033 28.5074 27.7299 22 -680 2 31.0783 28.4039 27.7243 22 -681 2 31.0783 28.0613 27.7243 22 -682 2 31.4033 27.9578 27.7299 22 -683 1 32.1926 27.1371 28.1123 23 -684 2 31.5325 27.1371 28.3454 23 -685 2 32.0044 26.503 28.3415 23 -686 2 32.7353 26.7554 28.3355 23 -687 2 32.7353 27.5187 28.3355 23 -688 2 32.0044 27.7712 28.3415 23 -689 2 31.5325 27.1371 27.8791 23 -690 2 32.0044 26.503 27.8831 23 -691 2 32.7353 26.7554 27.8891 23 -692 2 32.7353 27.5187 27.8891 23 -693 2 32.0044 27.7712 27.8831 23 -694 2 32.7644 27.1371 28.516 23 -695 2 32.3825 27.6726 28.5211 23 -696 2 31.7437 27.4751 28.5297 23 -697 2 31.7437 26.7991 28.5297 23 -698 2 32.3825 26.6015 28.5211 23 -699 2 32.7644 27.1371 27.7086 23 -700 2 32.3825 27.6726 27.7035 23 -701 2 31.7437 27.4751 27.6948 23 -702 2 31.7437 26.7991 27.6948 23 -703 2 32.3825 26.6015 27.7035 23 -704 2 32.4931 27.1371 28.7445 23 -705 2 32.2951 27.4119 28.7479 23 -706 2 31.9701 27.3084 28.7535 23 -707 2 31.9701 26.9658 28.7535 23 -708 2 32.2951 26.8623 28.7479 23 -709 2 32.4931 27.1371 27.4801 23 -710 2 32.2951 27.4119 27.4767 23 -711 2 31.9701 27.3084 27.4711 23 -712 2 31.9701 26.9658 27.4711 23 -713 2 32.2951 26.8623 27.4767 23 -714 1 33.0167 26.5192 29.1116 24 -715 2 32.3567 26.5192 29.3447 24 -716 2 32.8285 25.8851 29.3408 24 -717 2 33.5594 26.1375 29.3348 24 -718 2 33.5594 26.9008 29.3348 24 -719 2 32.8285 27.1532 29.3408 24 -720 2 32.3567 26.5192 28.8784 24 -721 2 32.8285 25.8851 28.8824 24 -722 2 33.5594 26.1375 28.8883 24 -723 2 33.5594 26.9008 28.8883 24 -724 2 32.8285 27.1532 28.8824 24 -725 2 33.5885 26.5192 29.5153 24 -726 2 33.2066 27.0547 29.5204 24 -727 2 32.5678 26.8571 29.529 24 -728 2 32.5678 26.1812 29.529 24 -729 2 33.2066 25.9836 29.5204 24 -730 2 33.5885 26.5192 28.7078 24 -731 2 33.2066 27.0547 28.7028 24 -732 2 32.5678 26.8571 28.6941 24 -733 2 32.5678 26.1812 28.6941 24 -734 2 33.2066 25.9836 28.7028 24 -735 2 33.3172 26.5192 29.7438 24 -736 2 33.1192 26.7939 29.7472 24 -737 2 32.7942 26.6905 29.7528 24 -738 2 32.7942 26.3478 29.7528 24 -739 2 33.1192 26.2444 29.7472 24 -740 2 33.3172 26.5192 28.4794 24 -741 2 33.1192 26.7939 28.476 24 -742 2 32.7942 26.6905 28.4704 24 -743 2 32.7942 26.3478 28.4704 24 -744 2 33.1192 26.2444 28.476 24 -745 1 33.3109 26.7605 30.4953 25 -746 2 32.6509 26.7605 30.7285 25 -747 2 33.1227 26.1264 30.7246 25 -748 2 33.8536 26.3789 30.7186 25 -749 2 33.8536 27.1422 30.7186 25 -750 2 33.1227 27.3946 30.7246 25 -751 2 32.6509 26.7605 30.2622 25 -752 2 33.1227 26.1264 30.2661 25 -753 2 33.8536 26.3789 30.2721 25 -754 2 33.8536 27.1422 30.2721 25 -755 2 33.1227 27.3946 30.2661 25 -756 2 33.8827 26.7605 30.8991 25 -757 2 33.5008 27.2961 30.9041 25 -758 2 32.862 27.0985 30.9128 25 -759 2 32.862 26.4226 30.9128 25 -760 2 33.5008 26.225 30.9041 25 -761 2 33.8827 26.7605 30.0916 25 -762 2 33.5008 27.2961 30.0865 25 -763 2 32.862 27.0985 30.0779 25 -764 2 32.862 26.4226 30.0779 25 -765 2 33.5008 26.225 30.0865 25 -766 2 33.6114 26.7605 31.1276 25 -767 2 33.4134 27.0353 31.1309 25 -768 2 33.0884 26.9318 31.1366 25 -769 2 33.0884 26.5892 31.1366 25 -770 2 33.4134 26.4857 31.1309 25 -771 2 33.6114 26.7605 29.8631 25 -772 2 33.4134 27.0353 29.8597 25 -773 2 33.0884 26.9318 29.8541 25 -774 2 33.0884 26.5892 29.8541 25 -775 2 33.4134 26.4857 29.8597 25 -776 1 32.6296 27.0741 31.7189 26 -777 2 31.9696 27.0741 31.952 26 -778 2 32.4414 26.4401 31.9481 26 -779 2 33.1723 26.6925 31.9421 26 -780 2 33.1723 27.4558 31.9421 26 -781 2 32.4414 27.7082 31.9481 26 -782 2 31.9696 27.0741 31.4857 26 -783 2 32.4414 26.4401 31.4897 26 -784 2 33.1723 26.6925 31.4956 26 -785 2 33.1723 27.4558 31.4956 26 -786 2 32.4414 27.7082 31.4897 26 -787 2 33.2014 27.0741 32.1226 26 -788 2 32.8195 27.6097 32.1277 26 -789 2 32.1807 27.4121 32.1363 26 -790 2 32.1807 26.7362 32.1363 26 -791 2 32.8195 26.5386 32.1277 26 -792 2 33.2014 27.0741 31.3151 26 -793 2 32.8195 27.6097 31.3101 26 -794 2 32.1807 27.4121 31.3014 26 -795 2 32.1807 26.7362 31.3014 26 -796 2 32.8195 26.5386 31.3101 26 -797 2 32.9301 27.0741 32.3511 26 -798 2 32.7321 27.3489 32.3545 26 -799 2 32.4071 27.2454 32.3601 26 -800 2 32.4071 26.9028 32.3601 26 -801 2 32.7321 26.7994 32.3545 26 -802 2 32.9301 27.0741 31.0867 26 -803 2 32.7321 27.3489 31.0833 26 -804 2 32.4071 27.2454 31.0777 26 -805 2 32.4071 26.9028 31.0777 26 -806 2 32.7321 26.7994 31.0833 26 -807 1 31.7049 27.9673 32.3567 27 -808 2 31.0449 27.9673 32.5899 27 -809 2 31.5167 27.3332 32.5859 27 -810 2 32.2476 27.5856 32.5799 27 -811 2 32.2476 28.3489 32.5799 27 -812 2 31.5167 28.6014 32.5859 27 -813 2 31.0449 27.9673 32.1235 27 -814 2 31.5167 27.3332 32.1275 27 -815 2 32.2476 27.5856 32.1335 27 -816 2 32.2476 28.3489 32.1335 27 -817 2 31.5167 28.6014 32.1275 27 -818 2 32.2767 27.9673 32.7604 27 -819 2 31.8948 28.5028 32.7655 27 -820 2 31.256 28.3053 32.7742 27 -821 2 31.256 27.6293 32.7742 27 -822 2 31.8948 27.4317 32.7655 27 -823 2 32.2767 27.9673 31.953 27 -824 2 31.8948 28.5028 31.9479 27 -825 2 31.256 28.3053 31.9393 27 -826 2 31.256 27.6293 31.9393 27 -827 2 31.8948 27.4317 31.9479 27 -828 2 32.0054 27.9673 32.9889 27 -829 2 31.8074 28.2421 32.9923 27 -830 2 31.4824 28.1386 32.9979 27 -831 2 31.4824 27.796 32.9979 27 -832 2 31.8074 27.6925 32.9923 27 -833 2 32.0054 27.9673 31.7245 27 -834 2 31.8074 28.2421 31.7211 27 -835 2 31.4824 28.1386 31.7155 27 -836 2 31.4824 27.796 31.7155 27 -837 2 31.8074 27.6925 31.7211 27 -838 1 30.3399 27.7351 32.7342 28 -839 2 29.6799 27.7351 32.9674 28 -840 2 30.1517 27.101 32.9634 28 -841 2 30.8826 27.3535 32.9574 28 -842 2 30.8826 28.1168 32.9574 28 -843 2 30.1517 28.3692 32.9634 28 -844 2 29.6799 27.7351 32.5011 28 -845 2 30.1517 27.101 32.505 28 -846 2 30.8826 27.3535 32.511 28 -847 2 30.8826 28.1168 32.511 28 -848 2 30.1517 28.3692 32.505 28 -849 2 30.9117 27.7351 33.138 28 -850 2 30.5298 28.2706 33.143 28 -851 2 29.891 28.0731 33.1517 28 -852 2 29.891 27.3971 33.1517 28 -853 2 30.5298 27.1996 33.143 28 -854 2 30.9117 27.7351 32.3305 28 -855 2 30.5298 28.2706 32.3254 28 -856 2 29.891 28.0731 32.3168 28 -857 2 29.891 27.3971 32.3168 28 -858 2 30.5298 27.1996 32.3254 28 -859 2 30.6404 27.7351 33.3664 28 -860 2 30.4424 28.0099 33.3698 28 -861 2 30.1174 27.9064 33.3754 28 -862 2 30.1174 27.5638 33.3754 28 -863 2 30.4424 27.4603 33.3698 28 -864 2 30.6404 27.7351 32.102 28 -865 2 30.4424 28.0099 32.0986 28 -866 2 30.1174 27.9064 32.093 28 -867 2 30.1174 27.5638 32.093 28 -868 2 30.4424 27.4603 32.0986 28 -869 1 29.8305 28.063 34.0352 29 -870 2 29.1705 28.063 34.2684 29 -871 2 29.6424 27.429 34.2644 29 -872 2 30.3732 27.6814 34.2584 29 -873 2 30.3732 28.4447 34.2584 29 -874 2 29.6424 28.6971 34.2644 29 -875 2 29.1705 28.063 33.8021 29 -876 2 29.6424 27.429 33.806 29 -877 2 30.3732 27.6814 33.812 29 -878 2 30.3732 28.4447 33.812 29 -879 2 29.6424 28.6971 33.806 29 -880 2 30.4024 28.063 34.439 29 -881 2 30.0205 28.5986 34.444 29 -882 2 29.3816 28.401 34.4527 29 -883 2 29.3816 27.7251 34.4527 29 -884 2 30.0205 27.5275 34.444 29 -885 2 30.4024 28.063 33.6315 29 -886 2 30.0205 28.5986 33.6264 29 -887 2 29.3816 28.401 33.6178 29 -888 2 29.3816 27.7251 33.6178 29 -889 2 30.0205 27.5275 33.6264 29 -890 2 30.1311 28.063 34.6674 29 -891 2 29.933 28.3378 34.6708 29 -892 2 29.6081 28.2344 34.6764 29 -893 2 29.6081 27.8917 34.6764 29 -894 2 29.933 27.7883 34.6708 29 -895 2 30.1311 28.063 33.403 29 -896 2 29.933 28.3378 33.3996 29 -897 2 29.6081 28.2344 33.394 29 -898 2 29.6081 27.8917 33.394 29 -899 2 29.933 27.7883 33.3996 29 -900 1 30.2349 27.8319 35.3927 30 -901 2 29.5749 27.8319 35.6258 30 -902 2 30.0468 27.1978 35.6219 30 -903 2 30.7776 27.4503 35.6159 30 -904 2 30.7776 28.2136 35.6159 30 -905 2 30.0468 28.466 35.6219 30 -906 2 29.5749 27.8319 35.1595 30 -907 2 30.0468 27.1978 35.1634 30 -908 2 30.7776 27.4503 35.1694 30 -909 2 30.7776 28.2136 35.1694 30 -910 2 30.0468 28.466 35.1634 30 -911 2 30.8068 27.8319 35.7964 30 -912 2 30.4249 28.3675 35.8015 30 -913 2 29.786 28.1699 35.8101 30 -914 2 29.786 27.4939 35.8101 30 -915 2 30.4249 27.2964 35.8015 30 -916 2 30.8068 27.8319 34.9889 30 -917 2 30.4249 28.3675 34.9839 30 -918 2 29.786 28.1699 34.9752 30 -919 2 29.786 27.4939 34.9752 30 -920 2 30.4249 27.2964 34.9839 30 -921 2 30.5354 27.8319 36.0249 30 -922 2 30.3374 28.1067 36.0283 30 -923 2 30.0125 28.0032 36.0339 30 -924 2 30.0125 27.6606 36.0339 30 -925 2 30.3374 27.5571 36.0283 30 -926 2 30.5354 27.8319 34.7604 30 -927 2 30.3374 28.1067 34.7571 30 -928 2 30.0125 28.0032 34.7514 30 -929 2 30.0125 27.6606 34.7514 30 -930 2 30.3374 27.5571 34.7571 30 -931 1 30.9967 26.7242 34.8903 31 -932 2 30.3366 26.7242 35.1234 31 -933 2 30.8085 26.0901 35.1195 31 -934 2 31.5393 26.3426 35.1135 31 -935 2 31.5393 27.1059 35.1135 31 -936 2 30.8085 27.3583 35.1195 31 -937 2 30.3366 26.7242 34.6571 31 -938 2 30.8085 26.0901 34.6611 31 -939 2 31.5393 26.3426 34.6671 31 -940 2 31.5393 27.1059 34.6671 31 -941 2 30.8085 27.3583 34.6611 31 -942 2 31.5685 26.7242 35.294 31 -943 2 31.1866 27.2598 35.2991 31 -944 2 30.5478 27.0622 35.3077 31 -945 2 30.5478 26.3862 35.3077 31 -946 2 31.1866 26.1887 35.2991 31 -947 2 31.5685 26.7242 34.4866 31 -948 2 31.1866 27.2598 34.4815 31 -949 2 30.5478 27.0622 34.4728 31 -950 2 30.5478 26.3862 34.4728 31 -951 2 31.1866 26.1887 34.4815 31 -952 2 31.2972 26.7242 35.5225 31 -953 2 31.0991 26.999 35.5259 31 -954 2 30.7742 26.8955 35.5315 31 -955 2 30.7742 26.5529 35.5315 31 -956 2 31.0991 26.4494 35.5259 31 -957 2 31.2972 26.7242 34.2581 31 -958 2 31.0991 26.999 34.2547 31 -959 2 30.7742 26.8955 34.2491 31 -960 2 30.7742 26.5529 34.2491 31 -961 2 31.0991 26.4494 34.2547 31 -962 1 29.9072 26.1623 34.144 32 -963 2 29.2472 26.1623 34.3772 32 -964 2 29.719 25.5283 34.3732 32 -965 2 30.4499 25.7807 34.3672 32 -966 2 30.4499 26.544 34.3672 32 -967 2 29.719 26.7964 34.3732 32 -968 2 29.2472 26.1623 33.9109 32 -969 2 29.719 25.5282 33.9148 32 -970 2 30.4499 25.7807 33.9208 32 -971 2 30.4499 26.544 33.9208 32 -972 2 29.719 26.7964 33.9148 32 -973 2 30.479 26.1623 34.5478 32 -974 2 30.0971 26.6979 34.5528 32 -975 2 29.4583 26.5003 34.5615 32 -976 2 29.4583 25.8244 34.5615 32 -977 2 30.0971 25.6268 34.5528 32 -978 2 30.479 26.1623 33.7403 32 -979 2 30.0971 26.6979 33.7352 32 -980 2 29.4583 26.5003 33.7266 32 -981 2 29.4583 25.8244 33.7266 32 -982 2 30.0971 25.6268 33.7352 32 -983 2 30.2077 26.1623 34.7762 32 -984 2 30.0097 26.4371 34.7796 32 -985 2 29.6847 26.3336 34.7852 32 -986 2 29.6847 25.991 34.7852 32 -987 2 30.0097 25.8876 34.7796 32 -988 2 30.2077 26.1623 33.5118 32 -989 2 30.0097 26.4371 33.5084 32 -990 2 29.6847 26.3336 33.5028 32 -991 2 29.6847 25.991 33.5028 32 -992 2 30.0097 25.8875 33.5084 32 - -Bonds - -1 1 1 32 -2 1 32 63 -3 1 63 94 -4 1 94 125 -5 1 125 156 -6 1 156 187 -7 1 187 218 -8 1 218 249 -9 1 249 280 -10 1 280 311 -11 1 311 342 -12 1 342 373 -13 1 373 404 -14 1 404 435 -15 1 435 466 -16 1 466 497 -17 1 497 528 -18 1 528 559 -19 1 559 590 -20 1 590 621 -21 1 621 652 -22 1 652 683 -23 1 683 714 -24 1 714 745 -25 1 745 776 -26 1 776 807 -27 1 807 838 -28 1 838 869 -29 1 869 900 -30 1 900 931 -31 1 931 962 +Position data for a 32-bead polymer consisting of 31-vertex extended spheres + +992 atoms +31 bonds + +2 atom types +1 bond types + +0 40 xlo xhi +0 40 ylo yhi +0 40 zlo zhi + +Atoms + +1 1 21.0439 24.2646 23.1337 1 +2 2 20.3839 24.2646 23.3669 1 +3 2 20.8557 23.6306 23.3629 1 +4 2 21.5866 23.883 23.3569 1 +5 2 21.5866 24.6463 23.3569 1 +6 2 20.8558 24.8987 23.3629 1 +7 2 20.3839 24.2646 22.9005 1 +8 2 20.8558 23.6306 22.9045 1 +9 2 21.5866 23.883 22.9105 1 +10 2 21.5866 24.6463 22.9105 1 +11 2 20.8557 24.8987 22.9045 1 +12 2 21.6158 24.2646 23.5374 1 +13 2 21.2339 24.8002 23.5425 1 +14 2 20.595 24.6026 23.5511 1 +15 2 20.595 23.9267 23.5511 1 +16 2 21.2339 23.7291 23.5425 1 +17 2 21.6158 24.2646 22.73 1 +18 2 21.2339 24.8002 22.7249 1 +19 2 20.595 24.6026 22.7163 1 +20 2 20.595 23.9267 22.7163 1 +21 2 21.2339 23.7291 22.7249 1 +22 2 21.3444 24.2646 23.7659 1 +23 2 21.1464 24.5394 23.7693 1 +24 2 20.8215 24.436 23.7749 1 +25 2 20.8215 24.0933 23.7749 1 +26 2 21.1464 23.9899 23.7693 1 +27 2 21.3444 24.2646 22.5015 1 +28 2 21.1464 24.5394 22.4981 1 +29 2 20.8214 24.436 22.4925 1 +30 2 20.8214 24.0933 22.4925 1 +31 2 21.1464 23.9899 22.4981 1 +32 1 21.5789 25.5745 23.3738 2 +33 2 20.9189 25.5745 23.6069 2 +34 2 21.3907 24.9404 23.603 2 +35 2 22.1216 25.1929 23.597 2 +36 2 22.1216 25.9562 23.597 2 +37 2 21.3907 26.2086 23.603 2 +38 2 20.9189 25.5745 23.1406 2 +39 2 21.3907 24.9404 23.1446 2 +40 2 22.1216 25.1929 23.1505 2 +41 2 22.1216 25.9562 23.1505 2 +42 2 21.3907 26.2086 23.1446 2 +43 2 22.1507 25.5745 23.7775 2 +44 2 21.7688 26.1101 23.7826 2 +45 2 21.13 25.9125 23.7912 2 +46 2 21.13 25.2365 23.7912 2 +47 2 21.7688 25.039 23.7826 2 +48 2 22.1507 25.5745 22.97 2 +49 2 21.7688 26.1101 22.965 2 +50 2 21.13 25.9125 22.9563 2 +51 2 21.13 25.2365 22.9563 2 +52 2 21.7688 25.039 22.965 2 +53 2 21.8794 25.5745 24.006 2 +54 2 21.6814 25.8493 24.0094 2 +55 2 21.3564 25.7458 24.015 2 +56 2 21.3564 25.4032 24.015 2 +57 2 21.6814 25.2997 24.0094 2 +58 2 21.8794 25.5745 22.7416 2 +59 2 21.6814 25.8493 22.7382 2 +60 2 21.3564 25.7458 22.7326 2 +61 2 21.3564 25.4032 22.7326 2 +62 2 21.6814 25.2997 22.7382 2 +63 1 22.5101 25.4302 22.2914 3 +64 2 21.8501 25.4302 22.5246 3 +65 2 22.322 24.7961 22.5206 3 +66 2 23.0528 25.0485 22.5146 3 +67 2 23.0528 25.8118 22.5146 3 +68 2 22.322 26.0643 22.5206 3 +69 2 21.8501 25.4302 22.0582 3 +70 2 22.322 24.7961 22.0622 3 +71 2 23.0528 25.0485 22.0682 3 +72 2 23.0528 25.8118 22.0682 3 +73 2 22.322 26.0643 22.0622 3 +74 2 23.082 25.4302 22.6951 3 +75 2 22.7001 25.9657 22.7002 3 +76 2 22.0612 25.7682 22.7088 3 +77 2 22.0612 25.0922 22.7088 3 +78 2 22.7001 24.8947 22.7002 3 +79 2 23.082 25.4302 21.8877 3 +80 2 22.7001 25.9657 21.8826 3 +81 2 22.0612 25.7682 21.874 3 +82 2 22.0612 25.0922 21.874 3 +83 2 22.7001 24.8947 21.8826 3 +84 2 22.8107 25.4302 22.9236 3 +85 2 22.6126 25.705 22.927 3 +86 2 22.2877 25.6015 22.9326 3 +87 2 22.2877 25.2589 22.9326 3 +88 2 22.6126 25.1554 22.927 3 +89 2 22.8107 25.4302 21.6592 3 +90 2 22.6126 25.705 21.6558 3 +91 2 22.2877 25.6015 21.6502 3 +92 2 22.2877 25.2589 21.6502 3 +93 2 22.6126 25.1554 21.6558 3 +94 1 23.895 25.0537 22.2951 4 +95 2 23.235 25.0537 22.5282 4 +96 2 23.7068 24.4196 22.5243 4 +97 2 24.4377 24.672 22.5183 4 +98 2 24.4377 25.4353 22.5183 4 +99 2 23.7068 25.6877 22.5243 4 +100 2 23.235 25.0537 22.0619 4 +101 2 23.7068 24.4196 22.0659 4 +102 2 24.4377 24.672 22.0718 4 +103 2 24.4377 25.4353 22.0718 4 +104 2 23.7068 25.6877 22.0659 4 +105 2 24.4668 25.0537 22.6988 4 +106 2 24.0849 25.5892 22.7039 4 +107 2 23.4461 25.3916 22.7125 4 +108 2 23.4461 24.7157 22.7125 4 +109 2 24.0849 24.5181 22.7039 4 +110 2 24.4668 25.0537 21.8913 4 +111 2 24.0849 25.5892 21.8863 4 +112 2 23.4461 25.3916 21.8776 4 +113 2 23.4461 24.7157 21.8776 4 +114 2 24.0849 24.5181 21.8863 4 +115 2 24.1955 25.0537 22.9273 4 +116 2 23.9975 25.3284 22.9307 4 +117 2 23.6725 25.225 22.9363 4 +118 2 23.6725 24.8823 22.9363 4 +119 2 23.9975 24.7789 22.9307 4 +120 2 24.1955 25.0537 21.6629 4 +121 2 23.9975 25.3284 21.6595 4 +122 2 23.6725 25.225 21.6538 4 +123 2 23.6725 24.8823 21.6538 4 +124 2 23.9975 24.7789 21.6595 4 +125 1 24.6582 26.0898 21.6598 5 +126 2 23.9982 26.0898 21.893 5 +127 2 24.4701 25.4557 21.889 5 +128 2 25.2009 25.7081 21.883 5 +129 2 25.2009 26.4714 21.883 5 +130 2 24.4701 26.7238 21.889 5 +131 2 23.9982 26.0898 21.4266 5 +132 2 24.4701 25.4557 21.4306 5 +133 2 25.2009 25.7081 21.4366 5 +134 2 25.2009 26.4714 21.4366 5 +135 2 24.4701 26.7238 21.4306 5 +136 2 25.2301 26.0898 22.0635 5 +137 2 24.8482 26.6253 22.0686 5 +138 2 24.2093 26.4277 22.0772 5 +139 2 24.2093 25.7518 22.0772 5 +140 2 24.8482 25.5542 22.0686 5 +141 2 25.2301 26.0898 21.2561 5 +142 2 24.8482 26.6253 21.251 5 +143 2 24.2093 26.4277 21.2424 5 +144 2 24.2093 25.7518 21.2424 5 +145 2 24.8482 25.5542 21.251 5 +146 2 24.9587 26.0898 22.292 5 +147 2 24.7607 26.3645 22.2954 5 +148 2 24.4358 26.2611 22.301 5 +149 2 24.4358 25.9185 22.301 5 +150 2 24.7607 25.815 22.2954 5 +151 2 24.9587 26.0898 21.0276 5 +152 2 24.7607 26.3645 21.0242 5 +153 2 24.4358 26.2611 21.0186 5 +154 2 24.4358 25.9184 21.0186 5 +155 2 24.7607 25.815 21.0242 5 +156 1 25.7401 26.9511 22.0433 6 +157 2 25.0801 26.9511 22.2765 6 +158 2 25.552 26.3171 22.2725 6 +159 2 26.2828 26.5695 22.2666 6 +160 2 26.2828 27.3328 22.2666 6 +161 2 25.552 27.5852 22.2725 6 +162 2 25.0801 26.9511 21.8102 6 +163 2 25.552 26.3171 21.8141 6 +164 2 26.2828 26.5695 21.8201 6 +165 2 26.2828 27.3328 21.8201 6 +166 2 25.552 27.5852 21.8141 6 +167 2 26.312 26.9511 22.4471 6 +168 2 25.9301 27.4867 22.4521 6 +169 2 25.2912 27.2891 22.4608 6 +170 2 25.2912 26.6132 22.4608 6 +171 2 25.9301 26.4156 22.4521 6 +172 2 26.312 26.9511 21.6396 6 +173 2 25.9301 27.4867 21.6345 6 +174 2 25.2912 27.2891 21.6259 6 +175 2 25.2912 26.6132 21.6259 6 +176 2 25.9301 26.4156 21.6345 6 +177 2 26.0406 26.9511 22.6755 6 +178 2 25.8426 27.2259 22.6789 6 +179 2 25.5177 27.1225 22.6845 6 +180 2 25.5177 26.7798 22.6845 6 +181 2 25.8426 26.6764 22.6789 6 +182 2 26.0406 26.9511 21.4111 6 +183 2 25.8426 27.2259 21.4077 6 +184 2 25.5177 27.1225 21.4021 6 +185 2 25.5177 26.7798 21.4021 6 +186 2 25.8426 26.6764 21.4077 6 +187 1 26.6309 26.6387 20.9623 7 +188 2 25.9709 26.6387 21.1955 7 +189 2 26.4427 26.0047 21.1916 7 +190 2 27.1736 26.2571 21.1856 7 +191 2 27.1736 27.0204 21.1856 7 +192 2 26.4427 27.2728 21.1916 7 +193 2 25.9709 26.6387 20.7292 7 +194 2 26.4427 26.0047 20.7331 7 +195 2 27.1736 26.2571 20.7391 7 +196 2 27.1736 27.0204 20.7391 7 +197 2 26.4427 27.2728 20.7331 7 +198 2 27.2028 26.6387 21.3661 7 +199 2 26.8208 27.1743 21.3712 7 +200 2 26.182 26.9767 21.3798 7 +201 2 26.182 26.3008 21.3798 7 +202 2 26.8208 26.1032 21.3712 7 +203 2 27.2027 26.6387 20.5586 7 +204 2 26.8209 27.1743 20.5535 7 +205 2 26.182 26.9767 20.5449 7 +206 2 26.182 26.3008 20.5449 7 +207 2 26.8208 26.1032 20.5535 7 +208 2 26.9314 26.6387 21.5946 7 +209 2 26.7334 26.9135 21.598 7 +210 2 26.4084 26.81 21.6036 7 +211 2 26.4084 26.4674 21.6036 7 +212 2 26.7334 26.364 21.598 7 +213 2 26.9314 26.6387 20.3301 7 +214 2 26.7334 26.9135 20.3267 7 +215 2 26.4084 26.8101 20.3211 7 +216 2 26.4084 26.4674 20.3211 7 +217 2 26.7334 26.364 20.3267 7 +218 1 27.7333 27.3399 21.5562 8 +219 2 27.0733 27.3399 21.7894 8 +220 2 27.5451 26.7058 21.7855 8 +221 2 28.276 26.9582 21.7795 8 +222 2 28.276 27.7215 21.7795 8 +223 2 27.5451 27.974 21.7855 8 +224 2 27.0733 27.3399 21.3231 8 +225 2 27.5451 26.7058 21.327 8 +226 2 28.276 26.9582 21.333 8 +227 2 28.276 27.7215 21.333 8 +228 2 27.5451 27.974 21.327 8 +229 2 28.3051 27.3399 21.96 8 +230 2 27.9232 27.8754 21.9651 8 +231 2 27.2844 27.6779 21.9737 8 +232 2 27.2844 27.0019 21.9737 8 +233 2 27.9232 26.8043 21.9651 8 +234 2 28.3051 27.3399 21.1525 8 +235 2 27.9232 27.8754 21.1474 8 +236 2 27.2844 27.6779 21.1388 8 +237 2 27.2844 27.0019 21.1388 8 +238 2 27.9232 26.8044 21.1474 8 +239 2 28.0338 27.3399 22.1885 8 +240 2 27.8358 27.6147 22.1919 8 +241 2 27.5108 27.5112 22.1975 8 +242 2 27.5108 27.1686 22.1975 8 +243 2 27.8358 27.0651 22.1919 8 +244 2 28.0338 27.3399 20.924 8 +245 2 27.8358 27.6147 20.9206 8 +246 2 27.5108 27.5112 20.915 8 +247 2 27.5108 27.1686 20.915 8 +248 2 27.8358 27.0651 20.9206 8 +249 1 28.2741 26.7179 22.7311 9 +250 2 27.6141 26.7179 22.9642 9 +251 2 28.086 26.0838 22.9603 9 +252 2 28.8168 26.3362 22.9543 9 +253 2 28.8168 27.0995 22.9543 9 +254 2 28.086 27.352 22.9603 9 +255 2 27.6141 26.7179 22.4979 9 +256 2 28.086 26.0838 22.5019 9 +257 2 28.8168 26.3362 22.5078 9 +258 2 28.8168 27.0995 22.5078 9 +259 2 28.086 27.352 22.5019 9 +260 2 28.846 26.7179 23.1348 9 +261 2 28.4641 27.2534 23.1399 9 +262 2 27.8252 27.0559 23.1485 9 +263 2 27.8252 26.3799 23.1485 9 +264 2 28.4641 26.1823 23.1399 9 +265 2 28.846 26.7179 22.3273 9 +266 2 28.4641 27.2534 22.3223 9 +267 2 27.8252 27.0559 22.3136 9 +268 2 27.8252 26.3799 22.3136 9 +269 2 28.4641 26.1823 22.3223 9 +270 2 28.5746 26.7179 23.3633 9 +271 2 28.3766 26.9927 23.3667 9 +272 2 28.0517 26.8892 23.3723 9 +273 2 28.0517 26.5466 23.3723 9 +274 2 28.3766 26.4431 23.3667 9 +275 2 28.5746 26.7179 22.0989 9 +276 2 28.3766 26.9927 22.0955 9 +277 2 28.0517 26.8892 22.0899 9 +278 2 28.0517 26.5466 22.0899 9 +279 2 28.3766 26.4431 22.0955 9 +280 1 26.9358 26.2738 22.9979 10 +281 2 26.2757 26.2738 23.2311 10 +282 2 26.7476 25.6397 23.2271 10 +283 2 27.4785 25.8921 23.2211 10 +284 2 27.4785 26.6554 23.2211 10 +285 2 26.7476 26.9079 23.2271 10 +286 2 26.2757 26.2738 22.7647 10 +287 2 26.7476 25.6397 22.7687 10 +288 2 27.4785 25.8921 22.7747 10 +289 2 27.4785 26.6554 22.7747 10 +290 2 26.7476 26.9079 22.7687 10 +291 2 27.5076 26.2738 23.4016 10 +292 2 27.1257 26.8093 23.4067 10 +293 2 26.4869 26.6118 23.4154 10 +294 2 26.4869 25.9358 23.4154 10 +295 2 27.1257 25.7382 23.4067 10 +296 2 27.5076 26.2738 22.5942 10 +297 2 27.1257 26.8093 22.5891 10 +298 2 26.4869 26.6118 22.5805 10 +299 2 26.4869 25.9358 22.5805 10 +300 2 27.1257 25.7382 22.5891 10 +301 2 27.2363 26.2738 23.6301 10 +302 2 27.0383 26.5486 23.6335 10 +303 2 26.7133 26.4451 23.6391 10 +304 2 26.7133 26.1025 23.6391 10 +305 2 27.0383 25.999 23.6335 10 +306 2 27.2363 26.2738 22.3657 10 +307 2 27.0383 26.5486 22.3623 10 +308 2 26.7133 26.4451 22.3567 10 +309 2 26.7133 26.1025 22.3567 10 +310 2 27.0383 25.999 22.3623 10 +311 1 27.733 25.5139 23.9181 11 +312 2 27.0729 25.5139 24.1512 11 +313 2 27.5448 24.8798 24.1473 11 +314 2 28.2756 25.1323 24.1413 11 +315 2 28.2756 25.8956 24.1413 11 +316 2 27.5448 26.148 24.1473 11 +317 2 27.0729 25.5139 23.6849 11 +318 2 27.5448 24.8798 23.6889 11 +319 2 28.2756 25.1323 23.6948 11 +320 2 28.2756 25.8956 23.6948 11 +321 2 27.5448 26.148 23.6889 11 +322 2 28.3048 25.5139 24.3218 11 +323 2 27.9229 26.0494 24.3269 11 +324 2 27.284 25.8519 24.3355 11 +325 2 27.284 25.1759 24.3355 11 +326 2 27.9229 24.9784 24.3269 11 +327 2 28.3048 25.5139 23.5143 11 +328 2 27.9229 26.0494 23.5093 11 +329 2 27.284 25.8519 23.5006 11 +330 2 27.284 25.1759 23.5006 11 +331 2 27.9229 24.9784 23.5093 11 +332 2 28.0335 25.5139 24.5503 11 +333 2 27.8354 25.7887 24.5537 11 +334 2 27.5105 25.6852 24.5593 11 +335 2 27.5105 25.3426 24.5593 11 +336 2 27.8354 25.2391 24.5537 11 +337 2 28.0335 25.5139 23.2859 11 +338 2 27.8354 25.7887 23.2825 11 +339 2 27.5105 25.6852 23.2769 11 +340 2 27.5105 25.3426 23.2769 11 +341 2 27.8354 25.2391 23.2825 11 +342 1 28.8712 25.1256 24.7012 12 +343 2 28.2111 25.1256 24.9344 12 +344 2 28.683 24.4916 24.9305 12 +345 2 29.4138 24.744 24.9245 12 +346 2 29.4138 25.5073 24.9245 12 +347 2 28.683 25.7597 24.9305 12 +348 2 28.2111 25.1256 24.4681 12 +349 2 28.683 24.4916 24.472 12 +350 2 29.4138 24.744 24.478 12 +351 2 29.4138 25.5073 24.478 12 +352 2 28.683 25.7597 24.472 12 +353 2 29.443 25.1256 25.105 12 +354 2 29.0611 25.6612 25.11 12 +355 2 28.4222 25.4636 25.1187 12 +356 2 28.4222 24.7877 25.1187 12 +357 2 29.0611 24.5901 25.11 12 +358 2 29.443 25.1256 24.2975 12 +359 2 29.0611 25.6612 24.2924 12 +360 2 28.4222 25.4636 24.2838 12 +361 2 28.4222 24.7877 24.2838 12 +362 2 29.0611 24.5901 24.2924 12 +363 2 29.1717 25.1256 25.3335 12 +364 2 28.9736 25.4004 25.3368 12 +365 2 28.6487 25.2969 25.3425 12 +366 2 28.6487 24.9543 25.3425 12 +367 2 28.9736 24.8509 25.3368 12 +368 2 29.1717 25.1256 24.069 12 +369 2 28.9736 25.4004 24.0656 12 +370 2 28.6487 25.297 24.06 12 +371 2 28.6487 24.9543 24.06 12 +372 2 28.9736 24.8509 24.0656 12 +373 1 30.0053 25.4778 25.507 13 +374 2 29.3453 25.4778 25.7401 13 +375 2 29.8172 24.8438 25.7362 13 +376 2 30.548 25.0962 25.7302 13 +377 2 30.548 25.8595 25.7302 13 +378 2 29.8172 26.1119 25.7362 13 +379 2 29.3453 25.4778 25.2738 13 +380 2 29.8172 24.8438 25.2777 13 +381 2 30.548 25.0962 25.2837 13 +382 2 30.548 25.8595 25.2837 13 +383 2 29.8172 26.1119 25.2777 13 +384 2 30.5772 25.4778 25.9107 13 +385 2 30.1953 26.0134 25.9158 13 +386 2 29.5564 25.8158 25.9244 13 +387 2 29.5564 25.1399 25.9244 13 +388 2 30.1953 24.9423 25.9158 13 +389 2 30.5772 25.4778 25.1032 13 +390 2 30.1953 26.0134 25.0982 13 +391 2 29.5564 25.8158 25.0895 13 +392 2 29.5564 25.1399 25.0895 13 +393 2 30.1953 24.9423 25.0982 13 +394 2 30.3058 25.4778 26.1392 13 +395 2 30.1078 25.7526 26.1426 13 +396 2 29.7829 25.6492 26.1482 13 +397 2 29.7829 25.3065 26.1482 13 +398 2 30.1078 25.2031 26.1426 13 +399 2 30.3058 25.4778 24.8747 13 +400 2 30.1078 25.7526 24.8714 13 +401 2 29.7829 25.6492 24.8657 13 +402 2 29.7829 25.3065 24.8657 13 +403 2 30.1078 25.2031 24.8714 13 +404 1 29.8427 26.8721 25.2081 14 +405 2 29.1827 26.8721 25.4413 14 +406 2 29.6545 26.238 25.4373 14 +407 2 30.3854 26.4904 25.4314 14 +408 2 30.3854 27.2537 25.4314 14 +409 2 29.6545 27.5061 25.4373 14 +410 2 29.1827 26.8721 24.975 14 +411 2 29.6545 26.238 24.9789 14 +412 2 30.3854 26.4904 24.9849 14 +413 2 30.3854 27.2537 24.9849 14 +414 2 29.6545 27.5061 24.9789 14 +415 2 30.4145 26.8721 25.6119 14 +416 2 30.0326 27.4076 25.6169 14 +417 2 29.3938 27.21 25.6256 14 +418 2 29.3938 26.5341 25.6256 14 +419 2 30.0326 26.3365 25.6169 14 +420 2 30.4145 26.8721 24.8044 14 +421 2 30.0326 27.4076 24.7993 14 +422 2 29.3938 27.21 24.7907 14 +423 2 29.3938 26.5341 24.7907 14 +424 2 30.0326 26.3365 24.7993 14 +425 2 30.1432 26.8721 25.8403 14 +426 2 29.9452 27.1468 25.8437 14 +427 2 29.6202 27.0434 25.8493 14 +428 2 29.6202 26.7007 25.8493 14 +429 2 29.9452 26.5973 25.8437 14 +430 2 30.1432 26.8721 24.5759 14 +431 2 29.9452 27.1468 24.5725 14 +432 2 29.6202 27.0434 24.5669 14 +433 2 29.6202 26.7007 24.5669 14 +434 2 29.9452 26.5973 24.5725 14 +435 1 29.3789 27.6387 26.3292 15 +436 2 28.7189 27.6387 26.5624 15 +437 2 29.1908 27.0046 26.5584 15 +438 2 29.9216 27.257 26.5524 15 +439 2 29.9216 28.0203 26.5524 15 +440 2 29.1908 28.2727 26.5584 15 +441 2 28.7189 27.6387 26.096 15 +442 2 29.1908 27.0046 26.1 15 +443 2 29.9216 27.257 26.106 15 +444 2 29.9216 28.0203 26.106 15 +445 2 29.1908 28.2727 26.1 15 +446 2 29.9508 27.6387 26.7329 15 +447 2 29.5689 28.1742 26.738 15 +448 2 28.93 27.9766 26.7467 15 +449 2 28.93 27.3007 26.7467 15 +450 2 29.5689 27.1031 26.738 15 +451 2 29.9508 27.6387 25.9255 15 +452 2 29.5689 28.1742 25.9204 15 +453 2 28.93 27.9766 25.9118 15 +454 2 28.93 27.3007 25.9118 15 +455 2 29.5689 27.1031 25.9204 15 +456 2 29.6794 27.6387 26.9614 15 +457 2 29.4814 27.9134 26.9648 15 +458 2 29.1565 27.81 26.9704 15 +459 2 29.1565 27.4674 26.9704 15 +460 2 29.4814 27.3639 26.9648 15 +461 2 29.6794 27.6387 25.697 15 +462 2 29.4814 27.9134 25.6936 15 +463 2 29.1565 27.81 25.688 15 +464 2 29.1565 27.4674 25.688 15 +465 2 29.4814 27.3639 25.6936 15 +466 1 28.587 28.4661 27.194 16 +467 2 27.927 28.4661 27.4272 16 +468 2 28.3989 27.832 27.4232 16 +469 2 29.1297 28.0844 27.4172 16 +470 2 29.1297 28.8477 27.4172 16 +471 2 28.3989 29.1002 27.4232 16 +472 2 27.927 28.4661 26.9608 16 +473 2 28.3989 27.832 26.9648 16 +474 2 29.1297 28.0844 26.9708 16 +475 2 29.1297 28.8477 26.9708 16 +476 2 28.3989 29.1002 26.9648 16 +477 2 29.1589 28.4661 27.5977 16 +478 2 28.777 29.0016 27.6028 16 +479 2 28.1381 28.8041 27.6115 16 +480 2 28.1381 28.1281 27.6115 16 +481 2 28.777 27.9306 27.6028 16 +482 2 29.1589 28.4661 26.7903 16 +483 2 28.777 29.0016 26.7852 16 +484 2 28.1381 28.8041 26.7766 16 +485 2 28.1381 28.1281 26.7766 16 +486 2 28.777 27.9306 26.7852 16 +487 2 28.8875 28.4661 27.8262 16 +488 2 28.6895 28.7409 27.8296 16 +489 2 28.3646 28.6374 27.8352 16 +490 2 28.3646 28.2948 27.8352 16 +491 2 28.6895 28.1913 27.8296 16 +492 2 28.8875 28.4661 26.5618 16 +493 2 28.6895 28.7409 26.5584 16 +494 2 28.3646 28.6374 26.5528 16 +495 2 28.3646 28.2948 26.5528 16 +496 2 28.6895 28.1913 26.5584 16 +497 1 27.6135 27.9861 28.1329 17 +498 2 26.9535 27.9861 28.366 17 +499 2 27.4254 27.352 28.3621 17 +500 2 28.1562 27.6044 28.3561 17 +501 2 28.1562 28.3677 28.3561 17 +502 2 27.4254 28.6202 28.3621 17 +503 2 26.9535 27.9861 27.8997 17 +504 2 27.4254 27.352 27.9037 17 +505 2 28.1562 27.6044 27.9097 17 +506 2 28.1562 28.3677 27.9097 17 +507 2 27.4254 28.6202 27.9037 17 +508 2 28.1854 27.9861 28.5366 17 +509 2 27.8035 28.5216 28.5417 17 +510 2 27.1646 28.3241 28.5503 17 +511 2 27.1646 27.6481 28.5503 17 +512 2 27.8035 27.4506 28.5417 17 +513 2 28.1854 27.9861 27.7292 17 +514 2 27.8035 28.5216 27.7241 17 +515 2 27.1646 28.3241 27.7154 17 +516 2 27.1646 27.6481 27.7154 17 +517 2 27.8035 27.4506 27.7241 17 +518 2 27.914 27.9861 28.7651 17 +519 2 27.716 28.2609 28.7685 17 +520 2 27.3911 28.1574 28.7741 17 +521 2 27.3911 27.8148 28.7741 17 +522 2 27.716 27.7113 28.7685 17 +523 2 27.914 27.9861 27.5007 17 +524 2 27.716 28.2609 27.4973 17 +525 2 27.3911 28.1574 27.4917 17 +526 2 27.3911 27.8148 27.4917 17 +527 2 27.716 27.7113 27.4973 17 +528 1 28.7548 27.1277 28.2749 18 +529 2 28.0948 27.1277 28.508 18 +530 2 28.5666 26.4936 28.5041 18 +531 2 29.2975 26.746 28.4981 18 +532 2 29.2975 27.5093 28.4981 18 +533 2 28.5666 27.7617 28.5041 18 +534 2 28.0948 27.1277 28.0417 18 +535 2 28.5666 26.4936 28.0457 18 +536 2 29.2975 26.746 28.0516 18 +537 2 29.2975 27.5093 28.0516 18 +538 2 28.5666 27.7617 28.0457 18 +539 2 29.3267 27.1277 28.6786 18 +540 2 28.9448 27.6632 28.6837 18 +541 2 28.3059 27.4656 28.6923 18 +542 2 28.3059 26.7897 28.6923 18 +543 2 28.9448 26.5921 28.6837 18 +544 2 29.3266 27.1277 27.8711 18 +545 2 28.9448 27.6632 27.8661 18 +546 2 28.3059 27.4656 27.8574 18 +547 2 28.3059 26.7897 27.8574 18 +548 2 28.9447 26.5921 27.8661 18 +549 2 29.0553 27.1277 28.9071 18 +550 2 28.8573 27.4024 28.9105 18 +551 2 28.5323 27.299 28.9161 18 +552 2 28.5323 26.9563 28.9161 18 +553 2 28.8573 26.8529 28.9105 18 +554 2 29.0553 27.1277 27.6427 18 +555 2 28.8573 27.4024 27.6393 18 +556 2 28.5323 27.299 27.6337 18 +557 2 28.5323 26.9563 27.6337 18 +558 2 28.8573 26.8529 27.6393 18 +559 1 29.3703 27.681 29.4473 19 +560 2 28.7102 27.681 29.6805 19 +561 2 29.1821 27.0469 29.6765 19 +562 2 29.913 27.2993 29.6706 19 +563 2 29.913 28.0626 29.6706 19 +564 2 29.1821 28.3151 29.6765 19 +565 2 28.7102 27.681 29.2142 19 +566 2 29.1821 27.0469 29.2181 19 +567 2 29.913 27.2993 29.2241 19 +568 2 29.913 28.0626 29.2241 19 +569 2 29.1821 28.3151 29.2181 19 +570 2 29.9421 27.681 29.8511 19 +571 2 29.5602 28.2165 29.8561 19 +572 2 28.9214 28.019 29.8648 19 +573 2 28.9214 27.343 29.8648 19 +574 2 29.5602 27.1455 29.8561 19 +575 2 29.9421 27.681 29.0436 19 +576 2 29.5602 28.2165 29.0385 19 +577 2 28.9214 28.019 29.0299 19 +578 2 28.9214 27.343 29.0299 19 +579 2 29.5602 27.1455 29.0385 19 +580 2 29.6708 27.681 30.0795 19 +581 2 29.4728 27.9558 30.0829 19 +582 2 29.1478 27.8523 30.0885 19 +583 2 29.1478 27.5097 30.0885 19 +584 2 29.4728 27.4062 30.0829 19 +585 2 29.6708 27.681 28.8151 19 +586 2 29.4728 27.9558 28.8117 19 +587 2 29.1478 27.8523 28.8061 19 +588 2 29.1478 27.5097 28.8061 19 +589 2 29.4728 27.4062 28.8117 19 +590 1 30.1317 28.895 29.3698 20 +591 2 29.4717 28.895 29.603 20 +592 2 29.9436 28.2609 29.5991 20 +593 2 30.6744 28.5133 29.5931 20 +594 2 30.6744 29.2766 29.5931 20 +595 2 29.9436 29.5291 29.5991 20 +596 2 29.4717 28.895 29.1367 20 +597 2 29.9436 28.2609 29.1406 20 +598 2 30.6744 28.5133 29.1466 20 +599 2 30.6744 29.2766 29.1466 20 +600 2 29.9436 29.5291 29.1406 20 +601 2 30.7036 28.895 29.7736 20 +602 2 30.3217 29.4305 29.7786 20 +603 2 29.6828 29.233 29.7873 20 +604 2 29.6828 28.557 29.7873 20 +605 2 30.3217 28.3594 29.7786 20 +606 2 30.7036 28.895 28.9661 20 +607 2 30.3217 29.4305 28.961 20 +608 2 29.6828 29.233 28.9524 20 +609 2 29.6828 28.557 28.9524 20 +610 2 30.3217 28.3594 28.961 20 +611 2 30.4322 28.895 30.0021 20 +612 2 30.2342 29.1698 30.0054 20 +613 2 29.9093 29.0663 30.0111 20 +614 2 29.9093 28.7237 30.0111 20 +615 2 30.2342 28.6202 30.0054 20 +616 2 30.4322 28.895 28.7376 20 +617 2 30.2342 29.1698 28.7342 20 +618 2 29.9093 29.0663 28.7286 20 +619 2 29.9093 28.7237 28.7286 20 +620 2 30.2342 28.6202 28.7342 20 +621 1 31.4259 29.456 29.1053 21 +622 2 30.7659 29.456 29.3385 21 +623 2 31.2377 28.8219 29.3345 21 +624 2 31.9686 29.0744 29.3285 21 +625 2 31.9686 29.8377 29.3285 21 +626 2 31.2377 30.0901 29.3345 21 +627 2 30.7659 29.456 28.8721 21 +628 2 31.2377 28.8219 28.8761 21 +629 2 31.9686 29.0744 28.8821 21 +630 2 31.9686 29.8377 28.8821 21 +631 2 31.2377 30.0901 28.8761 21 +632 2 31.9977 29.456 29.509 21 +633 2 31.6158 29.9915 29.5141 21 +634 2 30.977 29.794 29.5227 21 +635 2 30.977 29.118 29.5227 21 +636 2 31.6158 28.9205 29.5141 21 +637 2 31.9977 29.456 28.7016 21 +638 2 31.6158 29.9915 28.6965 21 +639 2 30.977 29.794 28.6878 21 +640 2 30.977 29.118 28.6878 21 +641 2 31.6158 28.9205 28.6965 21 +642 2 31.7264 29.456 29.7375 21 +643 2 31.5284 29.7308 29.7409 21 +644 2 31.2034 29.6273 29.7465 21 +645 2 31.2034 29.2847 29.7465 21 +646 2 31.5284 29.1812 29.7409 21 +647 2 31.7264 29.456 28.4731 21 +648 2 31.5284 29.7308 28.4697 21 +649 2 31.2034 29.6273 28.4641 21 +650 2 31.2034 29.2847 28.4641 21 +651 2 31.5284 29.1812 28.4697 21 +652 1 31.3008 28.2326 28.3655 22 +653 2 30.6408 28.2326 28.5987 22 +654 2 31.1126 27.5985 28.5947 22 +655 2 31.8435 27.851 28.5888 22 +656 2 31.8435 28.6143 28.5888 22 +657 2 31.1126 28.8667 28.5947 22 +658 2 30.6408 28.2326 28.1324 22 +659 2 31.1126 27.5985 28.1363 22 +660 2 31.8435 27.851 28.1423 22 +661 2 31.8435 28.6143 28.1423 22 +662 2 31.1126 28.8667 28.1363 22 +663 2 31.8726 28.2326 28.7693 22 +664 2 31.4907 28.7682 28.7743 22 +665 2 30.8519 28.5706 28.783 22 +666 2 30.8519 27.8946 28.783 22 +667 2 31.4907 27.6971 28.7743 22 +668 2 31.8726 28.2326 27.9618 22 +669 2 31.4907 28.7682 27.9567 22 +670 2 30.8519 28.5706 27.9481 22 +671 2 30.8519 27.8946 27.9481 22 +672 2 31.4907 27.6971 27.9567 22 +673 2 31.6013 28.2326 28.9977 22 +674 2 31.4033 28.5074 29.0011 22 +675 2 31.0783 28.4039 29.0067 22 +676 2 31.0783 28.0613 29.0067 22 +677 2 31.4033 27.9578 29.0011 22 +678 2 31.6013 28.2326 27.7333 22 +679 2 31.4033 28.5074 27.7299 22 +680 2 31.0783 28.4039 27.7243 22 +681 2 31.0783 28.0613 27.7243 22 +682 2 31.4033 27.9578 27.7299 22 +683 1 32.1926 27.1371 28.1123 23 +684 2 31.5325 27.1371 28.3454 23 +685 2 32.0044 26.503 28.3415 23 +686 2 32.7353 26.7554 28.3355 23 +687 2 32.7353 27.5187 28.3355 23 +688 2 32.0044 27.7712 28.3415 23 +689 2 31.5325 27.1371 27.8791 23 +690 2 32.0044 26.503 27.8831 23 +691 2 32.7353 26.7554 27.8891 23 +692 2 32.7353 27.5187 27.8891 23 +693 2 32.0044 27.7712 27.8831 23 +694 2 32.7644 27.1371 28.516 23 +695 2 32.3825 27.6726 28.5211 23 +696 2 31.7437 27.4751 28.5297 23 +697 2 31.7437 26.7991 28.5297 23 +698 2 32.3825 26.6015 28.5211 23 +699 2 32.7644 27.1371 27.7086 23 +700 2 32.3825 27.6726 27.7035 23 +701 2 31.7437 27.4751 27.6948 23 +702 2 31.7437 26.7991 27.6948 23 +703 2 32.3825 26.6015 27.7035 23 +704 2 32.4931 27.1371 28.7445 23 +705 2 32.2951 27.4119 28.7479 23 +706 2 31.9701 27.3084 28.7535 23 +707 2 31.9701 26.9658 28.7535 23 +708 2 32.2951 26.8623 28.7479 23 +709 2 32.4931 27.1371 27.4801 23 +710 2 32.2951 27.4119 27.4767 23 +711 2 31.9701 27.3084 27.4711 23 +712 2 31.9701 26.9658 27.4711 23 +713 2 32.2951 26.8623 27.4767 23 +714 1 33.0167 26.5192 29.1116 24 +715 2 32.3567 26.5192 29.3447 24 +716 2 32.8285 25.8851 29.3408 24 +717 2 33.5594 26.1375 29.3348 24 +718 2 33.5594 26.9008 29.3348 24 +719 2 32.8285 27.1532 29.3408 24 +720 2 32.3567 26.5192 28.8784 24 +721 2 32.8285 25.8851 28.8824 24 +722 2 33.5594 26.1375 28.8883 24 +723 2 33.5594 26.9008 28.8883 24 +724 2 32.8285 27.1532 28.8824 24 +725 2 33.5885 26.5192 29.5153 24 +726 2 33.2066 27.0547 29.5204 24 +727 2 32.5678 26.8571 29.529 24 +728 2 32.5678 26.1812 29.529 24 +729 2 33.2066 25.9836 29.5204 24 +730 2 33.5885 26.5192 28.7078 24 +731 2 33.2066 27.0547 28.7028 24 +732 2 32.5678 26.8571 28.6941 24 +733 2 32.5678 26.1812 28.6941 24 +734 2 33.2066 25.9836 28.7028 24 +735 2 33.3172 26.5192 29.7438 24 +736 2 33.1192 26.7939 29.7472 24 +737 2 32.7942 26.6905 29.7528 24 +738 2 32.7942 26.3478 29.7528 24 +739 2 33.1192 26.2444 29.7472 24 +740 2 33.3172 26.5192 28.4794 24 +741 2 33.1192 26.7939 28.476 24 +742 2 32.7942 26.6905 28.4704 24 +743 2 32.7942 26.3478 28.4704 24 +744 2 33.1192 26.2444 28.476 24 +745 1 33.3109 26.7605 30.4953 25 +746 2 32.6509 26.7605 30.7285 25 +747 2 33.1227 26.1264 30.7246 25 +748 2 33.8536 26.3789 30.7186 25 +749 2 33.8536 27.1422 30.7186 25 +750 2 33.1227 27.3946 30.7246 25 +751 2 32.6509 26.7605 30.2622 25 +752 2 33.1227 26.1264 30.2661 25 +753 2 33.8536 26.3789 30.2721 25 +754 2 33.8536 27.1422 30.2721 25 +755 2 33.1227 27.3946 30.2661 25 +756 2 33.8827 26.7605 30.8991 25 +757 2 33.5008 27.2961 30.9041 25 +758 2 32.862 27.0985 30.9128 25 +759 2 32.862 26.4226 30.9128 25 +760 2 33.5008 26.225 30.9041 25 +761 2 33.8827 26.7605 30.0916 25 +762 2 33.5008 27.2961 30.0865 25 +763 2 32.862 27.0985 30.0779 25 +764 2 32.862 26.4226 30.0779 25 +765 2 33.5008 26.225 30.0865 25 +766 2 33.6114 26.7605 31.1276 25 +767 2 33.4134 27.0353 31.1309 25 +768 2 33.0884 26.9318 31.1366 25 +769 2 33.0884 26.5892 31.1366 25 +770 2 33.4134 26.4857 31.1309 25 +771 2 33.6114 26.7605 29.8631 25 +772 2 33.4134 27.0353 29.8597 25 +773 2 33.0884 26.9318 29.8541 25 +774 2 33.0884 26.5892 29.8541 25 +775 2 33.4134 26.4857 29.8597 25 +776 1 32.6296 27.0741 31.7189 26 +777 2 31.9696 27.0741 31.952 26 +778 2 32.4414 26.4401 31.9481 26 +779 2 33.1723 26.6925 31.9421 26 +780 2 33.1723 27.4558 31.9421 26 +781 2 32.4414 27.7082 31.9481 26 +782 2 31.9696 27.0741 31.4857 26 +783 2 32.4414 26.4401 31.4897 26 +784 2 33.1723 26.6925 31.4956 26 +785 2 33.1723 27.4558 31.4956 26 +786 2 32.4414 27.7082 31.4897 26 +787 2 33.2014 27.0741 32.1226 26 +788 2 32.8195 27.6097 32.1277 26 +789 2 32.1807 27.4121 32.1363 26 +790 2 32.1807 26.7362 32.1363 26 +791 2 32.8195 26.5386 32.1277 26 +792 2 33.2014 27.0741 31.3151 26 +793 2 32.8195 27.6097 31.3101 26 +794 2 32.1807 27.4121 31.3014 26 +795 2 32.1807 26.7362 31.3014 26 +796 2 32.8195 26.5386 31.3101 26 +797 2 32.9301 27.0741 32.3511 26 +798 2 32.7321 27.3489 32.3545 26 +799 2 32.4071 27.2454 32.3601 26 +800 2 32.4071 26.9028 32.3601 26 +801 2 32.7321 26.7994 32.3545 26 +802 2 32.9301 27.0741 31.0867 26 +803 2 32.7321 27.3489 31.0833 26 +804 2 32.4071 27.2454 31.0777 26 +805 2 32.4071 26.9028 31.0777 26 +806 2 32.7321 26.7994 31.0833 26 +807 1 31.7049 27.9673 32.3567 27 +808 2 31.0449 27.9673 32.5899 27 +809 2 31.5167 27.3332 32.5859 27 +810 2 32.2476 27.5856 32.5799 27 +811 2 32.2476 28.3489 32.5799 27 +812 2 31.5167 28.6014 32.5859 27 +813 2 31.0449 27.9673 32.1235 27 +814 2 31.5167 27.3332 32.1275 27 +815 2 32.2476 27.5856 32.1335 27 +816 2 32.2476 28.3489 32.1335 27 +817 2 31.5167 28.6014 32.1275 27 +818 2 32.2767 27.9673 32.7604 27 +819 2 31.8948 28.5028 32.7655 27 +820 2 31.256 28.3053 32.7742 27 +821 2 31.256 27.6293 32.7742 27 +822 2 31.8948 27.4317 32.7655 27 +823 2 32.2767 27.9673 31.953 27 +824 2 31.8948 28.5028 31.9479 27 +825 2 31.256 28.3053 31.9393 27 +826 2 31.256 27.6293 31.9393 27 +827 2 31.8948 27.4317 31.9479 27 +828 2 32.0054 27.9673 32.9889 27 +829 2 31.8074 28.2421 32.9923 27 +830 2 31.4824 28.1386 32.9979 27 +831 2 31.4824 27.796 32.9979 27 +832 2 31.8074 27.6925 32.9923 27 +833 2 32.0054 27.9673 31.7245 27 +834 2 31.8074 28.2421 31.7211 27 +835 2 31.4824 28.1386 31.7155 27 +836 2 31.4824 27.796 31.7155 27 +837 2 31.8074 27.6925 31.7211 27 +838 1 30.3399 27.7351 32.7342 28 +839 2 29.6799 27.7351 32.9674 28 +840 2 30.1517 27.101 32.9634 28 +841 2 30.8826 27.3535 32.9574 28 +842 2 30.8826 28.1168 32.9574 28 +843 2 30.1517 28.3692 32.9634 28 +844 2 29.6799 27.7351 32.5011 28 +845 2 30.1517 27.101 32.505 28 +846 2 30.8826 27.3535 32.511 28 +847 2 30.8826 28.1168 32.511 28 +848 2 30.1517 28.3692 32.505 28 +849 2 30.9117 27.7351 33.138 28 +850 2 30.5298 28.2706 33.143 28 +851 2 29.891 28.0731 33.1517 28 +852 2 29.891 27.3971 33.1517 28 +853 2 30.5298 27.1996 33.143 28 +854 2 30.9117 27.7351 32.3305 28 +855 2 30.5298 28.2706 32.3254 28 +856 2 29.891 28.0731 32.3168 28 +857 2 29.891 27.3971 32.3168 28 +858 2 30.5298 27.1996 32.3254 28 +859 2 30.6404 27.7351 33.3664 28 +860 2 30.4424 28.0099 33.3698 28 +861 2 30.1174 27.9064 33.3754 28 +862 2 30.1174 27.5638 33.3754 28 +863 2 30.4424 27.4603 33.3698 28 +864 2 30.6404 27.7351 32.102 28 +865 2 30.4424 28.0099 32.0986 28 +866 2 30.1174 27.9064 32.093 28 +867 2 30.1174 27.5638 32.093 28 +868 2 30.4424 27.4603 32.0986 28 +869 1 29.8305 28.063 34.0352 29 +870 2 29.1705 28.063 34.2684 29 +871 2 29.6424 27.429 34.2644 29 +872 2 30.3732 27.6814 34.2584 29 +873 2 30.3732 28.4447 34.2584 29 +874 2 29.6424 28.6971 34.2644 29 +875 2 29.1705 28.063 33.8021 29 +876 2 29.6424 27.429 33.806 29 +877 2 30.3732 27.6814 33.812 29 +878 2 30.3732 28.4447 33.812 29 +879 2 29.6424 28.6971 33.806 29 +880 2 30.4024 28.063 34.439 29 +881 2 30.0205 28.5986 34.444 29 +882 2 29.3816 28.401 34.4527 29 +883 2 29.3816 27.7251 34.4527 29 +884 2 30.0205 27.5275 34.444 29 +885 2 30.4024 28.063 33.6315 29 +886 2 30.0205 28.5986 33.6264 29 +887 2 29.3816 28.401 33.6178 29 +888 2 29.3816 27.7251 33.6178 29 +889 2 30.0205 27.5275 33.6264 29 +890 2 30.1311 28.063 34.6674 29 +891 2 29.933 28.3378 34.6708 29 +892 2 29.6081 28.2344 34.6764 29 +893 2 29.6081 27.8917 34.6764 29 +894 2 29.933 27.7883 34.6708 29 +895 2 30.1311 28.063 33.403 29 +896 2 29.933 28.3378 33.3996 29 +897 2 29.6081 28.2344 33.394 29 +898 2 29.6081 27.8917 33.394 29 +899 2 29.933 27.7883 33.3996 29 +900 1 30.2349 27.8319 35.3927 30 +901 2 29.5749 27.8319 35.6258 30 +902 2 30.0468 27.1978 35.6219 30 +903 2 30.7776 27.4503 35.6159 30 +904 2 30.7776 28.2136 35.6159 30 +905 2 30.0468 28.466 35.6219 30 +906 2 29.5749 27.8319 35.1595 30 +907 2 30.0468 27.1978 35.1634 30 +908 2 30.7776 27.4503 35.1694 30 +909 2 30.7776 28.2136 35.1694 30 +910 2 30.0468 28.466 35.1634 30 +911 2 30.8068 27.8319 35.7964 30 +912 2 30.4249 28.3675 35.8015 30 +913 2 29.786 28.1699 35.8101 30 +914 2 29.786 27.4939 35.8101 30 +915 2 30.4249 27.2964 35.8015 30 +916 2 30.8068 27.8319 34.9889 30 +917 2 30.4249 28.3675 34.9839 30 +918 2 29.786 28.1699 34.9752 30 +919 2 29.786 27.4939 34.9752 30 +920 2 30.4249 27.2964 34.9839 30 +921 2 30.5354 27.8319 36.0249 30 +922 2 30.3374 28.1067 36.0283 30 +923 2 30.0125 28.0032 36.0339 30 +924 2 30.0125 27.6606 36.0339 30 +925 2 30.3374 27.5571 36.0283 30 +926 2 30.5354 27.8319 34.7604 30 +927 2 30.3374 28.1067 34.7571 30 +928 2 30.0125 28.0032 34.7514 30 +929 2 30.0125 27.6606 34.7514 30 +930 2 30.3374 27.5571 34.7571 30 +931 1 30.9967 26.7242 34.8903 31 +932 2 30.3366 26.7242 35.1234 31 +933 2 30.8085 26.0901 35.1195 31 +934 2 31.5393 26.3426 35.1135 31 +935 2 31.5393 27.1059 35.1135 31 +936 2 30.8085 27.3583 35.1195 31 +937 2 30.3366 26.7242 34.6571 31 +938 2 30.8085 26.0901 34.6611 31 +939 2 31.5393 26.3426 34.6671 31 +940 2 31.5393 27.1059 34.6671 31 +941 2 30.8085 27.3583 34.6611 31 +942 2 31.5685 26.7242 35.294 31 +943 2 31.1866 27.2598 35.2991 31 +944 2 30.5478 27.0622 35.3077 31 +945 2 30.5478 26.3862 35.3077 31 +946 2 31.1866 26.1887 35.2991 31 +947 2 31.5685 26.7242 34.4866 31 +948 2 31.1866 27.2598 34.4815 31 +949 2 30.5478 27.0622 34.4728 31 +950 2 30.5478 26.3862 34.4728 31 +951 2 31.1866 26.1887 34.4815 31 +952 2 31.2972 26.7242 35.5225 31 +953 2 31.0991 26.999 35.5259 31 +954 2 30.7742 26.8955 35.5315 31 +955 2 30.7742 26.5529 35.5315 31 +956 2 31.0991 26.4494 35.5259 31 +957 2 31.2972 26.7242 34.2581 31 +958 2 31.0991 26.999 34.2547 31 +959 2 30.7742 26.8955 34.2491 31 +960 2 30.7742 26.5529 34.2491 31 +961 2 31.0991 26.4494 34.2547 31 +962 1 29.9072 26.1623 34.144 32 +963 2 29.2472 26.1623 34.3772 32 +964 2 29.719 25.5283 34.3732 32 +965 2 30.4499 25.7807 34.3672 32 +966 2 30.4499 26.544 34.3672 32 +967 2 29.719 26.7964 34.3732 32 +968 2 29.2472 26.1623 33.9109 32 +969 2 29.719 25.5282 33.9148 32 +970 2 30.4499 25.7807 33.9208 32 +971 2 30.4499 26.544 33.9208 32 +972 2 29.719 26.7964 33.9148 32 +973 2 30.479 26.1623 34.5478 32 +974 2 30.0971 26.6979 34.5528 32 +975 2 29.4583 26.5003 34.5615 32 +976 2 29.4583 25.8244 34.5615 32 +977 2 30.0971 25.6268 34.5528 32 +978 2 30.479 26.1623 33.7403 32 +979 2 30.0971 26.6979 33.7352 32 +980 2 29.4583 26.5003 33.7266 32 +981 2 29.4583 25.8244 33.7266 32 +982 2 30.0971 25.6268 33.7352 32 +983 2 30.2077 26.1623 34.7762 32 +984 2 30.0097 26.4371 34.7796 32 +985 2 29.6847 26.3336 34.7852 32 +986 2 29.6847 25.991 34.7852 32 +987 2 30.0097 25.8876 34.7796 32 +988 2 30.2077 26.1623 33.5118 32 +989 2 30.0097 26.4371 33.5084 32 +990 2 29.6847 26.3336 33.5028 32 +991 2 29.6847 25.991 33.5028 32 +992 2 30.0097 25.8875 33.5084 32 + +Bonds + +1 1 1 32 +2 1 32 63 +3 1 63 94 +4 1 94 125 +5 1 125 156 +6 1 156 187 +7 1 187 218 +8 1 218 249 +9 1 249 280 +10 1 280 311 +11 1 311 342 +12 1 342 373 +13 1 373 404 +14 1 404 435 +15 1 435 466 +16 1 466 497 +17 1 497 528 +18 1 528 559 +19 1 559 590 +20 1 590 621 +21 1 621 652 +22 1 652 683 +23 1 683 714 +24 1 714 745 +25 1 745 776 +26 1 776 807 +27 1 807 838 +28 1 838 869 +29 1 869 900 +30 1 900 931 +31 1 931 962 diff --git a/examples/USER/lb/polymer/in.polymer_default_gamma b/examples/USER/lb/polymer/in.polymer_default_gamma index 4344dc0ef8a905127c5f2810a3f9abd831abfd46..954e5a69235cf54103ba5d29ab5b9b83cf12ac3d 100755 --- a/examples/USER/lb/polymer/in.polymer_default_gamma +++ b/examples/USER/lb/polymer/in.polymer_default_gamma @@ -1,107 +1,107 @@ -#===========================================================================# -# polymer test # -# # -# Run consists of a lone 32-bead coarse-grained polymer # -# undergoing Brownian motion in thermal lattice-Boltzmann fluid. # -# # -# Here, gamma (used in the calculation of the monomer-fluid interaction # -# force) is set by the user (gamma = 0.03 for this simulation...this # -# value has been calibrated a priori through simulations of the drag # -# force acting on a single particle of the same radius). # -# Sample output from this run can be found in the file: # -# 'dump.polymer.lammpstrj' # -# and viewed using, e.g., the VMD software. # -# # -#===========================================================================# - -units nano -dimension 3 -boundary p p p -atom_style hybrid molecular -special_bonds fene -read_data data.polymer - -#---------------------------------------------------------------------------- -# Need a neighbor bin size smaller than the lattice-Boltzmann grid spacing -# to ensure that the particles belonging to a given processor remain inside -# that processors lattice-Boltzmann grid. -#---------------------------------------------------------------------------- -neighbor 0.5 bin -neigh_modify delay 0 every 1 check yes -neigh_modify exclude type 2 2 -neigh_modify exclude type 2 1 - -#---------------------------------------------------------------------------- -# Implement a hard-sphere interaction between the particles at the center of -# each monomer (use a truncated and shifted Lennard-Jones potential). -#---------------------------------------------------------------------------- -bond_style fene -bond_coeff 1 60.0 2.25 4.14195 1.5 -pair_style lj/cut 1.68369 -pair_coeff 1 1 4.14195 1.5 1.68369 -pair_coeff 1 2 4.14195 1.5 1.68369 -pair_coeff 2 2 0 1.0 - -mass * 0.000000771064 -timestep 0.00003 - -#---------------------------------------------------------------------------- -# ForceAtoms are the particles at the center of each monomer which -# do not interact with the fluid, but are used to implement the hard-sphere -# interactions. -# FluidAtoms are the particles representing the surface of the monomer -# which do interact with the fluid. Monomer surface is shell of radius 0.7 -#---------------------------------------------------------------------------- -group ForceAtoms type 1 -group FluidAtoms type 2 - -#--------------------------------------------------------------------------- -# Create a lattice-Boltzmann fluid covering the simulation domain. -# This fluid feels a force due to the particles specified through FluidAtoms -# (however, this fix does not explicity apply a force back on to these -# particles. This is accomplished through the use of the lb/viscous -# fix). -# Uses the standard LB integration scheme, fluid viscosity = 0.023333333, -# fluid density= 0.0000166368, lattice spacing dx=1.0, and mass unit, -# dm=0.0000166368. -# Use the default method to calculate the interaction force between the -# particles and the fluid. This calculation requires the surface area -# of the composite object represented by each particle node. By default -# this area is assumed equal to dx*dx; however, since this is not the case -# here, it is input through the setArea keyword (i.e. particles of type 2 -# correspond to a surface area of 0.2025=4 Pi R^2/N ). -# Use the trilinear interpolation stencil to distribute the force from -# a given particle onto the fluid mesh (results in a smaller hydrodynamic -# radius than if the Peskin stencil is used). -# Use a thermal lattice-Boltzmann fluid (temperature 300K, random number -# seed=15003). This enables the particles to undergo Brownian motion in -# the fluid. -#---------------------------------------------------------------------------- -fix 1 FluidAtoms lb/fluid 3 1 0.023333333 0.0000166368 setArea 2 0.20525 dx 1.0 dm 0.0000166368 noise 300.0 15003 - -#---------------------------------------------------------------------------- -# Apply the force from the fluid to the particles, and integrate their -# motion, constraining them to move and rotate together as a single rigid -# spherical object. -# Since both the ForceAtoms (central atoms), and the FluidAtoms (spherical -# shell) should move and rotate together, this fix is applied to all of -# the atoms in the system. However, since the central atoms should not -# feel a force due to the fluid, they are excluded from the fluid force -# calculation. -#---------------------------------------------------------------------------- -fix 2 FluidAtoms lb/viscous -fix 3 all rigid molecule - -#---------------------------------------------------------------------------- -# To ensure that numerical errors do not lead to a buildup of momentum in the -# system, the momentum_lb fix is used every 10000 timesteps to zero out the -# total (particle plus fluid) momentum in the system. -#---------------------------------------------------------------------------- -fix 4 all lb/momentum 10000 linear 1 1 1 - -#---------------------------------------------------------------------------- -# Write position and velocity coordinates into a file every 2000 time steps. -#---------------------------------------------------------------------------- - -dump 1 ForceAtoms custom 2000 dump.polymer_default_gamma.lammpstrj id x y z vx vy vz -run 2000001 +#===========================================================================# +# polymer test # +# # +# Run consists of a lone 32-bead coarse-grained polymer # +# undergoing Brownian motion in thermal lattice-Boltzmann fluid. # +# # +# Here, gamma (used in the calculation of the monomer-fluid interaction # +# force) is set by the user (gamma = 0.03 for this simulation...this # +# value has been calibrated a priori through simulations of the drag # +# force acting on a single particle of the same radius). # +# Sample output from this run can be found in the file: # +# 'dump.polymer.lammpstrj' # +# and viewed using, e.g., the VMD software. # +# # +#===========================================================================# + +units nano +dimension 3 +boundary p p p +atom_style hybrid molecular +special_bonds fene +read_data data.polymer + +#---------------------------------------------------------------------------- +# Need a neighbor bin size smaller than the lattice-Boltzmann grid spacing +# to ensure that the particles belonging to a given processor remain inside +# that processors lattice-Boltzmann grid. +#---------------------------------------------------------------------------- +neighbor 0.5 bin +neigh_modify delay 0 every 1 check yes +neigh_modify exclude type 2 2 +neigh_modify exclude type 2 1 + +#---------------------------------------------------------------------------- +# Implement a hard-sphere interaction between the particles at the center of +# each monomer (use a truncated and shifted Lennard-Jones potential). +#---------------------------------------------------------------------------- +bond_style fene +bond_coeff 1 60.0 2.25 4.14195 1.5 +pair_style lj/cut 1.68369 +pair_coeff 1 1 4.14195 1.5 1.68369 +pair_coeff 1 2 4.14195 1.5 1.68369 +pair_coeff 2 2 0 1.0 + +mass * 0.000000771064 +timestep 0.00003 + +#---------------------------------------------------------------------------- +# ForceAtoms are the particles at the center of each monomer which +# do not interact with the fluid, but are used to implement the hard-sphere +# interactions. +# FluidAtoms are the particles representing the surface of the monomer +# which do interact with the fluid. Monomer surface is shell of radius 0.7 +#---------------------------------------------------------------------------- +group ForceAtoms type 1 +group FluidAtoms type 2 + +#--------------------------------------------------------------------------- +# Create a lattice-Boltzmann fluid covering the simulation domain. +# This fluid feels a force due to the particles specified through FluidAtoms +# (however, this fix does not explicitly apply a force back on to these +# particles. This is accomplished through the use of the lb/viscous +# fix). +# Uses the standard LB integration scheme, fluid viscosity = 0.023333333, +# fluid density= 0.0000166368, lattice spacing dx=1.0, and mass unit, +# dm=0.0000166368. +# Use the default method to calculate the interaction force between the +# particles and the fluid. This calculation requires the surface area +# of the composite object represented by each particle node. By default +# this area is assumed equal to dx*dx; however, since this is not the case +# here, it is input through the setArea keyword (i.e. particles of type 2 +# correspond to a surface area of 0.2025=4 Pi R^2/N ). +# Use the trilinear interpolation stencil to distribute the force from +# a given particle onto the fluid mesh (results in a smaller hydrodynamic +# radius than if the Peskin stencil is used). +# Use a thermal lattice-Boltzmann fluid (temperature 300K, random number +# seed=15003). This enables the particles to undergo Brownian motion in +# the fluid. +#---------------------------------------------------------------------------- +fix 1 FluidAtoms lb/fluid 3 1 0.023333333 0.0000166368 setArea 2 0.20525 dx 1.0 dm 0.0000166368 noise 300.0 15003 + +#---------------------------------------------------------------------------- +# Apply the force from the fluid to the particles, and integrate their +# motion, constraining them to move and rotate together as a single rigid +# spherical object. +# Since both the ForceAtoms (central atoms), and the FluidAtoms (spherical +# shell) should move and rotate together, this fix is applied to all of +# the atoms in the system. However, since the central atoms should not +# feel a force due to the fluid, they are excluded from the fluid force +# calculation. +#---------------------------------------------------------------------------- +fix 2 FluidAtoms lb/viscous +fix 3 all rigid molecule + +#---------------------------------------------------------------------------- +# To ensure that numerical errors do not lead to a buildup of momentum in the +# system, the momentum_lb fix is used every 10000 timesteps to zero out the +# total (particle plus fluid) momentum in the system. +#---------------------------------------------------------------------------- +fix 4 all lb/momentum 10000 linear 1 1 1 + +#---------------------------------------------------------------------------- +# Write position and velocity coordinates into a file every 2000 time steps. +#---------------------------------------------------------------------------- + +dump 1 ForceAtoms custom 2000 dump.polymer_default_gamma.lammpstrj id x y z vx vy vz +run 2000001 diff --git a/examples/USER/lb/polymer/in.polymer_setgamma b/examples/USER/lb/polymer/in.polymer_setgamma index b5108a60fa2a9eca201d256746e4ffdbe5b2385a..75b8d67ada2c64d00e9af6003914ca02d090e9e5 100755 --- a/examples/USER/lb/polymer/in.polymer_setgamma +++ b/examples/USER/lb/polymer/in.polymer_setgamma @@ -1,105 +1,105 @@ -#===========================================================================# -# polymer test # -# # -# Run consists of a lone 32-bead coarse-grained polymer # -# undergoing Brownian motion in thermal lattice-Boltzmann fluid. # -# # -# Here, gamma (used in the calculation of the monomer-fluid interaction # -# force) is set by the user (gamma = 0.03 for this simulation...this # -# value has been calibrated a priori through simulations of the drag # -# force acting on a single particle of the same radius). # -# Sample output from this run can be found in the file: # -# 'dump.polymer.lammpstrj' # -# and viewed using, e.g., the VMD software. # -# # -# Santtu Ollila # -# santtu.ollila@aalto.fi # -# Aalto University # -# August 14, 2013 # -#===========================================================================# - -units nano -dimension 3 -boundary p p p -atom_style hybrid molecular -special_bonds fene -read_data data.polymer - -#---------------------------------------------------------------------------- -# Need a neighbor bin size smaller than the lattice-Boltzmann grid spacing -# to ensure that the particles belonging to a given processor remain inside -# that processors lattice-Boltzmann grid. -#---------------------------------------------------------------------------- -neighbor 0.5 bin -neigh_modify delay 0 every 1 check yes -neigh_modify exclude type 2 2 -neigh_modify exclude type 2 1 - -#---------------------------------------------------------------------------- -# Implement a hard-sphere interaction between the particles at the center of -# each monomer (use a truncated and shifted Lennard-Jones potential). -#---------------------------------------------------------------------------- -bond_style fene -bond_coeff 1 60.0 2.25 4.14195 1.5 -pair_style lj/cut 1.68369 -pair_coeff 1 1 4.14195 1.5 1.68369 -pair_coeff 1 2 4.14195 1.5 1.68369 -pair_coeff 2 2 0 1.0 - -mass * 0.000000771064 -timestep 0.00003 - -#---------------------------------------------------------------------------- -# ForceAtoms are the particles at the center of each monomer which -# do not interact with the fluid, but are used to implement the hard-sphere -# interactions. -# FluidAtoms are the particles representing the surface of the monomer -# which do interact with the fluid. -#---------------------------------------------------------------------------- -group ForceAtoms type 1 -group FluidAtoms type 2 - -#--------------------------------------------------------------------------- -# Create a lattice-Boltzmann fluid covering the simulation domain. -# This fluid feels a force due to the particles specified through FluidAtoms -# (however, this fix does not explicity apply a force back on to these -# particles. This is accomplished through the use of the rigid_pc_sphere -# fix). -# Use the LB integration scheme of Ollila et. al. (for stability reasons, -# this integration scheme should be used when a large user set value for -# gamma is specified), a fluid viscosity = 0.023333333, -# fluid density= 0.0000166368, -# value for gamma=0.03, lattice spacing dx=1.0, and mass unit, dm=0.0000166368. -# Use a thermal lattice-Boltzmann fluid (temperature 300K, random number -# seed=15003). This enables the particles to undergo Brownian motion in -# the fluid. -#---------------------------------------------------------------------------- -fix 1 FluidAtoms lb/fluid 5 1 0.023333333 0.0000166368 setGamma 0.03 dx 1.0 dm 0.0000166368 noise 300.0 15003 - -#---------------------------------------------------------------------------- -# Apply the force from the fluid to the particles, and integrate their -# motion, constraining them to move and rotate together as a single rigid -# spherical object. -# Since both the ForceAtoms (central atoms), and the FluidAtoms (spherical -# shell) should move and rotate together, this fix is applied to all of -# the atoms in the system. However, since the central atoms should not -# feel a force due to the fluid, they are excluded from the force -# calculation through the use of the 'innerNodes' keyword. -# NOTE: This fix should only be used when the user specifies a value for -# gamma (through the setGamma keyword) in the lb_fluid fix. -#---------------------------------------------------------------------------- -fix 2 all lb/rigid/pc/sphere molecule innerNodes ForceAtoms - -#---------------------------------------------------------------------------- -# To ensure that numerical errors do not lead to a buildup of momentum in the -# system, the momentum_lb fix is used every 10000 timesteps to zero out the -# total (particle plus fluid) momentum in the system. -#---------------------------------------------------------------------------- -fix 3 all lb/momentum 10000 linear 1 1 1 - -#---------------------------------------------------------------------------- -# Write position and velocity coordinates into a file every 2000 time steps. -#---------------------------------------------------------------------------- - -dump 1 ForceAtoms custom 2000 dump.polymer_setgamma.lammpstrj id x y z vx vy vz -run 2000001 +#===========================================================================# +# polymer test # +# # +# Run consists of a lone 32-bead coarse-grained polymer # +# undergoing Brownian motion in thermal lattice-Boltzmann fluid. # +# # +# Here, gamma (used in the calculation of the monomer-fluid interaction # +# force) is set by the user (gamma = 0.03 for this simulation...this # +# value has been calibrated a priori through simulations of the drag # +# force acting on a single particle of the same radius). # +# Sample output from this run can be found in the file: # +# 'dump.polymer.lammpstrj' # +# and viewed using, e.g., the VMD software. # +# # +# Santtu Ollila # +# santtu.ollila@aalto.fi # +# Aalto University # +# August 14, 2013 # +#===========================================================================# + +units nano +dimension 3 +boundary p p p +atom_style hybrid molecular +special_bonds fene +read_data data.polymer + +#---------------------------------------------------------------------------- +# Need a neighbor bin size smaller than the lattice-Boltzmann grid spacing +# to ensure that the particles belonging to a given processor remain inside +# that processors lattice-Boltzmann grid. +#---------------------------------------------------------------------------- +neighbor 0.5 bin +neigh_modify delay 0 every 1 check yes +neigh_modify exclude type 2 2 +neigh_modify exclude type 2 1 + +#---------------------------------------------------------------------------- +# Implement a hard-sphere interaction between the particles at the center of +# each monomer (use a truncated and shifted Lennard-Jones potential). +#---------------------------------------------------------------------------- +bond_style fene +bond_coeff 1 60.0 2.25 4.14195 1.5 +pair_style lj/cut 1.68369 +pair_coeff 1 1 4.14195 1.5 1.68369 +pair_coeff 1 2 4.14195 1.5 1.68369 +pair_coeff 2 2 0 1.0 + +mass * 0.000000771064 +timestep 0.00003 + +#---------------------------------------------------------------------------- +# ForceAtoms are the particles at the center of each monomer which +# do not interact with the fluid, but are used to implement the hard-sphere +# interactions. +# FluidAtoms are the particles representing the surface of the monomer +# which do interact with the fluid. +#---------------------------------------------------------------------------- +group ForceAtoms type 1 +group FluidAtoms type 2 + +#--------------------------------------------------------------------------- +# Create a lattice-Boltzmann fluid covering the simulation domain. +# This fluid feels a force due to the particles specified through FluidAtoms +# (however, this fix does not explicitly apply a force back on to these +# particles. This is accomplished through the use of the rigid_pc_sphere +# fix). +# Use the LB integration scheme of Ollila et. al. (for stability reasons, +# this integration scheme should be used when a large user set value for +# gamma is specified), a fluid viscosity = 0.023333333, +# fluid density= 0.0000166368, +# value for gamma=0.03, lattice spacing dx=1.0, and mass unit, dm=0.0000166368. +# Use a thermal lattice-Boltzmann fluid (temperature 300K, random number +# seed=15003). This enables the particles to undergo Brownian motion in +# the fluid. +#---------------------------------------------------------------------------- +fix 1 FluidAtoms lb/fluid 5 1 0.023333333 0.0000166368 setGamma 0.03 dx 1.0 dm 0.0000166368 noise 300.0 15003 + +#---------------------------------------------------------------------------- +# Apply the force from the fluid to the particles, and integrate their +# motion, constraining them to move and rotate together as a single rigid +# spherical object. +# Since both the ForceAtoms (central atoms), and the FluidAtoms (spherical +# shell) should move and rotate together, this fix is applied to all of +# the atoms in the system. However, since the central atoms should not +# feel a force due to the fluid, they are excluded from the force +# calculation through the use of the 'innerNodes' keyword. +# NOTE: This fix should only be used when the user specifies a value for +# gamma (through the setGamma keyword) in the lb_fluid fix. +#---------------------------------------------------------------------------- +fix 2 all lb/rigid/pc/sphere molecule innerNodes ForceAtoms + +#---------------------------------------------------------------------------- +# To ensure that numerical errors do not lead to a buildup of momentum in the +# system, the momentum_lb fix is used every 10000 timesteps to zero out the +# total (particle plus fluid) momentum in the system. +#---------------------------------------------------------------------------- +fix 3 all lb/momentum 10000 linear 1 1 1 + +#---------------------------------------------------------------------------- +# Write position and velocity coordinates into a file every 2000 time steps. +#---------------------------------------------------------------------------- + +dump 1 ForceAtoms custom 2000 dump.polymer_setgamma.lammpstrj id x y z vx vy vz +run 2000001 diff --git a/examples/USER/misc/agni/Al_jpc.agni b/examples/USER/misc/agni/Al_jpc.agni new file mode 100644 index 0000000000000000000000000000000000000000..0a82a3c8f42549407f8a6d955c93d8842f7378fb --- /dev/null +++ b/examples/USER/misc/agni/Al_jpc.agni @@ -0,0 +1,3020 @@ +# DATE: 2017-02-24 CONTRIBUTOR: Venkatesh Botu <botuvenkatesh@gmail.com> CITATION: Botu, V., Batra, R., Chapman, J., and Ramprasad, R., J. Phys. Chem. C, 121 (1), 511 (2017). +# This potential is an updated version of Al_prb.agni, which is now deprecated. +# This potential file is parameterized for metal units + +generation 1 +n_elements 1 + +element Al + +interaction Al +Rc 8.0 +Rs 0.0 +neighbors 500 +eta 0.0036 0.0357 0.0715 0.1251 0.2144 0.3573 0.7147 1.4294 +sigma 13.8949549437 +lambda 1e-08 +b 102.870264493 +n_train 3000 +endVar + +0.000000000000000000e+00 -4.980622283254589000e+00 -2.662505672962482528e+00 -1.495155609938069619e+00 -7.333737039816567993e-01 -2.724952969791719082e-01 -6.613771156359619929e-02 -1.912092709590330940e-03 1.473705560509566359e-05 7.453680000000000305e-01 1.597331621434825659e+07 +1.000000000000000000e+00 -4.977152206916696464e+00 -2.661383130146552922e+00 -1.494564974611932495e+00 -7.326386664321046238e-01 -2.717745126429032543e-01 -6.595850089381591341e-02 -1.985476180073739681e-03 1.342170339121332597e-05 7.294220000000000148e-01 1.595073002517673187e+07 +2.000000000000000000e+00 -4.797679729334596743e+00 -2.654928371036860302e+00 -1.527304093421905096e+00 -7.613935247235876780e-01 -2.816213586787409406e-01 -6.585890241977590542e-02 -2.072979733750940617e-03 -2.509405040500490728e-06 5.657130000000000214e-01 -1.217794694318742678e+07 +3.000000000000000000e+00 -5.012505892487090442e+00 -2.740953209524351841e+00 -1.575867385200531823e+00 -8.018105855995253384e-01 -3.267232697235547545e-01 -1.041723998141044216e-01 -1.053258580469869886e-02 -1.617178156418138790e-04 -6.565760000000000485e-01 1.480063843531641923e+07 +4.000000000000000000e+00 -4.853989379631663326e+00 -2.673461391311632074e+00 -1.560167414626911553e+00 -8.164300072813173159e-01 -3.437752709184088151e-01 -1.047480075815109130e-01 -6.552127200209213395e-03 -2.664628941168140325e-05 -2.533920000000000061e-01 -2.621375504704638571e+07 +5.000000000000000000e+00 -4.775145638919822133e+00 -2.676689068400858851e+00 -1.568268308030331459e+00 -8.111101378417989727e-01 -3.298498357319131769e-01 -9.610842932445239073e-02 -5.804966446224957104e-03 -2.670632003139467663e-05 2.989820000000000255e-01 1.760903860723512620e+07 +6.000000000000000000e+00 -4.803044429786720748e+00 -2.724425089370024811e+00 -1.642225693169078848e+00 -8.997286908342401190e-01 -4.047793803537719781e-01 -1.342393358629061506e-01 -1.063662671741028021e-02 -1.014015125199576402e-04 -1.995530000000000082e-01 2.588050368413878605e+07 +7.000000000000000000e+00 -5.137813908653897421e+00 -2.916721070890175405e+00 -1.745774166074539835e+00 -9.458283745567637180e-01 -4.219708866937327829e-01 -1.399766291700521859e-01 -1.084229370400384765e-02 -8.394664756616857415e-05 -8.386040000000000161e-01 -3.481232012846940756e+07 +8.000000000000000000e+00 -4.796160718526602196e+00 -2.810695294783499776e+00 -1.717525494831825705e+00 -9.276233283359721637e-01 -3.889853268664807406e-01 -1.125524876236851934e-01 -6.115493349914492838e-03 -2.122140659473320252e-05 6.915300000000000613e-02 -3.002321577298279852e+07 +9.000000000000000000e+00 -4.805571599117502757e+00 -2.798321770410884035e+00 -1.714046692435364116e+00 -9.434110863581848250e-01 -4.165487380734421707e-01 -1.339622056903273239e-01 -1.058142137058552812e-02 -1.112178690944074595e-04 -3.973430000000000017e-01 1.122035057796484092e+06 +1.000000000000000000e+01 -4.265949535092294909e+00 -2.139159306852206566e+00 -1.115616834131825108e+00 -4.986179928528045591e-01 -1.708147951012995436e-01 -4.167363113913075123e-02 -2.009016827371307937e-03 -1.156100620242330661e-05 2.127950000000000119e-01 8.706240113278547302e+06 +1.100000000000000000e+01 -4.466002417241309530e+00 -2.290612072887817874e+00 -1.202051210460820529e+00 -5.154327257551392094e-01 -1.419832090173829553e-01 -1.526860192091959896e-02 1.338169636424413333e-03 1.651375868786012801e-05 5.846329999999999583e-01 -1.224399339678248204e+07 +1.200000000000000000e+01 -4.343320858127004414e+00 -2.198926186197707633e+00 -1.150625734422363600e+00 -5.098715623535468033e-01 -1.706781301969672038e-01 -4.201126775428699195e-02 -2.508246564103834390e-03 -1.856502868854137265e-05 1.467880000000000018e-01 9.060291327829789370e+06 +1.300000000000000000e+01 -4.411266458567597581e+00 -2.267439690904225813e+00 -1.205002967120019530e+00 -5.442540766963088750e-01 -1.865680674497141867e-01 -4.703829304253576149e-02 -2.682576473634137437e-03 -1.500185340450553325e-05 1.699519999999999920e-01 7.186991665511502884e+06 +1.400000000000000000e+01 -4.339370905250072852e+00 -2.314510641411341663e+00 -1.298487728988012124e+00 -6.415098421296295816e-01 -2.458451187691537421e-01 -6.454028229471112099e-02 -2.824307345755502647e-03 -4.795152054174295863e-06 3.959849999999999759e-01 1.132418354182873107e+07 +1.500000000000000000e+01 -4.718870426595408674e+00 -2.536161877076003268e+00 -1.418018808109193785e+00 -6.838442989114712489e-01 -2.474092110710128245e-01 -5.958113944087816555e-02 -2.094774386881072519e-03 8.889837770272050464e-06 6.384069999999999467e-01 1.456885875992108509e+07 +1.600000000000000000e+01 -4.627146348264378872e+00 -2.503161637310125975e+00 -1.419523389935374524e+00 -7.093488386245092592e-01 -2.788732781235951919e-01 -7.969812591005291658e-02 -5.384528698134926142e-03 -4.206427831513450457e-05 1.112139999999999934e-01 1.617024761279451288e+07 +1.700000000000000000e+01 -4.179960046080498870e+00 -2.227149963169094526e+00 -1.270039418040154855e+00 -6.649864796391016242e-01 -3.008810741839901826e-01 -1.108405960269917973e-01 -1.240105749020214282e-02 -1.965373649336178761e-04 -1.727748999999999979e+00 -4.357212942453303188e+07 +1.800000000000000000e+01 -4.375354638615491787e+00 -2.440374552788855844e+00 -1.420010475007283723e+00 -7.200846932529324507e-01 -2.744948652081213303e-01 -6.757529445863717787e-02 -2.180097422204020207e-03 3.951825473313172201e-06 7.667739999999999556e-01 1.272523382503025234e+07 +1.900000000000000000e+01 -4.383569393773465883e+00 -2.477896299300456739e+00 -1.476594093821577136e+00 -7.966618965295596544e-01 -3.544575152625983328e-01 -1.172327552184957017e-01 -8.879648710906597880e-03 -5.855869527978011066e-05 -3.181899999999999729e-01 5.663368189207095653e+06 +2.000000000000000000e+01 -4.116121607745072630e+00 -2.340930059180817313e+00 -1.417485125207584851e+00 -7.760928222698625367e-01 -3.390550426756482327e-01 -1.034834336523089010e-01 -6.057397397764110666e-03 -2.273801986485772238e-05 -3.715399999999999953e-02 -1.447280516151025519e+07 +2.100000000000000000e+01 -4.397983768813522154e+00 -2.518618698985542803e+00 -1.524329612258243927e+00 -8.367863962903518971e-01 -3.806798162669438601e-01 -1.325810392308604813e-01 -1.223066882351767602e-02 -1.258535158245574004e-04 -9.652479999999999949e-01 -7.366231336925111711e+06 +2.200000000000000000e+01 -3.976204392708720725e+00 -2.357097123925259385e+00 -1.460861983036018996e+00 -8.068653377637774460e-01 -3.495144981738080303e-01 -1.048601342609305070e-01 -5.965538015368608560e-03 -1.398252019280034358e-05 1.731590000000000074e-01 -2.589466794594871812e+06 +2.300000000000000000e+01 -4.184607868590295432e+00 -2.505845665166023473e+00 -1.571993331266215099e+00 -8.854079054530074044e-01 -3.923145017367795639e-01 -1.174522225533840836e-01 -6.219411727998287731e-03 -1.952285572571997642e-05 -1.467599999999999981e-02 -3.906981215123567730e+07 +2.400000000000000000e+01 -4.293667238591582169e+00 -2.627042294239930964e+00 -1.690598210761571796e+00 -9.823668149607323041e-01 -4.539804503422566473e-01 -1.476069136789449898e-01 -1.067491919905587047e-02 -7.751230425274323798e-05 -3.668009999999999882e-01 -1.145623192634611949e+07 +2.500000000000000000e+01 -4.157747279819778541e+00 -2.500502410536696196e+00 -1.588685083369350659e+00 -9.280135417410985132e-01 -4.547037508416365559e-01 -1.696532350835438796e-01 -1.773524166646212388e-02 -2.602504260594564974e-04 -1.746112000000000108e+00 -1.489065721209416166e+07 +2.600000000000000000e+01 -4.213628885177292283e+00 -2.586725982005895652e+00 -1.682836737984019893e+00 -1.000187154596051453e+00 -4.846994110509916243e-01 -1.752988223814475610e-01 -1.901664980135772329e-02 -3.649997407284237137e-04 -1.850192999999999977e+00 -1.857879547719318792e+07 +2.700000000000000000e+01 -4.245492277946300241e+00 -2.615697579224348868e+00 -1.707542197030088138e+00 -1.020153198832428165e+00 -4.988534186296428308e-01 -1.827745175283114754e-01 -2.034798666166161632e-02 -4.146443964299981319e-04 -2.030126999999999793e+00 -1.770090888155822456e+07 +2.800000000000000000e+01 -3.658752694106162551e+00 -1.750575128866405983e+00 -8.518461619439208210e-01 -3.236577526984634745e-01 -6.218409412478234644e-02 1.279852138987464492e-02 7.390136005119933398e-03 2.234754881596169747e-04 1.506496000000000057e+00 9.214029714005202055e+06 +2.900000000000000000e+01 -3.672365046148444723e+00 -1.758903815338177301e+00 -8.600278434503118019e-01 -3.336546513454222707e-01 -7.326768634746864961e-02 4.562856326970699331e-03 5.530679025396648477e-03 1.666362784539769529e-04 1.220529999999999893e+00 1.100989448633161932e+07 +3.000000000000000000e+01 -3.923163635601657262e+00 -1.989565935474272296e+00 -1.024919890167974579e+00 -4.265651317050777047e-01 -1.124679657907687175e-01 -9.065481860870430730e-03 2.890697809916821341e-03 6.610919482273882003e-05 8.736829999999999874e-01 -4.876193452975108521e+05 +3.100000000000000000e+01 -3.833273873888646044e+00 -1.818976730702597466e+00 -8.933055680994512748e-01 -3.726171677878085120e-01 -1.218908152509297349e-01 -2.928858221879327567e-02 -9.294250198777814949e-04 -1.452879152219726135e-08 -1.440400000000000014e-02 -1.518039370174312033e+07 +3.200000000000000000e+01 -3.603976478304161457e+00 -1.837036322262232790e+00 -9.782679201060622276e-01 -4.445502388158542595e-01 -1.465147195707840466e-01 -2.975292756022972912e-02 -6.790622878428155800e-04 -1.242702762859199772e-06 3.997820000000000262e-01 9.393668838464640081e+06 +3.300000000000000000e+01 -3.907777161600371141e+00 -2.041011656772239391e+00 -1.098458598807847464e+00 -4.932957052399618569e-01 -1.540184338832161770e-01 -2.836223106850562989e-02 -2.596442232475771727e-04 8.853621754021126863e-06 3.026479999999999726e-01 -1.294770097723150440e+07 +3.400000000000000000e+01 -4.135444030608759647e+00 -2.185409380236291721e+00 -1.210899575023258068e+00 -5.900321386224354203e-01 -2.284599944027964624e-01 -6.480730008620708138e-02 -3.886769611650803345e-03 -2.287627560742698589e-05 3.949280000000000013e-01 3.534102475073168427e+07 +3.500000000000000000e+01 -3.907786430042053283e+00 -2.035718545222286568e+00 -1.118952141088016772e+00 -5.416565416975486214e-01 -2.034556205826749953e-01 -5.127196780809210180e-02 -1.296666623520518775e-03 2.765702280569404281e-05 3.044459999999999944e-01 -7.119986132451614365e+06 +3.600000000000000000e+01 -3.806455380484814022e+00 -2.107092148087676531e+00 -1.226391450601872934e+00 -6.278440885740914634e-01 -2.487103937945132903e-01 -6.849451330823753958e-02 -3.560865117940983666e-03 -1.268652341898789414e-05 4.046819999999999862e-01 1.669567783648912795e+07 +3.700000000000000000e+01 -3.457951839344239442e+00 -1.847808758516058525e+00 -1.041746156294951264e+00 -5.205679914004998077e-01 -2.009001440340379419e-01 -4.788346361196804679e-02 5.224534891842050593e-04 7.693553785224064483e-05 8.351849999999999552e-01 5.155948518536076881e+06 +3.800000000000000000e+01 -3.435840828712090733e+00 -1.916749721315931687e+00 -1.121127528566610909e+00 -5.756135576103129647e-01 -2.282085612428489674e-01 -6.494843847302392281e-02 -4.648875651451789444e-03 -4.421674004311404725e-05 3.756939999999999724e-01 4.596878908826799691e+07 +3.900000000000000000e+01 -3.715796627381570350e+00 -2.096901077436588157e+00 -1.259124539993629943e+00 -6.881428609969943988e-01 -3.123086460687324317e-01 -1.091062126197521881e-01 -9.869260821644682338e-03 -9.018148618731455205e-05 -8.237050000000000205e-01 -4.082059117197307292e+06 +4.000000000000000000e+01 -3.790344378728918162e+00 -2.203872185077961898e+00 -1.366975667524246152e+00 -7.841064903820130771e-01 -3.799730598996948761e-01 -1.381483149462505444e-01 -1.187929785542426488e-02 -8.800775792480188507e-05 -4.886639999999999873e-01 3.520118996618861705e+07 +4.100000000000000000e+01 -3.902038433960272279e+00 -2.260776415685958440e+00 -1.390099489554124768e+00 -7.713241537287456318e-01 -3.405163080416299670e-01 -1.062249863019863877e-01 -7.192738472466716527e-03 -4.303942059312891377e-05 1.896829999999999905e-01 2.827686806190958619e+07 +4.200000000000000000e+01 -3.498621188938491056e+00 -2.080646650666562625e+00 -1.312230022524674578e+00 -7.484175417987620760e-01 -3.367738842514229058e-01 -1.035165175405357435e-01 -6.140653213424389530e-03 -2.841189104883942867e-05 -7.816599999999999937e-02 -1.892918635126924142e+07 +4.300000000000000000e+01 -3.491567767832435720e+00 -2.100445695676744329e+00 -1.325256985479186023e+00 -7.559255946116172353e-01 -3.495456778548521326e-01 -1.177154616390262976e-01 -9.491334020527937565e-03 -8.507783402174817419e-05 -1.747920000000000029e-01 2.976961003276610002e+07 +4.400000000000000000e+01 -3.281943301409378844e+00 -1.447165886631520237e+00 -5.859823508734582909e-01 -1.066733280954781649e-01 7.938865499803372805e-02 7.573711323777158888e-02 1.388026539042620452e-02 2.607705088738785943e-04 2.686872000000000149e+00 3.997431394484099001e+07 +4.500000000000000000e+01 -2.987174586291366563e+00 -1.211936734494436729e+00 -4.171911809184634112e-01 -2.346843814130812719e-04 1.390701865038302121e-01 1.054854619304046448e-01 1.882278248637944684e-02 3.677499561808869155e-04 3.191751000000000005e+00 1.164898838785085455e+07 +4.600000000000000000e+01 -3.349941739051766287e+00 -1.503267010494820921e+00 -6.268241127240749000e-01 -1.306896858990041765e-01 6.916538383919750010e-02 7.246538714914305124e-02 1.348383001750148337e-02 2.497748005744023143e-04 2.619245999999999963e+00 3.799280916144338250e+07 +4.700000000000000000e+01 -2.986384314135690055e+00 -1.277566557342724396e+00 -5.200578550829665359e-01 -1.296308079805638946e-01 1.305522543971379158e-02 2.656638432615551423e-02 4.902842069946201746e-03 5.887232336560254575e-05 1.059960999999999931e+00 1.486737580520713329e+07 +4.800000000000000000e+01 -2.897882797457087545e+00 -1.324409782878319009e+00 -6.062850725535501306e-01 -1.963814697998006453e-01 -5.623788571087397214e-03 3.182710827133711229e-02 7.352457778669895666e-03 1.220081763473430069e-04 1.367413999999999907e+00 4.371512978925614618e+06 +4.900000000000000000e+01 -3.020102247722548761e+00 -1.399023692512366690e+00 -6.461630257116803833e-01 -2.166276730196670386e-01 -1.962703716583463764e-02 1.988265469515222705e-02 3.551064825042222518e-03 3.365193917492804705e-05 5.909569999999999546e-01 -6.730748121007533744e+06 +5.000000000000000000e+01 -3.523103438797133613e+00 -1.718653921764707659e+00 -8.426955805974978286e-01 -3.219290260394517822e-01 -7.083778214322196398e-02 -3.108411141682840533e-03 8.674678501571246245e-04 6.867543729510608843e-06 3.308559999999999834e-01 4.485135094372556196e+05 +5.100000000000000000e+01 -3.195613523654274868e+00 -1.558426410261379846e+00 -7.722667954611048824e-01 -3.148213062186769329e-01 -9.281342200990533309e-02 -1.758554991106559343e-02 2.971831933909494850e-04 3.085858587305247321e-05 2.547659999999999925e-01 -7.798625261256729253e+06 +5.200000000000000000e+01 -3.406196193733155742e+00 -1.756068273053117190e+00 -9.294151349026085196e-01 -4.122035762760524746e-01 -1.319255231870282985e-01 -2.801051370126837053e-02 -1.230272624165091710e-03 -9.219657780384837303e-06 3.034709999999999908e-01 1.241492561555925943e+07 +5.300000000000000000e+01 -3.266502798603133417e+00 -1.640725138465247923e+00 -8.687632142182899475e-01 -3.950795264769863535e-01 -1.287194009829969177e-01 -2.226569536766455359e-02 8.812954275530787002e-04 2.367648968416998816e-05 5.807710000000000372e-01 3.555169853396520950e+06 +5.400000000000000000e+01 -2.802460367795218232e+00 -1.432559571722236580e+00 -7.665058779110157650e-01 -3.571083204486901752e-01 -1.266055951038059513e-01 -2.930204608661632695e-02 -7.743971684808015950e-04 7.881308786487637436e-06 1.406439999999999912e-01 -9.361342259329438210e+06 +5.500000000000000000e+01 -2.695395866578860211e+00 -1.433033218893961402e+00 -7.899974577119017738e-01 -3.747835145071214402e-01 -1.363101067541923894e-01 -3.619833607879734821e-02 -2.285423590086510005e-03 -1.473737789253437909e-05 1.892199999999999993e-01 1.663266750956779718e+07 +5.600000000000000000e+01 -2.774113871938792109e+00 -1.503978820725665688e+00 -8.584780331229407979e-01 -4.332953322798373530e-01 -1.751913450534028638e-01 -5.388149907695762020e-02 -4.366741841906022700e-03 -5.301257062077837094e-05 -2.843180000000000152e-01 -6.293651607957657427e+06 +5.700000000000000000e+01 -3.217079481442853162e+00 -1.771336117499216822e+00 -1.033636015114247630e+00 -5.406887961081030536e-01 -2.263047463268669790e-01 -6.904906353815461195e-02 -5.110863800209599316e-03 -4.329701968265850021e-05 -1.631090000000000040e-01 2.545791090161150787e+06 +5.800000000000000000e+01 -2.964739291296864199e+00 -1.732300985853654440e+00 -1.028382984484301765e+00 -5.166068029546291296e-01 -1.843502783879861773e-01 -3.723718311435803008e-02 6.571184499165663977e-04 3.756003191166438446e-05 8.200319999999999832e-01 1.396092921834411100e+06 +5.900000000000000000e+01 -2.633466767299211586e+00 -1.456921619146431146e+00 -8.693963511568780778e-01 -4.711518527224499153e-01 -1.997368919159711598e-01 -5.442540997333793207e-02 -1.621821981917732089e-03 1.408204810484526014e-05 4.542700000000000071e-01 5.617596784535942599e+06 +6.000000000000000000e+01 -3.022127765090299789e+00 -1.754591683725544193e+00 -1.081652442133153036e+00 -6.040161837401256673e-01 -2.677239178591135360e-01 -8.066184219267052979e-02 -4.349685187516777983e-03 -1.564711706921550176e-05 3.808700000000000280e-02 -1.274843997572592832e+07 +6.100000000000000000e+01 -3.040291979863999572e+00 -1.764647260416682073e+00 -1.081117308952844969e+00 -6.015492207201279529e-01 -2.761912918718286702e-01 -9.434438856057070222e-02 -7.137917731174022069e-03 -4.101595511836680170e-05 -4.005199999999999871e-01 -2.425407257829489186e+06 +6.200000000000000000e+01 -2.594153222191902142e+00 -1.558305642779027611e+00 -1.005535231478079883e+00 -6.059418351121760304e-01 -3.075006654562615904e-01 -1.159113222556627104e-01 -1.083617424607566729e-02 -9.878493258353370724e-05 -9.105769999999999698e-01 4.821213027781807818e+06 +6.300000000000000000e+01 -2.604079467015635974e+00 -1.621357129859753554e+00 -1.072135790499060715e+00 -6.568188213760884908e-01 -3.347432611897864230e-01 -1.235197348634076570e-01 -1.018944481570033429e-02 -7.251483129313710050e-05 -9.580400000000000027e-01 -2.511581378347035870e+07 +6.400000000000000000e+01 -3.098541606205505339e+00 -1.927892412531640343e+00 -1.259560948621191834e+00 -7.539689910661393490e-01 -3.747337057541234029e-01 -1.367724288111745456e-01 -1.158875729974709855e-02 -9.118581369479104599e-05 -1.007914999999999894e+00 -2.343228786662298068e+07 +6.500000000000000000e+01 -2.716481686371848170e+00 -1.699247216322785192e+00 -1.125684986192751813e+00 -6.894085614874075896e-01 -3.511270371638767762e-01 -1.305029409617076697e-01 -1.132492496425364405e-02 -9.605862807590340039e-05 -1.115034999999999998e+00 -2.554108909732100740e+07 +6.600000000000000000e+01 -2.593426316299576317e+00 -1.686895393192233250e+00 -1.164483849631979595e+00 -7.478258492793237178e-01 -4.010964309154758101e-01 -1.578875596841880502e-01 -1.535120109318179223e-02 -1.404523569079221650e-04 -1.605860000000000065e+00 -1.515000826612649672e+07 +6.700000000000000000e+01 -2.567615675917245710e+00 -1.674876061308076425e+00 -1.163351972774051557e+00 -7.552303745361653720e-01 -4.124458604082335000e-01 -1.670087908396035714e-01 -1.744360420954211774e-02 -1.856721085526487564e-04 -1.941783000000000037e+00 -1.315271483971356228e+07 +6.800000000000000000e+01 -2.907790788264197346e+00 -1.155206446143646870e+00 -3.805723991343875623e-01 1.800657332482184098e-02 1.435461910322460566e-01 1.042093421335792275e-01 1.798793451164628840e-02 3.372189954565726639e-04 3.042619999999999880e+00 1.132690143257162720e+07 +6.900000000000000000e+01 -2.976222265574725245e+00 -1.202415398035659777e+00 -4.093116491299437221e-01 5.853762829607932899e-03 1.432051907963017567e-01 1.077505665834124354e-01 1.929396829183761819e-02 3.834154468635293214e-04 3.268380000000000063e+00 1.165153059481527656e+07 +7.000000000000000000e+01 -2.309083676327440049e+00 -8.628959696851269401e-01 -2.512898087763897892e-01 3.229290805963789396e-02 9.288816374909665552e-02 5.154527891665258016e-02 5.887774832718385698e-03 6.626145207702064267e-05 8.186059999999999448e-01 -6.183705044049342163e+06 +7.100000000000000000e+01 -2.441750048325596723e+00 -8.846141460100773735e-01 -2.570801486665830748e-01 7.312010597002373616e-03 4.873076487317739430e-02 1.803095487566580210e-02 4.703777416047341784e-04 -2.450763189645307482e-06 -1.774500000000000036e-02 -5.013459865423423238e+06 +7.200000000000000000e+01 -2.523374346477065266e+00 -1.054855327573432699e+00 -3.973885333562927058e-01 -5.142759960761861954e-02 7.224991150297942200e-02 6.165059030606733631e-02 9.991497473085213590e-03 1.293963026267407708e-04 1.672803999999999958e+00 -1.569614113625119440e+06 +7.300000000000000000e+01 -2.457141980220043820e+00 -9.372779426008226444e-01 -3.182624848244577365e-01 -4.496194333443898766e-02 1.837023834972174169e-02 5.280913356291281995e-03 -1.895736357033922688e-03 -5.487755631035331658e-05 -2.617769999999999819e-01 1.354205939527225494e+07 +7.400000000000000000e+01 -2.799917121557946142e+00 -1.213880012398745656e+00 -5.365860766779667612e-01 -2.014941921995426766e-01 -7.391510442230271594e-02 -3.287839178836288873e-02 -5.549086298616970510e-03 -9.492330719422741156e-05 -6.734710000000000418e-01 1.763737169016790390e+07 +7.500000000000000000e+01 -2.180787764942313967e+00 -9.396209424444450509e-01 -3.851078013278714796e-01 -9.478385375437370364e-02 1.531900404589048303e-02 2.612987311088176695e-02 5.547942087919293525e-03 9.054169287448567702e-05 1.126177999999999901e+00 1.011622174716047570e+07 +7.600000000000000000e+01 -2.720998901489157795e+00 -1.193264178691709754e+00 -5.475204222598135662e-01 -2.254746693078600872e-01 -9.265789091417668544e-02 -3.956538781856264175e-02 -5.337266540381625096e-03 -7.512876370255250813e-05 -1.003306000000000031e+00 -2.314661556875072047e+07 +7.700000000000000000e+01 -2.466050070983042630e+00 -1.093164446031932302e+00 -4.971815882105184992e-01 -1.919357964330062893e-01 -6.006429591751432512e-02 -1.296384261504151918e-02 1.481151877281185463e-04 1.528075202065912663e-05 3.115410000000000124e-01 9.520989169585147873e+06 +7.800000000000000000e+01 -2.393850511250334101e+00 -1.115163213092614347e+00 -5.637723000154116759e-01 -2.631575480987002336e-01 -1.087890991948173153e-01 -3.680794502940622215e-02 -3.161857988300269869e-03 -2.274475710314799809e-05 -3.123420000000000085e-01 -2.839308422040518373e+06 +7.900000000000000000e+01 -2.328153708592688442e+00 -1.066878477750345056e+00 -5.516438706439713568e-01 -2.927096297301908234e-01 -1.603536815979048624e-01 -7.374326783876765379e-02 -9.117102725664650090e-03 -1.319785499739193951e-04 -1.294310999999999989e+00 -5.940057193166275509e+06 +8.000000000000000000e+01 -2.367304739979634753e+00 -1.226385625535086898e+00 -6.739209220926511978e-01 -3.245775380948968114e-01 -1.131219301338993038e-01 -2.088734852265139441e-02 4.532592148459395603e-04 1.136113039826001868e-05 4.773270000000000013e-01 5.477486268893280998e+06 +8.100000000000000000e+01 -2.417158153098621920e+00 -1.245682367115174882e+00 -6.834944139997725099e-01 -3.456521453427227608e-01 -1.546406359868612856e-01 -5.536886312128284221e-02 -4.510840172451892512e-03 -2.488412463984185802e-05 -3.697399999999999992e-02 2.977594130335659161e+07 +8.200000000000000000e+01 -1.950585175246142278e+00 -1.074159394689011338e+00 -6.213624781066885427e-01 -3.173951577454183770e-01 -1.268428725550938829e-01 -3.638852221151248761e-02 -2.404978414421455810e-03 -1.586329960108517589e-05 1.568130000000000079e-01 1.992122332856329903e+07 +8.300000000000000000e+01 -2.354971046076761887e+00 -1.310113745116426198e+00 -7.305528206694669180e-01 -3.337324599470468112e-01 -1.003933048908703385e-01 -1.156025554927400494e-02 2.215752029426949678e-03 4.580665911511338779e-05 8.959979999999999611e-01 1.134105036758181266e+07 +8.400000000000000000e+01 -2.503729473134086891e+00 -1.394198976252247313e+00 -8.258123595552445684e-01 -4.479304773752860180e-01 -2.075175080379787762e-01 -7.621038791667562873e-02 -7.410504353461280259e-03 -7.343033825566311009e-05 -5.599830000000000085e-01 1.273031670803165995e+07 +8.500000000000000000e+01 -2.433012678235307202e+00 -1.415957229789406080e+00 -8.631768144556329903e-01 -4.670397944212659191e-01 -1.965585338036067997e-01 -5.725707488596061545e-02 -3.362037454764836043e-03 -1.597991738076455823e-05 -2.760599999999999860e-02 -6.406179455253818072e+06 +8.600000000000000000e+01 -1.851364624710701401e+00 -1.170723382214132080e+00 -7.799611962890738992e-01 -4.733702033087793248e-01 -2.311513475113382843e-01 -7.886591338177130484e-02 -5.377961426872866595e-03 -2.161695593030836139e-05 -2.186339999999999950e-01 -1.481215503774184617e+05 +8.700000000000000000e+01 -2.381516623997355531e+00 -1.429783374591155010e+00 -9.138415173427376637e-01 -5.388649360057448101e-01 -2.685728829145417329e-01 -1.040596529223815625e-01 -1.136898571909383641e-02 -1.559207420654059337e-04 -1.209284000000000026e+00 5.404740733315823600e+05 +8.800000000000000000e+01 -2.417795388707867588e+00 -1.490357544957444658e+00 -9.710755303972431474e-01 -5.805179286256763049e-01 -2.871815953846458269e-01 -1.038703153680136521e-01 -8.600217530701406710e-03 -6.383317645497928715e-05 -5.919349999999999890e-01 -1.043031275672715623e+06 +8.900000000000000000e+01 -2.200438803362835483e+00 -1.368914565601835331e+00 -9.011654860587556826e-01 -5.546520458616144289e-01 -2.909250942227333270e-01 -1.151053545924676097e-01 -1.198770778628002916e-02 -1.338604466868422414e-04 -1.395596999999999976e+00 -1.437431119482258521e+07 +9.000000000000000000e+01 -2.303445321576733651e+00 -1.457554938032393999e+00 -9.919334339057626071e-01 -6.332515965547087511e-01 -3.408621161062493354e-01 -1.369768425563371306e-01 -1.486503878067272667e-02 -2.016730065585828650e-04 -1.656849000000000016e+00 -6.824903112116833217e+06 +9.100000000000000000e+01 -1.927027170701890002e+00 -1.275749963176799007e+00 -9.155063156883956887e-01 -6.256752744148478262e-01 -3.618550006730174573e-01 -1.522249077815915896e-01 -1.669414040106640892e-02 -2.103166553853610499e-04 -2.071410000000000196e+00 -2.211551660941293836e+07 +9.200000000000000000e+01 -2.030659767339923150e+00 -6.426662080142145905e-01 -7.494673125014118809e-02 1.612079232143971974e-01 1.661871325699973978e-01 7.683433312777653013e-02 6.690325321747707041e-03 4.483349940030529842e-05 8.535310000000000397e-01 -4.842242248701136559e+06 +9.300000000000000000e+01 -1.617835037206518223e+00 -3.610872666290309008e-01 9.569000637565673595e-02 2.394897812500258460e-01 1.920976771098839297e-01 8.856868406964223117e-02 9.613317314140706199e-03 1.068448564652304649e-04 1.261192000000000091e+00 -2.507911403462979198e+07 +9.400000000000000000e+01 -1.666171455463228979e+00 -4.942387204200255901e-01 -3.263558139405445258e-02 1.439209325677652251e-01 1.360813503631033150e-01 6.331726014833471972e-02 5.864655918082795419e-03 3.496244879231016060e-05 8.179530000000000411e-01 -3.979829716088468675e+06 +9.500000000000000000e+01 -1.788051320816324008e+00 -5.819529412911469413e-01 -9.172054608655198782e-02 1.277729060351357193e-01 1.583100356507053941e-01 8.824449663067765459e-02 1.011920440727773901e-02 8.704640852368240476e-05 1.381326999999999972e+00 -1.367439809168646112e+07 +9.600000000000000000e+01 -1.885914434390320471e+00 -6.526153974662129986e-01 -1.893348052502182299e-01 -2.210816893648497213e-03 3.251705470929253106e-02 1.404534243607657995e-02 7.643215904205329287e-05 -1.196741970488819312e-05 5.640000000000000482e-04 8.798038838015098125e+06 +9.700000000000000000e+01 -2.093015033640144740e+00 -7.496589925374429475e-01 -2.174532390842681406e-01 7.048998598719951551e-04 3.427561876586193018e-02 1.353230659659774258e-02 1.186939738842275691e-03 2.147844584656376959e-05 3.265850000000000142e-01 1.190907878355967812e+07 +9.800000000000000000e+01 -1.692164307413279722e+00 -5.790955419579822960e-01 -1.510275716662209111e-01 1.846750582344011682e-02 4.054398490914781772e-02 1.868743700248259171e-02 1.888574754482281841e-03 1.859552999212870289e-05 3.668739999999999779e-01 3.995971477638037410e+06 +9.900000000000000000e+01 -1.825635936549188987e+00 -7.032810533257309871e-01 -2.094564988124708038e-01 3.890000975461752747e-02 1.049813506993262091e-01 6.692050031641602614e-02 1.006197748756789377e-02 1.701143436606231975e-04 1.525058999999999942e+00 -4.856466742881878279e+06 +1.000000000000000000e+02 -1.544070829395588706e+00 -6.091116132303812103e-01 -2.293976543968169468e-01 -5.529949836120507528e-02 -5.267903245485735034e-03 -4.243175944167568853e-03 -2.335870753823299662e-03 -4.658683265717419853e-05 -4.361579999999999901e-01 -2.332324793443062808e+06 +1.010000000000000000e+02 -1.559655834090739601e+00 -5.909861521610255686e-01 -2.058481253394585653e-01 -3.217994763176237893e-02 1.781697289473353069e-02 1.317488521221453143e-02 8.704560475479673287e-04 -4.462680024794111199e-06 1.303890000000000049e-01 1.072979545057819632e+05 +1.020000000000000000e+02 -1.664093604296502438e+00 -7.854691148734986861e-01 -3.546287377358016135e-01 -9.522866854921002711e-02 2.081001671310182474e-02 2.962528894304587018e-02 4.382043051251461804e-03 4.187014392363173768e-05 7.698859999999999593e-01 3.469464495249890722e+06 +1.030000000000000000e+02 -1.672056471868647920e+00 -6.871940029681870010e-01 -3.040730305022868452e-01 -1.396884198295712254e-01 -8.145237800494821434e-02 -4.259387568623332343e-02 -5.188579011096036003e-03 -4.656969329290352886e-05 -9.283850000000000158e-01 -2.529075512692136690e+07 +1.040000000000000000e+02 -1.452937202672086592e+00 -7.687438576552246827e-01 -4.032439760562918085e-01 -1.692584342479806769e-01 -4.716857378936466227e-02 -8.444877381586564369e-03 -8.038486332309149884e-04 -1.710582795390225934e-05 -1.396189999999999931e-01 -1.342776904088045843e+07 +1.050000000000000000e+02 -1.734150728592970703e+00 -8.847556293264002836e-01 -4.736645456173712576e-01 -2.207963164687038737e-01 -8.036067111394468165e-02 -2.140626939606031509e-02 -1.202296743637928413e-03 -5.637379769533374319e-06 4.837000000000000154e-03 -2.612028334182916675e+06 +1.060000000000000000e+02 -1.921918559413351435e+00 -1.012989668340342764e+00 -5.943788698158164463e-01 -3.335739927157137519e-01 -1.603199265184692690e-01 -5.687449947333694106e-02 -4.758924138297504838e-03 -3.962913708392161644e-05 -3.718380000000000019e-01 1.802384500975735253e+06 +1.070000000000000000e+02 -1.822710846059655942e+00 -9.567477206580793370e-01 -5.499400576345870872e-01 -3.016661666442778666e-01 -1.522975975854015396e-01 -6.671375062622753038e-02 -9.348294225821668704e-03 -1.449264186752995901e-04 -1.503711000000000020e+00 -2.057035413245781884e+07 +1.080000000000000000e+02 -1.498907416666980463e+00 -8.657325538300733037e-01 -5.285181862568679723e-01 -2.979181734535346626e-01 -1.447819535378555844e-01 -5.248813320714897090e-02 -3.730030089623971069e-03 -1.570895512400152224e-05 -3.093330000000000246e-01 -1.468479462060291506e+07 +1.090000000000000000e+02 -1.544041066367658033e+00 -9.317652681470275366e-01 -5.669905611229336673e-01 -2.949981221998098091e-01 -1.190707048537257839e-01 -3.753260373043235121e-02 -3.190535497436264040e-03 -2.499132514262199901e-05 -2.717029999999999723e-01 -2.696988791538505815e+06 +1.100000000000000000e+02 -1.146926509204142741e+00 -6.815995214224785936e-01 -4.650396291946695682e-01 -3.143056885735204808e-01 -1.804842915554310534e-01 -7.015463215379001694e-02 -5.267214335561622857e-03 -2.646354908995223831e-05 -2.732760000000000189e-01 7.119113219635915942e+06 +1.110000000000000000e+02 -1.369214841137184280e+00 -8.443661433675095918e-01 -5.525832219957286240e-01 -3.363634439130601672e-01 -1.687002933254613257e-01 -5.885197860053344165e-02 -4.142750382106747016e-03 -2.107984855742820398e-05 -2.655049999999999910e-01 -6.979947231280182488e+06 +1.120000000000000000e+02 -1.078440915054781346e+00 -8.025307323873619447e-01 -5.651143383839353218e-01 -3.391392495643681948e-01 -1.567304296499960337e-01 -5.247303852740162894e-02 -4.328017655561952788e-03 -3.349424242758949948e-05 -2.739860000000000073e-01 6.738410524177344516e+06 +1.130000000000000000e+02 -1.456435287363489373e+00 -9.450521928414455930e-01 -6.801391241669453303e-01 -4.667812862111743732e-01 -2.656905541420234718e-01 -1.047297650025435928e-01 -8.877601108541797667e-03 -6.711272605814117139e-05 -6.901260000000000172e-01 3.862834990088683553e+06 +1.140000000000000000e+02 -1.103044873264974246e+00 -8.729238442110498486e-01 -6.670379811086999400e-01 -4.504703115070939901e-01 -2.392352091097991185e-01 -8.902248802907748726e-02 -8.176279047949262455e-03 -8.101594791487863958e-05 -8.004289999999999461e-01 -1.467301697215025080e+06 +1.150000000000000000e+02 -1.480190396305579803e+00 -1.021610254858240641e+00 -7.471648863143465213e-01 -5.114322688374455250e-01 -2.863336052612031057e-01 -1.116218078612248310e-01 -1.049316610486773250e-02 -1.204302196387464102e-04 -1.043530000000000069e+00 -6.212976432150391862e+06 +1.160000000000000000e+02 -1.127180430232474162e+00 -9.427486542867435926e-01 -7.362834862371162581e-01 -4.999236196215859906e-01 -2.647463555439918403e-01 -9.751472965173033081e-02 -8.106299377021222372e-03 -6.793790927639530421e-05 -7.298200000000000243e-01 -1.693851658699342050e+06 +1.170000000000000000e+02 -9.909667867949549791e-01 -8.398343959152315685e-01 -6.811244543478441882e-01 -4.862672113497984450e-01 -2.663465693703657156e-01 -9.620026246333875097e-02 -7.513687081457300770e-03 -6.573171937750584535e-05 -4.072000000000000064e-01 1.342981939699220657e+07 +1.180000000000000000e+02 -1.580765080133283096e+00 -3.538255868355324463e-01 8.779599567621941547e-02 2.227325287577930635e-01 1.735944022090440131e-01 7.629754087429460596e-02 7.499355934824212047e-03 6.925583113128516016e-05 9.745329999999999826e-01 -1.803711337566797435e+07 +1.190000000000000000e+02 -1.581410247264615432e+00 -3.526771452467720169e-01 8.973863572809236133e-02 2.249695953333148146e-01 1.755385230137089525e-01 7.742822893817399854e-02 7.674785582000268232e-03 7.212647482538820298e-05 9.976150000000000295e-01 -1.868106938684922829e+07 +1.200000000000000000e+02 -1.354461951478825643e+00 -2.980679649263767161e-01 7.561013699053149850e-02 1.806029450707898887e-01 1.258444626026724578e-01 3.991014197200492414e-02 -4.755162696320683465e-04 -7.770343202141421904e-05 -3.167499999999999760e-01 3.021440986237376928e+06 +1.210000000000000000e+02 -1.467043240472823307e+00 -3.954111207593513644e-01 2.185384070588514485e-02 1.720917817949683959e-01 1.458427442979371436e-01 6.245070231737849531e-02 4.828811351210123178e-03 2.115607086724532199e-05 6.819060000000000121e-01 7.239774251101347618e+06 +1.220000000000000000e+02 -1.136239933891746157e+00 -2.730554228959334861e-01 3.877606552725216399e-02 1.515744268476839351e-01 1.419673582287732383e-01 7.518066078366121563e-02 8.385282519376289351e-03 6.424080790408554507e-05 1.314627999999999908e+00 6.897885277785606682e+06 +1.230000000000000000e+02 -1.002064756688837432e+00 -1.860721395344801798e-01 9.993641738923078610e-02 1.846835994145724358e-01 1.421696381004813603e-01 6.215627934412367578e-02 5.731424293695583198e-03 4.462195235916874541e-05 6.848680000000000323e-01 -7.941921090763703920e+06 +1.240000000000000000e+02 -1.386526703034270502e+00 -4.780579125885814351e-01 -1.122837032767817489e-01 5.219057334180195878e-02 8.521993969720546847e-02 5.158108201101593848e-02 7.103514095395942890e-03 8.150725690786874854e-05 1.104748999999999981e+00 -2.112490463519133162e+06 +1.250000000000000000e+02 -7.901611352276932676e-01 -1.712392079378743104e-01 8.585648688346349255e-02 1.758137880437282141e-01 1.357655334279733172e-01 5.652053519081637334e-02 4.750485296655585984e-03 3.133263069596544872e-05 9.415879999999999805e-01 3.626883155439797789e+07 +1.260000000000000000e+02 -8.165074005471684160e-01 -2.342132705370714441e-01 1.133507561383582593e-02 1.174513990715216061e-01 1.157025587491453400e-01 6.029916561029421973e-02 7.461115948065926047e-03 9.725313295822305695e-05 1.094500999999999946e+00 2.646149886303360108e+06 +1.270000000000000000e+02 -1.062279723767443507e+00 -3.955020301863712562e-01 -1.157298749512544467e-01 2.192898581940775846e-02 5.983008827383583944e-02 4.035769436787432080e-02 6.557447080563594093e-03 9.752946184651824452e-05 8.317919999999999758e-01 -2.525779141202981770e+07 +1.280000000000000000e+02 -9.820531481062259038e-01 -4.226902127803442988e-01 -1.666817383183615553e-01 -2.547857682812655969e-02 2.959257545471413384e-02 2.625684298959401683e-02 4.409505977562354177e-03 7.238565061389166564e-05 8.969549999999999468e-01 1.689238529466268793e+07 +1.290000000000000000e+02 -8.894841058374316489e-01 -3.380310335436624847e-01 -1.208520419399796847e-01 -2.587652008560921077e-02 -8.301786902186240880e-03 -1.454189687080906755e-02 -5.134335529516330376e-03 -1.099102150464227227e-04 -8.461170000000000080e-01 1.026153295021971688e+07 +1.300000000000000000e+02 -1.081431127364583578e+00 -4.809753380906021114e-01 -2.421709107764127289e-01 -1.262001914628583243e-01 -7.103745575299248716e-02 -3.419458956346330125e-02 -4.175090141309546754e-03 -4.032414174562748540e-05 -6.076570000000000027e-01 -8.869904411564489827e+06 +1.310000000000000000e+02 -8.432436933234123133e-01 -3.891421130062885370e-01 -1.981579026770162177e-01 -1.002279946776686997e-01 -5.239538050255925644e-02 -2.489874678433857264e-02 -3.790847211427385548e-03 -5.604326839411629719e-05 -4.301050000000000151e-01 9.059770846246317029e+06 +1.320000000000000000e+02 -4.982214702764723446e-01 -2.539520664424277929e-01 -1.724022812771418001e-01 -1.239054231926335348e-01 -7.237805922190863883e-02 -2.634293730643770884e-02 -1.754208474025220274e-03 -6.997323919571822580e-06 -1.937649999999999928e-01 -1.191086753694776259e+07 +1.330000000000000000e+02 -9.814384313589440412e-01 -5.277045876156201132e-01 -2.838186226162403569e-01 -1.258747898997934767e-01 -3.977484893698550461e-02 -9.295033854433622234e-03 -9.422775598388807025e-04 -1.130097607301897503e-05 -9.868999999999999301e-03 6.175004263103788719e+06 +1.340000000000000000e+02 -4.172483839423988261e-01 -3.143094910601800795e-01 -2.208767977960438555e-01 -1.347134898437931938e-01 -6.669465490411925768e-02 -2.306890940028309342e-02 -1.244039611790217830e-03 6.171083400977223618e-06 -3.478699999999999848e-02 -5.725194503108048812e+06 +1.350000000000000000e+02 -9.745185427513534115e-01 -6.003166248587972209e-01 -3.921721401498791115e-01 -2.319703713643330167e-01 -1.087661084306400378e-01 -3.644195897489243413e-02 -3.156290376174152989e-03 -3.277585542996764862e-05 -1.876420000000000032e-01 6.742326815950566903e+06 +1.360000000000000000e+02 -7.059783013799123541e-01 -5.767703916053585900e-01 -4.317266472794364929e-01 -2.611704266987910916e-01 -1.025387721095029625e-01 -1.854695992854787229e-02 1.515386794655159243e-03 5.988439779348203075e-05 3.608500000000000041e-01 -1.756905247721847892e+07 +1.370000000000000000e+02 -9.689433101750767330e-01 -7.079552956666046448e-01 -5.106894984855118169e-01 -3.259058887803121807e-01 -1.634476036302817958e-01 -5.567161514310373788e-02 -3.640332261947645028e-03 -1.575219030738276511e-05 -6.161699999999999816e-02 6.528138327925469726e+06 +1.380000000000000000e+02 -5.276059678066349345e-01 -4.476311871726808000e-01 -3.872258489521172020e-01 -3.159754144909302509e-01 -2.167674718153946578e-01 -1.069001124428538702e-01 -1.516651329201370614e-02 -2.910369839492574630e-04 -1.956893999999999911e+00 1.584973213622952253e+07 +1.390000000000000000e+02 -5.809545333619328122e-01 -4.692406197892314834e-01 -3.813635439285686934e-01 -2.922522901777651616e-01 -1.881440919955937041e-01 -8.287608838536851541e-02 -7.545950272232512628e-03 -4.722092973367548319e-05 -1.160500000000000087e+00 -3.826866245457536727e+07 +1.400000000000000000e+02 -8.858938376247261770e-01 -7.250055993369595164e-01 -5.808968812733034115e-01 -4.196830416085980398e-01 -2.425703070498789748e-01 -9.727403283685541469e-02 -9.072887356989876861e-03 -7.471151249056559324e-05 -6.402970000000000050e-01 2.984350784182408825e+07 +1.410000000000000000e+02 -8.995622702973293805e-01 -7.400851381248381156e-01 -5.946514545524920203e-01 -4.299824595538352390e-01 -2.480561540756763272e-01 -9.918150344220436065e-02 -9.316896798083560902e-03 -8.105113642463331611e-05 -6.664710000000000356e-01 2.994268336399170011e+07 +1.420000000000000000e+02 -9.253325966540177916e-01 -8.081821845806320681e-01 -6.573441440382092882e-01 -4.778949563100023945e-01 -2.801157744208375711e-01 -1.144228590056089873e-01 -1.075117063229642442e-02 -9.330314862750441218e-05 -1.253624000000000072e+00 -1.223330268420598470e+07 +1.430000000000000000e+02 -9.260357062523383309e-01 -7.981465895293989865e-01 -6.502953256180205033e-01 -4.749822432773526670e-01 -2.800823107414912028e-01 -1.173342345674518450e-01 -1.280167978152040031e-02 -1.663297960669992933e-04 -1.602560999999999902e+00 -8.391394995367091149e+06 +1.440000000000000000e+02 -8.575048899575332673e-01 -8.475938486907443892e-01 -7.312651371699927516e-01 -5.459501005890109449e-01 -3.167782513280909540e-01 -1.235676219651825336e-01 -1.019546288316048634e-02 -6.492869722202779205e-05 -7.076609999999999845e-01 2.306103835164685920e+07 +1.450000000000000000e+02 -8.226926742289284444e-01 -8.716768562499717099e-01 -7.789863162365933125e-01 -6.006813267878444718e-01 -3.633725998037283800e-01 -1.513943091047983414e-01 -1.502816350693826804e-02 -1.469103091928558222e-04 -1.478723000000000010e+00 2.634417824806869775e+07 +1.460000000000000000e+02 -7.738865550776268254e-01 -8.547935977444991451e-01 -7.785938956555322754e-01 -6.110021498746036617e-01 -3.785663265424867308e-01 -1.642724228183983226e-01 -1.880278044436974050e-02 -2.850504504990561535e-04 -2.107533999999999796e+00 2.863001458479578048e+07 +1.470000000000000000e+02 -7.805114420872499847e-01 -8.588777027343467152e-01 -7.810980466284647150e-01 -6.121439576645700820e-01 -3.786105607496782488e-01 -1.638063471898646428e-01 -1.853283055922336567e-02 -2.707339741137440386e-04 -2.055178999999999867e+00 2.906676272459139675e+07 +1.480000000000000000e+02 -6.368059903985537895e-01 2.758361563131132149e-02 1.944189361524248927e-01 1.962060600477222305e-01 1.299345593421855072e-01 6.054771774098354625e-02 7.107110851601750739e-03 6.673780405839978519e-05 1.184276000000000106e+00 8.251590911557026207e+06 +1.490000000000000000e+02 -6.332263557431564438e-01 3.124197929058027470e-02 1.980948739730403751e-01 1.996020197271526353e-01 1.325163239376699609e-01 6.193118649250244773e-02 7.306202879658206008e-03 6.945591532765459173e-05 1.211216999999999988e+00 7.759971642585428432e+06 +1.500000000000000000e+02 -6.136935913832860523e-01 -5.795881665495646734e-02 1.340352881747146063e-01 1.742042009203052799e-01 1.213973868153073316e-01 5.070460773026159995e-02 4.505473054391502009e-03 3.209067311600299210e-05 4.052229999999999999e-01 -1.378835586773736402e+07 +1.510000000000000000e+02 -3.457132209443433690e-01 7.859392351040295210e-02 2.018056954180530438e-01 2.076964131460236340e-01 1.425744730761914214e-01 6.190983171219182485e-02 5.283846456041357484e-03 2.644194411978139774e-05 6.175800000000000178e-01 4.286575822674995288e+05 +1.520000000000000000e+02 5.334861577544285083e-02 1.848752299271507749e-01 2.205606262783840477e-01 2.087113925104306100e-01 1.528661202938869645e-01 7.796900655342497988e-02 1.092922816033799552e-02 1.612081558668521997e-04 1.472973000000000088e+00 -1.382946188790116832e+07 +1.530000000000000000e+02 -5.585162132430581128e-01 -1.516912745042699184e-02 1.238098616599234147e-01 1.359403503755052534e-01 9.295286870288667347e-02 4.217130846750384576e-02 5.019314879224669179e-03 6.492468918908103897e-05 8.037579999999999725e-01 1.104419645331432484e+07 +1.540000000000000000e+02 8.787234351339281990e-02 1.808149230115878026e-01 1.849735273418949555e-01 1.434192147298005704e-01 7.534564711732456843e-02 2.220905875209860936e-02 3.556407711298072562e-04 -1.954527350044185462e-05 -1.349090000000000011e-01 1.608371961878564442e+06 +1.550000000000000000e+02 3.356336664517657609e-02 1.436619534398038966e-01 1.576043878211259019e-01 1.271175534133514029e-01 7.212876928776527918e-02 2.561015253089733018e-02 1.642246557276184817e-03 5.981512726263928723e-06 1.741459999999999952e-01 7.933628925253412686e+06 +1.560000000000000000e+02 -4.827032212138733236e-01 -1.871321320550610179e-01 -6.555518220528133710e-02 -1.305010910571655081e-02 1.028587154566246165e-03 1.614314158287999401e-03 -4.176904019833086942e-05 -6.253204946231446306e-06 2.244600000000000067e-02 2.646825422461092821e+05 +1.570000000000000000e+02 -5.162203757476380855e-02 3.431204796941228485e-02 5.142619894842290207e-02 5.274606016714190881e-02 3.643055008527593813e-02 9.820490408924036421e-03 -1.031648495690454855e-03 -3.109005149643128047e-05 -5.078420000000000156e-01 -9.264020615029467270e+06 +1.580000000000000000e+02 3.687830285945023490e-02 5.994945982622775643e-02 5.897118960019824552e-02 3.990532950470213058e-02 1.706267836872182517e-02 6.053444053491713502e-03 1.020146010141773909e-03 1.266333782996361629e-05 2.662470000000000114e-01 8.322292581936147064e+06 +1.590000000000000000e+02 1.566775814328495442e-01 5.116941228231784017e-02 1.332099502329923101e-02 -2.127161809981194914e-06 1.080388591056496116e-02 2.287808943265259506e-02 8.807056736535449556e-03 2.764766287386721832e-04 1.548832999999999904e+00 -9.092208046842481941e+06 +1.600000000000000000e+02 -3.253082292393949353e-03 -3.002820716852317579e-02 -4.123270362623556590e-02 -4.655146560068101902e-02 -4.434014745203615493e-02 -2.921836343527615260e-02 -4.539090773436746905e-03 -4.330559537309431044e-05 -7.762529999999999708e-01 -2.329854693610183429e+06 +1.610000000000000000e+02 2.815124692855800470e-01 1.293882075803493847e-01 2.229703205918839859e-02 -5.932825552726386786e-02 -8.942150322386338557e-02 -5.961093809827668760e-02 -8.589022887548331681e-03 -9.879373627926977229e-05 -1.502559999999999896e+00 -1.682460910918491334e+07 +1.620000000000000000e+02 3.471514131397284708e-01 5.940819821792329286e-02 -4.456923834231260595e-02 -8.089752591944224247e-02 -7.548032792059464202e-02 -4.698690447816154109e-02 -7.960539454302873949e-03 -1.106979627752518845e-04 -1.400975000000000081e+00 -7.962676263162218034e+06 +1.630000000000000000e+02 -1.635897726886652026e-01 -2.101376159170427471e-01 -2.073556255009045557e-01 -1.800121239168195886e-01 -1.287604008206954254e-01 -6.487044978455105970e-02 -8.884018601341827498e-03 -1.468517524758442287e-04 -1.097256000000000009e+00 1.222149469195213169e+07 +1.640000000000000000e+02 3.536834492147847842e-01 1.963798567665503425e-02 -1.067518712180225010e-01 -1.420646520020090731e-01 -1.018657350103114589e-01 -3.947854399860193514e-02 -2.773815396685561357e-03 -1.997776289617623330e-05 -4.430930000000000146e-01 -2.565464643709228560e+07 +1.650000000000000000e+02 9.804351860596624557e-03 -2.073060199062533304e-01 -2.456012435756367296e-01 -2.075553287356636800e-01 -1.253282114526781399e-01 -5.039143421415452628e-02 -5.036475945535626685e-03 -5.189452159254183731e-05 -6.844289999999999541e-01 -8.512246938535630703e+06 +1.660000000000000000e+02 4.796147913025520793e-01 -6.188476711210857267e-02 -2.036806954124096847e-01 -2.001793802626557761e-01 -1.271448358892382502e-01 -5.160655716462585890e-02 -4.372571745599404709e-03 -3.049457212902627351e-05 -4.870459999999999789e-01 -1.608010541017193347e+06 +1.670000000000000000e+02 4.163808670142225554e-01 -3.805629808852066531e-02 -1.889856549365563909e-01 -2.105432334659624038e-01 -1.470780147152478401e-01 -6.789644276573199300e-02 -9.110790510333144354e-03 -1.370139805001627622e-04 -1.494343999999999895e+00 -1.577217240334266424e+07 +1.680000000000000000e+02 4.348302067879681876e-01 -1.163293880189379681e-01 -2.605203488139225532e-01 -2.572323853417561867e-01 -1.755401458991003028e-01 -7.937958699079739056e-02 -8.402093121306573528e-03 -8.661314706963936375e-05 -1.122422999999999949e+00 -2.998467187836500350e+06 +1.690000000000000000e+02 4.605379364612737225e-01 -9.170105312079623872e-02 -2.398791946921881857e-01 -2.440170411473078227e-01 -1.708475131783431245e-01 -7.948636854744715874e-02 -8.894067211151551397e-03 -1.026510561640673784e-04 -1.218647000000000036e+00 -3.084214887379988562e+06 +1.700000000000000000e+02 2.806323541954803824e-01 4.841246383886798066e-01 4.688562735094123357e-01 3.652745993960566095e-01 2.209390103438076958e-01 9.546630244117763897e-02 1.119772112434888438e-02 1.534357270744006831e-04 1.483659999999999979e+00 -2.600152049127003178e+06 +1.710000000000000000e+02 2.962099479353838549e-01 4.887320755585879417e-01 4.681709827554725867e-01 3.625613483618387867e-01 2.188008574294918740e-01 9.479512184201040192e-02 1.129255733467254309e-02 1.555966867644425480e-04 1.506021000000000054e+00 -2.430223230926965829e+06 +1.720000000000000000e+02 3.936851986265201830e-01 5.451223431349211390e-01 4.719478577117789397e-01 3.274667753403850967e-01 1.707370357938869099e-01 6.056215961794202823e-02 4.605761623282971992e-03 3.102644784507650970e-06 6.203060000000000240e-01 1.908803463772991672e+07 +1.730000000000000000e+02 6.490496321125400758e-01 6.230854308824081977e-01 5.321007477400605534e-01 4.005370394985716676e-01 2.448123880690064036e-01 1.089567219694724254e-01 1.354146195720138009e-02 2.129009492839720110e-04 1.788203999999999905e+00 -3.014321200276943855e+06 +1.740000000000000000e+02 4.832929404471693058e-01 4.667631694459128955e-01 3.995089122626974132e-01 3.104457286944600214e-01 2.004544001618741300e-01 9.029270676648018523e-02 9.501365630035406989e-03 8.836340894896519392e-05 1.118894000000000055e+00 -3.209349086701918859e+06 +1.750000000000000000e+02 3.317893353678305068e-01 3.352625820751074515e-01 3.012286944357530083e-01 2.414415855719879711e-01 1.551878329831688219e-01 6.850289014197910586e-02 7.123374981509497834e-03 6.530097097444780550e-05 9.077849999999999531e-01 4.481753565695705824e+06 +1.760000000000000000e+02 8.174258984366182812e-01 5.430979461128645491e-01 3.903533133217148565e-01 2.738948941773814982e-01 1.687783096778362746e-01 7.528203048592170543e-02 7.907910275407385031e-03 6.967505756077438373e-05 7.403030000000000443e-01 -1.933586808603737503e+07 +1.770000000000000000e+02 8.373917905297106890e-01 5.461093826815097696e-01 3.972849449112111353e-01 2.842562461932471862e-01 1.815137012401395467e-01 8.768175297299467263e-02 1.135747167260928170e-02 1.433290740751043499e-04 1.545191999999999899e+00 -1.759948767858716426e+06 +1.780000000000000000e+02 5.037502902407902106e-01 3.438400667823562351e-01 2.211981138692475368e-01 1.199857229629942706e-01 5.260636091821388471e-02 1.954579810853166247e-02 1.850560252688801749e-03 2.385792895169117590e-06 2.660879999999999912e-01 3.427435513603149448e+06 +1.790000000000000000e+02 2.510560927901636097e-01 1.674037509725730399e-01 1.270213906713553997e-01 9.665477589918886059e-02 6.733988871371411611e-02 3.608580175065912582e-02 5.099306998894235186e-03 5.924021626216972744e-05 8.831320000000000281e-01 1.041524828530548885e+07 +1.800000000000000000e+02 9.282189639199441844e-01 4.749013440516071660e-01 2.595166147862033035e-01 1.263126627119983414e-01 5.013887435830804984e-02 1.458069561900108765e-02 2.541128298149229617e-04 -1.714172668544569503e-05 -3.711600000000000316e-02 6.384877304239559919e+06 +1.810000000000000000e+02 5.092129779021040692e-01 3.362628109084296324e-01 1.994206632792118461e-01 7.627201341681161262e-02 -5.039987169439762681e-03 -2.173160112078464240e-02 -4.300330032703364967e-03 -5.472921877478498096e-05 -9.320559999999999956e-01 -1.607408099253697880e+07 +1.820000000000000000e+02 4.653969117702592695e-01 1.494828516933543738e-01 4.093228411727337784e-02 2.222883248990312893e-03 -3.152768395024721504e-03 3.176110573061643766e-05 5.203216709876324481e-04 9.119703856462578795e-06 8.460700000000000165e-02 -2.699057457748176996e+06 +1.830000000000000000e+02 8.664961905772174955e-01 3.924253372758172431e-01 1.962036698357940701e-01 9.300138404834557004e-02 3.320033131060168285e-02 3.230661535737359980e-03 -1.702656121334732500e-03 -4.692346343600332936e-05 -3.321189999999999976e-01 1.021184913433726877e+07 +1.840000000000000000e+02 1.003654123166775491e+00 4.231154609975212311e-01 1.476796822280018184e-01 2.209297345309830032e-03 -3.900319025332681100e-02 -2.394558851346196074e-02 -2.855443981916634850e-03 -3.051347719256255144e-05 -4.321539999999999826e-01 -1.808397509947787621e+05 +1.850000000000000000e+02 1.043185868391999671e+00 3.935886702812819160e-01 1.363470783015865440e-01 2.276476650444891545e-02 -4.997956635343974927e-03 -2.205653953646592377e-04 1.166954552921462300e-03 1.754259841940502475e-05 4.138180000000000192e-01 1.653712410583459400e+07 +1.860000000000000000e+02 9.400012624178752940e-01 3.516879577976308457e-01 8.393668940113796495e-02 -4.621556801714367391e-02 -7.285254786617098577e-02 -4.336562435037678159e-02 -5.593763779893044970e-03 -5.452755470712996244e-05 -8.878759999999999986e-01 -2.822183527714196127e+06 +1.870000000000000000e+02 1.044223736235429190e+00 3.442292541705044839e-01 7.418099943794995155e-02 -4.155049913297509390e-02 -6.363424049481937461e-02 -4.056225025546035534e-02 -6.335700853864369500e-03 -8.949327207275284152e-05 -7.956670000000000131e-01 2.566603281905717030e+07 +1.880000000000000000e+02 8.759257347601209220e-01 1.953491283344476470e-01 -2.210240955423414463e-02 -9.062906332367164086e-02 -9.018147456370008419e-02 -5.625861978372749539e-02 -8.875753562275818034e-03 -1.272775969453186372e-04 -1.238687000000000094e+00 1.871935145334882289e+07 +1.890000000000000000e+02 8.015867988356571994e-01 1.703524428497361909e-01 -4.946176139699275109e-02 -1.217726326030942469e-01 -1.025207614724261002e-01 -4.891050027541913453e-02 -5.392004369782321671e-03 -6.314267772367303884e-05 -8.382579999999999476e-01 -1.245928713634745404e+07 +1.900000000000000000e+02 6.546647719942284560e-01 -1.843630875043265546e-02 -1.927687874382523481e-01 -1.857625109183304590e-01 -1.028615132779296809e-01 -3.670665818161455290e-02 -3.478608564572889961e-03 -3.383898787185262894e-05 -6.979109999999999481e-01 -1.906900935859828070e+07 +1.910000000000000000e+02 1.223745423067944538e+00 3.289047688013546633e-01 -2.499917119324152406e-02 -1.717739472899753039e-01 -1.753262675410021398e-01 -1.014446066289587667e-01 -1.535794834583973333e-02 -2.625786113644828211e-04 -2.210409999999999986e+00 1.822298042089414224e+07 +1.920000000000000000e+02 1.286999713685877733e+00 2.409845679053840839e-01 -1.151941210440917684e-01 -2.135482725168385276e-01 -1.578512990640436320e-01 -6.368505173876419512e-02 -4.845581547330213117e-03 -3.348482365512948586e-05 -4.961479999999999779e-01 5.736327416655874811e+06 +1.930000000000000000e+02 9.164338239672764619e-01 3.381434350893817997e-02 -2.431601888281185730e-01 -2.915905269880082473e-01 -2.052592507058839943e-01 -8.753618727337354744e-02 -7.447185577243825919e-03 -4.298478635206753407e-05 -9.037899999999999823e-01 2.621451309160630219e+06 +1.940000000000000000e+02 1.109539503533961691e+00 1.226001153613568012e-01 -2.107314736450911219e-01 -2.945705065783878474e-01 -2.215912908648458857e-01 -9.913285779097848194e-02 -9.235264621003946156e-03 -6.651921148177418182e-05 -1.154128999999999960e+00 7.097947901482827030e+06 +1.950000000000000000e+02 6.206729074909026478e-01 -1.345833037791637765e-01 -3.510754365912091557e-01 -3.557734029394966635e-01 -2.366508731988355430e-01 -1.020413309275825797e-01 -1.055521595605599626e-02 -1.103713500444854537e-04 -1.541285000000000016e+00 -5.162329884750183672e+06 +1.960000000000000000e+02 1.168214793623255643e+00 9.490701896685688199e-01 7.496009704578476818e-01 5.258954277230923902e-01 2.898533252486732437e-01 1.117218025717286872e-01 1.083426822076574182e-02 1.169592089607846865e-04 1.211586000000000052e+00 5.380570105135818012e+06 +1.970000000000000000e+02 7.452380317821857281e-01 7.229083186050618837e-01 6.008495261538939758e-01 4.401049448325705660e-01 2.611292726681010423e-01 1.080715783418432774e-01 1.026065311950767958e-02 9.583942701176064230e-05 1.182150000000000034e+00 3.173069963719179854e+06 +1.980000000000000000e+02 8.851621736004284813e-01 6.984878548053473635e-01 5.586865613476591497e-01 4.077741617623271697e-01 2.380636573133295686e-01 9.738695713452431846e-02 1.004750219484903256e-02 1.049990145812127449e-04 1.208687999999999985e+00 4.520057587249855511e+06 +1.990000000000000000e+02 1.030547764516376086e+00 8.428036557039635390e-01 6.492555761491726196e-01 4.351625690926739787e-01 2.250500565080562343e-01 7.817286318627338082e-02 5.230509687036665779e-03 2.124944807258784859e-05 3.006849999999999801e-01 7.547362236726004630e+05 +2.000000000000000000e+02 1.404094715274227356e+00 9.244909771279394839e-01 6.440925878441570163e-01 4.193767058680495374e-01 2.276785190524658609e-01 9.001388021009493201e-02 9.090462230517388706e-03 9.314067763463679088e-05 8.927169999999999828e-01 -7.044186397299461998e+06 +2.010000000000000000e+02 8.910481702156525241e-01 6.525455069850812917e-01 4.875505966768831079e-01 3.257582762751972116e-01 1.689921114344277719e-01 5.902229996475247265e-02 4.075657601096988915e-03 1.828413372892618685e-05 1.422920000000000018e-01 -1.063480748097317852e+07 +2.020000000000000000e+02 1.356913654562561078e+00 8.123128615234941341e-01 5.348689013060797803e-01 3.418899356977385118e-01 1.882534911626859986e-01 7.464650878102969955e-02 6.911458006802905125e-03 5.415700286943774341e-05 6.510070000000000023e-01 -1.930080805437156931e+06 +2.030000000000000000e+02 1.569704204862439889e+00 9.698697602976377174e-01 6.474728639459012003e-01 4.022783421737901044e-01 2.037769680136937434e-01 7.245755621503047195e-02 5.491013565610187476e-03 3.025646563727992034e-05 4.782259999999999844e-01 1.165414745715263113e+07 +2.040000000000000000e+02 1.091496711339142500e+00 6.710135745148589903e-01 4.314195945811859501e-01 2.559641358638540809e-01 1.288298888891147576e-01 4.830580206625689765e-02 4.030645906866137107e-03 2.451138196913770531e-05 3.768090000000000050e-01 3.134882597628494259e+06 +2.050000000000000000e+02 1.377877956616304633e+00 7.441943195102836972e-01 4.676492433514466418e-01 2.933042315731518301e-01 1.597337598288802729e-01 6.146617514542712657e-02 5.198503112683196259e-03 4.104093620907719509e-05 2.733849999999999891e-01 -1.463698002920083888e+07 +2.060000000000000000e+02 1.243598629726070381e+00 6.033767412724906354e-01 3.593212919934197780e-01 2.304741801376644084e-01 1.339759692614379549e-01 5.274706863806346430e-02 3.910442321810482860e-03 1.673619929491169305e-05 6.842179999999999929e-01 4.284432524464453757e+07 +2.070000000000000000e+02 1.539452925425213170e+00 8.346727275445799954e-01 4.666360067276279500e-01 2.264747733730848867e-01 8.385119276932351262e-02 2.036743938420782982e-02 5.251584271168934642e-04 -4.762217231177214801e-06 -8.028100000000000513e-02 1.041821279780615307e+07 +2.080000000000000000e+02 1.631019653949086434e+00 7.484966544412033906e-01 3.903011897289887511e-01 2.091689607383647176e-01 1.126130816757657110e-01 4.888035311481128686e-02 5.136320575448198415e-03 4.287581425610711874e-05 8.481440000000000090e-01 2.505402496338657290e+07 +2.090000000000000000e+02 1.376910850445295376e+00 6.111786726521872826e-01 3.128943638821258810e-01 1.744921711737730252e-01 1.016625508847236042e-01 4.334643173108215786e-02 3.594391930076058003e-03 1.829532038195606908e-05 2.186329999999999940e-01 -5.541580855786269531e+06 +2.100000000000000000e+02 1.743133224940000447e+00 7.566444135183987285e-01 3.450025795012486296e-01 1.379433078918078370e-01 4.869691054077449760e-02 1.608235794217801815e-02 1.466151823890954982e-03 8.402636393067788905e-06 1.853049999999999975e-01 3.711516615239039063e+06 +2.110000000000000000e+02 1.447106558787233155e+00 6.064810295091801473e-01 2.833746280192454559e-01 1.392210071056682041e-01 8.095560290469576425e-02 4.418789241736901380e-02 6.957619168352152488e-03 9.481808116026019294e-05 1.049036000000000080e+00 -1.235614301456207177e+06 +2.120000000000000000e+02 1.789866984268351224e+00 7.921264541487589295e-01 3.342355891175847193e-01 8.325779168261993046e-02 -1.451745126587559130e-02 -2.079252368243121596e-02 -3.580045690375707138e-03 -6.082422389155205274e-05 -6.834780000000000300e-01 -6.321403709225350991e+06 +2.130000000000000000e+02 1.753578206634541559e+00 6.797282707892343678e-01 2.477095954183042015e-01 4.957352593562284332e-02 -1.013551680552365192e-02 -1.072481734571206595e-02 -1.066835500379837961e-03 -7.398067307969729312e-07 -2.699860000000000038e-01 -5.156315782179264352e+06 +2.140000000000000000e+02 1.813902994146548320e+00 7.269471930656593583e-01 2.388013850197530097e-01 -5.697054918258160489e-03 -7.069526362105070516e-02 -4.259769999916150629e-02 -4.589238267286572040e-03 -3.313064644541248883e-05 -8.579679999999999529e-01 -1.613256458514156006e+07 +2.150000000000000000e+02 1.309924825554403593e+00 4.035575345503366607e-01 5.023997536314651208e-02 -8.768837797611120366e-02 -9.492096606446299989e-02 -5.439943575070815829e-02 -9.209531670939586842e-03 -1.706168342686534896e-04 -1.374705000000000066e+00 1.516929858831381984e+07 +2.160000000000000000e+02 1.782941360532948050e+00 5.781437386093856157e-01 1.171339914677178018e-01 -5.787425596773441983e-02 -6.583168314948020794e-02 -2.695035663830753353e-02 -1.905342709254596216e-03 -5.299455892388325135e-06 -1.313179999999999903e-01 1.470595671721431985e+07 +2.170000000000000000e+02 1.253719105949419932e+00 3.369061655673071254e-01 4.828318798022597502e-03 -1.151335304248641139e-01 -1.029819288889676360e-01 -4.292214464526464962e-02 -2.419950839617464235e-03 6.647840646710398026e-07 -2.443710000000000049e-01 -9.476535839460650459e+06 +2.180000000000000000e+02 1.810722618926351224e+00 5.619062725993503316e-01 6.133891885138208211e-02 -1.344416898006379202e-01 -1.333537179013017937e-01 -6.276074681196559812e-02 -6.047065376687977591e-03 -4.463360777070712502e-05 -1.068198999999999899e+00 -1.615144617486345209e+07 +2.190000000000000000e+02 1.821611970830181004e+00 5.606636584684290270e-01 6.897186266178802205e-02 -1.146233425355736441e-01 -1.092803870560930257e-01 -4.704056147273306954e-02 -3.864272720078477941e-03 -2.497517265384120957e-05 -6.377680000000000016e-01 -8.763657505438426509e+06 +2.200000000000000000e+02 1.540875633231562958e+00 3.262774501952023787e-01 -1.037815299030819122e-01 -2.358323813080050457e-01 -1.820759464379769210e-01 -7.506999933578721584e-02 -5.919818175771768970e-03 -4.181071705606619076e-05 -7.858899999999999775e-01 -5.112115804901717231e+06 +2.210000000000000000e+02 1.506999999608127361e+00 2.949980307677556035e-01 -1.451855275392055222e-01 -2.874586007331297322e-01 -2.317536785213157591e-01 -1.061193724954756779e-01 -1.085033806133409683e-02 -1.104860960604880812e-04 -1.578569000000000111e+00 -1.725370436445066938e+06 +2.220000000000000000e+02 2.115542757106712468e+00 1.480000565298016157e+00 1.055156990302549724e+00 6.801191252247220653e-01 3.591085860211223890e-01 1.403284974923917905e-01 1.401894750233808641e-02 1.445255840589508643e-04 1.639018000000000086e+00 1.637182306587738171e+07 +2.230000000000000000e+02 2.035469708578896419e+00 1.440264148039808401e+00 1.043663758107031159e+00 6.874228912173395711e-01 3.744476039597567363e-01 1.544610427873944758e-01 1.848444727626378029e-02 3.095276537198137748e-04 2.255902999999999992e+00 4.196877724938780884e+05 +2.240000000000000000e+02 1.948677723926493854e+00 1.300607802943935187e+00 9.073525454288056125e-01 5.827160091170838774e-01 3.103798632350148745e-01 1.216963240246755895e-01 1.196930358426276375e-02 1.172709656319048882e-04 8.814030000000000475e-01 -3.410131565100558102e+07 +2.250000000000000000e+02 2.025528333200524944e+00 1.343355143976367350e+00 9.383867228457735132e-01 6.030898391636764222e-01 3.192997948295944188e-01 1.238480942592002088e-01 1.251317624081331979e-02 1.522912111874563938e-04 9.626019999999999577e-01 -2.908119097868442535e+07 +2.260000000000000000e+02 1.915991862674045976e+00 1.280952623662407142e+00 8.847374328050734427e-01 5.546427830308656715e-01 2.809969086625028201e-01 1.015126380156796126e-01 8.574586490951902756e-03 6.807388087389540203e-05 5.308859999999999690e-01 -1.309669939291260205e+07 +2.270000000000000000e+02 1.915348347637232829e+00 1.277879140673268132e+00 8.797719436382348546e-01 5.494412550926458527e-01 2.777337692585746809e-01 1.004750900915502010e-01 8.532500746065870695e-03 6.834555192625166059e-05 5.413839999999999764e-01 -1.267757843116122484e+07 +2.280000000000000000e+02 1.831278200380566767e+00 1.138009912586877004e+00 7.449138609388551435e-01 4.458441106622523797e-01 2.192414948961646792e-01 7.979872847329003149e-02 7.200239591182990354e-03 5.964409468694092568e-05 4.408420000000000116e-01 -2.016611626108079776e+07 +2.290000000000000000e+02 1.817097985115599279e+00 1.182478932896690704e+00 7.861725506206677094e-01 4.513408017351908663e-01 1.898638058226538861e-01 5.034611945769291302e-02 1.892680471490039819e-03 8.537225116281563520e-07 -3.102420000000000178e-01 -2.089643628604721278e+06 +2.300000000000000000e+02 2.122290229166082121e+00 1.221498357858519235e+00 7.563402196639256170e-01 4.365493987710394874e-01 2.151442846514283191e-01 8.284252451785382998e-02 9.648726230032910953e-03 1.564296308561813429e-04 1.016875999999999891e+00 -5.241549158828338608e+06 +2.310000000000000000e+02 1.858024412040412576e+00 1.029562403809112459e+00 6.219503049783688953e-01 3.491319172401032289e-01 1.603824757266021639e-01 5.241277089851779231e-02 4.038128359884604092e-03 3.482112361373004860e-05 1.841810000000000114e-01 -2.996945380074801389e+06 +2.320000000000000000e+02 1.761523394411286025e+00 9.915010836709051700e-01 5.663847788307182496e-01 2.670136150828730237e-01 8.210533326729275994e-02 9.694867480425766251e-03 -1.525365966246674783e-03 -3.018308707159895999e-05 -3.748049999999999993e-01 1.924061921060433984e+07 +2.330000000000000000e+02 2.405270793023867704e+00 1.324394268242519601e+00 7.534512907513960522e-01 3.686075655826198672e-01 1.346374495647620628e-01 3.268748556563900315e-02 1.272576354551066330e-03 4.067697678777431697e-06 -2.067529999999999923e-01 1.286603969737055013e+06 +2.340000000000000000e+02 2.303386213797451010e+00 1.154592117044099364e+00 6.322017911725386075e-01 3.145202681064437900e-01 1.206162015532608184e-01 2.699284991854594695e-02 -4.779800852560198827e-04 -2.888519749930979928e-05 -2.832529999999999770e-01 1.862936786637847498e+07 +2.350000000000000000e+02 1.922574252822674801e+00 9.640324086630929212e-01 5.031266036448733825e-01 2.322253991185756761e-01 9.181254601091175249e-02 2.890801300599903784e-02 1.770312534583143175e-03 5.468074047711393945e-06 -2.237899999999999889e-01 -2.262629257386570051e+07 +2.360000000000000000e+02 2.126434059930507381e+00 9.429963956603970576e-01 4.568248851978211067e-01 2.190414616982810092e-01 1.045809278250282720e-01 3.864596871006541201e-02 2.905337773793846730e-03 1.752412162826804502e-05 3.523769999999999958e-01 1.795015322396086156e+07 +2.370000000000000000e+02 1.952765653162301884e+00 8.269068043214227171e-01 3.918253771334221369e-01 1.924662386325064478e-01 1.071074319183531881e-01 5.544765841596572403e-02 8.260862286998911508e-03 1.031895435249163628e-04 1.447491000000000083e+00 1.933100366163472086e+07 +2.380000000000000000e+02 2.499139558059441324e+00 1.132669558449714842e+00 5.381382366002201989e-01 2.269848314557579849e-01 8.684667095292367134e-02 3.131862439419981492e-02 3.746023793749562406e-03 4.803305187225260641e-05 3.418669999999999765e-01 -1.085931925094563700e+07 +2.390000000000000000e+02 2.091570256693888297e+00 9.190638904182044655e-01 3.791114979251721251e-01 8.780960933206539976e-02 -2.587590407687677049e-02 -3.239327613684027385e-02 -5.454630565299652817e-03 -7.948087564901962069e-05 -1.020286000000000026e+00 -5.045186702786521986e+06 +2.400000000000000000e+02 2.275666536197469281e+00 9.267047297143596873e-01 3.671778230764121131e-01 1.069481762147241471e-01 2.859831632075432450e-02 1.865963318444517627e-02 5.803443689309268662e-03 1.557499840115142008e-04 8.920470000000000343e-01 -7.707243167308050208e+06 +2.410000000000000000e+02 2.532765488016532451e+00 1.069960530776736363e+00 4.490091548138484545e-01 1.356395113189871326e-01 1.367609872138135854e-02 -9.881935212122805109e-03 -2.205883609952513473e-03 -1.817501883199754717e-05 -4.878480000000000039e-01 -1.876507149373754626e+06 +2.420000000000000000e+02 2.608249028614234355e+00 1.058454698549569306e+00 3.843979658068270022e-01 5.086714401771672001e-02 -4.670660559282193564e-02 -3.031051783348838805e-02 -2.848937752807925976e-03 -2.054307111841739870e-05 -4.873560000000000114e-01 -6.136789878709603101e+06 +2.430000000000000000e+02 2.369606131410797456e+00 9.467744571729110881e-01 3.343083397719966432e-01 3.878095691299784931e-02 -4.715735238521014810e-02 -3.662670217182285165e-02 -6.500544194192669351e-03 -1.158807108228545923e-04 -1.342802000000000051e+00 -2.052728304711808637e+07 +2.440000000000000000e+02 2.400004719406625853e+00 8.675989152685104067e-01 2.474546828866336368e-01 -2.509311116925723104e-02 -7.655570499192486389e-02 -3.827985690221609449e-02 -2.948588282952698415e-03 -1.152776399876494448e-05 -5.128340000000000121e-01 -1.081669842534353584e+07 +2.450000000000000000e+02 2.711019419126381891e+00 1.065107178250207509e+00 3.528287406447579433e-01 1.890185360224628239e-04 -9.593708441095084860e-02 -5.847666385892080765e-02 -6.312026598490023260e-03 -4.477132755329563964e-05 -1.083293999999999979e+00 -1.384858517801095359e+07 +2.460000000000000000e+02 2.418075390202723440e+00 8.707985701078142515e-01 1.982776155761304948e-01 -1.190840120165319871e-01 -1.729538207629174873e-01 -9.326064292005417644e-02 -1.015104031480957777e-02 -9.176649454205317122e-05 -1.498785000000000034e+00 3.022771539632948115e+06 +2.470000000000000000e+02 2.480233347080211370e+00 9.106856402219049018e-01 2.276533661513155393e-01 -9.710413607039655726e-02 -1.579069269198868364e-01 -8.463213504896062445e-02 -8.131824348276490283e-03 -3.527103676500115386e-05 -1.142190999999999956e+00 5.646575304234095849e+06 +2.480000000000000000e+02 2.283232133455460833e+00 1.540589135240483021e+00 1.089912494469339244e+00 7.064144612706115822e-01 3.731787956011305973e-01 1.436112055087895856e-01 1.433354775736897339e-02 1.577638412872693955e-04 1.181041999999999925e+00 -2.323596988629962131e+07 +2.490000000000000000e+02 2.303404377553958327e+00 1.574466419157897645e+00 1.131040695468054080e+00 7.525207017515316288e-01 4.161483016808294466e-01 1.721621978061708413e-01 2.077638163996923040e-02 3.367353273355479975e-04 2.313273000000000135e+00 -1.429473038655903935e+07 +2.500000000000000000e+02 2.291838564953959878e+00 1.517568372157106049e+00 1.021650864952168281e+00 6.047359611786343736e-01 2.756335661927473701e-01 8.700553125457474724e-02 6.294069431010828816e-03 5.028734058434506374e-05 3.709310000000000107e-01 1.509954817763673700e+07 +2.510000000000000000e+02 2.762702356800637915e+00 1.757373045154083879e+00 1.163825342708893373e+00 7.035078029313975856e-01 3.565731452462441720e-01 1.399713133939758936e-01 1.565182214741811864e-02 2.203314344014048367e-04 1.861731999999999942e+00 1.591873796511240862e+07 +2.520000000000000000e+02 2.820479997227666846e+00 1.715528566623403917e+00 1.092192534070811849e+00 6.345724401315263608e-01 3.082982579171862914e-01 1.156753150002058500e-01 1.252679164072364668e-02 1.834556926181368731e-04 1.143575000000000008e+00 -1.044809785943686776e+07 +2.530000000000000000e+02 2.917702939904607273e+00 1.775479986620560835e+00 1.142052659786563895e+00 6.695504832962037023e-01 3.214683141389420573e-01 1.137708901751228463e-01 1.001084474640218103e-02 9.483502536123063523e-05 5.559739999999999682e-01 -1.602586407334431075e+07 +2.540000000000000000e+02 2.781606739728957223e+00 1.646671555791096253e+00 1.012956337298752452e+00 5.535528506352489497e-01 2.457443987785276340e-01 8.812284004863343845e-02 1.107423213790491995e-02 2.267774243221505777e-04 1.118438999999999961e+00 -8.587151690933255479e+06 +2.550000000000000000e+02 2.661406022973718422e+00 1.580093928495771571e+00 9.994558794435395299e-01 5.845883426081597278e-01 2.871728647390591194e-01 1.045611956092524358e-01 8.725299944463841065e-03 5.712916624689181715e-05 8.695089999999999764e-01 2.290040241632447392e+07 +2.560000000000000000e+02 3.000144143737982105e+00 1.691025569055714772e+00 1.009736550982703873e+00 5.430726413642406047e-01 2.356212194044671193e-01 7.505516268881390340e-02 5.424453272623397902e-03 3.141457162628484117e-05 -1.474479999999999957e-01 -3.663171865769571066e+07 +2.570000000000000000e+02 2.916870324671823500e+00 1.651926712394406360e+00 9.969114264527996205e-01 5.446226131910044677e-01 2.371621040291820581e-01 7.173916899667709401e-02 4.169445820065544039e-03 1.643660622585296083e-05 -2.323099999999999887e-01 -1.755534222573336959e+07 +2.580000000000000000e+02 2.630905940007894017e+00 1.481893738875194710e+00 8.580159578438125711e-01 4.229987327132143093e-01 1.502353697688849909e-01 3.402080056518273776e-02 1.451670399927232130e-03 7.552015274970955560e-06 -1.205819999999999947e-01 1.220021750497608632e+07 +2.590000000000000000e+02 2.849646361812624207e+00 1.580400833952682493e+00 9.043392401621377363e-01 4.433969058528944851e-01 1.562780449815305006e-01 3.188361918689028990e-02 2.331372623136985817e-04 -9.225410550071651527e-06 -7.704609999999999514e-01 -2.434776048461087793e+07 +2.600000000000000000e+02 2.683372151945706108e+00 1.413379225010871210e+00 7.597783713082945090e-01 3.235946282538593177e-01 7.098745345092376258e-02 -9.804143166886731403e-03 -4.838891097463406815e-03 -6.764826585660719616e-05 -1.162322999999999995e+00 -2.604745422567571979e+06 +2.610000000000000000e+02 3.106209861988322718e+00 1.664461752767246727e+00 9.312436674584688712e-01 4.487702181232950394e-01 1.580260933690010583e-01 3.410011086869431385e-02 6.492856664015329024e-04 2.121015940897876854e-06 -1.962500000000000078e-01 2.211767371104667336e+07 +2.620000000000000000e+02 2.962423336203167334e+00 1.484210864321952483e+00 7.715019555767542725e-01 3.377742748246846394e-01 1.064147319058846991e-01 1.922865312615496675e-02 -1.237854968528108012e-03 -8.772745991617733542e-05 -4.227020000000000222e-01 1.099754660536806472e+07 +2.630000000000000000e+02 3.056864741834820265e+00 1.591438606616536022e+00 8.460019482972754856e-01 3.604004153940944533e-01 8.505001058490266330e-02 -5.455481184405463861e-03 -4.969908400370902542e-03 -9.869220037583705354e-05 -1.323153000000000024e+00 -1.400843867726367526e+07 +2.640000000000000000e+02 3.239636430801156042e+00 1.512509297482885540e+00 7.291471130560360780e-01 2.916490218707372684e-01 8.276795028518448005e-02 1.287935996224499891e-02 -3.735801763118159341e-04 -5.832795526810481306e-06 -4.936999999999999722e-02 2.379936756369514763e+07 +2.650000000000000000e+02 2.970676357457783023e+00 1.393619599910672635e+00 6.886018384363005174e-01 2.981233261270876400e-01 1.035128288672746422e-01 2.392535541973614399e-02 -1.986816915172261893e-04 -3.352477913198601944e-05 -2.392809999999999937e-01 8.153070626191757619e+06 +2.660000000000000000e+02 2.977063058558843345e+00 1.403554539716906246e+00 6.427163361764915983e-01 1.948095356037709835e-01 -4.547543733246495884e-03 -3.007582166247318653e-02 -4.029605223653797211e-03 -2.562838152178801795e-05 -7.052100000000000035e-01 8.212794848534705816e+05 +2.670000000000000000e+02 3.300675827996221834e+00 1.494966750311664372e+00 6.734696641490343083e-01 2.210842708711573956e-01 2.452390031122572700e-02 -1.572230711709121306e-02 -3.028450597463562370e-03 -1.938761240740284749e-05 -5.296269999999999589e-01 9.474302259040107951e+06 +2.680000000000000000e+02 2.761773248234450140e+00 1.151030566803600941e+00 4.349294216247938660e-01 6.722896264563892055e-02 -5.303671862747520033e-02 -4.255207639497547711e-02 -6.713059062534632374e-03 -1.265942674889265719e-04 -1.141100000000000003e+00 -4.543275731372988783e+06 +2.690000000000000000e+02 2.896601053366071099e+00 1.298637481640882108e+00 5.376702586170087894e-01 1.074959251322886861e-01 -6.370043686349828593e-02 -6.237296657980539311e-02 -9.297932140627606853e-03 -9.753131671126476991e-05 -1.576449999999999907e+00 -1.180532494485228381e+05 +2.700000000000000000e+02 2.769120871279771912e+00 1.112475083060372905e+00 3.932869047773349114e-01 3.180113596605343984e-02 -7.632265327485618367e-02 -5.004423054131963700e-02 -5.421661651409116246e-03 -3.749704770458954311e-05 -9.621790000000000065e-01 -1.534257778347203135e+07 +2.710000000000000000e+02 3.023301639746909686e+00 1.234461409633784479e+00 4.684361328743254504e-01 9.149239447876059139e-02 -2.717636291207143825e-02 -2.164664247510502890e-02 -1.825683925023346586e-03 -1.326507194102795804e-05 -1.859280000000000099e-01 3.582557909812999889e+06 +2.720000000000000000e+02 3.401358489491861370e+00 2.148159858380267018e+00 1.427891722846813316e+00 8.718404230593252979e-01 4.473207537902569864e-01 1.773153386052758462e-01 1.990367687460685084e-02 2.645311389906016128e-04 2.173461000000000087e+00 4.602620553871819749e+06 +2.730000000000000000e+02 3.527909764569330253e+00 2.230009757858542940e+00 1.473902821574346156e+00 8.861092529092985393e-01 4.386205886836857526e-01 1.622768559821716194e-01 1.522617431901342883e-02 1.446596036602546757e-04 1.230428000000000077e+00 -4.501059971294521354e+06 +2.740000000000000000e+02 3.204642076079611712e+00 1.972708484448393529e+00 1.290133161499073200e+00 7.792548108923130767e-01 3.883781856346882888e-01 1.391406669308612454e-01 1.120282839226504137e-02 7.747549964867680224e-05 6.984479999999999578e-01 2.742015751389966812e+06 +2.750000000000000000e+02 3.538506466898372782e+00 2.233710163479511124e+00 1.473382113254977144e+00 8.827387189892779151e-01 4.341272499182829425e-01 1.588072579522744054e-01 1.449343789166612079e-02 1.309718449701013107e-04 1.094243999999999994e+00 -5.584962888447884470e+06 +2.760000000000000000e+02 3.417622691323384032e+00 2.051189937812754938e+00 1.286516662734360050e+00 7.225366051997876848e-01 3.240211075901582860e-01 1.047261600385764324e-01 8.018419426374873496e-03 7.649758871591107276e-05 3.443249999999999922e-01 6.501010948926244862e+06 +2.770000000000000000e+02 3.147561741449540040e+00 1.922166770881405418e+00 1.236567759929466215e+00 7.246554500211637162e-01 3.492564003588543020e-01 1.260723469501864313e-01 1.213826787819591822e-02 1.478692107301646447e-04 8.718810000000000171e-01 -1.240146864270889573e+07 +2.780000000000000000e+02 3.327421144464789204e+00 1.963583417222775740e+00 1.212632178585917320e+00 6.595608355142000834e-01 2.707563709278248409e-01 7.270337997637218996e-02 3.382017314004896053e-03 1.143394876847614073e-05 -3.503220000000000223e-01 4.902415743857853115e+06 +2.790000000000000000e+02 3.223774009676791064e+00 1.884973483993006571e+00 1.165185232033042917e+00 6.500969270242362708e-01 2.898149135528091391e-01 9.163915034082899258e-02 6.272264579077264056e-03 3.657000847993465391e-05 5.717300000000000160e-02 -5.965347724550332874e+06 +2.800000000000000000e+02 3.468157460633689571e+00 1.975183729287782075e+00 1.176303141629534421e+00 6.302015930178838099e-01 2.786104576091544827e-01 9.502236965683386050e-02 9.268608155750122229e-03 1.472429389151858449e-04 7.946609999999999507e-01 9.125227488364713266e+06 +2.810000000000000000e+02 3.585237845195988537e+00 2.050994310498625239e+00 1.234494160899065163e+00 6.623079633834793034e-01 2.850644103218482606e-01 9.173463599681715153e-02 7.142546818182536096e-03 4.937746993723386664e-05 4.630940000000000056e-01 1.368222998381041363e+07 +2.820000000000000000e+02 3.582006901726161985e+00 1.957140902657091175e+00 1.137214843316697532e+00 5.919617965829859774e-01 2.433346214902909477e-01 7.044840932830798153e-02 4.611987556666222350e-03 4.727030075703098750e-05 1.897550000000000070e-01 1.882266018724053726e+07 +2.830000000000000000e+02 3.353043053399079820e+00 1.890945484742076577e+00 1.101726556977274507e+00 5.507748845066591237e-01 2.037573611222603664e-01 5.150338619940172252e-02 2.611674101921487336e-03 9.747590414180124755e-06 -1.210800000000000071e-02 2.057044656519358978e+07 +2.840000000000000000e+02 3.615243607024736683e+00 1.867302291978509610e+00 1.009267065650137907e+00 4.758159950907831504e-01 1.750273640125411534e-01 4.600397676541814751e-02 2.379373101074140975e-03 1.076291395444987647e-05 -7.877000000000000321e-03 1.028642048582985811e+07 +2.850000000000000000e+02 3.274790777946174458e+00 1.718781635857500101e+00 9.457185735466264731e-01 4.593596450330266756e-01 1.796254965159468364e-01 5.040936435914748076e-02 2.201840291542610847e-03 -3.363951874466494944e-06 -3.961370000000000169e-01 -1.992269358245460689e+07 +2.860000000000000000e+02 3.840866805917114046e+00 1.997717164069977791e+00 1.068425552968877090e+00 4.748369587243516654e-01 1.394454873504272774e-01 1.658117888098738571e-02 -2.134957791564429282e-03 -5.047501163604752007e-05 -1.076211999999999946e+00 -2.318290126141526923e+07 +2.870000000000000000e+02 3.741521843518435642e+00 1.920981230315402577e+00 1.034655433148980119e+00 4.844159153603195267e-01 1.696096276799358427e-01 3.361896857675384515e-02 -1.605010388119433107e-03 -6.419270389668693449e-05 -6.780720000000000081e-01 1.453230402117488533e+07 +2.880000000000000000e+02 3.648688357599549015e+00 1.749135388028069338e+00 8.696896252305205133e-01 3.559859846073485934e-01 8.934673972275027076e-02 -1.085295189748716532e-03 -4.957524660602214035e-03 -1.306568786939239280e-04 -9.153339999999999810e-01 1.681764015848629177e+07 +2.890000000000000000e+02 3.591549827786711724e+00 1.740172212724027778e+00 8.747466363976150738e-01 3.702457636245979344e-01 1.185866578139220529e-01 2.946865770440483881e-02 2.243364427118054328e-03 2.898492303074457244e-05 2.925900000000000029e-02 -8.093200374268745072e+06 +2.900000000000000000e+02 3.555016180431500583e+00 1.640237611058477540e+00 7.478477202563860171e-01 2.416637055809944534e-01 1.663037640428394540e-02 -2.564950325178705012e-02 -5.593621279088516196e-03 -8.709440077397454373e-05 -9.436489999999999601e-01 6.965494578365008347e+06 +2.910000000000000000e+02 3.565195605479271279e+00 1.665411707355691329e+00 7.834265861097081673e-01 2.830027483132081523e-01 5.332488027803438529e-02 -4.189742257751459704e-03 -2.247149836960241065e-03 -3.669398528396878185e-05 -4.413369999999999793e-01 6.356224126185926609e+06 +2.920000000000000000e+02 3.498220512336602361e+00 1.575261578335625634e+00 6.751350434337896056e-01 1.660195918795406567e-01 -4.774503454442753647e-02 -6.406060951711536888e-02 -1.252080110225490227e-02 -2.280484254563706914e-04 -1.983373000000000053e+00 9.937355562284136191e+06 +2.930000000000000000e+02 3.548570936840158563e+00 1.628986992885381735e+00 7.331486145918162389e-01 2.251544506278384261e-01 2.162749200676307004e-03 -3.416463684594537448e-02 -6.986693930304811902e-03 -1.105873542165705886e-04 -1.146849999999999925e+00 7.964766800780001096e+06 +2.940000000000000000e+02 4.116075583045756048e+00 2.579303418656184732e+00 1.685758355936691766e+00 9.903756904772377245e-01 4.585661089714845318e-01 1.450418055624952407e-01 8.629025115439796847e-03 3.207854132429946594e-05 -1.549379999999999924e-01 -2.093029728232382797e+06 +2.950000000000000000e+02 4.175366344641264327e+00 2.615460634200973633e+00 1.710441083675025453e+00 1.009115224741504280e+00 4.742085445816910383e-01 1.550378573088106726e-01 1.013166675582705817e-02 4.590087217858088766e-05 4.914500000000000118e-02 -6.949194704126700759e+06 +2.960000000000000000e+02 4.071817580914198764e+00 2.460259702177221453e+00 1.570741085144837124e+00 9.123346342018922028e-01 4.302330002511105533e-01 1.449769434007582569e-01 1.034568725280058873e-02 5.516713804723706881e-05 1.241189999999999932e-01 -2.028242066192404181e+07 +2.970000000000000000e+02 4.198555230921300563e+00 2.543015055452290341e+00 1.639717901614561546e+00 9.783801921797629086e-01 4.930215811909886003e-01 1.918359737604553306e-01 2.147276790323317253e-02 3.106274530725575047e-04 2.257124999999999826e+00 9.818728716368192807e+06 +2.980000000000000000e+02 4.037010539548802512e+00 2.372670818883293897e+00 1.472597524491532583e+00 8.244422003519984443e-01 3.730858571490371922e-01 1.250770435401760972e-01 1.096355305500507256e-02 1.303043490979841946e-04 7.899509999999999588e-01 1.621387480807398073e+07 +2.990000000000000000e+02 3.830077534999501765e+00 2.235286073779477967e+00 1.401754894492196923e+00 8.139243230958355113e-01 3.921975150447685188e-01 1.384273469665986411e-01 1.146189088913653065e-02 8.804837684158549186e-05 4.023709999999999787e-01 -3.059200416159747541e+07 +3.000000000000000000e+02 4.074782823390728836e+00 2.420027564987854873e+00 1.489439964417381246e+00 8.046596316071772392e-01 3.378838297566366666e-01 1.012400164929666835e-01 6.481650237029700813e-03 3.235145034263014661e-05 9.293500000000000372e-02 1.549102750743873604e+07 +3.010000000000000000e+02 4.010566942240103572e+00 2.356107600268249058e+00 1.454677395726791778e+00 8.071970453501700060e-01 3.609656981910135398e-01 1.174371175984029181e-01 8.559629605672669159e-03 5.582634173789856259e-05 2.994319999999999760e-01 4.085591369704588316e+06 +3.020000000000000000e+02 4.137349937520575338e+00 2.344105606361917449e+00 1.394076390348491401e+00 7.391908981271114731e-01 3.155058344950090743e-01 1.012382454924446590e-01 8.314088640719950046e-03 7.416506957446866916e-05 3.061579999999999857e-01 -8.613369771499875933e+06 +3.030000000000000000e+02 4.097272876139173015e+00 2.263080163995201399e+00 1.323008147296487191e+00 6.968232807065065648e-01 2.951871719010171757e-01 8.887898291482633495e-02 5.288554208634057945e-03 2.130889007997558156e-05 -4.699160000000000004e-01 -4.134433056309936941e+07 +3.040000000000000000e+02 4.115826785818316402e+00 2.289231571124996201e+00 1.332640305606368036e+00 6.810746039924386874e-01 2.698846991978793297e-01 7.648568803360035473e-02 5.582190261420272477e-03 8.858474235255763083e-05 -1.196839999999999987e-01 -1.384791652014159597e+07 +3.050000000000000000e+02 4.187772126035782527e+00 2.290836919120097903e+00 1.303324049276813001e+00 6.444872920185934495e-01 2.401756188988783403e-01 5.616655765794839605e-02 6.006125296905264008e-04 -3.132294734816880668e-05 -3.077190000000000203e-01 4.622146407498975098e+07 +3.060000000000000000e+02 4.427074778778668396e+00 2.332911552910960751e+00 1.298805485118089464e+00 6.358060371422404877e-01 2.389710925549806408e-01 6.061271171088696008e-02 2.565938333180456995e-03 7.238327859726163206e-06 -7.134899999999999576e-02 2.236158188890299201e+07 +3.070000000000000000e+02 3.964181564983698891e+00 2.132946610440334290e+00 1.199341120534322513e+00 5.880987173723396522e-01 2.232473792400811452e-01 5.947399540837953330e-02 2.753025438967836563e-03 -1.118086878841409898e-06 -1.765200000000000102e-01 7.640081475212341174e+06 +3.080000000000000000e+02 4.254833475487808769e+00 2.214120849088393239e+00 1.204397683351153381e+00 5.650448194006049141e-01 1.988268099092952990e-01 4.791934598978177251e-02 2.472573467102654344e-03 1.924768629233640019e-05 -2.453170000000000073e-01 -7.052172657616415992e+06 +3.090000000000000000e+02 4.140689490617535107e+00 2.162452686280035064e+00 1.166023917182378744e+00 5.302953610022073105e-01 1.729185233552677781e-01 3.530504792910463957e-02 8.652272846220085672e-04 -1.989044117956670967e-06 -4.328859999999999930e-01 -1.684319509612499038e+06 +3.100000000000000000e+02 4.219636983297238686e+00 2.134281055250885295e+00 1.111075436707762654e+00 4.853083691179034265e-01 1.514269798200620076e-01 2.664033074831865036e-02 -8.913019941901827040e-04 -3.474246103678211585e-05 -8.292410000000000059e-01 -1.965581044757025689e+07 +3.110000000000000000e+02 4.237065457893718801e+00 2.145784195052198307e+00 1.118563205973011510e+00 4.895173826082275803e-01 1.532498567690109281e-01 2.710830543608316184e-02 -9.369711650120933835e-04 -3.723613975974072088e-05 -8.370849999999999680e-01 -1.904831273207951337e+07 +3.120000000000000000e+02 4.855173429622272607e+00 2.813941290147469854e+00 1.723865958939565513e+00 9.571736334651556044e-01 4.360297046853399694e-01 1.490636372285712163e-01 1.287288696861430860e-02 1.259139773965823824e-04 1.118678000000000061e+00 3.258125785478267819e+07 +3.130000000000000000e+02 4.483494648722772702e+00 2.636163884325237294e+00 1.643318963001373145e+00 9.327518745497677122e-01 4.343356725482271918e-01 1.518229503339682263e-01 1.497031982754440209e-02 2.372356837850146140e-04 1.151008999999999949e+00 5.541950728262923658e+06 +3.140000000000000000e+02 4.724989551198930826e+00 2.721733324152410205e+00 1.654521293121239855e+00 9.061132675849361551e-01 4.017158624956205237e-01 1.309138743545894545e-01 9.980758382232290254e-03 7.517871256133882251e-05 6.063279999999999781e-01 2.258610514764826000e+07 +3.150000000000000000e+02 4.904562777422404096e+00 2.822606947085763096e+00 1.703571412365900040e+00 9.172702266984736896e-01 3.939036688292361088e-01 1.236010279871950640e-01 9.078776536957220214e-03 6.384559745186979280e-05 -1.312100000000000072e-02 -2.438370604448246956e+07 +3.160000000000000000e+02 5.093534274878146917e+00 2.846375953003601911e+00 1.672331982672599748e+00 8.830909774635969933e-01 3.857365619387844724e-01 1.314870175637388727e-01 1.265374101915815730e-02 1.836399396200449191e-04 1.237238999999999978e+00 3.242560248160208389e+07 +3.170000000000000000e+02 5.103276873447062378e+00 2.844766713107637734e+00 1.675375659456476152e+00 8.807874434883633530e-01 3.690415168139951074e-01 1.124677069104436239e-01 7.533364750132987703e-03 4.197895572704605057e-05 2.882799999999999946e-02 -7.247327770634917542e+06 +3.180000000000000000e+02 4.790564766096796490e+00 2.652014976569091687e+00 1.547905938865884456e+00 7.962268133478651588e-01 3.121113992776771151e-01 8.167169299134795224e-02 3.834414247005076947e-03 1.584944020115291386e-05 -5.243050000000000210e-01 -9.374337590696826577e+06 +3.190000000000000000e+02 4.630224565417954352e+00 2.583090207312295217e+00 1.505434302351460474e+00 7.631774021456877444e-01 2.858870480696139582e-01 6.741706073127677612e-02 2.257511706619479749e-03 3.451870852130469411e-06 -9.579320000000000057e-01 -2.814675587779830769e+07 +3.200000000000000000e+02 4.719552914648687647e+00 2.556687515654804788e+00 1.443944370250910936e+00 7.019501892051651648e-01 2.517462229556033937e-01 5.797986148959253377e-02 1.415259019768297117e-03 -2.596260551051948458e-05 -4.935200000000000142e-01 1.232707580754269101e+07 +3.210000000000000000e+02 4.728608945569663824e+00 2.530837397256606280e+00 1.427090992091273991e+00 7.093973136533008317e-01 2.771806286904445193e-01 7.868117814997073467e-02 4.936508108045983660e-03 2.657508576615860875e-05 -1.192759999999999931e-01 -1.091774427680148929e+07 +3.220000000000000000e+02 4.698995109834800843e+00 2.462164682940715110e+00 1.336082956070602901e+00 6.146799673624178117e-01 2.023178421407283434e-01 3.853553626310230601e-02 -5.012257768672519513e-04 -3.536763348463970629e-05 -6.657070000000000487e-01 9.288586020365931094e+06 +3.230000000000000000e+02 4.739795494425616873e+00 2.495533142094616075e+00 1.362691463682806026e+00 6.339767282581386665e-01 2.140363163754297748e-01 4.377400936744504922e-02 4.459789415614048033e-05 -3.208474322122748131e-05 -5.990699999999999914e-01 1.022558643519898504e+07 +3.240000000000000000e+02 -8.961231325689128502e-01 -2.261605793745925241e-01 1.664900804856954061e-02 1.043828265468696448e-01 9.582001435440298809e-02 4.686428506325506643e-02 4.562218561197982879e-03 3.015701196552015060e-05 6.304370000000000251e-01 3.509670814059977885e+06 +3.250000000000000000e+02 -2.217323704390041339e+00 -8.554189056822358861e-01 -2.694899338280163925e-01 1.292014356708978337e-02 8.662335912282954908e-02 5.412830904041281144e-02 6.537582900490135698e-03 5.790833622771759216e-05 1.033689000000000080e+00 1.860077916568065761e+06 +3.260000000000000000e+02 -1.773388106038485290e+00 -6.441013390798483451e-01 -1.880194159796602371e-01 6.780507177384530529e-03 3.769171228027103082e-02 1.298565667071547268e-02 -1.053789673449273930e-04 -1.614474904299590619e-05 -4.698299999999999699e-02 4.905359115742661059e+06 +3.270000000000000000e+02 -3.734462422956893235e+00 -2.065769643499833830e+00 -1.203063340316949947e+00 -6.133903100187143576e-01 -2.347417670135071299e-01 -5.954672688833662769e-02 -2.980990634700255663e-03 -1.951322944743158572e-05 3.312829999999999941e-01 7.965142632013985887e+06 +3.280000000000000000e+02 2.251128344472682841e+00 1.248533636839896488e+00 7.330189168868130878e-01 3.818013622292845133e-01 1.499080501322623271e-01 3.618651567814921977e-02 9.639813370628663725e-04 2.303872147282886150e-08 -5.002480000000000260e-01 -1.435518538258033432e+07 +3.290000000000000000e+02 -9.175353983330664098e-02 -1.126999857499041552e-01 -8.057802421170176532e-02 -4.497163720368941436e-02 -2.759037740144023795e-02 -2.076277341921230202e-02 -5.007902082905161742e-03 -9.560283208207312163e-05 -9.910579999999999945e-01 -9.881293221347818151e+06 +3.300000000000000000e+02 -1.979902573291600687e+00 -1.036169704354516830e+00 -5.723548098301800557e-01 -2.839158788727428884e-01 -1.176667585033649710e-01 -3.931763556428603118e-02 -3.759141079967115960e-03 -3.275390186240379766e-05 -2.624139999999999806e-01 8.439815609263800085e+06 +3.310000000000000000e+02 -2.226982138974291647e+00 -1.257807203539528462e+00 -7.432789240835850908e-01 -3.890492836058436210e-01 -1.588324963880758944e-01 -4.463320877554282501e-02 -2.366244730009796956e-03 -9.862701358132520510e-06 1.969339999999999979e-01 9.954430300597896799e+06 +3.320000000000000000e+02 -5.219525614287878312e+00 -3.049491812972982885e+00 -1.887241119476359197e+00 -1.063802159562861283e+00 -4.945011926938195357e-01 -1.731801052385252560e-01 -1.614012791404288022e-02 -1.976255936858347252e-04 -1.111161000000000065e+00 7.718508095044587739e+06 +3.330000000000000000e+02 -2.233422064972042931e-01 -2.324136399239493112e-01 -2.086272024178964790e-01 -1.597332428919952807e-01 -9.171712532664540174e-02 -3.536921037889789732e-02 -4.405285942153553194e-03 -1.093605996259941856e-04 -6.409070000000000045e-01 -1.400706356417316198e+07 +3.340000000000000000e+02 -1.437657756818397026e+00 -7.840425768442600418e-01 -4.663983635457325527e-01 -2.572718849346541936e-01 -1.147169361520064823e-01 -3.522921121311144155e-02 -2.241866739794480361e-03 -1.277056243738848168e-05 -6.557399999999999340e-02 -1.846482117588747991e+06 +3.350000000000000000e+02 -4.551678843940580421e+00 -2.493493626538630270e+00 -1.421320255350059902e+00 -6.989254448895013683e-01 -2.552678520789591343e-01 -6.180664754392406479e-02 -2.676742495728909061e-03 -9.775455909794766656e-06 6.606419999999999515e-01 2.428850495462947711e+07 +3.360000000000000000e+02 1.485387895622539922e+00 5.640717786793471022e-01 2.405806533270844760e-01 1.137117176195040907e-01 7.040305292888042465e-02 4.049564544729923610e-02 6.595336673483770742e-03 1.059386376783116857e-04 1.163232999999999961e+00 1.426849883578884229e+07 +3.370000000000000000e+02 -1.661831136575821599e+00 -9.306273757555083570e-01 -5.539754559924457977e-01 -3.008619956091952430e-01 -1.399953875082721177e-01 -5.459275759738670131e-02 -6.717457355157583493e-03 -8.842969865227474902e-05 -9.562469999999999581e-01 -1.247186485172350705e+07 +3.380000000000000000e+02 -1.853118465760001721e+00 -9.987421475898422552e-01 -6.274439942634546519e-01 -4.048553579235021349e-01 -2.441675264336640450e-01 -1.145832344332036040e-01 -1.538863770293902311e-02 -2.487443452492267928e-04 -2.236892999999999798e+00 -1.732519943195873126e+07 +3.390000000000000000e+02 -3.188862279541684330e-01 -1.368238914071601142e-01 -6.169368358553692366e-02 -1.982162900167435890e-02 4.840509495202821241e-03 1.161010388359021844e-02 2.640597932660965121e-03 2.712732907265363402e-05 6.792620000000000324e-01 1.570464190132713132e+07 +3.400000000000000000e+02 -5.011677644394323394e-01 -1.290348534726421248e-01 -5.036292824285774905e-02 -3.856443609614070706e-02 -2.595394043421420452e-02 -7.191177997987831250e-03 -8.455064117364565260e-05 -1.242360327440742852e-05 1.234419999999999962e-01 8.014957826532667968e+05 +3.410000000000000000e+02 5.635025663611885616e-01 3.620700161166202635e-01 2.048902321664094750e-01 7.197871011442152911e-02 -7.643153792057452364e-03 -2.070061294310824446e-02 -3.603940114141051566e-03 -3.459352501236261708e-05 -7.428109999999999991e-01 -9.629623785403275862e+06 +3.420000000000000000e+02 1.500318486452359101e+00 9.560140979718331211e-01 6.332754522324653967e-01 3.753505696860993668e-01 1.813025723898660790e-01 6.936852146207719838e-02 8.489927839214721564e-03 1.302896432628634254e-04 9.294449999999999656e-01 -1.104825143050497584e+07 +3.430000000000000000e+02 2.082318694224503941e-01 2.046758054992300901e-01 1.774274372119445664e-01 1.375217628417349791e-01 8.804156168425468498e-02 4.036999681795488265e-02 4.864012254883072137e-03 7.944713507914025620e-05 7.087670000000000359e-01 7.455874432533853687e+06 +3.440000000000000000e+02 -1.761010747730343828e+00 -6.051969057767581095e-01 -1.693030638606445870e-01 6.737747072817525974e-03 3.690263356783081428e-02 1.788234488509081108e-02 1.796357985320876051e-03 2.557969070913932859e-05 3.771470000000000100e-01 1.185364547703495435e+07 +3.450000000000000000e+02 3.247893949594363505e+00 1.848362128622200951e+00 1.104565872189826825e+00 5.787116199712177833e-01 2.228856861761130681e-01 5.200035307357971093e-02 1.463191829914971135e-03 1.178870350916026606e-06 -5.716890000000000027e-01 -3.941693501219692407e+05 +3.460000000000000000e+02 -3.931892030786079850e+00 -2.031021941943138565e+00 -1.099354332576097715e+00 -5.176375955319594269e-01 -1.912722724471552505e-01 -5.279935008207475855e-02 -3.200371515665174221e-03 -2.087148383088356123e-05 -5.077899999999999775e-02 -3.839487830773209222e+06 +3.470000000000000000e+02 9.652666518574211096e-01 4.230278146142482099e-01 1.884790967749555846e-01 5.736611220054056021e-02 -7.526591116435773360e-04 -7.542304280323483719e-03 -4.402241219324164938e-04 8.859807441777941804e-06 -1.430539999999999867e-01 -8.766075726815164089e+06 +3.480000000000000000e+02 -8.772251133264777900e-01 -5.837870247579378669e-01 -3.987964509829156623e-01 -2.417830138721912547e-01 -1.138536129564427235e-01 -3.620899935025555239e-02 -2.041394876228599421e-03 -2.380727439321589649e-06 8.830699999999999661e-02 1.019797934151290916e+07 +3.490000000000000000e+02 2.069188121491990717e+00 1.147797018393794666e+00 6.694717391529183548e-01 3.486080365905530609e-01 1.510089805258001405e-01 5.384869762308752694e-02 5.921851073870520489e-03 7.904665785515953616e-05 5.837219999999999631e-01 -4.849644421645502560e+06 +3.500000000000000000e+02 3.613086739916798740e-01 3.442137408527209397e-01 2.943433100616640319e-01 2.270477461290318633e-01 1.477489618565721863e-01 7.288672646817841161e-02 1.097211295346742395e-02 2.089622237330656664e-04 1.853045999999999971e+00 2.332129436172224581e+07 +3.510000000000000000e+02 -4.181088759827478185e-03 4.609634364609987989e-02 6.426503243862759229e-02 7.007728970423894588e-02 5.927226244284931195e-02 3.222979357078960966e-02 3.739585664889179002e-03 2.697075899986073138e-05 4.980829999999999980e-01 -3.184160751709015109e+06 +3.520000000000000000e+02 2.154751342256520985e+00 1.134482602316305933e+00 6.236373937805984591e-01 3.038303086768543992e-01 1.236582372844576283e-01 4.123029022878757499e-02 3.841931303132619085e-03 3.898716060579989742e-05 2.972549999999999915e-01 -2.735379109556181356e+06 +3.530000000000000000e+02 1.481215351138568392e+00 8.753976416196895816e-01 5.413025034158145399e-01 2.993585778595713731e-01 1.321284971777668404e-01 4.185058826548401084e-02 2.700582072843195867e-03 1.633383882678397878e-06 1.486210000000000031e-01 6.183399345059858635e+06 +3.540000000000000000e+02 -3.026746468796289946e+00 -1.672110088737028599e+00 -9.814821711924325287e-01 -5.219529799866358122e-01 -2.297045487484528914e-01 -7.824687138570418643e-02 -7.839373635212630934e-03 -1.105235628784681859e-04 -6.762310000000000265e-01 -1.457815972871231847e+06 +3.550000000000000000e+02 -1.051885442394820958e+00 -6.310972522810864849e-01 -4.030691505325817992e-01 -2.396641752669841086e-01 -1.166007159465217019e-01 -3.848314153097374263e-02 -2.262085137342128606e-03 -6.973807869308057944e-06 -1.537920000000000120e-01 -1.268952870702115633e+07 +3.560000000000000000e+02 -1.991538014853653671e+00 -9.593418505260969953e-01 -4.652545838807721212e-01 -1.648376474570283357e-01 -1.090350266586071967e-02 2.670438764480341162e-02 7.294396149236975942e-03 1.320602678184302266e-04 1.488307000000000047e+00 7.619949205898121931e+06 +3.570000000000000000e+02 4.252557670178662153e-01 2.766567850740924706e-01 1.522663257934839254e-01 5.104050743927814743e-02 -7.460330053929171285e-03 -1.943076076099927579e-02 -5.206891013476452543e-03 -1.176138324133006968e-04 -1.010105000000000031e+00 -3.930768577203122899e+06 +3.580000000000000000e+02 1.980820027947246098e+00 1.221787457686709377e+00 7.964924025751143333e-01 4.687730970936762054e-01 2.163324762650450928e-01 6.805957604481022161e-02 4.259946966919722806e-03 2.075302404761977386e-05 2.178899999999999934e-02 -3.715237794168947265e+06 +3.590000000000000000e+02 1.725612810775268180e+00 8.651519594958732018e-01 4.262682978660669031e-01 1.538481903302578724e-01 2.161504347737950096e-02 -7.652536569885213386e-03 -1.505274885231444593e-03 -1.060665306171117427e-05 -3.501020000000000243e-01 9.619491935038660886e+05 +3.600000000000000000e+02 -4.119373606891483242e+00 -2.353346444484554656e+00 -1.424735109080582873e+00 -7.751614797857739880e-01 -3.330177655048668917e-01 -9.895920222538825972e-02 -5.633620830216901076e-03 -2.218631795483365257e-05 2.439219999999999999e-01 6.405833306012435816e+06 +3.610000000000000000e+02 -1.311789019746082863e+00 -4.658206277552442431e-01 -1.067905140669325875e-01 7.446856769501310203e-02 1.213339532312539271e-01 7.799640606946305066e-02 1.196528018687438924e-02 1.930213153827485431e-04 1.883456999999999937e+00 1.242492064757869579e+06 +3.620000000000000000e+02 4.509674954668621005e+00 2.413060074276826228e+00 1.371198894069896479e+00 7.031068932537580807e-01 2.979036158478512442e-01 9.555316264937460669e-02 7.020057893280654861e-03 4.394051076978806007e-05 4.095920000000000116e-01 8.301080492544728331e+06 +3.630000000000000000e+02 1.776346418663291571e+00 7.013595998786333885e-01 2.742074533061268915e-01 7.755604811989465219e-02 1.060499108652817116e-02 -1.428953647318269250e-03 -6.012298578045457108e-04 -1.151972438690307281e-05 -1.833059999999999967e-01 -2.925648304230075330e+06 +3.640000000000000000e+02 -4.612141188831399674e+00 -2.607740760135598634e+00 -1.545777338754005248e+00 -8.111750869065396108e-01 -3.333718865651290053e-01 -9.709193990810573160e-02 -6.133728895130943944e-03 -3.593617310933334188e-05 -1.977710000000000024e-01 -2.996680855951533839e+07 +3.650000000000000000e+02 2.049170150825478043e+00 1.229644592885110299e+00 7.933646968336559580e-01 4.815808796394974722e-01 2.490098582357242463e-01 9.459815665763633696e-02 8.031341581244496111e-03 5.113107889058237602e-05 5.524010000000000309e-01 -1.184705264748161845e+07 +3.660000000000000000e+02 3.298416994593229123e+00 1.816671361652754335e+00 1.058023301879185141e+00 5.486253215319367715e-01 2.202417148554686732e-01 5.969881755597100659e-02 3.010879309095488947e-03 1.169270278465918880e-05 -6.817720000000000447e-01 -4.732233023951046169e+07 +3.670000000000000000e+02 -5.073810924699037050e-01 -3.055497137727003487e-02 1.318710076021125110e-01 1.638302250271796989e-01 1.147928218717642612e-01 5.000075902852194054e-02 5.007276851881488702e-03 3.701526771960667359e-05 6.145650000000000279e-01 -6.140097847832155414e+06 +3.680000000000000000e+02 -2.411556502674020663e+00 -1.500943750668769505e+00 -9.899918264675025004e-01 -5.999239456512963642e-01 -3.000283762548736632e-01 -1.085782430458103603e-01 -8.609049100114517933e-03 -5.361699268538111036e-05 -6.043330000000000091e-01 -7.277526323749448173e+06 +3.690000000000000000e+02 -4.416583020745574295e+00 -2.372705402227079485e+00 -1.337400819026452359e+00 -6.599103635462005846e-01 -2.532767222724423561e-01 -7.073022829006901657e-02 -4.627288059645002713e-03 -3.179610784471384341e-05 1.868479999999999863e-01 1.996304704422229156e+07 +3.700000000000000000e+02 -6.231272824495329848e-02 -6.519530494495465178e-02 -5.432407954273936468e-02 -4.267269098541719152e-02 -2.857806650944524907e-02 -1.472007417112279094e-02 -2.852040066953125466e-03 -6.984077260843431049e-05 -6.177479999999999638e-01 -1.709000115464406833e+07 +3.710000000000000000e+02 -3.608888669109783898e+00 -2.025208264262515545e+00 -1.186752957574263689e+00 -6.119290313125190783e-01 -2.407190397832779105e-01 -6.174887371648907913e-02 -2.224020522538794949e-03 2.806167742078781266e-06 5.294640000000000457e-01 8.154638346053695306e+06 +3.720000000000000000e+02 4.457980765112525390e+00 2.504343835891556846e+00 1.474266633282752759e+00 7.704379160750176592e-01 3.216557703423140735e-01 9.916630927383703054e-02 6.942668442687666835e-03 3.992961538678590534e-05 -1.507000000000000006e-02 -1.465962801528630406e+07 +3.730000000000000000e+02 -1.026445287651874150e+00 -3.552321196830091621e-01 -6.975170013163056737e-02 6.649578349937118604e-02 9.066297765795597319e-02 5.205531702454085918e-02 6.660681044700963310e-03 7.094087404230026898e-05 1.181621000000000032e+00 1.807930193434262648e+07 +3.740000000000000000e+02 -2.988846679543250229e+00 -1.698140825756501160e+00 -1.022454281348171179e+00 -5.593165247120559513e-01 -2.526246736463485520e-01 -8.581375894260204196e-02 -7.155673891251241626e-03 -5.994668453927131459e-05 -6.066789999999999683e-01 -1.432679377078292333e+07 +3.750000000000000000e+02 -5.081686634645467215e+00 -2.734059403216867690e+00 -1.541155986160609670e+00 -7.621032172208886957e-01 -2.933591478666597308e-01 -7.886392976784929731e-02 -3.916198427212554470e-03 -1.616363325342864521e-05 3.200970000000000204e-01 -3.846792074039441068e+05 +3.760000000000000000e+02 -5.079002288302358004e+00 -2.732956964931194666e+00 -1.541146126351061296e+00 -7.626646154323756255e-01 -2.937875446459732864e-01 -7.888679458311355364e-02 -3.857030205189200273e-03 -1.474555079122847000e-05 3.279079999999999773e-01 -8.321899980141862761e+05 +3.770000000000000000e+02 -4.878637467665685179e+00 -2.663224319419040143e+00 -1.535623688145813626e+00 -7.891475484144612196e-01 -3.182813820876922439e-01 -8.745565890436500511e-02 -4.172214882072927331e-03 -1.368297461819406049e-05 4.750599999999999823e-01 1.140446319695528597e+07 +3.780000000000000000e+02 -5.069637193730815561e+00 -2.748510802992063962e+00 -1.566522167749536676e+00 -7.907850627794447140e-01 -3.174334587095966054e-01 -9.264830301731044604e-02 -6.061967257810006553e-03 -4.946277912509578135e-05 4.980400000000000105e-02 4.573135493762472644e+06 +3.790000000000000000e+02 -5.040648886511553961e+00 -2.828567594544789010e+00 -1.667817390321918003e+00 -8.722998633936701607e-01 -3.549382376892171731e-01 -9.777921111409834665e-02 -4.503277209068499466e-03 -1.132890262976002760e-05 6.337730000000000308e-01 1.236162439257522486e+07 +3.800000000000000000e+02 -5.121890033528370800e+00 -2.837296795407244332e+00 -1.655580431473425707e+00 -8.666975232842153432e-01 -3.660702217327347907e-01 -1.124020816561670660e-01 -7.925363408659409636e-03 -5.872464943493427194e-05 -3.135990000000000166e-01 -1.457851037231406569e+07 +3.810000000000000000e+02 -5.097453514442070066e+00 -2.895112118136344836e+00 -1.731665580682119954e+00 -9.221265504754855291e-01 -3.844104026047730494e-01 -1.108107535290563384e-01 -6.115402125083520615e-03 -2.325279706325447961e-05 2.278060000000000085e-01 -9.906383120756670833e+06 +3.820000000000000000e+02 -5.181805376534607710e+00 -2.934997744225881000e+00 -1.763748074908789265e+00 -9.524618683019311360e-01 -4.048392010864940160e-01 -1.173215051965685179e-01 -6.108710184287779316e-03 -2.054644249747103398e-05 3.314830000000000276e-01 -6.168556576456411742e+06 +3.830000000000000000e+02 -4.949575748470330439e+00 -2.816988057585631200e+00 -1.694868348236785005e+00 -9.282148894292289176e-01 -4.315238515789694973e-01 -1.613303442465512938e-01 -1.798103340283731255e-02 -2.889314896397767243e-04 -1.799933000000000005e+00 -2.608291393568137195e+06 +3.840000000000000000e+02 -5.347401780357189160e+00 -3.046051314959285161e+00 -1.843359052326240421e+00 -1.016993126568998873e+00 -4.646409320324186298e-01 -1.598624118559515139e-01 -1.438834360103648236e-02 -1.774019826031849527e-04 -8.556829999999999714e-01 1.189817752134726942e+07 +3.850000000000000000e+02 -5.180962089859125541e+00 -3.021358325988086957e+00 -1.867210303762934620e+00 -1.047919002166303404e+00 -4.791271735793531938e-01 -1.608622689071332046e-01 -1.266989366684865767e-02 -9.337586393392067932e-05 -7.369259999999999700e-01 -1.120872900891514309e+07 +3.860000000000000000e+02 -5.139214090371974741e+00 -2.990627839480079597e+00 -1.840025539592886616e+00 -1.023948638433605396e+00 -4.611880950219557351e-01 -1.517361445012243015e-01 -1.178281404810105001e-02 -9.701784552214274822e-05 -5.657879999999999576e-01 -6.589277188368656673e+06 +3.870000000000000000e+02 -4.799411042170918407e+00 -2.876129159428787219e+00 -1.805427794827472177e+00 -1.015024565673520840e+00 -4.534005545884139399e-01 -1.445647937135781103e-01 -1.033184396532093978e-02 -7.525001953761184363e-05 -2.702039999999999997e-01 -7.641859128100528382e+06 +3.880000000000000000e+02 -4.799713564349628037e+00 -2.877387562272835986e+00 -1.806810463332072736e+00 -1.016095754740974799e+00 -4.539494739970900139e-01 -1.447413264640968200e-01 -1.034425882303167954e-02 -7.540970680300349070e-05 -2.747350000000000070e-01 -8.082225941420563497e+06 +3.890000000000000000e+02 -4.316642558445108691e+00 -2.131300558176381088e+00 -1.093613835905192788e+00 -4.782825878082890281e-01 -1.575607828961963774e-01 -3.524608622349762604e-02 -1.262809932361468133e-03 -8.223325437370845796e-06 -1.655600000000000127e-01 -3.480521443898139894e+07 +3.900000000000000000e+02 -4.311255896713609204e+00 -2.126663004458684725e+00 -1.089505640201424264e+00 -4.748434629451392386e-01 -1.551445853029127242e-01 -3.403318095580403629e-02 -1.090362966145698269e-03 -5.471858951223281203e-06 -1.361279999999999990e-01 -3.422690825502720475e+07 +3.910000000000000000e+02 -4.324136339513207972e+00 -2.161858850137468480e+00 -1.134789431523816727e+00 -5.216687497837102505e-01 -1.928082647247758574e-01 -5.458449936264030827e-02 -4.000998952355805729e-03 -4.536028272541210520e-05 -5.706660000000000066e-01 -3.612670090306767821e+07 +3.920000000000000000e+02 -4.338121231979509496e+00 -2.151676273924565397e+00 -1.112816995974274192e+00 -4.951681196475072877e-01 -1.699725914609137023e-01 -4.174717663079380303e-02 -2.218065540504395115e-03 -2.289762399313865850e-05 -3.015200000000000102e-01 -3.492583321097281575e+07 +3.930000000000000000e+02 -4.444279020225871513e+00 -2.337290316575458160e+00 -1.278927581734530028e+00 -6.031587964252278500e-01 -2.137789464021487007e-01 -4.954575208818400717e-02 -1.115768909037282352e-03 1.830232044991209105e-05 2.614040000000000252e-01 -2.390728397488958389e+07 +3.940000000000000000e+02 -4.657816103335444602e+00 -2.440963750831014245e+00 -1.315059650271938052e+00 -5.915045750380300005e-01 -1.809086115056123822e-01 -2.397600866390315125e-02 3.579519150057265849e-03 1.074035359376261618e-04 1.064200000000000035e+00 -2.284920065927302465e+07 +3.950000000000000000e+02 -4.242475095128557250e+00 -2.291296712381606593e+00 -1.289218906448737600e+00 -6.291191709169432489e-01 -2.343956168217806724e-01 -6.099199134732537220e-02 -2.985679401566917069e-03 -6.023506314226743778e-06 2.454699999999999938e-01 -2.207902887732007366e+05 +3.960000000000000000e+02 -4.358172641676667070e+00 -2.299022723403120416e+00 -1.269339303825506304e+00 -6.122300995430843829e-01 -2.287686840756332496e-01 -5.917371765113693671e-02 -2.277034353023859974e-03 1.509408096889200831e-05 9.215700000000000280e-02 -2.226908717715604976e+07 +3.970000000000000000e+02 -4.873659716439403766e+00 -2.654665088270902640e+00 -1.525161661391964518e+00 -7.783040035211944430e-01 -3.097613384392564617e-01 -8.313477901505343659e-02 -3.676898452825794281e-03 -9.993053027357789311e-06 5.351380000000000026e-01 1.076674285817015357e+07 +3.980000000000000000e+02 -4.236682797473610762e+00 -2.320999280294633316e+00 -1.327220643010476486e+00 -6.605800051376491400e-01 -2.482719864474436933e-01 -6.072689285369152479e-02 -1.767573456833769312e-03 1.248960874107749258e-05 4.377460000000000240e-01 -1.489413456664134562e+07 +3.990000000000000000e+02 -4.757913808093332975e+00 -2.673302336712025440e+00 -1.569118206532688298e+00 -8.132682061222318293e-01 -3.329285460168392441e-01 -9.853330430214574109e-02 -6.340778859632076499e-03 -3.401030313791832615e-05 -3.023350000000000204e-01 -3.668782366793894768e+07 +4.000000000000000000e+02 -4.477155016091409756e+00 -2.482632937441663579e+00 -1.435337537750470016e+00 -7.252610073195350227e-01 -2.820780960511909408e-01 -7.648706054757782591e-02 -4.265645460127230788e-03 -2.349493478222647406e-05 4.748140000000000138e-01 2.181660857696791738e+07 +4.010000000000000000e+02 -4.322913335599114504e+00 -2.434129113491842578e+00 -1.446292130033458578e+00 -7.706902185637961589e-01 -3.295492165885531843e-01 -1.006824244063956458e-01 -6.236631828953938771e-03 -3.702540572718902699e-05 7.914400000000000601e-02 1.653214846070787869e+06 +4.020000000000000000e+02 -4.597728573010588349e+00 -2.641747896215974833e+00 -1.596166657620025076e+00 -8.638231338301621820e-01 -3.732673338117260542e-01 -1.148938802008929727e-01 -7.403846434287506516e-03 -4.084518168149858710e-05 1.346150000000000124e-01 9.954576942169552669e+06 +4.030000000000000000e+02 -4.608441118017201354e+00 -2.637924968960244865e+00 -1.602992184809372223e+00 -8.829400918944664278e-01 -3.899476591063409936e-01 -1.192159000196473528e-01 -6.743181444037956579e-03 -2.477904308650070750e-05 2.992779999999999885e-01 7.751319145791725256e+06 +4.040000000000000000e+02 -4.351163386356969198e+00 -2.510965774323446809e+00 -1.531602247398551553e+00 -8.370009854143354300e-01 -3.615596156277091633e-01 -1.102707787329104822e-01 -7.139954781365863076e-03 -3.966552076033260261e-05 -3.425070000000000059e-01 -3.707065952563695610e+07 +4.050000000000000000e+02 -4.252270355993281292e+00 -2.480401320955904598e+00 -1.549748362315456651e+00 -8.958454446343570021e-01 -4.371709726622514114e-01 -1.622522720376290695e-01 -1.514190078143105335e-02 -1.386456646094269118e-04 -1.308365999999999918e+00 -5.474878615095159039e+06 +4.060000000000000000e+02 -4.252794502302072566e+00 -2.479181997691895845e+00 -1.547840787490581294e+00 -8.937118900061620241e-01 -4.353435629946458829e-01 -1.611384056395610276e-01 -1.491984700413600054e-02 -1.334962268147087626e-04 -1.274076999999999904e+00 -5.494447460314393975e+06 +4.070000000000000000e+02 -3.825898911373927458e+00 -1.804193615555021113e+00 -8.576107888261323975e-01 -3.180116274320070602e-01 -6.956636883657492387e-02 -2.546778681548486460e-03 1.386816811548735465e-03 1.302961977629896907e-05 2.855269999999999753e-01 -1.409920865161887929e+07 +4.080000000000000000e+02 -4.016358628414539389e+00 -1.923229464871508254e+00 -9.380636047786328202e-01 -3.682242221247880587e-01 -9.433121698852427184e-02 -1.103757548869085947e-02 6.137381773020957054e-04 3.637854974555237586e-06 7.678100000000000203e-02 -2.641645130829614028e+07 +4.090000000000000000e+02 -3.735693314161301792e+00 -1.813447955805398637e+00 -9.060677841508105734e-01 -3.735012618959362984e-01 -1.052409620921224975e-01 -1.426894332550545687e-02 1.136469426871465887e-03 2.450496626611655960e-05 3.935159999999999769e-01 -9.622014659389182925e+06 +4.100000000000000000e+02 -3.714872091809942933e+00 -1.797915770333841534e+00 -8.939386960046470376e-01 -3.643287607253046789e-01 -9.899328433301474162e-02 -1.119903007128400345e-02 1.442682102352856261e-03 2.532247365593162110e-05 4.337829999999999742e-01 -9.263116178968470544e+06 +4.110000000000000000e+02 -4.034259189006183632e+00 -1.996758375517046602e+00 -1.036804554268673684e+00 -4.698516700884227681e-01 -1.673686074689558489e-01 -4.164477407213042215e-02 -1.540830338175461570e-03 6.007429886885903565e-07 -4.057700000000000196e-02 -1.970959741239698231e+07 +4.120000000000000000e+02 -3.957074361601552237e+00 -1.986646515629249432e+00 -1.037318929761933850e+00 -4.644502545149367667e-01 -1.569815621538981076e-01 -3.632737888848841523e-02 -1.741868823039266663e-03 -1.271054257575431298e-05 -1.916800000000000101e-02 -1.303768269826811925e+07 +4.130000000000000000e+02 -3.825263689010778734e+00 -1.983187465177177033e+00 -1.050504597533111095e+00 -4.483883441597346642e-01 -1.157715295874900685e-01 -7.069636411538167929e-03 2.256850501983198413e-03 2.986771515920749254e-05 7.495309999999999473e-01 -3.838046770446187351e+06 +4.140000000000000000e+02 -3.660914313881917792e+00 -1.820777591053997169e+00 -9.694831263556066281e-01 -4.822667022447991170e-01 -2.259929905850805165e-01 -9.590089962105016741e-02 -1.327905870647170389e-02 -2.382697490333529394e-04 -1.983934000000000086e+00 -1.465336995836443081e+07 +4.150000000000000000e+02 -3.891372502054660565e+00 -2.049227305992732173e+00 -1.138872277457113169e+00 -5.602026595546452103e-01 -2.167920126667298442e-01 -5.903626343832441004e-02 -3.068888262023060452e-03 -1.156789560272162269e-05 -6.997499999999999554e-02 -1.813218012962315977e+07 +4.160000000000000000e+02 -4.146960317876530411e+00 -2.231780042422703669e+00 -1.233885875779957564e+00 -5.732471313333868945e-01 -1.874095361390076264e-01 -3.678142835924384096e-02 -9.138703171717860174e-04 -1.755819734632818312e-06 5.236990000000000256e-01 3.958405698921127710e+06 +4.170000000000000000e+02 -3.756695847410791433e+00 -2.061701197682412001e+00 -1.195586145458348737e+00 -6.208846624605467435e-01 -2.623230229635089561e-01 -8.387035945121681935e-02 -6.538014282001866281e-03 -5.058869452695245348e-05 -3.620709999999999762e-01 -3.368292262648937758e+06 +4.180000000000000000e+02 -4.007152439519178877e+00 -2.193266929241288743e+00 -1.260234352459828067e+00 -6.336723855108470360e-01 -2.435715976137397543e-01 -6.306988197297080934e-02 -2.324230180027595741e-03 5.341109172853806896e-06 3.577830000000000177e-01 -7.929029550589606166e+06 +4.190000000000000000e+02 -3.465068827000672425e+00 -1.936642197017456768e+00 -1.131079443240896598e+00 -5.797248078136473248e-01 -2.267625955572570573e-01 -5.913730829428152924e-02 -2.752403622973319253e-03 -1.262393378555501115e-05 3.412379999999999858e-01 3.668224918298669159e+06 +4.200000000000000000e+02 -3.395954655161810276e+00 -1.892946121286710026e+00 -1.115672193734591477e+00 -5.878155926466704928e-01 -2.468312725789250095e-01 -7.584220961653508064e-02 -5.891276707054042897e-03 -5.880691566690119483e-05 -2.895570000000000088e-01 -4.658148902569488622e+06 +4.210000000000000000e+02 -3.808935564974785581e+00 -2.184708035064887088e+00 -1.329178584268300156e+00 -7.322308201169777098e-01 -3.313551651932674091e-01 -1.134897529976569425e-01 -9.992088376819429490e-03 -9.289480842592369274e-05 -7.093580000000000441e-01 -5.643385361162120476e+06 +4.220000000000000000e+02 -4.011742485852832552e+00 -2.267569338582136940e+00 -1.365680853564238628e+00 -7.512556122264597569e-01 -3.400493875608165961e-01 -1.136272302757986713e-01 -9.309483712287692711e-03 -8.747376124366441203e-05 -5.996489999999999876e-01 -7.804267932452103123e+06 +4.230000000000000000e+02 -3.510473648298694460e+00 -2.046348964067378873e+00 -1.271068669773959048e+00 -7.300730852866352816e-01 -3.540691746306188770e-01 -1.293358218271406235e-01 -1.173017090892412677e-02 -1.081149908325242521e-04 -1.007754999999999956e+00 -9.691968386700693518e+06 +4.240000000000000000e+02 -3.402180918722062408e+00 -1.991792103649878687e+00 -1.250655166046925171e+00 -7.190267575307650594e-01 -3.320777543213775385e-01 -1.068209892563544983e-01 -7.198408089503114012e-03 -4.174839509957994574e-05 -3.641500000000000292e-02 8.395213692883981392e+06 +4.250000000000000000e+02 -3.252447622717518527e+00 -1.984328165865799853e+00 -1.256784651835458400e+00 -7.151754409401522850e-01 -3.313386484600790438e-01 -1.149551194775915997e-01 -1.085642319897028862e-02 -1.471967843945712871e-04 -9.113569999999999727e-01 -1.245204739892961085e+07 +4.260000000000000000e+02 -3.283656345834080614e+00 -1.980134724932579360e+00 -1.261276316895757033e+00 -7.372524219331261230e-01 -3.589028889761394225e-01 -1.306494132654283935e-01 -1.189497919655395017e-02 -1.102544253059141086e-04 -5.053809999999999691e-01 4.206307074772444367e+07 +4.270000000000000000e+02 -2.948178447704236316e+00 -1.290952382001029575e+00 -5.419919221118802977e-01 -1.387835336541253517e-01 2.788736718841218487e-02 4.635086938945388174e-02 8.649689071258169840e-03 1.119889227480504943e-04 1.345971000000000029e+00 -1.530861546936997958e+07 +4.280000000000000000e+02 -2.968632717311870728e+00 -1.305004371573229571e+00 -5.514624485679193722e-01 -1.443943771874909299e-01 2.522249884253412178e-02 4.540648326581109978e-02 8.551650431494164234e-03 1.105395542751534780e-04 1.333955000000000002e+00 -1.535468485917340219e+07 +4.290000000000000000e+02 -3.364486767289578850e+00 -1.558714996487747140e+00 -7.294708237602074430e-01 -2.694612719903601850e-01 -6.467632840370131364e-02 -7.692175981616122468e-03 4.967284588599703028e-04 4.622807641628097906e-06 3.278860000000000108e-01 6.651175709222650155e+06 +4.300000000000000000e+02 -3.340391505408805806e+00 -1.500174466149706509e+00 -6.858533240670454667e-01 -2.527756151387172134e-01 -6.542848084813399079e-02 -7.352019448676329165e-03 2.430557571188913298e-03 6.679209316414594691e-05 6.500460000000000127e-01 3.125133145596934482e+06 +4.310000000000000000e+02 -3.268150997033004490e+00 -1.563957908623357929e+00 -7.664430990163030311e-01 -3.098545095791610526e-01 -8.872357863210475482e-02 -1.288350217140873423e-02 1.213373209163790250e-03 2.638726877313752499e-05 2.297829999999999873e-01 -3.014333763327603415e+07 +4.320000000000000000e+02 -3.009050443705563627e+00 -1.377233466596547551e+00 -6.534162965597013484e-01 -2.551756484933055402e-01 -7.043118287197726313e-02 -1.295421806599388222e-02 -3.264172097344293839e-04 4.305669079370981249e-06 -1.366979999999999862e-01 -2.059472104894365743e+07 +4.330000000000000000e+02 -2.803623225804210861e+00 -1.336599913094103309e+00 -6.538421949337400729e-01 -2.605922250795531525e-01 -7.091123413967578837e-02 -1.195766834316826059e-02 -2.734251657695236423e-04 1.097548298345183738e-08 -7.112100000000000366e-02 -1.904287554843618348e+07 +4.340000000000000000e+02 -3.195979205645650634e+00 -1.524270112434510827e+00 -7.636890662257364015e-01 -3.311281931911763676e-01 -1.144505741380926200e-01 -3.170012960219698028e-02 -2.709703489590462294e-03 -3.630461276192138009e-05 -3.203949999999999854e-01 -9.804829451694417745e+06 +4.350000000000000000e+02 -2.952278557692177507e+00 -1.485447260988115969e+00 -7.705822388487797436e-01 -3.321941672513855637e-01 -9.718227228237476256e-02 -1.166214945721952799e-02 2.544938130713525568e-03 9.113719511645374720e-05 6.295269999999999477e-01 -1.386601867035198584e+07 +4.360000000000000000e+02 -3.331181998975524028e+00 -1.746270539828115309e+00 -9.427460344958745742e-01 -4.191623432272567618e-01 -1.171318605223845843e-01 -8.168928243603658726e-03 3.104052357701131241e-03 5.612626072977237813e-05 9.590849999999999653e-01 1.960138124909113627e+06 +4.370000000000000000e+02 -3.044814362471157221e+00 -1.618724588048829460e+00 -8.827804160991676863e-01 -3.990644724616614347e-01 -1.204803134850547797e-01 -1.706699483083332081e-02 1.310808824920206908e-03 4.311324527894140271e-05 5.663270000000000248e-01 -4.832018057984158397e+06 +4.380000000000000000e+02 -3.143425892955057144e+00 -1.665316206109034303e+00 -8.962938341669632880e-01 -3.989045162042869630e-01 -1.267461063077083283e-01 -2.864787092990930817e-02 -1.831722976038132949e-03 -1.503030287392156555e-05 -5.161400000000000016e-02 -1.089594632567203045e+07 +4.390000000000000000e+02 -3.138499844568329422e+00 -1.704375361914668874e+00 -9.664932215947759087e-01 -4.809244523605821775e-01 -1.902926108437491270e-01 -5.716198282715721085e-02 -4.486292924827593211e-03 -4.337108058699687581e-05 -5.594699999999999673e-02 1.323871926927967556e+07 +4.400000000000000000e+02 -2.686298433608647951e+00 -1.478309484774380289e+00 -8.586256492800171669e-01 -4.376557508872401803e-01 -1.673999561747483156e-01 -4.104456873153612684e-02 -1.623546456707109864e-03 -1.219514947638079111e-05 2.258239999999999970e-01 -4.815725630885968916e+06 +4.410000000000000000e+02 -3.024227394945349978e+00 -1.693388311029645044e+00 -9.948097249330830616e-01 -5.187779787592946557e-01 -2.130593312881913504e-01 -6.045384178776470191e-02 -3.033554599275661151e-03 -1.118994832197194030e-05 -4.920800000000000174e-02 -2.660809900670606270e+07 +4.420000000000000000e+02 -3.124224105591578926e+00 -1.751924942048233680e+00 -1.042389569158932217e+00 -5.578978478932882235e-01 -2.366171264500972204e-01 -6.895785805419347991e-02 -3.707699526045813744e-03 -1.566231837930652748e-05 3.138980000000000103e-01 1.562734364688200317e+07 +4.430000000000000000e+02 -3.220439163538371119e+00 -1.852566161824563684e+00 -1.146411043703026378e+00 -6.614111717211204056e-01 -3.237319557247284041e-01 -1.176612230543002541e-01 -9.786867671103354621e-03 -6.710666510204070729e-05 -5.497090000000000032e-01 1.208358064087133482e+07 +4.440000000000000000e+02 -3.295151739531177792e+00 -1.878816374273781342e+00 -1.147112020570066671e+00 -6.454976641044226637e-01 -3.025838179753815860e-01 -1.051612801304633860e-01 -9.435222008177248862e-03 -1.137023006067852221e-04 -8.746869999999999923e-01 -2.309041398114095628e+07 +4.450000000000000000e+02 -2.672225370491747576e+00 -1.610606045324708413e+00 -1.028946801050250714e+00 -6.027260615715741565e-01 -2.952130000215488770e-01 -1.103300179219905974e-01 -1.157265899623960773e-02 -2.071409835068424262e-04 -1.020030999999999910e+00 6.576543117224526592e+06 +4.460000000000000000e+02 -3.117895478477626714e+00 -1.886877223073587073e+00 -1.181803950193375918e+00 -6.614354145938828866e-01 -3.007614790384625092e-01 -1.037613758180311735e-01 -1.017272770436029525e-02 -1.495511570698950595e-04 -8.337229999999999919e-01 -4.694254215866340324e+06 +4.470000000000000000e+02 -3.079135878454971831e+00 -1.871556759653035584e+00 -1.209701343199971690e+00 -7.161935447828299273e-01 -3.447316302375524333e-01 -1.179284804656776792e-01 -8.624727947012739496e-03 -4.738998788419925175e-05 -3.109379999999999922e-01 3.408470982875970192e+06 +4.480000000000000000e+02 -3.183802531182390982e+00 -1.929057866959220657e+00 -1.233417646629513031e+00 -7.162712583206064521e-01 -3.356873290071191729e-01 -1.111793793228911392e-01 -7.544157252997943895e-03 -3.576823736334566750e-05 -1.098719999999999974e-01 5.189072092686730437e+06 +4.490000000000000000e+02 -2.472731094551805953e+00 -9.222576797699372220e-01 -2.672482853554445925e-01 4.014699271684760151e-02 1.107063796287644508e-01 6.650951865599150081e-02 8.337410960743101354e-03 8.225409237691385983e-05 1.417192999999999925e+00 6.667789082606412470e+06 +4.500000000000000000e+02 -2.719138247516846185e+00 -1.063298461135417261e+00 -3.643059126711982176e-01 -3.103713966715414621e-02 5.986353445269752827e-02 3.729772504314280562e-02 3.645576056865507727e-03 2.152614149990125016e-05 5.433189999999999964e-01 -2.778189214449641877e+05 +4.510000000000000000e+02 -2.628041275520692999e+00 -1.066395286647673579e+00 -4.196168874531703841e-01 -1.156788027060755286e-01 -1.764917669567151251e-02 -2.263824754922315417e-03 -1.570246720776926177e-04 -2.309836729331519413e-06 1.724050000000000027e-01 1.303228828995178454e+07 +4.520000000000000000e+02 -2.748232681381834297e+00 -1.170446891249220078e+00 -4.733347069046196509e-01 -1.094483858868970927e-01 3.293060448392093331e-02 4.368291322006837007e-02 7.689420764218976925e-03 9.261757423385536935e-05 1.211416000000000048e+00 -1.089390154027627409e+07 +4.530000000000000000e+02 -2.218183289832990290e+00 -8.920560534005220754e-01 -3.458139605453809939e-01 -1.017933223133062337e-01 -3.813069119477978386e-02 -2.642434621264248829e-02 -4.971396503908562768e-03 -6.013068092663119006e-05 -7.659259999999999957e-01 7.706060500525454991e+05 +4.540000000000000000e+02 -2.608688457677675210e+00 -1.105926536865575294e+00 -4.771043064062797101e-01 -1.643067554656639784e-01 -3.642034367985790000e-02 8.495219876356971834e-04 2.538769542436602328e-03 5.065348913853804784e-05 5.629030000000000422e-01 -2.563864421744135907e+05 +4.550000000000000000e+02 -2.623805312780498333e+00 -1.232544515531528218e+00 -5.740804101225499556e-01 -1.856400569331872752e-01 -5.184126645854974375e-03 2.497543947484012067e-02 4.123771945581467327e-03 3.873748400788917264e-05 5.601850000000000440e-01 -1.761999022834416479e+07 +4.560000000000000000e+02 -2.077354477777771269e+00 -9.183579292944653583e-01 -4.079046349538385519e-01 -1.284654310339707894e-01 -4.629733902903238746e-03 1.887670237560128833e-02 4.380849393575415342e-03 6.645825850158726194e-05 8.166090000000000293e-01 -6.306194953957512189e+04 +4.570000000000000000e+02 -2.178091958997787181e+00 -1.022399214569921666e+00 -4.875243787363885417e-01 -1.863333563492452494e-01 -4.767961635333485548e-02 -6.541806595791553082e-03 5.578431161652002129e-04 2.585023158297535914e-05 3.325549999999999895e-01 8.313749150491517968e+06 +4.580000000000000000e+02 -2.757584767107494894e+00 -1.293153932472525192e+00 -6.356361380366364333e-01 -2.759451409102929298e-01 -1.047383462432928541e-01 -3.521859746502940119e-02 -3.570532160936838902e-03 -3.858599182535843284e-05 -3.554669999999999774e-01 1.048259868781504687e+06 +4.590000000000000000e+02 -2.180163214222029300e+00 -1.078664900442903196e+00 -5.669428534551499421e-01 -2.657189164769823142e-01 -1.061901970019975133e-01 -3.739260344225642935e-02 -4.190164537421430836e-03 -4.394830410094075873e-05 -4.717589999999999839e-01 1.146678255435120082e+06 +4.600000000000000000e+02 -2.138074123544752680e+00 -1.008364462792590732e+00 -5.294176057376555056e-01 -2.792525147378908668e-01 -1.512536900165846465e-01 -7.041270652621078874e-02 -8.596044856263805253e-03 -8.332236764385512378e-05 -1.136309000000000013e+00 6.809788485150978668e+05 +4.610000000000000000e+02 -2.101194399405137414e+00 -1.144155119272322052e+00 -6.328168435363346056e-01 -2.868735809565809980e-01 -8.312511054859710036e-02 -7.341075509428671847e-03 2.231639863801055529e-03 4.668879075781957335e-05 9.493979999999999642e-01 2.528068045100707933e+07 +4.620000000000000000e+02 -2.016473695566319613e+00 -1.046517092783501024e+00 -5.717822938879756345e-01 -2.658074828428532155e-01 -8.330394709319341451e-02 -8.604120982417317459e-03 2.981392928456416593e-03 7.858911766568825777e-05 1.191570999999999936e+00 3.592973255900793523e+07 +4.630000000000000000e+02 -2.608217761669420209e+00 -1.455178597529888984e+00 -8.368993180026037537e-01 -4.195045793862482997e-01 -1.626241205202904050e-01 -4.323533658706259220e-02 -2.037472346065857635e-03 -1.070751349155107741e-05 2.724900000000000100e-01 6.944596812370170839e+06 +4.640000000000000000e+02 -1.947277797466869576e+00 -1.066732030083495708e+00 -6.050511669685795235e-01 -2.900065867428465727e-01 -9.937957609340604404e-02 -2.197845704228144903e-02 -8.949261471805076799e-04 -3.519003281488813862e-06 1.341660000000000075e-01 -1.407853479137820192e+06 +4.650000000000000000e+02 -2.237858790568212353e+00 -1.274172905639270548e+00 -7.596034945628218349e-01 -3.934780331465622671e-01 -1.461273279050382123e-01 -2.904477335077728511e-02 6.463303036039323322e-04 2.158318264607746141e-05 8.066100000000000492e-01 1.626719265956335887e+07 +4.660000000000000000e+02 -2.389789960684615355e+00 -1.334556593553707815e+00 -7.978967867979185336e-01 -4.343610037671207791e-01 -1.879389710245202294e-01 -5.419981818433926291e-02 -2.630338840388947962e-03 -9.830231516755984423e-06 -2.753900000000000098e-02 -2.059435428298120201e+07 +4.670000000000000000e+02 -1.890569127082291523e+00 -1.162747442085574789e+00 -7.487755154711065453e-01 -4.394673545740277465e-01 -2.053701348223905543e-01 -6.338861435240911169e-02 -3.255020326903450886e-03 -9.198388303294628042e-06 1.124440000000000023e-01 -2.785123620798961725e+06 +4.680000000000000000e+02 -2.428347285717700643e+00 -1.451957595466536466e+00 -9.021289502700762242e-01 -5.024348586627412905e-01 -2.272492675059268608e-01 -7.496955871580067432e-02 -5.183524236165712971e-03 -2.484911675621329818e-05 -2.678159999999999985e-01 -1.055048076805130206e+07 +4.690000000000000000e+02 -1.906727288081071503e+00 -1.179469387521646651e+00 -7.655391188469455876e-01 -4.549728083716377824e-01 -2.173199291586695447e-01 -6.968341138600049611e-02 -4.008496696456547229e-03 -1.486829761283017173e-05 7.905999999999999833e-03 -3.314326098829283379e+06 +4.700000000000000000e+02 -2.457322328050046689e+00 -1.468966059382490252e+00 -9.415310417226314676e-01 -5.735972441406415046e-01 -3.079637700321200544e-01 -1.265018780990507796e-01 -1.354212681085691788e-02 -1.632662994526472137e-04 -1.271249999999999991e+00 1.462408292434580624e+07 +4.710000000000000000e+02 -2.147894849937262318e+00 -1.386000060341767259e+00 -9.428544867162756971e-01 -5.883119304180307596e-01 -2.953653529827426349e-01 -1.014544552394224808e-01 -6.881069963785475981e-03 -3.363885678302376558e-05 -5.043159999999999865e-01 -2.892127920639554784e+07 +4.720000000000000000e+02 -1.729421832165222828e+00 -1.197798836311517512e+00 -8.362124630201356323e-01 -5.148242615610290063e-01 -2.443552475803660862e-01 -8.017873722195717479e-02 -6.550742081981109424e-03 -7.947185516672516513e-05 -4.788510000000000266e-01 -5.566829197852486745e+06 +4.730000000000000000e+02 -1.999127383962161053e+00 -6.442143468049972288e-01 -1.230105272859734061e-01 7.712873074835815967e-02 8.270842500344997850e-02 3.214120206836386384e-02 2.296500138178991617e-03 1.440942257790238200e-05 3.101349999999999940e-01 2.215697086361752008e+05 +4.740000000000000000e+02 -2.125766119882459115e+00 -7.289670885253713983e-01 -1.829281194569691849e-01 4.648672907322402847e-02 8.310750746570835790e-02 4.179780030265996954e-02 3.457482297438540814e-03 1.562200739241814313e-05 4.183499999999999996e-01 -3.080642719152600970e+06 +4.750000000000000000e+02 -1.814085959114109636e+00 -6.379423651318621991e-01 -1.597956009889418272e-01 5.048148902170049995e-02 8.750925543332999101e-02 4.684280683135515905e-02 4.521057987466469905e-03 2.687572774107167822e-05 4.282529999999999948e-01 -2.057498001695597172e+07 +4.760000000000000000e+02 -2.102544584252816318e+00 -8.046515600772388144e-01 -2.459535742708831851e-01 2.438709923428669310e-02 9.047307116743645572e-02 5.211646018182111012e-02 5.480580140238092493e-03 4.265022608209462787e-05 8.026130000000000209e-01 2.015120815137167927e+06 +4.770000000000000000e+02 -1.999312732706435725e+00 -7.721188804569912856e-01 -2.904818861854658874e-01 -7.886850271012284253e-02 -1.821010934583480040e-02 -8.344387731150815224e-03 -1.441547676100852658e-03 -2.418963420510161761e-05 -5.819599999999999773e-02 1.207255628881147131e+07 +4.780000000000000000e+02 -1.614806564347677442e+00 -6.166906102590583583e-01 -1.837440734365064499e-01 2.449620853834096751e-02 7.734830973407165466e-02 5.258337993317568904e-02 9.075470354243074522e-03 1.470550004081193601e-04 1.492002000000000050e+00 -7.083863411003976129e+06 +4.790000000000000000e+02 -1.363522594886257711e+00 -4.621893199617466141e-01 -1.329029608949915120e-01 -1.820957729652462539e-02 -4.986245555415479494e-03 -5.511276965794658506e-03 -8.668120542185935983e-04 -7.374173426017798289e-06 -1.605789999999999995e-01 -9.525217388685273007e+06 +4.800000000000000000e+02 -1.481226919489747385e+00 -5.616833957715482439e-01 -1.894901274266945490e-01 -2.628557094591387616e-02 6.717653565819874106e-03 -4.684628233991582763e-03 -3.225725612195887333e-03 -5.730915114338921632e-05 -7.139600000000000390e-01 -7.516097247202083468e+06 +4.810000000000000000e+02 -1.857750171421798768e+00 -8.229450167814273964e-01 -3.788292712195747702e-01 -1.510441550985054115e-01 -5.456059229263557353e-02 -2.055688099460657725e-02 -2.768761384488675498e-03 -4.494165967707316214e-05 -4.316440000000000277e-01 -7.152779754442903213e+06 +4.820000000000000000e+02 -1.859187344837555322e+00 -8.310462457491507582e-01 -3.918530622280546050e-01 -1.629039263116743019e-01 -5.776737789753032259e-02 -1.571990774001852734e-02 -2.837271950081620190e-04 1.685799688049001609e-05 3.367799999999999960e-02 -1.059333133620612882e+07 +4.830000000000000000e+02 -1.930930400904530719e+00 -9.202341355960221847e-01 -4.514405679274748895e-01 -1.765899499421987318e-01 -3.875266803272631871e-02 7.919471093825020645e-04 8.866899291177482000e-04 2.112102672619774879e-06 1.945540000000000047e-01 -7.218326996198180132e+06 +4.840000000000000000e+02 -1.579448973973566650e+00 -7.565702143708710192e-01 -3.806942316104603985e-01 -1.647329504075535633e-01 -5.318755366673953711e-02 -8.858509862514778871e-03 8.058921395328393859e-04 1.776558133364825945e-05 3.749210000000000043e-01 -1.166478445291104726e+06 +4.850000000000000000e+02 -1.799241076890012225e+00 -9.278532495947237058e-01 -4.918135019466857161e-01 -2.187930493544517629e-01 -7.375527698605618965e-02 -1.986219861535625658e-02 -1.554562291005851145e-03 -1.346846155137285444e-05 3.152300000000000241e-02 8.460675252361826599e+06 +4.860000000000000000e+02 -1.335406940583601543e+00 -6.431597934263805216e-01 -3.255676196574923686e-01 -1.481630324358018114e-01 -6.462241877711956406e-02 -2.969504446914158699e-02 -5.527044328676095943e-03 -1.543839869219628162e-04 -7.873280000000000278e-01 1.245100713173104916e+06 +4.870000000000000000e+02 -1.760516818738590894e+00 -8.703326923045090480e-01 -5.050636027149872920e-01 -3.250689381237301112e-01 -2.242137760078748154e-01 -1.243402658799763333e-01 -1.947240233668442316e-02 -3.520521430294687448e-04 -3.040207999999999799e+00 -1.515342490510584041e+07 +4.880000000000000000e+02 -1.460676486774894700e+00 -8.172266917729623659e-01 -4.655039591581239811e-01 -2.178215983118844401e-01 -6.471993820967239519e-02 -7.040653630609748463e-03 6.691542183720115920e-04 4.603777730515001299e-06 4.762799999999999812e-01 1.505920471411934495e+07 +4.890000000000000000e+02 -1.450290448460372694e+00 -8.457328047927253900e-01 -5.125569188104066587e-01 -2.724809767545895989e-01 -1.087805206361647931e-01 -2.741223459665867446e-02 -8.886702907095810153e-04 -4.699448198951819485e-07 1.497479999999999922e-01 -4.669849744332769886e+06 +4.900000000000000000e+02 -1.829919927526502788e+00 -1.037758082875462895e+00 -6.156631188358172579e-01 -3.282663055930172824e-01 -1.487122520282237181e-01 -5.529398331586486692e-02 -5.785289311363422775e-03 -5.771067963773313087e-05 -4.990769999999999929e-01 8.638397326244229451e+06 +4.910000000000000000e+02 -1.156976833913011093e+00 -7.659080475053861026e-01 -5.193147443133628860e-01 -3.093465975224133913e-01 -1.392610082484433409e-01 -4.078107942846460193e-02 -1.944302673867343186e-03 -4.453954299101567264e-06 5.445500000000000340e-02 -3.204081009389719926e+06 +4.920000000000000000e+02 -1.461517275155173934e+00 -9.297996463751112550e-01 -5.938289203330093802e-01 -3.197218387481438606e-01 -1.188661539622031943e-01 -2.414380693005317713e-02 -9.343762640645239092e-05 5.823073145386123023e-06 4.850169999999999759e-01 1.378972440007670037e+07 +4.930000000000000000e+02 -1.600361886593672622e+00 -1.073981208700596435e+00 -7.278658304260453571e-01 -4.291457341505913181e-01 -1.882926285880345552e-01 -5.362933805839342066e-02 -2.968238166083336533e-03 -1.654258491184812797e-05 7.236700000000000077e-02 2.615567419423231855e+06 +4.940000000000000000e+02 -1.196471386928256830e+00 -7.969818705693925143e-01 -5.556581917112477509e-01 -3.495332912512428836e-01 -1.701107389125414704e-01 -5.404160638462370686e-02 -2.774992041510756201e-03 -1.566922690469412234e-06 1.331990000000000118e-01 1.037684951263024844e+07 +4.950000000000000000e+02 -1.130822601920598469e+00 -8.076710372671443983e-01 -6.024898730633665433e-01 -4.147046244376642599e-01 -2.335558985495486961e-01 -9.469734907086728437e-02 -9.624215571049039852e-03 -9.721454879230807334e-05 -1.148149000000000086e+00 -7.188962813821606338e+06 +4.960000000000000000e+02 -1.135153368607969115e+00 -8.154657510486692518e-01 -6.041304997708879521e-01 -4.073670307001204249e-01 -2.221536496779439873e-01 -8.712438517710208163e-02 -8.361849482661616595e-03 -7.590945087593446911e-05 -9.275999999999999801e-01 -4.154393486406087875e+06 +4.970000000000000000e+02 -1.310658673742278291e+00 -3.056799529983721952e-01 5.472126353655344666e-02 1.670572899031230740e-01 1.324401058040277912e-01 5.850584000071819279e-02 5.730577557258953111e-03 4.809526072582152693e-05 9.859830000000000538e-01 1.540471529528004117e+07 +4.980000000000000000e+02 -1.251964653446704601e+00 -2.468572617103139688e-01 1.084447097462490212e-01 2.100656259726804143e-01 1.598637786016583184e-01 7.131969906663515602e-02 7.489397992044914167e-03 7.469896905683580174e-05 1.291452999999999962e+00 1.680854018904353678e+07 +4.990000000000000000e+02 -8.255115163157437097e-01 -1.018931909382962270e-01 1.558135749768005951e-01 2.212474747708645384e-01 1.635433956239219500e-01 7.406824010117046830e-02 7.851585694053742764e-03 7.250421269274665720e-05 1.215600000000000014e+00 8.205426914267595857e+06 +5.000000000000000000e+02 -1.207538453090285069e+00 -2.898560078113958660e-01 2.558731396878917083e-02 1.130655443311458230e-01 7.531834652456600998e-02 2.077951380951316429e-02 -4.546977572069190203e-04 -2.801517391173900554e-05 -8.487000000000000099e-02 1.373493853822121955e+07 +5.010000000000000000e+02 -8.504888240192441939e-01 -1.281619115430440992e-01 8.359543445879824564e-02 1.259070190834077341e-01 9.232202453768692529e-02 4.375167637914262331e-02 4.867651884052209658e-03 4.217310458392858495e-05 9.020500000000000185e-01 1.826067532837913558e+07 +5.020000000000000000e+02 -1.226176304351039414e+00 -4.288368425943820395e-01 -8.058220432734670979e-02 8.362132768877830746e-02 1.119717416821506550e-01 6.871787802248896515e-02 1.085467443400106070e-02 1.625437561481311345e-04 1.849121000000000015e+00 6.178223812524512410e+06 +5.030000000000000000e+02 -9.406210208073276791e-01 -2.727551363870899248e-01 -9.044919566442079228e-03 9.160748462361638367e-02 8.676993195525102565e-02 4.348604127735210961e-02 4.846447088026664338e-03 3.552382488508508174e-05 7.620310000000000139e-01 1.930094740200201049e+06 +5.040000000000000000e+02 -1.026889721345447537e+00 -3.542131641505600337e-01 -7.802653521678859505e-02 4.065628362438769572e-02 5.547108496469704830e-02 2.868640607439949808e-02 2.965491184612147838e-03 1.715496756459134308e-05 4.653760000000000119e-01 1.777977152909515135e+05 +5.050000000000000000e+02 -9.809998119443023024e-01 -3.442532688788786377e-01 -8.996958209290031871e-02 2.013541294847303459e-02 4.170560355952349085e-02 2.335922280648205715e-02 2.281135031176218398e-03 1.045567622736733104e-05 1.856329999999999925e-01 -1.298322089779865928e+07 +5.060000000000000000e+02 -6.749993995289659265e-01 -2.279301127027210661e-01 -3.185553350090047919e-02 5.167157794959209571e-02 5.385244679404428692e-02 2.841439147932251635e-02 4.511577576087308188e-03 7.259747181596765283e-05 7.448780000000000401e-01 -3.427028526751068886e+06 +5.070000000000000000e+02 -8.989910712168388551e-01 -3.999948468611730923e-01 -1.543832232509157742e-01 -1.881085545474393828e-02 2.906852565179967804e-02 2.369329221702491661e-02 3.508226642810507653e-03 3.338336147579894149e-05 6.744620000000000060e-01 6.325470471923310310e+06 +5.080000000000000000e+02 -9.116355669333210399e-01 -4.067569448071176041e-01 -1.601382040345235014e-01 -2.440183734264212215e-02 2.502116838619063491e-02 2.182671378161925996e-02 3.258776637518130421e-03 3.003554646129385152e-05 6.697140000000000315e-01 9.770127329634372145e+06 +5.090000000000000000e+02 -5.639490886920538459e-01 -2.807583262385772160e-01 -1.303295177180431308e-01 -4.547571247569586611e-02 -2.107174149675265784e-02 -1.875400191272550907e-02 -4.760368161601118836e-03 -9.497798680622565040e-05 -8.153439999999999577e-01 8.119548929669836070e+05 +5.100000000000000000e+02 -1.030602997971059143e+00 -4.691016313848813124e-01 -2.224315497717088419e-01 -9.307594105596832257e-02 -3.756867286790709776e-02 -1.569234477856562213e-02 -1.835489038907483399e-03 -1.383182978002798882e-05 -8.502600000000000435e-02 1.254606453987000324e+07 +5.110000000000000000e+02 -7.024351532297733458e-01 -3.796876506911343596e-01 -2.208608601477259625e-01 -1.196904503578184731e-01 -5.792823077547409882e-02 -2.591762627402278973e-02 -4.858349613343020124e-03 -1.163285842333033388e-04 -9.612460000000000448e-01 -2.224323198637157679e+07 +5.120000000000000000e+02 -7.401175714765891867e-01 -3.997859533478434479e-01 -2.228991517122640709e-01 -1.140957577338026219e-01 -5.918139345281948904e-02 -2.915087245084847789e-02 -3.633481055789883167e-03 -3.318578169273076926e-05 -5.068589999999999485e-01 -3.008902438533102162e+06 +5.130000000000000000e+02 -1.025326533762722647e+00 -5.838884513719702074e-01 -3.669638789811839885e-01 -2.282291121062364481e-01 -1.310211646961622345e-01 -5.822160763285169627e-02 -6.936609405960794325e-03 -1.021495376873766519e-04 -7.596079999999999499e-01 8.385782454590816051e+06 +5.140000000000000000e+02 -4.588529751004283841e-01 -2.943657318393025912e-01 -2.061049216190946332e-01 -1.338673460646733482e-01 -6.982265603237292062e-02 -2.479394659780827237e-02 -1.629655373314224621e-03 -6.041897898203767662e-06 -2.768550000000000177e-01 -1.954357597391231731e+07 +5.150000000000000000e+02 -6.456081649328858640e-01 -4.774903614188293344e-01 -3.546216024669925915e-01 -2.334158830815296903e-01 -1.187926932440033084e-01 -4.074833276603651022e-02 -2.933432400496213590e-03 -1.872108832544841850e-05 -1.276460000000000095e-01 4.481486303276321851e+06 +5.160000000000000000e+02 -6.964748436504093476e-01 -5.021721403335577261e-01 -3.655207287854546627e-01 -2.411718304742090924e-01 -1.263913291463489019e-01 -4.432770868369387274e-02 -2.893634032291061281e-03 -1.082163246467041037e-05 -1.658139999999999892e-01 -3.857873098435201216e+06 +5.170000000000000000e+02 -4.529413184740974652e-01 -3.832615649582780115e-01 -3.372383603252919193e-01 -2.789279290800925071e-01 -1.880085316407804352e-01 -8.546703020282246654e-02 -8.979112159153106523e-03 -8.062548683498379262e-05 -1.164940000000000087e+00 -1.103434983959147148e+07 +5.180000000000000000e+02 -5.907673593407621881e-01 -5.042102943410162741e-01 -4.185855063764050699e-01 -3.055887962696622329e-01 -1.715296508550448462e-01 -6.548645928452898057e-02 -5.946029748894947169e-03 -5.891386905845732194e-05 -5.123459999999999681e-01 8.772179760878900066e+06 +5.190000000000000000e+02 -2.623479118324733572e-01 -3.580685855306306453e-01 -3.448643998189678261e-01 -2.964497340684059123e-01 -2.158745459659592303e-01 -1.075992693838285497e-01 -1.178420817375181590e-02 -9.706176846080593235e-05 -1.629040999999999961e+00 -1.661122084558101930e+07 +5.200000000000000000e+02 -4.207474868402774071e-01 -4.303584408547296292e-01 -3.825237072329832344e-01 -2.962666120639636524e-01 -1.806167051305516136e-01 -7.616768768250858912e-02 -7.502992516258099633e-03 -5.807424442011001960e-05 -1.047355000000000036e+00 -1.703109904794849828e+07 +5.210000000000000000e+02 -6.038244707799177435e-01 -5.640013965993521117e-01 -4.945370686017074857e-01 -3.877638190845630328e-01 -2.480069264544510765e-01 -1.143546897178745747e-01 -1.437923372339605134e-02 -2.264940951960033326e-04 -2.013069000000000219e+00 -1.028728118641374074e+07 +5.220000000000000000e+02 -6.156783456561271128e-01 -5.657877488037261760e-01 -4.936798254599784608e-01 -3.874821743657586581e-01 -2.493379442029820536e-01 -1.156627669719112877e-01 -1.445906887096787621e-02 -2.179122786051226792e-04 -2.011765000000000025e+00 -9.240221257483212277e+06 +5.230000000000000000e+02 1.536327615151334390e-02 2.409921853690299154e-01 3.053900673512552344e-01 2.825608116140662651e-01 1.963045941984620513e-01 9.794498887440020174e-02 1.452761457526310050e-02 2.538211310442774747e-04 2.407106999999999886e+00 2.019847418107307702e+07 +5.240000000000000000e+02 -1.114552552819477772e-02 2.259137077908893732e-01 2.966111024280725372e-01 2.782914654383289998e-01 1.942578871519288763e-01 9.545674136437029556e-02 1.293701848027594900e-02 1.820288991298754655e-04 2.062456000000000067e+00 1.425318305322581343e+07 +5.250000000000000000e+02 -4.502538351808407224e-01 -2.356471658148168169e-02 1.373942592813987285e-01 1.752815907263552131e-01 1.204845382012614402e-01 4.352007474019731204e-02 1.611362280072217885e-03 -1.399846113996292278e-05 6.958699999999999608e-02 1.513692877153808065e+07 +5.260000000000000000e+02 -1.357320829405143647e-01 1.342179556609013336e-01 1.882847341846703992e-01 1.783137466500446244e-01 1.384774232604985278e-01 8.157205146871018830e-02 1.463618440646078517e-02 3.100691090767116950e-04 2.426191999999999904e+00 3.945320220164929517e+06 +5.270000000000000000e+02 -1.755201832826121799e-01 5.992577736880985023e-02 1.234500202492846838e-01 1.199588920690002058e-01 7.942660174131878359e-02 3.408937768938275631e-02 2.970128639843467536e-03 1.760268107584671626e-05 4.622470000000000190e-01 1.257093823641601577e+07 +5.280000000000000000e+02 -3.305355509588180363e-01 1.684210067833064040e-03 1.016713524453428663e-01 1.307906883580298996e-01 1.137288535893518776e-01 6.305750379702554365e-02 8.586862256058036547e-03 1.228922463088227997e-04 1.240942999999999907e+00 -3.769748343409563531e+05 +5.290000000000000000e+02 6.125849727524135258e-02 1.101570574106256334e-01 1.173203461455105678e-01 1.102667498730706963e-01 9.073110982233649480e-02 5.149046220972331583e-02 6.439233042302061963e-03 5.708925534270423071e-05 7.104610000000000092e-01 -2.089194370914077014e+07 +5.300000000000000000e+02 -2.504239065260908115e-01 -6.680651830212964992e-02 1.020013619045345016e-02 5.010652934491522520e-02 5.362724302450339042e-02 2.969712911145856726e-02 3.654680252683787083e-03 3.444979466666950584e-05 4.359500000000000042e-01 -7.131458181373333558e+06 +5.310000000000000000e+02 -2.808252643468981957e-01 -9.325523773012321660e-02 -3.566959984228575825e-02 -2.391948043528926288e-02 -2.564283854836330381e-02 -1.714261038309274759e-02 -2.222633484624825847e-03 -1.422335660776231429e-05 -2.327009999999999912e-01 8.588695486628046259e+06 +5.320000000000000000e+02 -3.440760109890483864e-02 3.076937899420995048e-02 3.946383622769289445e-02 2.978554685574266725e-02 1.346234804444497446e-02 1.883964314193565387e-03 -6.617116692390519195e-04 -1.624114973268093805e-05 -1.022529999999999967e-01 6.928182546687685885e+06 +5.330000000000000000e+02 -4.177245280174875508e-01 -1.891407383786625762e-01 -1.069571925681433583e-01 -5.989462057655792204e-02 -3.182754036154167993e-02 -1.854138681924289572e-02 -4.437020232158002744e-03 -9.684735839650143068e-05 -1.048019999999999952e+00 -2.742222592612279207e+07 +5.340000000000000000e+02 -2.434613148330311005e-01 -1.449584522967334588e-01 -1.053351701685687203e-01 -7.796551913308683024e-02 -4.810734812112243269e-02 -1.945985303027129854e-02 -1.463059804272999606e-03 -4.849660792590573809e-06 -2.929930000000000034e-01 -1.804159632872230560e+07 +5.350000000000000000e+02 -1.136089041178251213e-01 -1.195961475656488887e-01 -1.059160550511237253e-01 -8.961478820969330517e-02 -6.829366123284097423e-02 -3.703834572465451724e-02 -5.147406172886798831e-03 -6.593530607766493390e-05 -5.810530000000000417e-01 1.348125879577850364e+07 +5.360000000000000000e+02 -2.718908310212845292e-01 -1.480882470292086139e-01 -1.248399225062656465e-01 -1.217816856917755819e-01 -9.978124974432063532e-02 -5.222965184490983848e-02 -6.533846378755783953e-03 -7.549033146848433068e-05 -1.009265999999999996e+00 -1.407518278552379087e+07 +5.370000000000000000e+02 -2.299918068078060096e-01 -2.775791369544084453e-01 -2.261563150515043807e-01 -1.392445659035600747e-01 -5.183465700125099163e-02 -3.897910802201389174e-03 2.470639833658967548e-03 4.581953959498952261e-05 6.350440000000000529e-01 -2.628215888049829751e+06 +5.380000000000000000e+02 -2.025710508684945566e-01 -2.600065456807884035e-01 -2.072539588160662305e-01 -1.357613946179871411e-01 -7.745585234375439165e-02 -3.723616228575898912e-02 -5.060181866449587826e-03 -5.565179696395084678e-05 -7.772259999999999724e-01 -3.885716019200711511e+06 +5.390000000000000000e+02 -1.721003211800029575e-01 -3.199616898539461296e-01 -2.978455578294005313e-01 -2.261123437693729477e-01 -1.427220520892484856e-01 -6.799352615879193651e-02 -8.069000536834687598e-03 -7.418924661091073295e-05 -1.099248999999999921e+00 1.833491872024757788e+06 +5.400000000000000000e+02 -1.738533451186778933e-01 -2.159495921600955437e-01 -2.231639306297289738e-01 -2.051727205887652894e-01 -1.528108892632102367e-01 -7.948674708823791346e-02 -1.157733483884714615e-02 -1.981714296736085932e-04 -1.537975000000000092e+00 1.349215329838885739e+07 +5.410000000000000000e+02 -4.850554228868583784e-02 -2.495451106681568221e-01 -2.644530084961959071e-01 -2.241510259343507672e-01 -1.576926254160314067e-01 -8.001318108380418848e-02 -1.005046843424672355e-02 -1.202299134144167253e-04 -1.469017999999999935e+00 -6.406156872582660988e+06 +5.420000000000000000e+02 -1.093707424612679197e-01 -2.978995955051821354e-01 -3.024359554989375365e-01 -2.518986790802015263e-01 -1.758422057368105584e-01 -8.949200363091863730e-02 -1.134465556160723851e-02 -1.302066343090753234e-04 -1.664215999999999918e+00 -5.845771955971265212e+06 +5.430000000000000000e+02 -5.824080923830569217e-02 -2.975196823134718671e-01 -3.256022211712777392e-01 -2.791485176992731243e-01 -1.935473170953141975e-01 -9.723513090508890955e-02 -1.273011114872505366e-02 -1.747124997558835305e-04 -1.770650999999999975e+00 5.269765181523203850e+06 +5.440000000000000000e+02 -8.804456305243223146e-02 -3.147264143415765547e-01 -3.366127197488102962e-01 -2.848798256253846639e-01 -1.947799645305068328e-01 -9.701083925595212210e-02 -1.300829039572505390e-02 -2.031930454521254390e-04 -1.842422999999999922e+00 2.475218964704383165e+06 +5.450000000000000000e+02 6.056323058275312476e-01 -1.009296801835733726e-02 -2.169003998715238191e-01 -2.644922304650721978e-01 -2.042559717636399097e-01 -1.001818167821693778e-01 -1.152549697406148911e-02 -1.279458465466227005e-04 -1.728239999999999998e+00 -1.237655469023578055e+07 +5.460000000000000000e+02 6.056842297689584154e-01 -9.900838659215704940e-03 -2.168710262648860798e-01 -2.649279945782746504e-01 -2.050641630736623200e-01 -1.007787988160907949e-01 -1.159949839947340029e-02 -1.276277919727232719e-04 -1.736793000000000031e+00 -1.213333317632157356e+07 +5.470000000000000000e+02 3.026582367590537337e-01 4.265635339393679115e-01 4.111941169667633900e-01 3.297855069558637275e-01 2.030659052554526500e-01 8.447431437927548081e-02 8.250212718195452585e-03 7.267449173492308726e-05 7.197400000000000464e-01 -2.379662662168941647e+07 +5.480000000000000000e+02 1.753828476804674685e-01 3.449830721244991349e-01 3.629359285578729333e-01 3.088813950649533790e-01 1.995822638717869857e-01 8.691431524825352084e-02 9.535695960392581716e-03 1.143318101655033017e-04 9.839909999999999490e-01 -2.154154481510283425e+07 +5.490000000000000000e+02 5.324225268678325351e-01 4.935787278594745420e-01 4.291846797317054318e-01 3.360102238145112330e-01 2.142021774354006813e-01 9.693667147926691985e-02 1.177900576846779672e-02 1.715193841695448042e-04 1.587088999999999972e+00 5.559213350520791486e+06 +5.500000000000000000e+02 5.250002428626963091e-01 4.789888347772560673e-01 4.136309542532898287e-01 3.206535628620619804e-01 1.999556222574422615e-01 8.689630050738690603e-02 9.630915770372084142e-03 1.214582931032418201e-04 1.246693999999999969e+00 8.084493947264468297e+06 +5.510000000000000000e+02 6.672783701280433633e-01 5.064855472147087312e-01 3.806448170743241266e-01 2.582316840174393446e-01 1.411929680004986032e-01 5.343931640518206905e-02 3.980029256848192400e-03 1.140596616856117524e-05 1.021259999999999946e-01 -2.162513059779686108e+07 +5.520000000000000000e+02 3.891973857118995461e-01 3.422288026050091525e-01 3.169280285338701431e-01 2.720418229964520762e-01 1.812344681322901885e-01 7.691456247334704788e-02 7.080954254797888932e-03 6.941909230290298563e-05 8.502709999999999990e-01 1.501184448915559612e+07 +5.530000000000000000e+02 4.692607446079966604e-01 3.314095228056179177e-01 2.532689738941068525e-01 1.864764058138182190e-01 1.178522838517176569e-01 5.358980388886507018e-02 5.753993243579756840e-03 5.152478222404099635e-05 5.958280000000000243e-01 -1.241660212839508057e+07 +5.540000000000000000e+02 3.819020943358457099e-01 3.015573672260804527e-01 2.370844013206049872e-01 1.716722211420016742e-01 1.064948754110661422e-01 4.904955575059814082e-02 5.255202992273770579e-03 4.313012738927022969e-05 8.009680000000000133e-01 1.171358257255772501e+07 +5.550000000000000000e+02 6.243809555175173776e-01 3.873556643869649485e-01 2.332868213419921344e-01 1.069169059769992103e-01 1.576917201662230913e-02 -1.764349403710373243e-02 -6.340756931019842293e-03 -1.306052638528567460e-04 -1.152058000000000026e+00 8.284847645046363585e+06 +5.560000000000000000e+02 5.590277638739342692e-01 3.177104934226741562e-01 2.292890875017333518e-01 1.726342856965198957e-01 1.136267586811449265e-01 5.313123534104883389e-02 6.093736921134429788e-03 6.442148219042155533e-05 8.145520000000000538e-01 3.702118029330237769e+06 +5.570000000000000000e+02 4.510847668405701949e-01 2.196503795942486292e-01 1.030345224785945840e-01 3.429247143684240745e-02 1.157124526848597778e-03 -6.666652124809893665e-03 -1.595415026406390513e-03 -1.996985451855294436e-05 -2.540089999999999848e-01 7.409315062941678800e+06 +5.580000000000000000e+02 8.134228387936133231e-01 4.064272651244477119e-01 2.395981492952284075e-01 1.378480773091962930e-01 5.865251415059206247e-02 1.212386056759977120e-02 -4.939774294982542807e-06 -3.580929610139917494e-06 8.007999999999999841e-02 2.840927160363747180e+07 +5.590000000000000000e+02 8.854164155236396994e-01 4.037883776470496122e-01 2.070530350842101908e-01 1.061858737098516636e-01 5.488324235194352863e-02 2.508118580839873227e-02 3.592892379443698124e-03 5.324139932897700418e-05 3.296580000000000066e-01 -1.554843780106597394e+07 +5.600000000000000000e+02 1.154497326524736467e+00 4.959092944016983417e-01 2.372217731844172561e-01 1.089255887015015134e-01 4.282699502014452458e-02 1.086491206230084418e-02 4.469602057123171789e-04 3.741613861930535237e-06 4.383200000000000290e-02 1.215023414451235346e+07 +5.610000000000000000e+02 9.533645337450684654e-01 3.893241814583111582e-01 1.312638342151059845e-01 1.229380773390666582e-03 -3.125149308994522312e-02 -1.804489253705924764e-02 -2.246653863079643276e-03 -2.315353673104394137e-05 -3.165390000000000148e-01 4.535424004541071132e+06 +5.620000000000000000e+02 5.532289407182358065e-01 1.242379882598587393e-01 1.209946363105793635e-02 7.466954669372347954e-03 3.669511523470098124e-02 3.656817315846484090e-02 6.667310015437576641e-03 8.931005474624408838e-05 1.127796999999999938e+00 2.040646105133187026e+06 +5.630000000000000000e+02 8.804512856629074236e-01 2.748982973371327798e-01 5.288658230949522254e-02 -1.744788868955403707e-02 -1.005890967566137363e-02 8.264648692856126294e-04 1.720861844575316383e-04 -3.080739886268817182e-07 2.726999999999999823e-03 4.996503884599615820e+06 +5.640000000000000000e+02 9.897718269168959138e-01 2.842959196326660387e-01 4.901456685028193760e-02 -2.420129343552949314e-02 -1.809144230389602218e-02 -1.694128708119975023e-03 9.992753339256963286e-04 2.522599748340193730e-05 2.160259999999999958e-01 3.087607417344338261e+06 +5.650000000000000000e+02 1.008572789136511716e+00 3.047296216205696573e-01 3.987024954640527863e-02 -6.291522600339080618e-02 -6.403156234008162973e-02 -2.707798624774436849e-02 -1.437411273587249627e-03 -8.296859697812525825e-07 -4.493099999999999872e-02 2.812867119297485333e+06 +5.660000000000000000e+02 1.164334717111518147e+00 3.488946396250144355e-01 6.264957640379419102e-02 -4.034720242532317813e-02 -4.537325723889451545e-02 -1.948070269927225720e-02 -1.094448299739286161e-03 -8.055882213545558235e-07 -7.493199999999999861e-02 1.315891225531340810e+06 +5.670000000000000000e+02 1.184687888142964329e+00 3.670971336348169967e-01 3.208596768815673295e-02 -1.024012168628464919e-01 -9.920809105363413705e-02 -4.645292226975190897e-02 -4.777849466381639716e-03 -3.924328554832059486e-05 -7.437169999999999614e-01 -6.291675699061927386e+06 +5.680000000000000000e+02 1.204608994599219329e+00 3.181094517379013942e-01 -1.741062723474401386e-02 -1.366687432944592440e-01 -1.222238540727095396e-01 -5.879009937343644687e-02 -6.067275112827525546e-03 -6.039850645237260685e-05 -6.679699999999999527e-01 1.539182777428932488e+07 +5.690000000000000000e+02 1.182760721521444847e+00 2.689927718442191029e-01 -7.816132400391223589e-02 -2.000017889869866727e-01 -1.742797178714992623e-01 -8.837517411913897725e-02 -1.110432867950987036e-02 -1.693883169971056738e-04 -1.493255999999999917e+00 1.328966548421193659e+07 +5.700000000000000000e+02 6.270663393706826794e-01 1.650037985359960324e-02 -1.894372054912701331e-01 -2.372801527197153926e-01 -1.810221252778372036e-01 -8.675738585248503332e-02 -9.640125142216286747e-03 -1.040677285173185112e-04 -1.442066999999999988e+00 -1.255628463416950777e+07 +5.710000000000000000e+02 1.111769441166945871e+00 1.767718340292359636e-01 -1.642794029111436238e-01 -2.666372371614603720e-01 -2.080004949434397510e-01 -9.477149633801031092e-02 -9.625266322237001348e-03 -9.620658694256221390e-05 -1.281325999999999965e+00 3.095069815566803329e+06 +5.720000000000000000e+02 1.133329883821520445e+00 1.838291692231646401e-01 -1.675046265921454891e-01 -2.754677346794610626e-01 -2.149601800481621694e-01 -9.627235433166290990e-02 -9.068594500671477501e-03 -7.938419254513479518e-05 -1.173308999999999935e+00 2.250628171322082169e+06 +5.730000000000000000e+02 1.084976158088001741e+00 9.004038516322101504e-01 7.476131250517830118e-01 5.717002020949512042e-01 3.588853950647423185e-01 1.587045738501114966e-01 1.728408067787446864e-02 1.827343458894691551e-04 2.025282999999999944e+00 -1.023742612488017976e+07 +5.740000000000000000e+02 1.076112801505551220e+00 8.887218304445753114e-01 7.354200942783907236e-01 5.603479462551511636e-01 3.499088310481534569e-01 1.534534990657028808e-01 1.636064079161532805e-02 1.656872088118980038e-04 1.900246000000000102e+00 -7.951372903421374969e+06 +5.750000000000000000e+02 1.047389223872763786e+00 8.500928221145352959e-01 6.947343802063017382e-01 5.223133750486479432e-01 3.200362446498241087e-01 1.363798939217639172e-01 1.353635925790749699e-02 1.185352774125260995e-04 1.517409999999999926e+00 -1.770523845030191820e+06 +5.760000000000000000e+02 1.042277784358720094e+00 8.431480124300320123e-01 6.873896577700666644e-01 5.154449114113470731e-01 3.146866277410024781e-01 1.333886704573286619e-01 1.306929613320364364e-02 1.114763292167204553e-04 1.461626000000000092e+00 -1.272898461091385543e+05 +5.770000000000000000e+02 1.203948052754879372e+00 9.481028902663961588e-01 7.164999865201582274e-01 4.822041615420613048e-01 2.573939645057230496e-01 9.315573974667801238e-02 6.831520345735630877e-03 4.202856333575424972e-05 3.136019999999999919e-01 -1.393567710184742883e+07 +5.780000000000000000e+02 1.004025967269123853e+00 7.908595951376050648e-01 6.320003411537938875e-01 4.637745560029666869e-01 2.749354277494054366e-01 1.117752605797709547e-01 9.931635881250153869e-03 6.959265878246366000e-05 1.045060000000000100e+00 5.461858464494558983e+06 +5.790000000000000000e+02 1.081557533613768829e+00 7.544522967066666919e-01 5.602060594055230380e-01 3.806103699564341580e-01 2.095826173822365746e-01 8.444752617083615964e-02 8.899418571138267842e-03 8.774463795808241711e-05 1.156141000000000085e+00 1.182969013246707618e+07 +5.800000000000000000e+02 1.238142057678363939e+00 8.395437115952579799e-01 6.082661422696905573e-01 4.115285232517718050e-01 2.312998774656726264e-01 9.680068955328224867e-02 1.162867572006602394e-02 1.699097964731456991e-04 1.605615000000000014e+00 1.519984499358277768e+07 +5.810000000000000000e+02 1.345332927260591394e+00 8.497599658512554610e-01 5.782085158027333582e-01 3.735380967708651356e-01 2.056156232381196880e-01 8.199645380287333418e-02 7.382801308568388322e-03 5.427568671913449703e-05 4.872059999999999724e-01 -2.271935003841150180e+07 +5.820000000000000000e+02 1.381371694892464808e+00 8.784323980640280638e-01 5.998719908324779970e-01 3.786577522817002328e-01 1.960312232371402008e-01 7.398587224261021777e-02 6.745460514315730627e-03 5.492524491281543779e-05 6.486309999999999576e-01 -5.767632939584271517e+05 +5.830000000000000000e+02 1.225033426669016601e+00 7.190180673812575085e-01 4.738319173198107248e-01 3.174357990184359379e-01 2.005264963234676678e-01 9.781648462236623709e-02 1.256456316915983105e-02 1.525352225409363648e-04 1.597733999999999988e+00 -1.149414861561264284e+07 +5.840000000000000000e+02 1.500489373942974769e+00 9.214684190743598347e-01 5.927034756788348568e-01 3.389097804591338914e-01 1.511577411039536356e-01 4.775797453881923393e-02 3.504789517082460525e-03 3.024249529609626742e-05 2.210100000000000120e-01 4.213676409047983587e+06 +5.850000000000000000e+02 1.188565895140035966e+00 7.195318907473237102e-01 4.347917869841165239e-01 2.210092239982421602e-01 8.281421521494808369e-02 2.188338491020021953e-02 1.323655126794274486e-03 1.118431001367499930e-05 2.059020000000000017e-01 2.018694396009092033e+07 +5.860000000000000000e+02 1.477740625754049075e+00 8.542607138879798612e-01 5.224765946433431729e-01 2.881095004304685681e-01 1.272888800260709163e-01 4.011301652731081441e-02 2.764287899131150431e-03 1.572151683257228788e-05 -1.283000000000000069e-03 -9.974523536127673462e+06 +5.870000000000000000e+02 1.458279281628896307e+00 7.415022929850496602e-01 4.048269792291476210e-01 1.952041827931914608e-01 7.113076996370813754e-02 1.625563419155128669e-02 3.028209696019197269e-04 -3.241636919492626529e-06 -1.622899999999999898e-01 1.406856694065415300e+06 +5.880000000000000000e+02 1.219343200475827782e+00 6.377292551171360735e-01 3.782376203638161405e-01 2.154288819026662916e-01 1.006297231604777603e-01 2.936796490971550072e-02 2.987349526742641187e-04 -2.942968139326218995e-05 -1.790090000000000015e-01 1.197850825300760008e+07 +5.890000000000000000e+02 1.443289957713020710e+00 7.565971083454831048e-01 4.030544638395902046e-01 1.677846693203012551e-01 3.286781901518017607e-02 -8.759632195073845801e-03 -3.170565314826321018e-03 -4.032147451235256304e-05 -5.578210000000000113e-01 1.537715205808797292e+07 +5.900000000000000000e+02 1.570077761088910062e+00 7.848562728897637841e-01 4.134952474097653430e-01 1.970300794296627189e-01 8.586529797315503587e-02 3.617105130467819507e-02 5.203908905117082123e-03 7.057844553670006348e-05 9.313620000000000232e-01 1.940070665578689054e+07 +5.910000000000000000e+02 1.203615867300374731e+00 4.877092557649067572e-01 2.048744178751207845e-01 7.990047642683771600e-02 3.459329523470756201e-02 1.466055691047196859e-02 1.857279577246749407e-03 2.377249560741874734e-05 3.658319999999999905e-01 1.660462059131912328e+07 +5.920000000000000000e+02 1.529263085482663653e+00 6.185044388981497665e-01 2.723673654072066852e-01 1.174681652520300768e-01 5.491677769219230343e-02 2.269274226123627405e-02 2.229340296752214609e-03 1.733091184301218058e-05 3.233750000000000235e-01 1.118988181688312814e+07 +5.930000000000000000e+02 1.813251450615775084e+00 7.233869986385429440e-01 2.915607972332120434e-01 9.778214515850995603e-02 3.232936427751299802e-02 8.565439277843114180e-03 -1.209582122205666438e-03 -5.819677139788682083e-05 -3.006829999999999781e-01 8.649089715455902740e+06 +5.940000000000000000e+02 1.814119098092158211e+00 7.205103682275580956e-01 2.872353453847614202e-01 9.356959075807615156e-02 2.973536784500044675e-02 7.716029473570936055e-03 -1.262139133771278789e-03 -6.032355825215613630e-05 -2.954430000000000112e-01 9.282179695573929697e+06 +5.950000000000000000e+02 1.618569395203341754e+00 5.631307782898440362e-01 1.822287706228775117e-01 4.347463517687395057e-02 2.465970071721981099e-02 2.132293197162370840e-02 3.711292543440479399e-03 4.303478510076926239e-05 6.814769999999999994e-01 1.272462387740462832e+07 +5.960000000000000000e+02 1.802185701297075004e+00 6.963279272440447976e-01 2.626598698401090282e-01 7.671128407055659293e-02 2.694294430728578355e-02 1.402107699309501979e-02 1.392759509561398426e-03 2.777368801682792927e-06 2.019229999999999914e-01 8.227408890257519670e+06 +5.970000000000000000e+02 1.497394017532082344e+00 5.097698749075616487e-01 1.148151822917857223e-01 -4.676379305652135498e-02 -6.094358585167987397e-02 -2.607702170381787088e-02 -1.949952673906875638e-03 -1.032346034892195902e-05 -4.076949999999999741e-01 -1.599142587226577476e+07 +5.980000000000000000e+02 1.845027561557982310e+00 6.791862718255218256e-01 2.141254334705026963e-01 3.251004120602750055e-03 -5.279097981749586443e-02 -3.684906829621436425e-02 -5.636141737391886161e-03 -7.858540665014628935e-05 -1.087808000000000108e+00 -1.452855800388069265e+07 +5.990000000000000000e+02 1.473964573316326687e+00 4.706283996275460457e-01 5.165197891205617481e-02 -1.296616440801412196e-01 -1.351517626497904245e-01 -6.242097147073493585e-02 -4.669085656004261231e-03 -1.497011221712098234e-05 -5.262750000000000483e-01 9.686692093315749662e+05 +6.000000000000000000e+02 1.431080506580242329e+00 4.231448771731587954e-01 7.501957564938932510e-03 -1.738989868506183589e-01 -1.796467448626938856e-01 -9.148050947378949527e-02 -9.114505652601273544e-03 -7.705490769191126923e-05 -1.170673000000000075e+00 1.370741761370583437e+06 +6.010000000000000000e+02 1.689382652362454884e+00 4.677543852197739160e-01 3.097871310534132741e-02 -1.104229566471039981e-01 -8.967675477825141905e-02 -3.413230510968685849e-02 -1.955805259777495218e-03 3.703126028080265833e-06 -2.099820000000000020e-01 5.601224438879967667e+06 +6.020000000000000000e+02 1.788397027172641929e+00 5.294382421857836141e-01 6.727036660580948402e-02 -9.340985026771250754e-02 -8.300625890545397512e-02 -3.067024655280902942e-02 -1.160000815241618360e-03 1.671892034460570673e-05 -7.052200000000000135e-02 4.844995998192119412e+06 +6.030000000000000000e+02 2.270601371713737660e+00 1.465454272544691072e+00 1.005303788152205557e+00 6.360654218322523423e-01 3.259631290818526539e-01 1.177104232541000689e-01 9.621302613441662030e-03 6.889922503370706050e-05 9.033550000000000191e-01 2.342375691655568033e+07 +6.040000000000000000e+02 2.262135946429819189e+00 1.456228766053806911e+00 9.967341966603273651e-01 6.293042205465412264e-01 3.217484159461570514e-01 1.157432649424132987e-01 9.368393406047585345e-03 6.647387702179215641e-05 8.754990000000000272e-01 2.407066343805312365e+07 +6.050000000000000000e+02 2.216442147316092903e+00 1.400801753171146524e+00 9.416108920501932156e-01 5.824436634127428958e-01 2.905905771401348092e-01 1.010925181485037710e-01 7.527945888154623927e-03 4.495916456722832841e-05 6.044059999999999988e-01 2.077422835279851407e+07 +6.060000000000000000e+02 1.808182799874473279e+00 1.198877950583030705e+00 7.985112700147540821e-01 4.705835984942088879e-01 2.207872620292392896e-01 7.383498905392142653e-02 5.340978117292574656e-03 3.293684894013415771e-05 4.095260000000000011e-01 1.431089463744615950e+07 +6.070000000000000000e+02 1.758568749858005598e+00 1.101129104485112364e+00 7.303449677521018923e-01 4.396884973701629118e-01 2.068070877126692020e-01 6.318267013170056345e-02 2.955411468772315472e-03 2.484431015802812158e-06 -3.570209999999999773e-01 -1.705895144223130494e+07 +6.080000000000000000e+02 2.318712469813900334e+00 1.390973396789632721e+00 8.769605523685455317e-01 4.979815479705160808e-01 2.243421872812194628e-01 6.875257042620132319e-02 3.342021409992715700e-03 -1.024362189095755725e-05 5.684499999999999970e-02 2.234345626631744951e+07 +6.090000000000000000e+02 2.116948944990511450e+00 1.270141600236827539e+00 8.016086351405051769e-01 4.658922788946093796e-01 2.279474947932956519e-01 8.120386234990766006e-02 6.114478968225141135e-03 3.722131412196718838e-05 4.773729999999999918e-01 1.404686053740624525e+07 +6.100000000000000000e+02 2.079584136748630740e+00 1.148245271835748538e+00 7.106702584623783014e-01 4.321937062911285210e-01 2.310423181332379172e-01 8.927670718770018554e-02 7.770657607330127420e-03 5.896642776565287343e-05 7.866049999999999986e-01 1.415868939942124113e+07 +6.110000000000000000e+02 1.894325815069389796e+00 1.035068049019534753e+00 6.410816396285718977e-01 3.957140057178519243e-01 2.204613301645806378e-01 9.025195208233752209e-02 8.265977526633877873e-03 5.985249989352498711e-05 7.555899999999999839e-01 -2.853270961551579647e+06 +6.120000000000000000e+02 2.102964936383439731e+00 1.201201129498690179e+00 7.033805368813217385e-01 3.544389255844029307e-01 1.320727942839700353e-01 3.091676810237970960e-02 6.486419813432501907e-04 -8.802192153964145412e-06 -7.660699999999999454e-02 2.578047834033207223e+07 +6.130000000000000000e+02 2.175136627498855724e+00 1.128628190114207674e+00 6.286914515220427546e-01 3.244394585664228670e-01 1.492788315826369672e-01 5.740383152707030645e-02 6.117558295163958750e-03 6.392458588889610746e-05 7.616070000000000340e-01 8.361078994577073492e+06 +6.140000000000000000e+02 2.433676574780084589e+00 1.278333214456722988e+00 7.264757550816639542e-01 3.829629443965836266e-01 1.723031379880612945e-01 5.851317558938854552e-02 4.414995648778365783e-03 2.823226214120819866e-05 4.870700000000000029e-01 2.215747040682938322e+07 +6.150000000000000000e+02 2.004080970808594486e+00 1.019316090871499991e+00 5.297841691291033106e-01 2.390174430503903547e-01 9.491412172332286401e-02 3.303141524171401833e-02 1.909197779741325174e-03 -2.926205449257683139e-05 1.039700000000000069e-01 4.732097961199249141e+06 +6.160000000000000000e+02 2.153551866883940846e+00 1.129065917453266676e+00 6.111792850993457149e-01 2.784662335632316910e-01 8.711997685592495766e-02 1.341476520861657230e-02 -3.440556572933430295e-04 -3.612442709544242121e-06 -4.961510000000000087e-01 -1.273325148272185214e+07 +6.170000000000000000e+02 2.265748938569748905e+00 1.117923856515539160e+00 5.669042148034926232e-01 2.379811452624712720e-01 6.955922342448429829e-02 1.062817778599741206e-02 -3.806895914410103978e-04 -4.791919852878588561e-06 -2.605629999999999891e-01 6.527774437368814833e+06 +6.180000000000000000e+02 2.240225196189141954e+00 1.157941903630423708e+00 5.913139117896326624e-01 2.267237076584120992e-01 3.362211450575167820e-02 -1.886749713111056728e-02 -5.559808553978888221e-03 -7.480068033224991587e-05 -1.064211999999999936e+00 1.402091207606578618e+07 +6.190000000000000000e+02 2.693661896645498377e+00 1.216795499969262284e+00 5.924646837180984615e-01 2.726388057425576661e-01 1.192432058720251514e-01 4.033236887358724460e-02 1.582825774647819792e-03 -2.374755288493817797e-05 2.262700000000000128e-02 6.536026047856421210e+06 +6.200000000000000000e+02 2.533088735093724786e+00 1.112107239315923257e+00 5.243919334862060522e-01 2.346452559147572947e-01 1.095933207656444169e-01 4.975193677728444869e-02 7.531956384152158242e-03 1.386346309814782767e-04 1.163604000000000083e+00 1.053515411534856632e+07 +6.210000000000000000e+02 2.468487902841337345e+00 1.082992284609520128e+00 4.632789338938988477e-01 1.332988188132183671e-01 2.367791468799457753e-03 -1.557876280968468509e-02 -2.346191239800836815e-03 -1.698195650196188285e-05 -4.552289999999999948e-01 -1.431807029061466746e+05 +6.220000000000000000e+02 2.059078032625845545e+00 8.894451715371817224e-01 3.755011967530136330e-01 1.093724090396312881e-01 1.743803217161784148e-03 -1.848450814058028718e-02 -4.132436213721164646e-03 -4.980342261848440841e-05 -7.943230000000000013e-01 5.475616319925827906e+06 +6.230000000000000000e+02 2.637769606278187240e+00 1.098261271821065588e+00 4.530368654523295735e-01 1.361857362998648568e-01 1.381396692809797044e-02 -1.561295310953824712e-02 -6.457669235716938239e-03 -1.625667215898797015e-04 -1.266235999999999917e+00 -4.988431392990962602e+06 +6.240000000000000000e+02 2.219753993961656846e+00 8.827903616447231316e-01 3.349826835010323300e-01 7.964072062112999284e-02 8.774629348726895386e-04 -4.178825868069160551e-03 -9.940350407334350093e-05 2.506771180381573029e-06 -3.472000000000000086e-02 -6.316864878675240325e+05 +6.250000000000000000e+02 2.251539092641204221e+00 8.828257030695327856e-01 2.971376807583568369e-01 1.685494651806974942e-02 -5.790132804434756919e-02 -3.635688156848689012e-02 -3.875070434177914965e-03 -2.380799045896498785e-05 -5.207589999999999719e-01 1.073146482532692887e+07 +6.260000000000000000e+02 2.207876037379842948e+00 8.747648910698309077e-01 2.775861441038613986e-01 -3.411967948046965710e-02 -1.284383109827763048e-01 -8.782321895891838370e-02 -1.356032321409098365e-02 -1.981937610932220470e-04 -2.175571999999999839e+00 -3.655311072465619654e+05 +6.270000000000000000e+02 2.424462634766789915e+00 9.264925398599432871e-01 2.873092751167761194e-01 -2.239999842900164059e-02 -1.120637243190482912e-01 -8.238516574248044844e-02 -1.600324113613632929e-02 -3.905551346581928032e-04 -2.694417000000000062e+00 -5.663058862947009504e+06 +6.280000000000000000e+02 2.494042144205018019e+00 9.620299924740158826e-01 2.999162223026961005e-01 -2.500550007782031611e-02 -1.184998340227760849e-01 -8.454729611296057934e-02 -1.484582554253706041e-02 -2.851545063214842250e-04 -2.550969999999999960e+00 -1.086309225051575713e+07 +6.290000000000000000e+02 2.402223608616414818e+00 1.515665985455770359e+00 1.021456872155086515e+00 6.417637003349335734e-01 3.368242609908222440e-01 1.324090003256868930e-01 1.459283128591117550e-02 1.893029729532083409e-04 1.503017999999999965e+00 -5.770888624309446663e+06 +6.300000000000000000e+02 2.805287141367972747e+00 1.773608428969665862e+00 1.184894586282869478e+00 7.323964578575100637e-01 3.774235514685264636e-01 1.430916532620660764e-01 1.332941747794708261e-02 1.241155569900962710e-04 1.188193000000000055e+00 2.774812814204061404e+06 +6.310000000000000000e+02 2.632849669774329993e+00 1.593036583347043900e+00 1.035347970786645533e+00 6.304924026444669316e-01 3.264404106038824027e-01 1.258574465947695786e-01 1.205284826304660502e-02 1.227254996130970838e-04 7.903550000000000297e-01 -3.114967169733388722e+07 +6.320000000000000000e+02 2.706319372015296931e+00 1.637447327116520412e+00 1.053040844882534355e+00 6.247143396225356415e-01 3.070127443695633840e-01 1.099685345082989513e-01 9.311897818363442519e-03 8.036224122698942059e-05 5.062879999999999603e-01 -1.401061846506209113e+07 +6.330000000000000000e+02 2.775130116967685634e+00 1.657335222902994509e+00 1.069774182403642193e+00 6.387089179873262079e-01 3.087930679099548104e-01 1.043865128514423896e-01 7.599689931829792765e-03 4.766317907784185066e-05 4.766460000000000141e-01 1.786974217686198279e+07 +6.340000000000000000e+02 2.700012557075562203e+00 1.628533895674319831e+00 1.043659446379325617e+00 6.164216866464730105e-01 3.012810888780009799e-01 1.072162938126324794e-01 8.993579335428493818e-03 7.832968236492850633e-05 4.535939999999999972e-01 -1.525379800258807465e+07 +6.350000000000000000e+02 3.218279552457958381e+00 1.831608188731408848e+00 1.105740858935616133e+00 5.953873452384425002e-01 2.464160113305462474e-01 6.783578581654105266e-02 3.314309546794304805e-03 8.622610697838844240e-06 -2.760299999999999976e-01 -1.181239219103221985e+05 +6.360000000000000000e+02 3.051953915582990451e+00 1.758167197913600877e+00 1.074732024714827761e+00 5.987256755768709526e-01 2.715223231039740059e-01 8.888308575647071996e-02 6.796875339022971120e-03 5.779623290623576103e-05 4.635779999999999901e-01 1.745674009777051583e+07 +6.370000000000000000e+02 2.550368883340165205e+00 1.474195549519241366e+00 8.806342432316931479e-01 4.585531184474869737e-01 1.862674543934026983e-01 5.641754903868363702e-02 4.313170876391199046e-03 3.164965955423104264e-05 9.956900000000000472e-02 -8.702467145285541192e+06 +6.380000000000000000e+02 3.219086881947712087e+00 1.750597945957657497e+00 1.017995025964818945e+00 5.400235803799178225e-01 2.393406341838857643e-01 8.219707537172529777e-02 7.389448322946821912e-03 6.696121522924103028e-05 8.839369999999999727e-01 2.897137384613478556e+07 +6.390000000000000000e+02 2.797321595933066174e+00 1.461678749060856930e+00 8.230129494001663382e-01 4.203544164634591684e-01 1.753789794476550701e-01 5.318084892457137364e-02 3.262313535069929962e-03 1.728139703470990793e-05 1.312359999999999915e-01 8.638170526954581961e+06 +6.400000000000000000e+02 3.346724698080628002e+00 1.791616998399218730e+00 9.938167372307702419e-01 4.718940683502869660e-01 1.662549417223452008e-01 3.815906918444914725e-02 1.057411332255648630e-03 -5.002632329660069093e-07 -4.622200000000000197e-01 -8.184334335733515210e+06 +6.410000000000000000e+02 2.822863166696471193e+00 1.490498264806694007e+00 7.992060026192708833e-01 3.511095060884483754e-01 1.024478665827555229e-01 1.252817730050812851e-02 -2.028479131118998604e-03 -5.085029877887655418e-05 -7.543349999999999778e-01 -1.530897319094320992e+06 +6.420000000000000000e+02 3.050982422077005207e+00 1.575129633509447347e+00 8.572205741751989239e-01 4.062282324387693211e-01 1.501401250006634269e-01 4.128559245682598966e-02 2.516312459719114488e-03 9.704345383305813173e-06 -2.549900000000000083e-02 -4.706788484049007297e+06 +6.430000000000000000e+02 3.015238939303382271e+00 1.547549814715756478e+00 8.096106719792708351e-01 3.405815453727153441e-01 8.737070152102045795e-02 6.188923595909806563e-03 -1.495859440352235352e-03 -1.994250912213281891e-05 -4.761460000000000137e-01 6.983138347567371093e+06 +6.440000000000000000e+02 3.151991151741344144e+00 1.621594461469603177e+00 8.546375811649521426e-01 3.737011164798011431e-01 1.151184021291598442e-01 2.282423140988439417e-02 9.702729451782456712e-04 1.052004769477480864e-05 -1.229620000000000019e-01 7.123584300081631169e+06 +6.450000000000000000e+02 3.123511055214430510e+00 1.502073958124551245e+00 7.419318795765496022e-01 3.038604510907097489e-01 9.115673325143025529e-02 2.013760247978955628e-02 1.599993776397629856e-03 2.900999573812427463e-05 3.215099999999999902e-02 4.903771317255693721e+05 +6.460000000000000000e+02 2.880288344112548415e+00 1.370474172583403760e+00 6.606370367236891195e-01 2.504146952602606113e-01 5.353287627608873528e-02 -2.215571091775187657e-03 -2.162090268257849286e-03 -2.125818271064407812e-05 -6.711200000000000498e-01 -1.068150498865934461e+07 +6.470000000000000000e+02 3.402393615299826202e+00 1.579611710825846282e+00 7.458001618589751303e-01 2.735342404697127527e-01 5.149354324895015489e-02 -6.777673802125031011e-03 -2.764919437721354619e-03 -3.035383905425465646e-05 -4.240300000000000180e-01 1.708126867998242006e+07 +6.480000000000000000e+02 3.148546443412490348e+00 1.411782689947988612e+00 6.536958958606534642e-01 2.593651543635042134e-01 8.987557679366384167e-02 2.855391657511741413e-02 2.327164701861010338e-03 1.496347308149761665e-05 2.368069999999999897e-01 3.080405610698254313e+06 +6.490000000000000000e+02 3.122859995860485238e+00 1.401082890846385709e+00 6.190789247714051369e-01 1.819507198132725989e-01 -1.098047575362561673e-02 -3.792170211694641246e-02 -6.318378738886862647e-03 -6.635944503456337937e-05 -1.014065999999999912e+00 5.387001613553560339e+06 +6.500000000000000000e+02 3.108215667544182992e+00 1.395258258847581923e+00 6.185877310992894396e-01 1.857485094573956275e-01 -5.332862967282164801e-03 -3.398678671313391797e-02 -5.680241164688530978e-03 -5.675743562716677773e-05 -9.228699999999999681e-01 4.675408368445684202e+06 +6.510000000000000000e+02 3.501701187453449826e+00 2.071885979764158225e+00 1.311466835982314283e+00 7.624756301084009147e-01 3.610432334639245844e-01 1.221809802363666431e-01 9.506488305889272683e-03 8.224176056129261646e-05 2.535959999999999881e-01 -1.662375956911946833e+07 +6.520000000000000000e+02 3.896021858968112372e+00 2.256642008162261792e+00 1.419947176427815760e+00 8.295826280630618221e-01 3.949670396358824220e-01 1.314996454963884565e-01 8.987015207512993875e-03 4.893233028698143152e-05 3.036170000000000258e-01 9.647828765589609742e+06 +6.530000000000000000e+02 3.664100072807367603e+00 2.111089505431896995e+00 1.289921099096837054e+00 7.138958229375189646e-01 3.184274441882627982e-01 1.006645056879533068e-01 6.361709472990642426e-03 2.651293913368885828e-05 -1.859750000000000014e-01 -2.108732851686695963e+07 +6.540000000000000000e+02 3.204495863703868075e+00 1.896474229185183935e+00 1.194603685866577836e+00 6.865500948969323058e-01 3.204721755005680017e-01 1.089556015459725025e-01 9.379613049930742019e-03 1.024142540987013617e-04 8.216139999999999555e-01 2.558859536029592901e+07 +6.550000000000000000e+02 3.345141275133284076e+00 1.897142721892426387e+00 1.140152987817434127e+00 6.236185539327722127e-01 2.859101112187031890e-01 1.035133150691116694e-01 1.127425769596365063e-02 1.688636344100507777e-04 1.204823999999999895e+00 1.299057275409743749e+07 +6.560000000000000000e+02 3.985614969563444632e+00 2.261861562450113716e+00 1.339747234649823593e+00 6.938439480118137048e-01 2.703245985339734481e-01 6.829736858720192316e-02 2.610902812830897656e-03 4.147622379436633493e-06 -5.420829999999999815e-01 1.071515249704756774e+06 +6.570000000000000000e+02 3.502544655258641448e+00 1.966059320194964544e+00 1.150573265339395856e+00 5.842465715889718636e-01 2.196964905419598324e-01 5.324579694018780063e-02 2.481799973398532162e-03 2.220149967541327557e-05 -7.837439999999999962e-01 -4.117363238040720671e+07 +6.580000000000000000e+02 3.942463964831835366e+00 2.171124229302761943e+00 1.262009390327576419e+00 6.537845343310245694e-01 2.671790807768548159e-01 7.603544401739713299e-02 3.894443399562744039e-03 7.728360813936504644e-06 -1.678500000000000131e-02 1.990969119863406196e+07 +6.590000000000000000e+02 3.946022492361515699e+00 2.139233623328349321e+00 1.220656629479847766e+00 6.117752896563319887e-01 2.345327655265473377e-01 6.083448792858783122e-02 2.959475563010836776e-03 1.543893126047336860e-05 -3.660499999999999865e-02 2.379664416853904352e+07 +6.600000000000000000e+02 3.786494272702980446e+00 2.039081618829423181e+00 1.172237674440747890e+00 6.112509283535011440e-01 2.599945582405747690e-01 7.943262118918295589e-02 4.721507185169064764e-03 1.785833965266681232e-05 6.602800000000000336e-02 5.954100550397971645e+06 +6.610000000000000000e+02 3.819951667360972358e+00 2.025559130235780270e+00 1.115488653834737276e+00 5.236837891857231142e-01 1.795450997708990248e-01 4.025956190312728750e-02 1.677889782195642792e-03 1.171715928050037276e-05 -2.793070000000000275e-01 2.083418248256315244e+06 +6.620000000000000000e+02 3.663326332068472357e+00 1.931929081198271003e+00 1.055177194932345852e+00 4.882351827464068150e-01 1.630646794714332437e-01 3.500694922008940058e-02 1.339494337043571756e-03 9.493383953047887164e-06 -3.265620000000000189e-01 -2.531156869346406311e+06 +6.630000000000000000e+02 3.528153164000305431e+00 1.751467909195234762e+00 9.064165815576603613e-01 3.963105942469654641e-01 1.283076260725947437e-01 3.028790832602476502e-02 1.809167633946030416e-03 9.502989244772206751e-06 -9.780800000000000605e-02 -1.006450930432558991e+07 +6.640000000000000000e+02 3.458411123707572976e+00 1.747685564712910367e+00 9.307056666100145259e-01 4.340452057155619325e-01 1.563049577154543568e-01 3.718790637551169787e-02 1.031782972142833649e-03 -1.395586306086390067e-06 -8.349199999999999677e-02 2.074959616856281459e+07 +6.650000000000000000e+02 3.499659224214397124e+00 1.683157269414074619e+00 8.572036830148378472e-01 3.892522745563821163e-01 1.540956683423563844e-01 5.388566669554663291e-02 5.486195183591878813e-03 5.451735535882878199e-05 6.905599999999999516e-01 5.556072594947571866e+06 +6.660000000000000000e+02 3.599600726127436978e+00 1.732919985601197643e+00 8.611827659403136215e-01 3.658643475537387002e-01 1.259181957605425006e-01 3.350258591534813202e-02 9.920174680279028774e-04 -2.695370355722518545e-05 -2.654210000000000180e-01 -1.109540517829263024e+07 +6.670000000000000000e+02 3.690853387859966528e+00 1.770081581418019967e+00 8.731400496519050591e-01 3.484929929963221928e-01 8.488602974758960307e-02 2.072984743751586298e-03 -3.170886699162787058e-03 -6.793716541594250992e-05 -5.449100000000000055e-01 2.013518065167217702e+07 +6.680000000000000000e+02 3.811944948712491676e+00 1.813032700020282828e+00 8.848781426047468424e-01 3.529359319521342409e-01 9.458731753043794765e-02 1.351159344219097364e-02 2.094491439016722689e-04 1.761976701412123862e-05 -5.120799999999999658e-02 1.251863914449621178e+07 +6.690000000000000000e+02 4.351574121021447361e+00 2.527096832445744568e+00 1.562605058523810708e+00 8.820064142158556830e-01 4.036065361952244634e-01 1.300941842106092816e-01 8.409040056221532208e-03 4.015892949567650332e-05 2.917980000000000018e-01 2.280242106758841500e+07 +6.700000000000000000e+02 4.239121081242642752e+00 2.443952689068973783e+00 1.516054224934857642e+00 8.739449590864182271e-01 4.209019906440250591e-01 1.477961096308400835e-01 1.167799321507222848e-02 7.989684097135404635e-05 5.091369999999999507e-01 -1.381482689438978396e+07 +6.710000000000000000e+02 4.666857456227218037e+00 2.651969243219999939e+00 1.612757805725619331e+00 9.016394998665331340e-01 4.205360545505945624e-01 1.460319479430207124e-01 1.179333192082756936e-02 8.509352975639862657e-05 6.056869999999999754e-01 -9.310190086655842140e+06 +6.720000000000000000e+02 3.980574562875860423e+00 2.333157989363718432e+00 1.433958988722900507e+00 7.964830767728356964e-01 3.634080629049284972e-01 1.256877672022014836e-01 1.120154385378250260e-02 9.894409024418637094e-05 1.022032000000000052e+00 2.612064287035392597e+07 +6.730000000000000000e+02 4.460065627505022334e+00 2.492111803614502463e+00 1.484786019884313468e+00 8.087675463539909515e-01 3.652688474634794846e-01 1.221751314950316331e-01 9.520554421516714411e-03 7.430713919983517621e-05 5.682840000000000114e-01 1.064937497074180283e+07 +6.740000000000000000e+02 4.077514240577965410e+00 2.295098085675484345e+00 1.376152875627128847e+00 7.446102580795332937e-01 3.253684273911056080e-01 1.061533177679829937e-01 9.280926735868888500e-03 1.008433984195195135e-04 8.070429999999999549e-01 2.699597522646543756e+07 +6.750000000000000000e+02 4.387313593470807405e+00 2.428043198988671048e+00 1.415620700461819759e+00 7.397876893283135136e-01 3.101511336689163900e-01 9.203627408843148561e-02 5.190047644318011855e-03 1.822935799039873629e-05 -5.830099999999999866e-02 9.027046861417267472e+06 +6.760000000000000000e+02 4.203267606767338016e+00 2.285327200822765192e+00 1.320559820431165488e+00 6.976038279300538214e-01 3.170291784402490820e-01 1.158327832036654959e-01 1.138756041320712099e-02 1.178270880190939753e-04 1.190601000000000020e+00 1.490932546309556626e+07 +6.770000000000000000e+02 4.620345601115287693e+00 2.519727014039525592e+00 1.437717167699045007e+00 7.176464462512831544e-01 2.734981094036258997e-01 6.920938812498499126e-02 2.641630931766937758e-03 3.927360176056646427e-06 -6.056730000000000169e-01 -1.002654778658822738e+07 +6.780000000000000000e+02 4.587885724192252823e+00 2.480965453022207168e+00 1.383279159836422467e+00 6.583955937362057087e-01 2.365539830531385723e-01 6.179406025013900461e-02 3.789776814450075866e-03 2.633363513198916023e-05 -4.066940000000000000e-01 -2.563589786820716038e+07 +6.790000000000000000e+02 4.386892316208764520e+00 2.311789353480877107e+00 1.278786710861696596e+00 6.153653715995617279e-01 2.224343287787119705e-01 5.096719330720041879e-02 1.121064197215733286e-03 -5.979429947046380329e-06 -4.600219999999999865e-01 7.672659418006447144e+06 +6.800000000000000000e+02 4.723966981862153247e+00 2.510918151615193050e+00 1.405661424027830009e+00 6.935199650315376774e-01 2.645437972238587898e-01 6.815889489761563225e-02 2.891219370777044911e-03 6.878839228437441376e-06 -3.158730000000000149e-01 3.623651283160256688e+06 +6.810000000000000000e+02 4.336481973925148559e+00 2.212864566532947830e+00 1.183372865307152688e+00 5.594237935092652991e-01 2.174288794834758065e-01 6.488165500815799847e-02 4.254163443371175753e-03 2.104516403083044198e-05 3.244980000000000087e-01 2.020336543226863071e+07 +6.820000000000000000e+02 4.473013946017751152e+00 2.307355630043224970e+00 1.241847458050384878e+00 5.899363118812001039e-01 2.337639595029468165e-01 7.419448860626839948e-02 5.720495848747751688e-03 3.659513447060578397e-05 4.624449999999999950e-01 1.512214576175658591e+07 +6.830000000000000000e+02 5.152725420247736388e+00 2.992366495943469484e+00 1.836606346818972169e+00 1.020156421635637356e+00 4.600751819837639034e-01 1.516021270930775489e-01 1.174997460975158239e-02 9.878834033164424460e-05 6.058400000000000452e-01 9.348908603866601363e+06 +6.840000000000000000e+02 5.076875380886114009e+00 2.937479261700191024e+00 1.790112581010614434e+00 9.820252099174027194e-01 4.372129105390472059e-01 1.442223376514355226e-01 1.141968548179557105e-02 8.728731878069890659e-05 4.967969999999999886e-01 -3.457705275961318985e+06 +6.850000000000000000e+02 5.243749291710265048e+00 3.002807754990754141e+00 1.819209902248060340e+00 9.929545442693410440e-01 4.369928813586990146e-01 1.393081897581930351e-01 9.518310289887721778e-03 4.940406996685754704e-05 2.794530000000000070e-01 4.871914453631336801e+06 +6.860000000000000000e+02 5.056813317029412502e+00 2.890031100902949568e+00 1.736875828957781920e+00 9.321029469509317655e-01 3.998672836602085723e-01 1.262628639449859258e-01 1.020825333310237427e-02 1.137735925250416827e-04 5.541989999999999972e-01 1.713472600047901645e+07 +6.870000000000000000e+02 5.006119247744871714e+00 2.837051043378890913e+00 1.694431380676950427e+00 8.987381412987588414e-01 3.726037527146744410e-01 1.080114244140148311e-01 6.201608735950736931e-03 2.649255405332556762e-05 -1.374219999999999886e-01 7.144470551301125437e+06 +6.880000000000000000e+02 5.054064004557617729e+00 2.807307901630447855e+00 1.645838381033999598e+00 8.654932620771944585e-01 3.700554525273760387e-01 1.173979375014801846e-01 8.400433927211752375e-03 5.073358302884330661e-05 2.206190000000000095e-01 -3.390685896921726875e+06 +6.890000000000000000e+02 5.111748824415735193e+00 2.800962856788802302e+00 1.613065589992732862e+00 8.185519894739999858e-01 3.226893183390112108e-01 8.892121097241557914e-02 4.663303679541348258e-03 8.786952247362259894e-06 3.493129999999999846e-01 6.150387307767482102e+07 +6.900000000000000000e+02 4.901363167987818237e+00 2.705363778553179444e+00 1.560902833938749179e+00 7.936310553079396479e-01 3.145505128643109605e-01 8.593828286066670930e-02 4.005522202598548256e-03 7.085861367940327207e-06 -9.406299999999999384e-02 3.023216724148944393e+07 +6.910000000000000000e+02 5.123426377634277884e+00 2.798449953245184307e+00 1.608101936739454452e+00 8.104127579720005192e-01 3.118184045321346631e-01 8.094748965875558921e-02 3.489002288500737785e-03 6.006088215751096408e-06 -2.422229999999999939e-01 1.998751112671591341e+07 +6.920000000000000000e+02 4.836855533429348597e+00 2.613962520768646769e+00 1.466605749521609159e+00 7.150436458771501913e-01 2.716067094460539733e-01 7.528713329941257026e-02 4.384053693997693249e-03 1.777504379133217858e-05 -2.940079999999999916e-01 -1.490627932415251620e+07 +6.930000000000000000e+02 4.907435527503956507e+00 2.622664039297664118e+00 1.465112929062998059e+00 7.146602732732968422e-01 2.648057559035821851e-01 6.243023132311070061e-02 7.761970258913055472e-04 -4.631676877724489569e-05 -7.398099999999999676e-01 6.497551403330265312e+05 +6.940000000000000000e+02 4.918093104169355634e+00 2.625179532537186500e+00 1.463012012495105596e+00 7.098090554681359965e-01 2.598392362777108278e-01 5.944138964716933621e-02 2.460868039303651107e-04 -6.073309365931909979e-05 -8.246379999999999821e-01 -2.614205355467259651e+05 +6.950000000000000000e+02 1.425553624352867033e+00 7.241030416177247631e-01 3.757341409701446810e-01 1.494811308380229742e-01 1.794483710593964762e-02 -2.252882593975743045e-02 -7.390068224620091261e-03 -1.438664198064318128e-04 -1.478645999999999905e+00 -2.801534684318970889e+06 +6.960000000000000000e+02 4.171921655874040624e+00 2.249319590834428784e+00 1.286677290163098064e+00 6.663660579575619858e-01 2.879142075120851851e-01 9.433018097991735518e-02 6.893480062570260178e-03 4.415075725448371020e-05 3.938999999999999724e-01 7.393323071807739325e+06 +6.970000000000000000e+02 -2.861040835211591471e+00 -1.578535435983225765e+00 -9.116677294405556298e-01 -4.605079966795995738e-01 -1.780222233606470750e-01 -4.678894863790886843e-02 -1.975198945992054280e-03 -8.563017328843257906e-07 3.093339999999999979e-01 6.996037539538663812e+06 +6.980000000000000000e+02 -3.793539590099446190e+00 -2.100754822225802787e+00 -1.230647386893424233e+00 -6.423181505110348022e-01 -2.647491334139033814e-01 -7.741090273517756137e-02 -4.607740700238530281e-03 -2.030130259851260340e-05 -1.856859999999999900e-01 -2.595863934120600671e+07 +6.990000000000000000e+02 -1.857402387222614748e-02 6.169407737305643985e-02 9.917463343096145911e-02 1.063370405187520490e-01 8.014912345608378452e-02 3.975522700684816502e-02 5.242881455451373247e-03 6.847660426331508442e-05 6.791310000000000402e-01 -7.580277059557327069e+06 +7.000000000000000000e+02 -1.359525136511641419e+00 -5.657637375151025605e-01 -2.486930214321649568e-01 -9.479357439560821830e-02 -2.788505676075972439e-02 -2.394843445247846203e-03 1.455306076342866668e-03 3.674101215038954671e-05 2.382849999999999968e-01 -1.873213106972862408e+07 +7.010000000000000000e+02 2.799212553327703912e+00 1.229733192468456693e+00 5.663190429073075016e-01 2.379883725645963455e-01 1.039036378077962397e-01 4.465004783389547177e-02 4.704719119017475130e-03 3.190200304865637994e-05 5.915300000000000002e-01 -8.738345734235406853e+05 +7.020000000000000000e+02 7.149011986548723385e-01 2.892682385117882893e-01 1.243408747819475940e-01 4.703942361764837377e-02 2.110283480001994005e-02 1.409205733322059159e-02 2.831276495674709369e-03 3.856394929955053117e-05 4.868450000000000277e-01 -1.695829647868729196e+06 +7.030000000000000000e+02 1.880494323237620780e+00 7.816442677805445216e-01 3.328699463850149920e-01 1.205090039883630476e-01 4.808691237215501763e-02 2.773098976924067219e-02 5.673205946917845958e-03 1.091844291879137820e-04 1.055509000000000031e+00 1.180190025423529558e+07 +7.040000000000000000e+02 -2.343488736118611637e+00 -1.305755545027421416e+00 -7.674964170482895254e-01 -3.915851164385030225e-01 -1.420632776481897674e-01 -2.572651319631318392e-02 2.111435284706154100e-03 7.682869765460310473e-05 8.728529999999999900e-01 -1.418513179071407299e+06 +7.050000000000000000e+02 -1.998533396703309206e-01 -3.816687605905655367e-02 -1.222582295257334216e-02 -2.688210219479681903e-02 -4.134410679801663047e-02 -2.953162466173681056e-02 -4.143451746987275239e-03 -4.496715545820222440e-05 -6.326100000000000056e-01 3.935201399749547709e+05 +7.060000000000000000e+02 -3.193906684776353089e+00 -1.821410951395482591e+00 -1.101000676664651623e+00 -5.978022310672518325e-01 -2.563339010142483554e-01 -7.659186713598635510e-02 -4.709958594494235290e-03 -2.663828537189527143e-05 5.271999999999999777e-03 -2.417855380882923491e+06 +7.070000000000000000e+02 2.652558991483469963e+00 1.447509390800300944e+00 8.722367315229232476e-01 5.064973698051319362e-01 2.648365109148490548e-01 1.076087849637152594e-01 1.088867447976198631e-02 1.090048873760878412e-04 1.073650999999999911e+00 -7.065990099361145869e+06 +7.080000000000000000e+02 -3.100378192744259187e-01 -1.319619438970715541e-01 -5.922776532646726461e-02 -2.105872133815184233e-02 -8.763558603239310352e-03 -9.611657677767613747e-03 -3.645344792894193459e-03 -9.757786159293030653e-05 -6.051429999999999865e-01 7.751836566058320925e+06 +7.090000000000000000e+02 9.878777324905194668e-01 4.267009214178148491e-01 2.024423264468388217e-01 8.499255462081191370e-02 2.158526622003910725e-02 -3.715701562720008250e-03 -2.127746154312720826e-03 -2.586672252690858239e-05 -4.867500000000000160e-01 2.531698078954316676e+06 +7.100000000000000000e+02 6.861884127696838975e-01 2.803728157735053683e-01 1.643688441015636048e-01 1.245387864953909351e-01 9.344376556004256595e-02 4.862472585895742661e-02 5.956728126100520326e-03 6.482927720733411248e-05 7.616699999999999582e-01 -3.753380754479352385e+06 +7.110000000000000000e+02 -3.714723839454825427e-02 -2.384464584189301822e-02 -1.750903178377580596e-02 -1.952280087239221737e-02 -2.664856623351254811e-02 -2.131466739727827867e-02 -3.536373922267879895e-03 -4.591453817591094143e-05 -5.711979999999999835e-01 -8.711810231990393950e+05 +7.120000000000000000e+02 4.533963557516083043e-01 4.025897580766284456e-01 3.196883053880039127e-01 2.256055605485185467e-01 1.289185890538908086e-01 5.131847467127848006e-02 4.718114873933378604e-03 3.734987226148611444e-05 4.330820000000000225e-01 -4.244925009716401808e+06 +7.130000000000000000e+02 1.050321224801847197e+00 2.734640935558221853e-01 -2.585005228323830617e-02 -1.453838616967310648e-01 -1.395048095309128766e-01 -7.403913797505994043e-02 -1.068411547486220955e-02 -1.968046761897649017e-04 -1.599785000000000013e+00 -3.693421961252848152e+06 +7.140000000000000000e+02 -5.156516437376373219e+00 -2.850429839214322580e+00 -1.648499101290422653e+00 -8.374520514788099668e-01 -3.323637455092917636e-01 -9.521468317111095314e-02 -6.209955086505179397e-03 -4.452766948362370605e-05 3.559979999999999811e-01 2.769809786251062527e+07 +7.150000000000000000e+02 -1.330808826783056675e+00 -6.402670321386164654e-01 -3.640242895767345499e-01 -2.164269935003444167e-01 -1.267309199888583537e-01 -6.288564270748525642e-02 -1.055827172623351358e-02 -2.301797259848264879e-04 -1.659046999999999938e+00 -9.362924951857743785e+06 +7.160000000000000000e+02 1.130568184976018298e+00 5.792365832464853037e-01 3.228594243116290063e-01 1.711983191668715598e-01 8.680755963207599513e-02 3.933477930874363510e-02 5.817843130861116707e-03 1.180943789326927847e-04 8.161789999999999878e-01 2.242526375245169271e+06 +7.170000000000000000e+02 -3.180134983664646420e-01 -7.133801761524222185e-02 7.479558780939254969e-03 3.301073377116406360e-02 3.390423678706702693e-02 2.193298192786517775e-02 3.960987260909484137e-03 6.944108254984174668e-05 7.502159999999999940e-01 1.078548274847463146e+07 +7.180000000000000000e+02 5.753706967791210047e-01 3.329752400169871951e-01 2.221758113556849545e-01 1.540804320703897390e-01 1.017827294192935467e-01 4.882340118392625161e-02 5.053162573216335440e-03 3.992940303681811575e-05 6.347779999999999534e-01 5.360129651136947796e+06 +7.190000000000000000e+02 3.527144561771059728e+00 1.951997629603762663e+00 1.148734978616495539e+00 6.160866397646724835e-01 2.763459875665434939e-01 9.449666809929999078e-02 8.141567668227357724e-03 7.631683346740928504e-05 5.141670000000000407e-01 -3.301280549357345793e+06 +7.200000000000000000e+02 2.508485749192036485e-01 1.711531549217807091e-01 1.582835438213940626e-01 1.530759148292135108e-01 1.296467337775390471e-01 7.637950895552519937e-02 1.112040204398743667e-02 1.355282422738638337e-04 1.943430999999999909e+00 2.344502143500191346e+07 +7.210000000000000000e+02 -2.927229033269723502e+00 -1.519371279605452374e+00 -8.088003725310137781e-01 -3.581967803063460520e-01 -1.066339410542566785e-01 -1.359138278324777994e-02 1.234471507194003816e-03 1.577457859146008423e-05 4.651669999999999972e-01 -1.213339232045154832e+07 +7.220000000000000000e+02 -2.159529938057542342e+00 -1.209398988319283053e+00 -7.113063257409965034e-01 -3.750802153869209343e-01 -1.644397321855153304e-01 -5.721671267320772164e-02 -5.258950776590401444e-03 -4.143818292058269834e-05 -3.863900000000000112e-01 6.052788023869452067e+06 +7.230000000000000000e+02 -4.397228418220580637e-01 -3.530668263238244675e-01 -2.729049992331096797e-01 -1.883285753462672352e-01 -1.004253208386185758e-01 -3.435479018319598926e-02 -2.080418110326756088e-03 -8.053843645607075826e-06 -1.845899999999999971e-02 4.161024456200317014e+06 +7.240000000000000000e+02 -2.039804783024476986e-01 -1.640708514278790553e-01 -1.483029743053922711e-01 -1.194455706092246439e-01 -6.495692607112045491e-02 -1.798186634731222672e-02 -2.303013468747994760e-04 6.341307345797936827e-06 1.285709999999999908e-01 -2.753728655229448341e+06 +7.250000000000000000e+02 -5.825824006350389661e-01 -2.037272754584155132e-01 -7.153210312741295485e-02 -2.056599108616485871e-02 -5.431608046173257154e-03 -8.880305591545626515e-04 2.074534196097941436e-04 5.774190637320195758e-06 1.601819999999999911e-01 8.425886494031509385e+06 +7.260000000000000000e+02 -1.780221909715148154e+00 -6.009340820213912027e-01 -1.494629841241852941e-01 3.168928246891492689e-02 5.721739667244401389e-02 2.813111728745161175e-02 2.567969880436843030e-03 1.651678370880303612e-05 3.850410000000000221e-01 2.452146739183601458e+06 +7.270000000000000000e+02 4.410942856876378215e+00 2.477680660571067506e+00 1.481193833783886582e+00 8.063046319120916738e-01 3.581782757020011698e-01 1.142484590488363483e-01 7.745433380564670407e-03 4.414013346072488073e-05 -7.207999999999999997e-03 -1.476549609721144103e+07 +7.280000000000000000e+02 4.382090411003449759e+00 2.394860621628664532e+00 1.360938284100008167e+00 6.768877909765146361e-01 2.684620062832637211e-01 8.141845162471939013e-02 6.216487869440315457e-03 5.545807168047002105e-05 -2.317130000000000023e-01 -4.262574029519627243e+07 +7.290000000000000000e+02 2.122407053532830989e+00 1.309098154145883930e+00 8.511857017476903708e-01 5.017359841650905761e-01 2.312231917901036993e-01 6.912421368733269456e-02 3.060399374594222066e-03 -2.436215863341203626e-06 -9.172900000000000498e-02 1.790666904218317941e+07 +7.300000000000000000e+02 -4.423209350863728240e-01 -1.918002764720168896e-01 -8.291480243651960791e-02 -2.445154906637635184e-02 1.884378398428560031e-03 6.079545820048312676e-03 7.644699379723171552e-04 -1.367646864388323738e-06 2.209530000000000105e-01 5.855078631406091154e+06 +7.310000000000000000e+02 -2.378186610686084279e+00 -1.346177171722185095e+00 -7.936365115605540366e-01 -4.177839001513533046e-01 -1.807088991071928441e-01 -5.989993286421987917e-02 -5.057272203625089689e-03 -4.892112066781817328e-05 -2.848680000000000101e-01 3.221019853155907709e+06 +7.320000000000000000e+02 3.948543839113636711e+00 2.171780840775914267e+00 1.258961141511886428e+00 6.480104921101568216e-01 2.608734397041139741e-01 7.206305559840810171e-02 3.329265389941263396e-03 2.063942745890845934e-06 -9.122099999999999653e-02 2.099840994022152573e+07 +7.330000000000000000e+02 -4.368030477358504804e+00 -2.456179656799133415e+00 -1.463947975533525181e+00 -7.853948575108763430e-01 -3.385918495951081852e-01 -1.062529738100888299e-01 -7.875434189360833170e-03 -6.171475854667081461e-05 -4.626830000000000109e-01 -2.116803237525355443e+07 +7.340000000000000000e+02 2.189500441702702638e+00 1.224838355678846913e+00 7.046998267960411511e-01 3.451447425506304345e-01 1.181695226828456541e-01 2.165287615504287236e-02 -4.762288092075590959e-05 -5.168609096257622438e-06 -1.706479999999999941e-01 2.546761254333177954e+07 +7.350000000000000000e+02 -1.909979297558711542e+00 -1.134548602041951737e+00 -7.019401277496365443e-01 -3.954282465755473708e-01 -1.914645556635178880e-01 -7.478166119962091629e-02 -8.069705296191234667e-03 -9.331165108839558828e-05 -9.483239999999999448e-01 -7.226963007101748139e+06 +7.360000000000000000e+02 -3.156315596705630444e+00 -1.597114418094625732e+00 -8.572162245561953942e-01 -4.171276017474999653e-01 -1.737038552421401871e-01 -5.542348163120265625e-02 -3.760071754862791011e-03 -2.543257796479837549e-05 -3.720300000000000273e-01 -2.529401150322031975e+07 +7.370000000000000000e+02 -2.252841522923717310e+00 -1.239892553252690544e+00 -7.254316333621358970e-01 -3.832386328633721750e-01 -1.607007298454241062e-01 -4.481967934436921486e-02 -1.820111256865357885e-03 -1.767294016261138035e-06 1.052639999999999965e-01 -1.313009198131383583e+07 +7.380000000000000000e+02 -2.071427879540621575e-02 6.066630153034677231e-02 9.835001141516508394e-02 1.043414020607855153e-01 7.236246285892823649e-02 2.961739925848748053e-02 2.679923678783071271e-03 2.212494718492728315e-05 3.040329999999999977e-01 2.080553059944838751e+06 +7.390000000000000000e+02 -8.730891226591295240e-01 -4.111743523953135249e-01 -1.757309645282204846e-01 -3.924753615979590521e-02 1.435000064289386132e-02 1.623251035895564506e-02 2.815236679189741815e-03 3.237296507590626209e-05 4.853500000000000036e-01 -3.854792038134919014e+06 +7.400000000000000000e+02 4.658110118285763157e+00 2.630494637069628272e+00 1.586041029983544792e+00 8.770707922179336036e-01 4.081460102102671406e-01 1.471895631479064881e-01 1.425057301735415012e-02 1.640743050017357560e-04 1.217101999999999906e+00 3.294065840412997641e+06 +7.410000000000000000e+02 2.726924077258884971e+00 1.305722394403138420e+00 6.907946335831957052e-01 3.651195073805441615e-01 1.967563263215423852e-01 9.162409711683483504e-02 1.241763575943944861e-02 2.078290067851480780e-04 1.867115999999999998e+00 1.686332445538811386e+07 +7.420000000000000000e+02 2.496071453340729940e-01 1.391240728552186334e-01 1.060779869230316641e-01 8.759709787809373538e-02 5.693766767459966516e-02 2.214217131149949155e-02 1.596368739147672241e-03 8.185535946936145445e-06 1.492269999999999985e-01 3.770414065922758542e+06 +7.430000000000000000e+02 -1.053135288588428864e+00 -5.839122355046834079e-01 -3.172571136733167707e-01 -1.293827196972687221e-01 -2.141889126074112554e-02 7.510270238450955475e-03 1.507321364085838136e-03 8.010546897871725626e-06 1.589540000000000119e-01 -1.706501196562771872e+07 +7.440000000000000000e+02 -1.782795871467457216e+00 -1.021522149953800085e+00 -6.440820927085191272e-01 -3.861388221736621329e-01 -1.940717103547171807e-01 -6.787180063678507902e-02 -4.664529652063218249e-03 -2.240311692425768589e-05 -9.931700000000000250e-02 8.771678355172034353e+06 +7.450000000000000000e+02 1.039370047971262423e+00 4.321919503801140983e-01 1.900810173792563396e-01 7.849394571920328967e-02 3.854847950638232851e-02 1.989633275239575949e-02 2.453599984841619164e-03 1.845970125884242483e-05 2.962919999999999998e-01 -2.734919382870587055e+06 +7.460000000000000000e+02 -4.639735865458639030e-01 -3.518818748610244573e-01 -2.555625615902951120e-01 -1.628449357551350341e-01 -8.381160427395951962e-02 -3.175814210894669504e-02 -3.203486358239876312e-03 -4.018246440536434592e-05 -1.168970000000000009e-01 1.982017354332282767e+07 +7.470000000000000000e+02 -5.596477139556688130e-01 -1.283562136370038909e-01 4.883323188129601311e-02 1.132062964440560121e-01 9.012425301303497727e-02 3.577828284015510674e-02 1.917910146147268867e-03 1.376579325594462912e-06 1.470370000000000010e-01 8.282945739302474074e+06 +7.480000000000000000e+02 7.838074916829306238e-01 1.559457019789085019e-01 -9.155802093451535784e-02 -1.754108636228036144e-01 -1.476133088421454631e-01 -7.445506301121179726e-02 -8.429857940419697646e-03 -7.616973992475904547e-05 -1.291576000000000057e+00 -7.744836205149458721e+06 +7.490000000000000000e+02 2.026278981695217141e+00 1.086386710951539714e+00 6.326004226529712282e-01 3.417702126961914555e-01 1.540634914473373862e-01 4.971531097369289581e-02 3.098163667057284975e-03 1.230020514903904518e-05 1.763730000000000020e-01 1.201733106514886394e+07 +7.500000000000000000e+02 -4.666538329304304789e+00 -2.622890998358684111e+00 -1.542550501699128551e+00 -8.020114638547261032e-01 -3.309051201663944508e-01 -1.002698801285897834e-01 -6.769697011149629698e-03 -3.818620571294079183e-05 6.794300000000000339e-02 1.164499659220542014e+07 +7.510000000000000000e+02 -4.726650225288274498e+00 -2.653558040168514598e+00 -1.554473752484920590e+00 -8.050473441823027265e-01 -3.274221361627044913e-01 -9.244627444648642611e-02 -4.758582381233245409e-03 -1.653874461140033983e-05 5.018380000000000063e-01 1.414426586064416729e+07 +7.520000000000000000e+02 -4.898845555368147586e+00 -2.793890842756565185e+00 -1.679509243240946637e+00 -9.114437394627648015e-01 -4.047235955456132128e-01 -1.336082967748971895e-01 -1.030834894306499432e-02 -7.285420619298562273e-05 -6.875769999999999937e-01 -2.310448007867970318e+07 +7.530000000000000000e+02 -4.546398852046908523e+00 -2.543071059333525064e+00 -1.494756668087254825e+00 -7.913679272049517488e-01 -3.416990905420783653e-01 -1.060841138851086468e-01 -6.197481797282472157e-03 -1.337986636526371298e-05 2.729000000000000089e-03 -7.105432785793411545e+06 +7.540000000000000000e+02 -4.793811391305941250e+00 -2.757123909095827052e+00 -1.667486657177621900e+00 -9.051825555626621389e-01 -3.978750934967437147e-01 -1.294499171504840673e-01 -1.016621252095901810e-02 -9.413983766000996040e-05 -3.246939999999999826e-01 7.431909039703695104e+06 +7.550000000000000000e+02 -4.650186709319078737e+00 -2.651963744134838930e+00 -1.596710195105646157e+00 -8.785201518135664633e-01 -4.107517214577808828e-01 -1.513231128854784779e-01 -1.535211674663325768e-02 -1.779953317802132943e-04 -1.462355999999999989e+00 -6.124521271297617815e+06 +7.560000000000000000e+02 -4.864603490599153091e+00 -2.883423117694330795e+00 -1.810262683240077219e+00 -1.042294132406557772e+00 -5.044773916681434267e-01 -1.868067268229113564e-01 -1.803278131823193159e-02 -1.878201011738078036e-04 -1.315282000000000062e+00 2.020292734277347475e+07 +7.570000000000000000e+02 -4.642213643075759677e+00 -2.752602627521295808e+00 -1.697914834420429564e+00 -9.314358970451447339e-01 -4.045133246255495085e-01 -1.258463324178923926e-01 -8.833439600228115696e-03 -6.465457228840758926e-05 -2.300550000000000095e-01 -1.200886642087877542e+07 +7.580000000000000000e+02 -3.989718922256110467e+00 -2.077688656734917760e+00 -1.106592494085040679e+00 -5.028814809846167133e-01 -1.782551211368387234e-01 -4.739728726056910424e-02 -2.838319390901368304e-03 -1.747782499700482610e-05 -1.251990000000000047e-01 -2.058925822387724370e+07 +7.590000000000000000e+02 -4.056981579769773916e+00 -2.143032446899854282e+00 -1.176753396242915972e+00 -5.560441010017512786e-01 -1.928316581843668998e-01 -4.062728174561765909e-02 -6.174871148442951036e-04 8.196562176001045684e-06 6.475210000000000132e-01 1.350937353795483522e+07 +7.600000000000000000e+02 -3.965879456269368664e+00 -2.153180963357963940e+00 -1.201836564971848986e+00 -5.744618751316024063e-01 -2.104568898722406767e-01 -5.909207243937276977e-02 -5.123982413577548092e-03 -5.854077516120657725e-05 -1.729799999999999949e-01 7.262126838487852365e+06 +7.610000000000000000e+02 -4.234852489950299059e+00 -2.275608254460092628e+00 -1.276529756729009035e+00 -6.247052180612128192e-01 -2.315974468388252994e-01 -5.635801214978154033e-02 -2.197689470783531149e-03 -1.187070563096785627e-05 3.828599999999999781e-01 1.078818906805249397e+06 +7.620000000000000000e+02 -4.038411117399177463e+00 -2.285191203930709847e+00 -1.341835139999988380e+00 -6.834343330205687739e-01 -2.616668010243481390e-01 -6.714421172401791038e-02 -3.012001297958307594e-03 -8.397479699251471176e-06 4.218299999999999828e-01 1.685944367809755262e+06 +7.630000000000000000e+02 -4.008620803883598427e+00 -2.225470077619497999e+00 -1.291385258546017045e+00 -6.605141669768590518e-01 -2.669198749196510789e-01 -7.892648572673599539e-02 -5.193667898730639290e-03 -3.160903871061581679e-05 -1.516889999999999905e-01 -1.228700795435898378e+07 +7.640000000000000000e+02 -4.258927234927558203e+00 -2.425105406947217990e+00 -1.436069744158517292e+00 -7.461482588111123526e-01 -3.011979021187489169e-01 -8.515180416524083251e-02 -4.609176484005446384e-03 -1.698038400324337096e-05 4.730500000000000260e-01 1.835630413057700172e+07 +7.650000000000000000e+02 -3.861657259294950073e+00 -2.226424015484421481e+00 -1.328759741099247993e+00 -6.882460167016027919e-01 -2.652584941202206226e-01 -6.532987851400055834e-02 -2.237576289416691802e-03 -8.547700298307574966e-07 6.112990000000000368e-01 1.448158316526516806e+06 +7.660000000000000000e+02 -3.965407930531255953e+00 -2.339252352572773308e+00 -1.455278829745240587e+00 -8.188152778483612781e-01 -3.735671340691602005e-01 -1.237976093774562636e-01 -8.972710980900733962e-03 -5.679449267651695256e-05 -3.991029999999999855e-01 -1.000764625151724182e+07 +7.670000000000000000e+02 -3.974649737065541810e+00 -2.325043072957272638e+00 -1.432829619759012907e+00 -7.953775702256128399e-01 -3.540013986475205043e-01 -1.126181704086603869e-01 -7.782838953458805220e-03 -4.462605065221027305e-05 -1.232710000000000056e-01 1.166816950762766646e+06 +7.680000000000000000e+02 -4.206970955785439337e+00 -2.478912981956458594e+00 -1.547062346363317742e+00 -8.862868583780854070e-01 -4.229477699336916530e-01 -1.494020193475604497e-01 -1.234480905014763430e-02 -9.357684250744091462e-05 -4.874660000000000104e-01 2.614077172322690487e+07 +7.690000000000000000e+02 -3.942420174957617540e+00 -2.370093865822588519e+00 -1.485169630276040653e+00 -8.302375212180705955e-01 -3.691443900408671874e-01 -1.177980183234446920e-01 -8.633606350686388181e-03 -6.830561961733385876e-05 -8.526400000000000645e-02 9.271292503170331940e+06 +7.700000000000000000e+02 -3.901944665698541037e+00 -2.390487278232106050e+00 -1.550710857636717233e+00 -9.288488549212337020e-01 -4.658542602963063883e-01 -1.754070313189143027e-01 -1.782583688528592558e-02 -2.497466819902137230e-04 -1.367793999999999954e+00 2.083056287115477398e+07 +7.710000000000000000e+02 -3.692365410332406395e+00 -2.247632808876464772e+00 -1.437506817392185665e+00 -8.462211137863177024e-01 -4.255947757693713251e-01 -1.695713344363863062e-01 -1.988740453653773527e-02 -2.878045512374956022e-04 -2.526343999999999923e+00 -3.368842039713579416e+07 +7.720000000000000000e+02 -3.411670783752902558e+00 -1.611268313788483564e+00 -7.429464515260577606e-01 -2.469501249779721963e-01 -2.872324908090762713e-02 1.698421590717475588e-02 5.069284170055473465e-03 1.024703443887567969e-04 8.195440000000000502e-01 -1.686409544519529492e+07 +7.730000000000000000e+02 -3.409609386932664687e+00 -1.609301062905361679e+00 -7.411425318446822619e-01 -2.453556603240623912e-01 -2.749230474626356002e-02 1.767916934581568317e-02 5.187934065157068925e-03 1.047163925898232585e-04 8.371229999999999505e-01 -1.691163580356064811e+07 +7.740000000000000000e+02 -3.460586139903718106e+00 -1.662502235663137151e+00 -7.918652301508668501e-01 -2.911137199033322354e-01 -6.324155645466676690e-02 -2.737590376080412721e-03 1.607004597129990621e-03 3.456058612096032739e-05 2.781049999999999911e-01 -1.840613318068825081e+07 +7.750000000000000000e+02 -3.483859003462494552e+00 -1.688133724199804897e+00 -8.165237273207681667e-01 -3.131991919698040583e-01 -8.026031561960807192e-02 -1.225607252663052371e-02 2.485839260961023606e-05 6.404008393583981217e-06 5.614500000000000046e-02 -1.708245027957441285e+07 +7.760000000000000000e+02 -3.431459531662005347e+00 -1.711064986153935763e+00 -8.699334943008870669e-01 -3.738653863435829061e-01 -1.276563718177186058e-01 -3.596950700595351325e-02 -2.682816553471553938e-03 -1.558324367654639870e-05 -2.103230000000000099e-01 -8.721774861658269539e+06 +7.770000000000000000e+02 -3.327470796473792181e+00 -1.687859358364668161e+00 -8.650888601098212227e-01 -3.444731414468417130e-01 -6.841847880142580551e-02 1.147121277533724899e-02 5.159777768065160891e-03 7.969927160905636927e-05 1.016661000000000037e+00 -1.496956318753104843e+07 +7.780000000000000000e+02 -3.306516610683933877e+00 -1.748799784118952205e+00 -9.487404349794786862e-01 -4.282981011674974470e-01 -1.312895229395742991e-01 -2.089999552610517786e-02 1.761865661036548895e-04 3.444684547256811690e-06 7.788599999999999968e-01 3.216859672839612886e+07 +7.790000000000000000e+02 -3.614486589071030043e+00 -1.845162060034903684e+00 -9.817970404114626515e-01 -4.470671246173252844e-01 -1.502039240629717831e-01 -3.298098644023776671e-02 -1.160362505855403858e-03 -3.276256773590380353e-06 1.833390000000000020e-01 -2.351870546533831395e+06 +7.800000000000000000e+02 -3.275080041289585076e+00 -1.697401227860428685e+00 -9.214166829643535284e-01 -4.524507739894174652e-01 -2.011130827602826687e-01 -8.271286855331067001e-02 -1.224157611979433645e-02 -2.524537698595058738e-04 -1.628057000000000087e+00 -9.434322005406216485e+05 +7.810000000000000000e+02 -3.904806344644871974e+00 -2.115120731918098240e+00 -1.175672193183601832e+00 -5.579804567076360744e-01 -2.024901694039746847e-01 -5.653253361555118234e-02 -4.827469039617206248e-03 -5.199877530541384228e-05 -8.518199999999999383e-02 1.439673398612419143e+07 +7.820000000000000000e+02 -3.735377715465338255e+00 -2.071702660219473469e+00 -1.220052173539159401e+00 -6.479805539138323578e-01 -2.758201067230055537e-01 -8.182919017820924901e-02 -4.374825103869398914e-03 -1.342229819573717418e-05 6.676100000000000090e-02 -1.075031808625262417e+07 +7.830000000000000000e+02 -3.843816979322448812e+00 -2.127247493341622331e+00 -1.232176266665502729e+00 -6.262352800032962019e-01 -2.435191013295452400e-01 -6.266991148908697407e-02 -2.310218732261014579e-03 1.156154368453292755e-06 9.012670000000000403e-01 4.344895023437610269e+07 +7.840000000000000000e+02 -3.361566942604693242e+00 -1.889734543455972027e+00 -1.118904655854189079e+00 -5.964356869767007963e-01 -2.563881343574425098e-01 -7.927488919322218941e-02 -5.477130216824435335e-03 -3.990291182498302336e-05 -6.837000000000000195e-03 1.150989206570958905e+07 +7.850000000000000000e+02 -3.319533804394010801e+00 -1.928936914129134150e+00 -1.164890911696632836e+00 -6.201670882529374262e-01 -2.528022746400107046e-01 -6.855961463959851787e-02 -3.345399285277040908e-03 -1.506816505568951783e-05 3.772039999999999837e-01 8.708507542114857584e+06 +7.860000000000000000e+02 -3.591724208954159003e+00 -2.105255120385141954e+00 -1.314039603232216580e+00 -7.507236900119300671e-01 -3.455105598350698415e-01 -1.093270691987110882e-01 -6.375510006421268062e-03 -2.182203176784472157e-05 1.797459999999999891e-01 9.545742292809581384e+06 +7.870000000000000000e+02 -3.187513649556928286e+00 -1.869066071438934440e+00 -1.162380150044383109e+00 -6.606181348604177606e-01 -3.086254883765686685e-01 -1.045934180363048693e-01 -7.657534183942268230e-03 -4.408132803381463693e-05 -5.854350000000000387e-01 -2.707710890546379611e+07 +7.880000000000000000e+02 -3.096577899215009033e+00 -1.912762822394802109e+00 -1.242281547244963535e+00 -7.241772869316009942e-01 -3.303562865300821993e-01 -1.033793198702141897e-01 -6.599338006085453921e-03 -3.806276324958931981e-05 1.677639999999999965e-01 1.713237721645946428e+07 +7.890000000000000000e+02 -3.548912267287632538e+00 -2.149540431638635063e+00 -1.366170457364920043e+00 -7.806923763664240790e-01 -3.541822502289271313e-01 -1.132194509469051369e-01 -7.823326768905876707e-03 -4.657787513779445079e-05 -4.830000000000000092e-03 1.337155997739746049e+07 +7.900000000000000000e+02 -3.098436255676197515e+00 -1.922803808723279051e+00 -1.257823815533414269e+00 -7.422478665154734756e-01 -3.449063278638698771e-01 -1.099006211732631022e-01 -6.871316202168415398e-03 -3.088446564216147091e-05 1.175500000000000017e-01 1.195582080899671465e+07 +7.910000000000000000e+02 -3.105176944214623092e+00 -1.930521050970587460e+00 -1.266876670339947442e+00 -7.526508844581552005e-01 -3.546198405768483664e-01 -1.155351242434272813e-01 -7.534893284208677398e-03 -3.504460134914641429e-05 -1.099999999999999971e-05 9.419692743812309578e+06 +7.920000000000000000e+02 -2.948869678298128072e+00 -1.915935960648851522e+00 -1.289890522080440194e+00 -7.906205102807606355e-01 -4.033051773810428231e-01 -1.570189571658408278e-01 -1.724473747848080316e-02 -2.483390109986594843e-04 -1.729467000000000088e+00 3.703163321376671083e+06 +7.930000000000000000e+02 -3.533350793097772780e+00 -2.240804089148655365e+00 -1.471991605574454187e+00 -8.707670965184777234e-01 -4.145949434489168417e-01 -1.421721143792517572e-01 -1.159972023355612843e-02 -1.057564359300042749e-04 -8.276259999999999728e-01 -2.134769340049241111e+07 +7.940000000000000000e+02 -2.876148797322175987e+00 -1.148032233676189007e+00 -3.568494734557279280e-01 3.975101376351861115e-02 1.382598255564624345e-01 8.544822347603125978e-02 1.326322885716932701e-02 2.752879749136244751e-04 2.072620000000000129e+00 -1.018530764662523009e+07 +7.950000000000000000e+02 -2.914530552713417322e+00 -1.192884476706185248e+00 -4.033328874974850820e-01 -3.231890079729321519e-03 1.059861209268920523e-01 6.849248256005838198e-02 1.096359220533664816e-02 2.469487546640548067e-04 1.731456000000000106e+00 -7.285570803982617334e+06 +7.960000000000000000e+02 -2.885611327926927761e+00 -1.203893906221638277e+00 -4.637083287781511021e-01 -1.028448543929837977e-01 1.171551223286814575e-02 1.613610874724612579e-02 1.664601708619928939e-03 -1.237247112748802957e-06 2.180700000000000000e-02 -2.878860938944905624e+07 +7.970000000000000000e+02 -2.888744525841858479e+00 -1.202057134539233241e+00 -4.575592482063133848e-01 -9.328305889278493135e-02 2.155503412547039518e-02 2.241444669107148235e-02 2.732656807539280645e-03 1.440198403291753491e-05 1.862779999999999991e-01 -2.994320024048926309e+07 +7.980000000000000000e+02 -3.377541964834133825e+00 -1.584191816511655526e+00 -7.208211592777424848e-01 -2.290311277602281315e-01 -1.596884200312939997e-02 2.336656274619836049e-02 5.821565457477403949e-03 1.060020041289424874e-04 9.359370000000000189e-01 -1.571342991595273651e+07 +7.990000000000000000e+02 -3.188819328797484864e+00 -1.435977858742025992e+00 -6.197113853531519556e-01 -1.737177134387505872e-01 3.180833563453708268e-03 2.327388104266529464e-02 3.009735384471145386e-03 1.382410213710200558e-05 6.821479999999999766e-01 1.372233903019226156e+07 +8.000000000000000000e+02 -2.763707369166209293e+00 -1.214057723583999104e+00 -5.310971852008349314e-01 -1.952768780601671084e-01 -7.034577725489105093e-02 -2.741478827585518141e-02 -3.019662293419300789e-03 -2.933617310273754935e-05 -3.040539999999999909e-01 3.903138766117476393e+06 +8.010000000000000000e+02 -3.368341595348276929e+00 -1.605889986809039716e+00 -7.542466344408716994e-01 -2.658069157370731017e-01 -4.860156403577488293e-02 2.050175712632260061e-03 1.398079301924269645e-03 1.529087938378974966e-05 3.184489999999999821e-01 -6.485608437212945893e+06 +8.020000000000000000e+02 -3.207719879334348878e+00 -1.536732521090003356e+00 -7.611782686941648279e-01 -3.345377514022722654e-01 -1.427244300288244561e-01 -6.559358807459381158e-02 -1.128302137378981579e-02 -2.398158614598513907e-04 -1.767800000000000038e+00 -9.499653565232682973e+06 +8.030000000000000000e+02 -2.833260797068695158e+00 -1.362212699467251431e+00 -6.571188189962335890e-01 -2.583406998823652989e-01 -8.040981822740597695e-02 -2.544830544150081947e-02 -3.352087943450786367e-03 -4.132205309592326263e-05 -3.061690000000000245e-01 7.845955973579334095e+06 +8.040000000000000000e+02 -2.772826311822448098e+00 -1.409249336212140102e+00 -7.186898681570299541e-01 -2.912488918055321507e-01 -7.203351006821816227e-02 -4.463186707948357118e-03 1.455724618542879279e-03 1.930016948082458205e-05 5.330080000000000373e-01 3.363360127332254313e+06 +8.050000000000000000e+02 -2.853607400014372963e+00 -1.496938216278118849e+00 -7.897257486591890974e-01 -3.423083335689182660e-01 -1.019468113505891671e-01 -1.512008822091421775e-02 1.046445393784872779e-03 1.689804106086086765e-05 2.524410000000000265e-01 -3.094541755184777826e+07 +8.060000000000000000e+02 -2.997821530586560090e+00 -1.632193192537327864e+00 -9.199398928552499077e-01 -4.426195986294006457e-01 -1.528185634796722092e-01 -2.990122789544177526e-02 3.768828117362924826e-04 1.824311082865687466e-05 1.009759000000000073e+00 3.954258415489497781e+07 +8.070000000000000000e+02 -3.069659633484863814e+00 -1.665613645398565712e+00 -9.340859877441741732e-01 -4.491037599727665808e-01 -1.571302091969433712e-01 -3.254288273168044060e-02 -2.910062599885611823e-04 7.920108281676452010e-06 7.006759999999999655e-01 2.036240665723802149e+07 +8.080000000000000000e+02 -2.543866912752069442e+00 -1.367280697987419913e+00 -7.815360010112574196e-01 -4.051075603742541054e-01 -1.769239593216760109e-01 -6.133164708877509447e-02 -5.592435109913944900e-03 -5.369936949297847239e-05 -4.496700000000000141e-01 2.881177379278512206e+06 +8.090000000000000000e+02 -3.007535429279130756e+00 -1.626891371107615170e+00 -9.259807209406485384e-01 -4.726037586459924666e-01 -1.985014994554223089e-01 -6.340730191708399133e-02 -4.915652776351338640e-03 -3.494566078709443994e-05 -1.905219999999999969e-01 6.252133478895501234e+06 +8.100000000000000000e+02 -3.033615947170764660e+00 -1.756994439886323089e+00 -1.043939362947008398e+00 -5.319411501941199161e-01 -1.969019670236290542e-01 -4.502584488272709518e-02 -1.419048448204133974e-03 -3.028964115392910299e-06 5.498920000000000474e-01 1.123518745060067438e+07 +8.110000000000000000e+02 -2.493370376886149042e+00 -1.433760826721282022e+00 -8.636443797714408177e-01 -4.594067653253651184e-01 -1.895530134584357540e-01 -5.473163909215991718e-02 -3.130937145518397548e-03 -1.193680872176567414e-05 3.974110000000000142e-01 3.537388565994466841e+07 +8.120000000000000000e+02 -2.382637647780339485e+00 -1.456461944201285164e+00 -9.155387913405673705e-01 -5.026930354735523743e-01 -2.079224816508156715e-01 -5.438049088910209411e-02 -1.406106996387993012e-03 1.341755596405118960e-05 7.008000000000000340e-02 -4.421379752793278545e+07 +8.130000000000000000e+02 -2.745392424198282999e+00 -1.687737537906105034e+00 -1.060232481190780840e+00 -5.800140806152561668e-01 -2.406689019079894798e-01 -6.673047464002937468e-02 -3.326753001622559294e-03 -1.365979729159149124e-05 3.158929999999999794e-01 5.635886327436506748e+06 +8.140000000000000000e+02 -2.786016461051981974e+00 -1.731062911567600171e+00 -1.115856268757973169e+00 -6.380472878846956686e-01 -2.831002370414357761e-01 -8.580381000373138445e-02 -5.171664059971672889e-03 -2.588423844412120659e-05 2.193039999999999989e-01 1.375715181875287369e+07 +8.150000000000000000e+02 -2.411804872586634119e+00 -1.507078161153499796e+00 -9.781847463216609695e-01 -5.735106107413787679e-01 -2.733343380822881308e-01 -9.458880737046579390e-02 -7.291927084559413422e-03 -4.438149912759055740e-05 -3.310790000000000122e-01 8.118359975098489784e+06 +8.160000000000000000e+02 -2.599885085906089799e+00 -1.668710062235639446e+00 -1.120967150582166783e+00 -6.913449632973481807e-01 -3.583420460542663943e-01 -1.423913931367806474e-01 -1.542396776756530669e-02 -1.924187559680060489e-04 -1.682679000000000036e+00 -3.596167172950542066e+06 +8.170000000000000000e+02 -2.874343477078733500e+00 -1.804883390108864338e+00 -1.183248215896963496e+00 -6.924305697236358137e-01 -3.131902168732458858e-01 -9.592143854573492723e-02 -6.203191129570925430e-03 -3.915047647620194157e-05 2.887599999999999889e-02 4.302164353306780569e+06 +8.180000000000000000e+02 -2.587257677344342977e+00 -1.671701392748771386e+00 -1.134410679362501950e+00 -7.119003418968287145e-01 -3.795812400953413324e-01 -1.569855390172723297e-01 -1.876707158491432506e-02 -2.931959149439570785e-04 -2.213446999999999942e+00 -2.584502328670586925e+06 +8.190000000000000000e+02 -2.767714631008431514e+00 -1.801956747748952425e+00 -1.226191852896972190e+00 -7.676286207621838553e-01 -3.989712775703566083e-01 -1.520470862001818413e-01 -1.382832555785788557e-02 -1.094395808654083108e-04 -1.007937000000000083e+00 1.670548090240252763e+07 +8.200000000000000000e+02 -2.806311488367712048e+00 -1.130409258053538313e+00 -3.700828440668982311e-01 3.293685233141968594e-03 9.123630607081853472e-02 4.804170622918614575e-02 3.904690967782410357e-03 1.401671825902370532e-05 4.978509999999999880e-01 -9.739155762202398852e+06 +8.210000000000000000e+02 -2.802520432367115788e+00 -1.133348197108025479e+00 -3.765053851943865326e-01 -4.862383761508604074e-03 8.374121988624777524e-02 4.351652425558642096e-02 3.199744357744339386e-03 5.409969485433742737e-06 3.881189999999999918e-01 -9.057302235847745091e+06 +8.220000000000000000e+02 -2.469795856398008915e+00 -9.042068989924307854e-01 -2.592054161892006769e-01 2.339722812170084293e-02 7.483538154376750962e-02 3.602366538361963244e-02 2.764341065748448373e-03 1.354380942830138166e-05 3.814119999999999733e-01 3.481959130231829826e+06 +8.230000000000000000e+02 -2.785822228185178329e+00 -1.147554088658296223e+00 -4.061692668976545906e-01 -4.127695885017068633e-02 5.183432822218008579e-02 2.553807330369151779e-02 8.314296597520601240e-04 -1.479468508291113882e-05 8.864000000000000351e-03 -8.705288487512370571e+06 +8.240000000000000000e+02 -2.262008174420106599e+00 -8.853529098066622582e-01 -3.170959708747019823e-01 -6.547663193697209061e-02 -5.303294647258454363e-04 1.397177683752199055e-03 4.581146458017214783e-04 2.783838268385773024e-05 -2.232400000000000009e-02 -1.314004589483780041e+07 +8.250000000000000000e+02 -2.288591949222755773e+00 -9.058574374358581149e-01 -2.986808586173398949e-01 -1.636562737208248700e-02 5.278647160104292524e-02 3.483976673185337769e-02 5.285386471470076945e-03 7.596635938447043618e-05 1.065236999999999989e+00 1.225393942542229407e+07 +8.260000000000000000e+02 -2.570302790480500921e+00 -1.183538305801095314e+00 -5.310178299357355414e-01 -1.683886676859881193e-01 -1.595361704872517300e-02 1.133144371518275510e-02 1.911102856845680155e-03 1.228011854005102472e-05 6.108360000000000456e-01 1.972251545153110847e+07 +8.270000000000000000e+02 -2.527614064689974516e+00 -1.103567109397803225e+00 -4.536089748643898911e-01 -1.322265240057650670e-01 -2.669963209195564541e-02 -6.322130363679618996e-03 -2.938988702880488855e-04 2.224507243913833099e-06 2.142570000000000030e-01 8.632487773090200499e+06 +8.280000000000000000e+02 -2.146555242345537629e+00 -9.585123811367323166e-01 -4.053933193550418590e-01 -1.332280235037586746e-01 -5.069068567067643027e-02 -2.916335074871549693e-02 -4.351317539804951985e-03 -4.026550052729573905e-05 -5.105790000000000051e-01 4.640146551582472399e+06 +8.290000000000000000e+02 -2.243953794051869011e+00 -1.057744407789770857e+00 -5.043082398908338426e-01 -1.862999882142936936e-01 -3.612461261077724861e-02 3.060465790224465351e-03 1.235435012413393019e-03 7.090538389664358800e-06 6.752200000000000424e-01 3.297337907235311344e+07 +8.300000000000000000e+02 -2.218484001357316160e+00 -1.097151903153047670e+00 -5.642558925726250951e-01 -2.474164570813582598e-01 -8.182976903929732593e-02 -2.010997807788574704e-02 -1.413093421134740176e-03 -8.801395344655217436e-06 -1.923529999999999962e-01 -1.444823433351803012e+07 +8.310000000000000000e+02 -2.413493820546698920e+00 -1.132139365943982456e+00 -5.458124834382761525e-01 -2.369659365067315615e-01 -1.075089523899536298e-01 -5.247184318374576578e-02 -8.428569413644058581e-03 -1.392263076753018738e-04 -1.190679000000000043e+00 2.539036441353691276e+06 +8.320000000000000000e+02 -1.983804428203976400e+00 -1.069103056872761970e+00 -5.799625594547408447e-01 -2.579399340126662943e-01 -7.917435961214208673e-02 -1.461207407233394533e-02 -1.207935894288790984e-04 6.503678125264463421e-06 2.577030000000000154e-01 2.335115519874344114e+06 +8.330000000000000000e+02 -1.954783788639856912e+00 -1.017796979204042218e+00 -5.537093525354658263e-01 -2.559586482396252749e-01 -7.833862803991495372e-02 -6.741626897490699509e-03 2.232439058833202324e-03 3.600844996581161823e-05 1.033180999999999905e+00 3.472372026301526278e+07 +8.340000000000000000e+02 -2.446735044909738477e+00 -1.369161882611600989e+00 -7.897720576451289221e-01 -3.913901725806498422e-01 -1.429853527342968000e-01 -3.174970089213879909e-02 -2.097792945950356744e-04 1.182848695334310755e-05 5.406590000000000007e-01 4.913019604948417284e+06 +8.350000000000000000e+02 -1.842384605554822752e+00 -1.016542691741039617e+00 -5.890171458971430463e-01 -3.034919708774281855e-01 -1.303501469728117479e-01 -4.634230658131769515e-02 -4.543208581427619561e-03 -4.717784001238485862e-05 -4.764889999999999959e-01 -2.827136196807935368e+06 +8.360000000000000000e+02 -1.751124764313396254e+00 -1.009137750745493278e+00 -5.999977870877206687e-01 -3.167552993589951016e-01 -1.378430814631076140e-01 -4.594156532430828527e-02 -3.476723834819213464e-03 -2.114751161687997085e-05 -1.332999999999999984e-03 1.683238956565478072e+07 +8.370000000000000000e+02 -2.422397757280542407e+00 -1.391686683483851272e+00 -8.227574316796357756e-01 -4.238651121979349345e-01 -1.719238193275569870e-01 -5.278834426401553259e-02 -4.141189226635572269e-03 -2.991058071935330805e-05 -6.480700000000000349e-02 1.406872896364372969e+07 +8.380000000000000000e+02 -1.890614810561045633e+00 -1.125202282891837324e+00 -7.004548828989736187e-01 -3.911200488039576206e-01 -1.743370012284526371e-01 -5.504701826040074575e-02 -3.553408786456626473e-03 -1.658398456188145569e-05 -1.178870000000000057e-01 -4.445881105239222758e+06 +8.390000000000000000e+02 -2.029457904639029753e+00 -1.259805002657264694e+00 -8.087881658274377328e-01 -4.633013523938001588e-01 -2.110809686222908099e-01 -6.861244575749286811e-02 -4.796586367792373198e-03 -2.731579973714625258e-05 4.170499999999999902e-02 2.237185313934826106e+07 +8.400000000000000000e+02 -2.121190231296063100e+00 -1.366445403242195322e+00 -8.989797417466743878e-01 -5.246602665674894306e-01 -2.405858480305781144e-01 -7.675285378857579777e-02 -4.998024938976041234e-03 -3.012606169670451058e-05 -3.511040000000000272e-01 -2.511744724221936613e+07 +8.410000000000000000e+02 -2.323329625630626172e+00 -1.408356096315000139e+00 -9.254053370832459047e-01 -5.686826950691155069e-01 -2.875229813321332206e-01 -1.030631842859536101e-01 -8.455707396454721289e-03 -6.275158172455461776e-05 -5.837560000000000526e-01 -7.028546945830971235e+05 +8.420000000000000000e+02 -2.195883595497383212e+00 -1.456039571817543399e+00 -9.997197604463734510e-01 -6.221658700837117140e-01 -3.130007185810561032e-01 -1.125268159301026777e-01 -9.219069431066198236e-03 -6.920693724382486888e-05 -3.285959999999999992e-01 3.093142410320455953e+07 +8.430000000000000000e+02 -1.883721103769917526e+00 -1.236028434786358821e+00 -8.449512463292168096e-01 -5.323435825187518011e-01 -2.837369668355264052e-01 -1.170659145669413620e-01 -1.423367363770932509e-02 -2.242996703240457705e-04 -1.430163000000000073e+00 2.816075911735332757e+07 +8.440000000000000000e+02 -1.744538365664942470e+00 -1.200499246483458515e+00 -8.624841115546985071e-01 -5.750903052281097771e-01 -3.204913511550840366e-01 -1.323248139182814087e-01 -1.539152679589476588e-02 -2.574986902280123257e-04 -1.428163999999999989e+00 3.459739598316834867e+07 +8.450000000000000000e+02 -2.230147066552375268e+00 -1.482368375050931775e+00 -1.024718624629684216e+00 -6.466697183667238225e-01 -3.336881183917745908e-01 -1.247942116561874260e-01 -1.125303465866900506e-02 -1.020106581328623837e-04 -6.577950000000000186e-01 2.904791805722887814e+07 +8.460000000000000000e+02 -1.660393792864959694e+00 -5.221724650558827729e-01 -6.828424188830875541e-02 1.077526929710665021e-01 1.073760625355172915e-01 4.775071739277816918e-02 4.280953911122951060e-03 4.339738148078784092e-05 6.157439999999999580e-01 6.009379826537526213e+06 +8.470000000000000000e+02 -1.590147125504078440e+00 -4.735399375096662755e-01 -3.357939256822146945e-02 1.264030269500541759e-01 1.111337568966876965e-01 4.613028957824393678e-02 3.851355749949381124e-03 3.406362100366336435e-05 4.904430000000000178e-01 -7.740293019351239782e+05 +8.480000000000000000e+02 -1.893913124472523135e+00 -6.998193428229316781e-01 -1.699744105528414595e-01 6.399088323489458829e-02 8.670284630601800269e-02 3.612934531117537734e-02 2.922721843608645700e-03 2.813764168318429179e-05 4.310350000000000015e-01 1.679638408534503076e+06 +8.490000000000000000e+02 -1.550047966772072572e+00 -4.931318696905480081e-01 -6.937870670039797405e-02 8.733130086921975233e-02 8.049694910938451353e-02 3.286245410894592101e-02 3.154001900681288693e-03 3.775167699632669949e-05 3.506150000000000100e-01 -1.264989648458319716e+07 +8.500000000000000000e+02 -1.609513609737297513e+00 -5.680773272654200401e-01 -1.401335016351109575e-01 3.974883828498876337e-02 6.549483179361588470e-02 3.632940464345849052e-02 4.956671690950887818e-03 5.460693866557016300e-05 8.245930000000000204e-01 -3.680665654148496222e+06 +8.510000000000000000e+02 -1.955910883175380865e+00 -7.627635786298263554e-01 -2.612796288062278482e-01 -3.749943001633103401e-02 1.228420483465258659e-02 3.489274412427932192e-03 -6.784969724086918749e-04 -1.667758243816456519e-05 -1.728619999999999879e-01 -8.636743088840126991e+06 +8.520000000000000000e+02 -1.419929168405618114e+00 -5.125449100214068965e-01 -1.446646325137750932e-01 8.146639121429294361e-03 3.174882395212864916e-02 1.488854556855091424e-02 1.737705053291509639e-03 3.209348433189481353e-05 5.264440000000000230e-01 2.325147780148727447e+07 +8.530000000000000000e+02 -1.767152915179535100e+00 -7.461000096632776080e-01 -2.822838642701440692e-01 -4.024949167842156728e-02 4.316495436259132346e-02 3.692488866498339767e-02 6.009929231562080067e-03 7.480342466061866305e-05 1.060489000000000015e+00 1.853624752761379816e+06 +8.540000000000000000e+02 -1.847231244879967038e+00 -8.758060275955512619e-01 -3.963225434719372386e-01 -1.156896455173676008e-01 4.078242906497359967e-03 1.718738140845564935e-02 1.985677188834606300e-03 6.260056684265272503e-06 7.953200000000000547e-02 -2.688161094448673725e+07 +8.550000000000000000e+02 -1.588466068775399975e+00 -6.679617674420030848e-01 -2.860452385051666657e-01 -1.183244285620920766e-01 -6.781883344135546110e-02 -3.882271993884982286e-02 -4.959175547194339881e-03 -4.595813601574237986e-05 -5.737360000000000237e-01 8.288402722364583984e+06 +8.560000000000000000e+02 -1.311691488036650810e+00 -6.461668412918351034e-01 -3.069834627946754213e-01 -9.857076324104198373e-02 -6.202130043132803028e-06 1.645777683917578477e-02 2.961161839367423138e-03 3.645935263471058037e-05 7.188630000000000297e-01 1.565216190759290196e+07 +8.570000000000000000e+02 -1.522448322225192330e+00 -8.029442644518087757e-01 -4.278967898550948279e-01 -1.728021908805155993e-01 -1.974399947129896679e-02 2.639063079256604924e-02 8.051737161000658768e-03 1.728287235481017561e-04 1.964876999999999985e+00 3.923790065647034347e+07 +8.580000000000000000e+02 -1.200688433068374472e+00 -6.238395581880314955e-01 -3.272872245538836489e-01 -1.411501416969433154e-01 -4.213694351159932155e-02 -6.260108256435067964e-03 8.133059003318963368e-04 2.182574205282983962e-05 3.018350000000000199e-01 7.951989383946449379e+04 +8.590000000000000000e+02 -1.739980437251808398e+00 -9.652668600441640656e-01 -5.560990092001854013e-01 -2.688303240336142874e-01 -8.178913734638096344e-02 -3.988869117750826372e-03 3.854835278094535279e-03 9.768692685940575326e-05 7.603809999999999736e-01 -2.184819243329301849e+07 +8.600000000000000000e+02 -1.680502999892478977e+00 -9.972741935545381686e-01 -5.950588806643524187e-01 -2.934631606087810263e-01 -9.356679114271707065e-02 -9.776858304049257375e-03 2.640723657735018996e-03 6.171208303631943286e-05 9.095469999999999944e-01 1.008276982081452757e+07 +8.610000000000000000e+02 -1.208508733574443994e+00 -7.337284528638297054e-01 -4.576645390301776195e-01 -2.556748980682043149e-01 -1.205646983856086679e-01 -4.687738713492217019e-02 -5.529895971391013583e-03 -6.581131991207238893e-05 -5.595780000000000198e-01 1.052573022789965756e+07 +8.620000000000000000e+02 -1.325077451547542751e+00 -8.232033361031222407e-01 -5.264523813652899342e-01 -3.002192834791794218e-01 -1.379108028593933333e-01 -4.679617503431375558e-02 -3.642035050153196330e-03 -2.121505742193980506e-05 -2.646330000000000071e-01 -1.422501008697757265e+06 +8.630000000000000000e+02 -1.232169198180898650e+00 -7.577151277429956533e-01 -4.811852037654388847e-01 -2.747133554562410929e-01 -1.301090017525647069e-01 -4.828645929996641661e-02 -4.824770156085043255e-03 -4.276584984432731101e-05 -6.017639999999999656e-01 -9.245815036248974502e+06 +8.640000000000000000e+02 -1.542918774959509687e+00 -1.012522121305921230e+00 -6.804424126299633002e-01 -4.011012750389735260e-01 -1.781642375876010265e-01 -5.069059434261552477e-02 -1.958978399238925881e-03 5.958855257218899185e-06 1.186299999999999993e-01 -1.176978506261283346e+07 +8.650000000000000000e+02 -1.432723594282781177e+00 -8.945462125683052435e-01 -6.026516544015080301e-01 -3.822995776619481090e-01 -2.067635635676445538e-01 -8.646319775573356459e-02 -1.107337121144281664e-02 -1.844179441030642877e-04 -1.279705000000000092e+00 1.201150739505185746e+07 +8.660000000000000000e+02 -1.347836267496665963e+00 -9.446992809611137742e-01 -6.827132337119034000e-01 -4.542461400565011020e-01 -2.511676494206597221e-01 -1.018426590464426990e-01 -1.076753969061478369e-02 -1.385225280249702642e-04 -9.505120000000000235e-01 2.275694054862422124e+07 +8.670000000000000000e+02 -1.553844196629081686e+00 -1.065327312832021533e+00 -7.426030780057407688e-01 -4.651124826322564076e-01 -2.392987856590607920e-01 -9.544871496604083461e-02 -1.220606014068783760e-02 -2.436632233681455687e-04 -1.428547999999999929e+00 6.513927381676082499e+06 +8.680000000000000000e+02 -9.439012721521761184e-01 -7.795589023382445415e-01 -6.190189166961019840e-01 -4.365007663230034973e-01 -2.459591467081912175e-01 -9.881529369018041131e-02 -9.972768956013100192e-03 -1.078951087612069323e-04 -1.334109999999999907e+00 -2.242928959800676629e+07 +8.690000000000000000e+02 -1.384650101949375989e+00 -1.004500486778148183e+00 -7.467210283046141761e-01 -5.037939497891668061e-01 -2.724009840053410736e-01 -1.033271474340014540e-01 -8.972782080906167509e-03 -6.665701100796687245e-05 -4.653309999999999946e-01 3.404283457366563380e+07 +8.700000000000000000e+02 -1.193273243167220166e+00 -3.248531326299204935e-01 3.014117719751263635e-02 1.669485866782892125e-01 1.443252259789056802e-01 6.198378774960629223e-02 4.652531506599343752e-03 2.123510521495273318e-05 4.960249999999999937e-01 8.159964773464794271e+05 +8.710000000000000000e+02 -8.599321842158013096e-01 -1.166897845146379065e-01 1.493112653421510005e-01 2.052948895747003233e-01 1.280943834428655559e-01 4.075504414471028264e-02 2.143020412555308313e-03 2.168076057467894385e-05 9.594999999999999363e-02 -3.888585897379350848e+06 +8.720000000000000000e+02 -1.244354994149579507e+00 -4.518949066613900389e-01 -9.480160219747800487e-02 6.877912481818791723e-02 8.402403779952871687e-02 3.662561575433709304e-02 1.895381162468807524e-03 -1.183930515627801141e-05 2.437459999999999904e-01 1.039062213876235113e+07 +8.730000000000000000e+02 -1.180346543333060216e+00 -4.002999338504428795e-01 -6.802567828489107515e-02 7.473980414802006145e-02 8.887431975834292341e-02 5.311542606031605801e-02 1.072302833847204109e-02 2.887750957489611269e-04 1.813773000000000080e+00 -2.659472753804934327e+05 +8.740000000000000000e+02 -1.133422438796332532e+00 -4.235347595660847730e-01 -1.229227389245797636e-01 1.507983099636643447e-02 4.485384684482711382e-02 2.593913419204444543e-02 3.090905118574518821e-03 3.085266103769327469e-05 4.451180000000000136e-01 -3.611075822831611615e+06 +8.750000000000000000e+02 -9.790974931247585777e-01 -3.079753359925428979e-01 -4.507489835477832690e-02 4.923075753828826812e-02 3.906574252470763897e-02 6.715764172597995726e-03 -1.932684668201220535e-03 -4.023027957561886700e-05 -2.816850000000000187e-01 1.825719917241381854e+07 +8.760000000000000000e+02 -9.821699845426989928e-01 -3.954777165520547699e-01 -1.498827317599795983e-01 -2.787495625117517375e-02 1.635866409000607397e-02 1.667112281462483983e-02 2.462537715325644957e-03 1.704681068316137745e-05 5.401989999999999847e-01 8.416854015721760690e+06 +8.770000000000000000e+02 -1.156960635638830892e+00 -4.642642759937177233e-01 -1.633864094599232764e-01 -2.162161901094038913e-02 1.447204025248717725e-02 9.524099576964661223e-03 1.568918984355952093e-03 2.012584049697493070e-05 3.644080000000000097e-01 4.761389304746310227e+06 +8.780000000000000000e+02 -6.174598688693619941e-01 -2.308833085573503696e-01 -5.963075351959372383e-02 2.657818844828544608e-02 4.928589167829462714e-02 3.046450299053199764e-02 3.447228484739533767e-03 2.841610197773113724e-05 5.326199999999999823e-01 4.159549898813292384e+06 +8.790000000000000000e+02 -9.911820316916181151e-01 -4.428673253969303558e-01 -2.092339123551930358e-01 -9.257344480225294936e-02 -4.016270653897075632e-02 -1.281536230514786733e-02 7.359695653192622144e-05 1.961432066357228306e-05 5.661200000000000260e-02 -1.522296066875549033e+07 +8.800000000000000000e+02 -8.289850413185191336e-01 -4.689188940676207729e-01 -2.655483114897690400e-01 -1.209709305053087713e-01 -3.589572644564037462e-02 -6.994933110839922363e-03 -5.013179409138011217e-04 -3.116244567969322383e-06 1.416179999999999939e-01 1.712722475221311674e+07 +8.810000000000000000e+02 -4.161879193243601671e-01 -2.114107039555205847e-01 -1.151278265824381974e-01 -5.945658115816204736e-02 -2.695014881239506804e-02 -8.925815895910918507e-03 -7.800377987664814782e-04 -8.067608278689642596e-06 2.060859999999999914e-01 2.439999172802451998e+07 +8.820000000000000000e+02 -7.718876353769539289e-01 -4.823677217780434900e-01 -3.011464932499781089e-01 -1.651404101563211102e-01 -7.763350869252645670e-02 -3.275305004289155719e-02 -4.424438946943155121e-03 -5.191396479447802183e-05 -6.704930000000000057e-01 -4.402819964004420675e+06 +8.830000000000000000e+02 -8.606729357778011291e-01 -5.018839316248275839e-01 -2.835970991639099603e-01 -1.405799620740193212e-01 -6.424772328748684647e-02 -2.566946035142618140e-02 -2.561232607567476022e-03 -2.130384491263820156e-05 -3.317370000000000041e-01 -1.124794092352038622e+07 +8.840000000000000000e+02 -8.028743954462118637e-01 -5.795199557901264953e-01 -4.038726328162151047e-01 -2.462202685131068824e-01 -1.211159755702318624e-01 -4.447680470330513114e-02 -4.104333148342314067e-03 -4.093921408317101308e-05 -1.351539999999999964e-01 2.493276778593378142e+07 +8.850000000000000000e+02 -5.819260741722641628e-01 -3.601403732639166799e-01 -2.447892593026712027e-01 -1.619620112220035157e-01 -9.766229620805061407e-02 -4.718614166698541917e-02 -6.265552489811764686e-03 -7.349126958296027588e-05 -8.280999999999999472e-01 6.534472071809445508e+06 +8.860000000000000000e+02 -5.154180409976406585e-01 -4.098682352146701402e-01 -3.229664390484132674e-01 -2.262885903158198264e-01 -1.223194670612507001e-01 -4.356926010733971899e-02 -2.868273809823777224e-03 -6.165048717569515159e-06 -3.338369999999999949e-01 -1.735955744774452224e+07 +8.870000000000000000e+02 -6.943925046819287017e-01 -5.280746205061687126e-01 -3.825567146947957964e-01 -2.342362819260354057e-01 -1.056436732085987151e-01 -3.135146720689299671e-02 -1.581027313267165287e-03 2.919739956758583084e-07 -2.241599999999999843e-02 -3.472685491752938833e+06 +8.880000000000000000e+02 -4.620501254622541021e-01 -4.606515725997449850e-01 -4.049523923603960407e-01 -3.086561237130363011e-01 -1.817617678586798402e-01 -7.145205118967952462e-02 -5.865803743304007917e-03 -3.463919489285596152e-05 -4.791940000000000088e-01 6.191647858144274913e+06 +8.890000000000000000e+02 -6.797206702275976342e-01 -5.424028348822129697e-01 -4.308709568440012849e-01 -3.105719473423320665e-01 -1.818348035025294240e-01 -7.658164130829264726e-02 -8.506696958507890469e-03 -9.915453669026334999e-05 -1.085741000000000067e+00 -5.709003074669406749e+06 +8.900000000000000000e+02 -8.134684935581074638e-01 -6.870290805754920571e-01 -5.503320897389322175e-01 -3.970306583141246515e-01 -2.399686047886241680e-01 -1.111156052018030943e-01 -1.551147649997444873e-02 -2.696478949405909558e-04 -2.191189000000000053e+00 -1.242091233093096875e+06 +8.910000000000000000e+02 -8.110744085025016759e-01 -6.854086413080762163e-01 -5.485020223325782762e-01 -3.951407687197159291e-01 -2.386390585936607744e-01 -1.105194504404750921e-01 -1.538236529690357839e-02 -2.641369899217828310e-04 -2.168273000000000117e+00 -7.336287046254738234e+05 +8.920000000000000000e+02 -5.128802464864052890e-01 1.431720471867015121e-02 1.693617891712499990e-01 1.788924109861116385e-01 1.108540500416283492e-01 4.184334394964350778e-02 3.833554300713015554e-03 4.057304784701022091e-05 4.679920000000000191e-01 3.475881796542261261e+06 +8.930000000000000000e+02 -5.496317686213663123e-01 8.499650576013206837e-04 1.646103716203278777e-01 1.776773936565073653e-01 1.117162786761096843e-01 4.388106643784272370e-02 4.443701201961672634e-03 4.859833008195955234e-05 5.962760000000000282e-01 3.567057536574398167e+06 +8.940000000000000000e+02 -3.669996554052015192e-01 -5.162727461916677418e-02 1.020393780108360959e-01 1.777235211800150816e-01 1.691963914929015544e-01 9.706930424833100368e-02 1.439729271830202800e-02 2.546511148874579982e-04 2.158530999999999977e+00 3.144284276017032098e+05 +8.950000000000000000e+02 -5.058725151197731584e-01 8.552866700560463054e-03 1.594046217169259871e-01 1.685516309045985428e-01 1.026580404808952046e-01 3.708206802689770210e-02 3.072670818129822571e-03 3.146006014253965757e-05 3.195770000000000000e-01 1.507132857029615901e+06 +8.960000000000000000e+02 -4.974189421293027935e-02 1.084513384491656435e-01 1.835938718603086217e-01 2.117863918524191258e-01 1.717636150474408097e-01 8.568859153008354101e-02 1.018399664611679099e-02 1.235626744770278250e-04 1.223405999999999993e+00 -9.658249183376085013e+06 +8.970000000000000000e+02 1.200024137954931458e-01 1.917970665762893656e-01 2.049271827583552530e-01 1.875555095002000017e-01 1.393597753309526732e-01 7.272206075677882520e-02 9.577095939314267739e-03 1.119258340119833457e-04 1.382182000000000022e+00 -2.168233504927865695e+06 +8.980000000000000000e+02 -2.230778954303080930e-02 2.604937597716418946e-02 8.547835156033953274e-02 1.045212463667909292e-01 6.478398051086318998e-02 1.663437284322640680e-02 -7.032669525144506946e-04 -3.317384073522740376e-05 -2.571939999999999782e-01 7.494542154921895824e+06 +8.990000000000000000e+02 -3.350358350222197856e-01 -9.087586444613614256e-02 4.354852988436019867e-03 3.609787602374598531e-02 2.579183541256056811e-02 7.718539335022473261e-03 1.925522576555239464e-04 -7.785640571958290454e-07 -1.714269999999999960e-01 -1.484562500713710487e+07 +9.000000000000000000e+02 -3.820427686080271057e-01 -1.541096300275162645e-01 -6.668837967147814294e-02 -3.664840032907912964e-02 -3.395413480927109151e-02 -2.431404203822575688e-02 -3.897737219835961577e-03 -4.666359982700146730e-05 -7.768429999999999502e-01 -1.822876009492247552e+07 +9.010000000000000000e+02 2.157600479068293164e-02 5.982472713393207492e-02 5.616809614944063417e-02 3.396576908286624841e-02 8.562357103126463573e-03 -1.625464426754355670e-03 -4.125591057439278336e-04 -1.745765698718266952e-06 -1.982170000000000043e-01 -1.203470434245541878e+07 +9.020000000000000000e+02 2.519463357135025561e-01 1.579195457277287329e-01 7.564894550704123755e-02 1.019736973900841649e-02 -1.379608340275879398e-02 -3.203723042392078030e-03 2.660748713470362757e-03 1.073006514851590932e-04 6.136509999999999465e-01 1.472486576441182755e+06 +9.030000000000000000e+02 -2.788198590079503658e-01 -2.136874791494664805e-01 -1.397386425550254663e-01 -7.780537538038567735e-02 -3.858338329696434088e-02 -1.506112623251384779e-02 -1.161467560733238065e-03 -6.249742161321740815e-06 -1.249549999999999966e-01 -8.167140158111089841e+06 +9.040000000000000000e+02 1.676127638057641200e-01 5.375482535687295393e-02 2.530824117798570038e-03 -3.331797399815267929e-02 -5.673207164245274575e-02 -4.951948735571701926e-02 -1.073070800314278837e-02 -2.014555771880217308e-04 -1.873164999999999969e+00 -3.064195386939927703e+05 +9.050000000000000000e+02 -4.764319055003490844e-02 -1.108407059193606270e-01 -1.272554930587536381e-01 -1.172887445308078425e-01 -8.173503096311005023e-02 -3.755378537122710386e-02 -3.860807345202430831e-03 -3.091799241776363173e-05 -3.593609999999999860e-01 1.150555702649209648e+07 +9.060000000000000000e+02 4.060038808844504965e-01 6.374886779911750900e-02 -6.039799595492395534e-02 -8.745387169020207851e-02 -5.189609555227999577e-02 -1.307013405987030724e-02 -1.253520842364437907e-05 -7.860418601935262632e-07 2.364169999999999883e-01 7.533890824925769120e+06 +9.070000000000000000e+02 1.659394773023016301e-01 -8.632161123143919368e-02 -1.478719236050479446e-01 -1.328822401178472723e-01 -7.827325520313468954e-02 -2.835944199073107616e-02 -1.825652331528461892e-03 -6.300710191536233578e-06 -1.494469999999999965e-01 -3.294782043499388266e+06 +9.080000000000000000e+02 2.506540130719215331e-01 -1.508367729673595545e-02 -1.241954505301858247e-01 -1.531542652668267113e-01 -1.132338691950975640e-01 -4.968805139074600197e-02 -4.986347922083906974e-03 -6.199901812260823230e-05 -6.179620000000000113e-01 -5.377155030792240985e+06 +9.090000000000000000e+02 -1.430497711475781086e-02 -2.106717599605154034e-01 -2.384490587847949428e-01 -1.790519628015470321e-01 -7.916899900184018457e-02 -1.488915995314845503e-02 9.446332664542912011e-04 2.420611768673415585e-05 1.550009999999999999e-01 -2.115194744680004194e+07 +9.100000000000000000e+02 1.339881909564839546e-01 -1.713742854832386031e-01 -2.796730513384186878e-01 -2.839761811908076417e-01 -2.054832294970687090e-01 -9.988957321219099628e-02 -1.231908905565978415e-02 -1.619932517754893247e-04 -1.490993000000000013e+00 2.598418062453385442e+07 +9.110000000000000000e+02 1.300444875190288063e-01 -1.424402218865508662e-01 -2.369268221044789902e-01 -2.376758085827419820e-01 -1.679007497314302100e-01 -7.969228527430413656e-02 -9.372633466671505265e-03 -1.088008735658910534e-04 -1.058772999999999964e+00 2.552112971086041629e+07 +9.120000000000000000e+02 1.394946141671369322e-01 -1.828488626235999226e-01 -2.969544674225680359e-01 -3.020837466881929334e-01 -2.192147238290904632e-01 -1.061178878039498313e-01 -1.268474896430823312e-02 -1.439355261075674064e-04 -1.510752000000000095e+00 2.687469871306981891e+07 +9.130000000000000000e+02 1.374283474045490117e-01 -1.836739143093462090e-01 -2.976330021824915018e-01 -3.027979039931394944e-01 -2.199793227203864221e-01 -1.068800308306027264e-01 -1.297990544263561905e-02 -1.562406688603530983e-04 -1.565520999999999940e+00 2.667425033089353517e+07 +9.140000000000000000e+02 5.932273610276563858e-01 5.073146564381618706e-01 4.217500359888970429e-01 3.270175696719226921e-01 2.166191396729188756e-01 1.031678895631415044e-01 1.171229325657936922e-02 1.162747633661297532e-04 1.691189999999999971e+00 1.380065272048581392e+07 +9.150000000000000000e+02 6.121189181451190953e-01 5.215840453845538294e-01 4.343590693585133167e-01 3.396157789409370298e-01 2.295813109205895597e-01 1.138621423594288612e-01 1.476985525003694961e-02 2.083617698301876403e-04 2.127461999999999964e+00 4.251222782436840236e+06 +9.160000000000000000e+02 7.264448147210569307e-01 5.612036690932817873e-01 4.427080425170262790e-01 3.270825246749942128e-01 2.081977391588810122e-01 1.001387419898286807e-01 1.305730184473802291e-02 1.719041832578982628e-04 2.054778999999999911e+00 2.012450916516605020e+07 +9.170000000000000000e+02 2.778024661380972260e-01 3.027810036229948709e-01 2.676303290947009694e-01 1.999158440359627142e-01 1.137641743755513496e-01 4.381134487105814435e-02 4.193425512289664439e-03 5.165615009487412593e-05 5.154269999999999685e-01 7.744663797286023386e+06 +9.180000000000000000e+02 9.571698892805499126e-01 6.115030452316065901e-01 4.167639287563330575e-01 2.589912305266714454e-01 1.265463852150477686e-01 4.302995833100482087e-02 3.825428707676068428e-03 4.572229397339091860e-05 4.566370000000000151e-01 1.391001243763220683e+07 +9.190000000000000000e+02 5.768869300499877006e-01 3.979397209699826465e-01 3.022371726924695801e-01 2.166005717845772005e-01 1.271226206718931440e-01 5.289819612487341172e-02 5.342402714642179203e-03 4.372384851026235207e-05 7.582240000000000091e-01 1.341337127070883662e+07 +9.200000000000000000e+02 6.665709977264209218e-01 3.799306339678630851e-01 2.346044292300093204e-01 1.398044214669002250e-01 7.254396823852145293e-02 2.589269262764597873e-02 1.558091768594747472e-03 4.737276778373273640e-06 -9.706599999999999950e-02 -1.171798145530376397e+07 +9.210000000000000000e+02 3.416455330723515704e-01 2.327148518895884588e-01 1.496624771653660146e-01 6.734506228121146798e-02 5.191059970852586296e-03 -1.307267440937952621e-02 -3.741744758872682115e-03 -7.214147073622194730e-05 -4.159070000000000267e-01 2.580888394041975960e+07 +9.220000000000000000e+02 7.339884386648415360e-01 4.537748413579348883e-01 2.577168564951638485e-01 1.038883223626408253e-01 1.432701630568051533e-02 -7.773200433184957597e-03 -1.578581336129102541e-03 -1.139904188430135097e-05 -3.256720000000000170e-01 1.484154678186983336e+06 +9.230000000000000000e+02 6.417019983260983107e-01 3.369420144299327124e-01 1.692743757885412093e-01 5.643459750334989256e-02 -2.163523131089514773e-03 -1.270013124533046073e-02 -2.463046691996311800e-03 -2.632715089475747792e-05 -4.449170000000000069e-01 2.635679644950133748e+06 +9.240000000000000000e+02 8.725934823298089338e-01 4.452453469084615145e-01 2.334765914384583918e-01 1.001115851992347427e-01 2.418894857841976526e-02 -3.524937141364468431e-03 -2.399351337449248320e-03 -3.938768718135975588e-05 -6.425980000000000025e-01 -8.991443607866488397e+06 +9.250000000000000000e+02 6.175128593059072690e-01 2.915773081093788188e-01 1.366643667976373544e-01 4.565548382687376061e-02 4.987030166943916959e-03 -1.794901082811102382e-03 -6.480510794884010699e-05 3.391154992674274680e-06 -2.771870000000000167e-01 -2.648419433119197562e+07 +9.260000000000000000e+02 6.517402702820359606e-01 2.559418849109474370e-01 6.831399388869352496e-02 -2.106786057764575837e-02 -3.302909250583885986e-02 -1.484380886157221635e-02 -1.359011887153177773e-03 -1.266691568227245380e-05 -2.102630000000000055e-01 -2.572698626109676436e+06 +9.270000000000000000e+02 6.501846569538557441e-01 2.576753809680388252e-01 6.859976750333378337e-02 -3.334252041106439135e-02 -6.086568385537694664e-02 -3.848679411483824780e-02 -5.099509706131992622e-03 -4.973262377338519611e-05 -6.775799999999999601e-01 1.040358654525785521e+07 +9.280000000000000000e+02 6.179781947159754818e-01 1.621873171730605634e-01 -1.407276217369617805e-02 -8.536919619037379448e-02 -8.921559850910990019e-02 -5.478100821617840066e-02 -8.254238166034726445e-03 -1.131246413247133159e-04 -1.480337000000000014e+00 -1.418730172748747841e+07 +9.290000000000000000e+02 8.224396332422776457e-01 3.103308894945586704e-01 5.471364698697757378e-02 -7.471005418760730266e-02 -9.121198272755269565e-02 -4.887455217859020679e-02 -6.048756916319820987e-03 -6.496983803987482124e-05 -7.871620000000000283e-01 1.012951243914173916e+07 +9.300000000000000000e+02 1.168769088838814474e+00 3.359651205389736495e-01 4.895275672009749557e-02 -2.741608339174694126e-02 -2.507251526472537712e-03 1.738298509293058347e-02 4.814020370932634886e-03 6.950861878553173806e-05 6.770239999999999592e-01 -1.670414072520180792e+07 +9.310000000000000000e+02 1.211290229288968456e+00 4.294633673201064261e-01 8.943646319189389737e-02 -5.997654529584602739e-02 -7.592162586863987483e-02 -3.884899517885546938e-02 -4.316970939952743946e-03 -3.314379590832771977e-05 -5.446360000000000090e-01 1.248045139206621423e+07 +9.320000000000000000e+02 1.292181069246652880e+00 3.919845572010816070e-01 2.642242175966765666e-02 -1.163630787700276475e-01 -1.136402618909195666e-01 -5.876237980486226364e-02 -7.657735048517727745e-03 -9.202602251925726801e-05 -1.481641999999999904e+00 -2.554326503493486345e+07 +9.330000000000000000e+02 1.256442638902850684e+00 3.705060521566856946e-01 3.308050606160416185e-02 -8.749085171139453498e-02 -7.731874955599099541e-02 -3.190540719917937806e-02 -3.164995244736861293e-03 -4.322034482344009530e-05 -4.196480000000000210e-01 -1.847662821796758799e+06 +9.340000000000000000e+02 1.138201691140888761e+00 3.167232199109843993e-01 -4.222310824440894672e-02 -1.997325635361368590e-01 -1.931141111702349700e-01 -1.003872193374537314e-01 -1.141264978459586611e-02 -1.060699109408285508e-04 -1.608219000000000065e+00 3.333214639511808753e+06 +9.350000000000000000e+02 1.113718357489408506e+00 2.931338936830589770e-01 -6.090954653554869758e-02 -2.117535035706586410e-01 -1.987799012804592480e-01 -1.022835082802256018e-01 -1.162837992751035096e-02 -1.109300382719873284e-04 -1.644508999999999999e+00 2.594877033460170031e+06 +9.360000000000000000e+02 1.109169883131137180e+00 9.401415717863418342e-01 7.643067801455970534e-01 5.563095702623785943e-01 3.267020878220300850e-01 1.377991028932341599e-01 1.577617933741548920e-02 2.316491001916037157e-04 1.856214999999999948e+00 -1.101924463697787747e+07 +9.370000000000000000e+02 1.127407846200793040e+00 9.542642992889409648e-01 7.750550557952168296e-01 5.638414497571671014e-01 3.314486277167112416e-01 1.404546982578994962e-01 1.639996960604139103e-02 2.530361352756786740e-04 1.952782999999999936e+00 -1.151633135595339350e+07 +9.380000000000000000e+02 1.272700919717902446e+00 1.016470814688778868e+00 7.879620083100441486e-01 5.437689441345361363e-01 2.989894057942990568e-01 1.163742680675725477e-01 1.124730732467511124e-02 1.157411108583568523e-04 1.042885000000000062e+00 -1.524541886438215524e+07 +9.390000000000000000e+02 1.308042002899369116e+00 1.011363148540828760e+00 7.630993168559112583e-01 5.099316291812117097e-01 2.680939500537863340e-01 9.781256731153825656e-02 8.040454402242264501e-03 5.656352497447133821e-05 4.749669999999999725e-01 -2.032499368239270151e+07 +9.400000000000000000e+02 1.412711017513621270e+00 1.008762763771123616e+00 7.431591786308773262e-01 5.006840746693311806e-01 2.738032250572900450e-01 1.064602915223224477e-01 9.624165381814771270e-03 7.016279698867496312e-05 8.996610000000000440e-01 -4.786316915047627874e+06 +9.410000000000000000e+02 1.317959241956668581e+00 9.112814265825118776e-01 6.692179604304767659e-01 4.649428366949595048e-01 2.767244121801515355e-01 1.238615349042409552e-01 1.517819001817636432e-02 1.967939523022883884e-04 1.949445000000000094e+00 -3.570631365717975888e+06 +9.420000000000000000e+02 1.170847379044906100e+00 7.719155470182316181e-01 5.600668552072364248e-01 3.913821740339051281e-01 2.308902815542605846e-01 9.671796085797738918e-02 9.611388585555161873e-03 8.742909376759245156e-05 1.059255000000000058e+00 1.399726109429737553e+06 +9.430000000000000000e+02 1.089820205083143589e+00 7.781413980748168591e-01 5.753133426146808116e-01 3.973629578470205814e-01 2.326263495896069844e-01 1.008633515187948720e-01 1.139230804825998658e-02 1.301388806796548463e-04 1.313954999999999984e+00 -1.031128112321803533e+07 +9.440000000000000000e+02 1.595301562987436750e+00 1.030864475143380865e+00 6.844387627636203675e-01 4.094759576251660871e-01 2.025801799958112659e-01 7.788427267116559971e-02 8.566278800972418686e-03 1.035844410594260724e-04 7.914909999999999446e-01 -1.894715188996862993e+07 +9.450000000000000000e+02 1.444346916828845417e+00 9.098350382711427597e-01 5.983266056542638767e-01 3.588297508161339966e-01 1.773349166886346306e-01 6.367777639792818190e-02 5.032825225976075845e-03 3.161186242692298678e-05 4.082910000000000150e-01 4.436213295977619477e+06 +9.460000000000000000e+02 1.090111561501272197e+00 6.785989849616054226e-01 4.156002179029300025e-01 2.095613299722285938e-01 6.643313067108622127e-02 1.318019769732054055e-03 -5.372635094029167002e-03 -1.642250136503831451e-04 -1.203783000000000047e+00 3.277622320484304801e+06 +9.470000000000000000e+02 9.844118821883489634e-01 6.317901471012696835e-01 4.045644200957604908e-01 2.288082672721495348e-01 1.030597975567161401e-01 3.107546844098864336e-02 9.145224321655207869e-04 -2.319544544695512344e-05 -1.654069999999999985e-01 1.617030469985432457e+06 +9.480000000000000000e+02 1.714279374629733566e+00 9.827248609903453946e-01 5.797872377170467662e-01 2.991424506782337511e-01 1.232547918898413419e-01 4.031683992134742212e-02 4.367739875788278527e-03 7.438876974788750723e-05 1.932429999999999981e-01 -2.266650124936810136e+07 +9.490000000000000000e+02 1.356464408601674387e+00 7.530904589255664749e-01 4.417561993171805756e-01 2.358014357612371881e-01 1.040144216807440958e-01 3.214243273971458675e-02 1.243981930629179528e-03 -1.873303404897983405e-05 -3.536449999999999871e-01 -2.315526711628041044e+07 +9.500000000000000000e+02 1.375508399929490366e+00 7.246919412661718685e-01 3.892144431648408842e-01 1.740910833026520499e-01 5.314797100848205752e-02 6.002266444819105186e-03 -1.809713352824276209e-03 -5.089728811037793932e-05 -5.399549999999999628e-01 -8.572811778716265690e+05 +9.510000000000000000e+02 1.645568869115906718e+00 8.592254340464112738e-01 4.436957986753655714e-01 1.738608336240716756e-01 3.169859297967617118e-02 -9.025925977203674497e-03 -4.356921997583349838e-03 -1.024726688691543491e-04 -9.691140000000000310e-01 -5.296525952497699298e+06 +9.520000000000000000e+02 1.270271818531963248e+00 5.526537551585174457e-01 2.279616741078490660e-01 7.593127148824256600e-02 3.610955523192024841e-02 2.429988195652570127e-02 3.741590004358044674e-03 3.258174989772977411e-05 6.692240000000000411e-01 1.177104081163714454e+07 +9.530000000000000000e+02 1.668990192018633190e+00 8.259125068983698137e-01 4.118903677191675383e-01 1.611555307588920238e-01 3.767768248137291082e-02 3.198631360445760002e-03 -1.005284543820559988e-04 8.220059154018747734e-07 -1.164260000000000017e-01 1.575536754183441866e+06 +9.540000000000000000e+02 1.804333152373170712e+00 8.084351634014904642e-01 3.290873455921298207e-01 7.612957605597052424e-02 -7.440026725475138054e-03 -1.017330402590798863e-02 -1.401188939054515831e-03 -2.082176015138724592e-05 -4.063280000000000225e-01 -1.053765689429813810e+07 +9.550000000000000000e+02 1.548008623014607288e+00 6.263725740867671643e-01 2.526002743295971409e-01 8.501440958623138200e-02 2.739325316651015571e-02 6.407237398705000961e-03 -8.170842348835286820e-04 -3.036620102619993876e-05 -3.122360000000000135e-01 -5.786807914632457541e+05 +9.560000000000000000e+02 1.828963541068070242e+00 7.646423367379000524e-01 2.933099995699180451e-01 6.873969516873990049e-02 6.858424776324827457e-03 4.613392127732947497e-03 1.425586729562354060e-03 1.347417090118642676e-05 3.174270000000000147e-01 1.252902784278098494e+07 +9.570000000000000000e+02 1.665342858031776396e+00 6.478255923367111091e-01 2.356764280533696354e-01 5.463333842287260156e-02 4.996601234794949796e-03 1.165251909860463191e-03 4.668429813558920842e-04 3.375794744757627275e-06 -5.359799999999999981e-02 -1.027020130411054194e+07 +9.580000000000000000e+02 1.614928547881664400e+00 5.519242452011225986e-01 1.185510887248351769e-01 -6.779834162734639513e-02 -9.214873112105599617e-02 -4.737768497876820167e-02 -4.900168763949780057e-03 -4.226324767898258705e-05 -9.321000000000000396e-01 -2.427878085596451163e+07 +9.590000000000000000e+02 1.986282068818552737e+00 8.020300200690004822e-01 2.709334072201121102e-01 1.063047612518446677e-02 -5.859180759396968863e-02 -3.695702293660365484e-02 -4.170569821987668742e-03 -2.563946359121852060e-05 -6.225880000000000303e-01 8.081706682055780664e+06 +9.600000000000000000e+02 2.001736766558497305e+00 7.504834073366851710e-01 2.149502894856724633e-01 -2.815303959237111520e-02 -7.186906275284674073e-02 -3.540253240973934012e-02 -3.256852493727812724e-03 -2.504037530198147918e-05 -5.366250000000000187e-01 -5.335837585582773201e+06 +9.610000000000000000e+02 1.824472491143591224e+00 6.354733439882658264e-01 1.355210879204835073e-01 -7.860294381512797357e-02 -1.034439772848248923e-01 -5.436295224868297610e-02 -6.124442857217008221e-03 -4.150062028447363866e-05 -9.364040000000000141e-01 6.824916176288718358e+06 +9.620000000000000000e+02 2.241384541527640106e+00 1.457946809487520978e+00 9.890300999981316288e-01 6.166342393949540979e-01 3.198128517720205677e-01 1.235769058934774178e-01 1.272948185437525886e-02 1.620542697436395247e-04 6.055110000000000214e-01 -6.862082022831735015e+07 +9.630000000000000000e+02 2.024816585826325177e+00 1.369766071735394108e+00 9.401765438609716030e-01 5.743007341122161602e-01 2.740377416840508729e-01 8.802773753864150119e-02 5.065040581005575936e-03 1.454816816406723920e-05 5.228859999999999619e-01 5.189917413747963309e+07 +9.640000000000000000e+02 1.801653945649712041e+00 1.158189910070985151e+00 7.964412897973848215e-01 5.145849879132923244e-01 2.788814054942942433e-01 1.093352259596503950e-01 1.028524517641001348e-02 9.891458089257550515e-05 1.096918000000000060e+00 1.108769304359549843e+07 +9.650000000000000000e+02 1.809617945851509369e+00 1.159736478386103498e+00 7.838142034842197070e-01 4.894279659796348936e-01 2.542530610899885746e-01 9.708122461074267240e-02 9.338238300398713290e-03 9.337340400608824288e-05 8.055620000000000003e-01 -8.628828119193192571e+06 +9.660000000000000000e+02 2.096540380370403689e+00 1.262318041650098976e+00 7.981761112727767671e-01 4.583129645223633086e-01 2.134027865109180688e-01 7.056670271455121879e-02 4.835039700473910823e-03 2.427049673365852224e-05 -5.148199999999999998e-02 -2.213177615851333365e+07 +9.670000000000000000e+02 2.258008630080227785e+00 1.380554485736088521e+00 8.768944990830052078e-01 4.938359727093922236e-01 2.135611272088468460e-01 6.088363640627352663e-02 2.825979107504412221e-03 3.327682013864834403e-06 -1.225109999999999949e-01 1.107631668410208263e+07 +9.680000000000000000e+02 2.046861013733930701e+00 1.196792750543954842e+00 7.201445960096961585e-01 3.743647880958615448e-01 1.459190753986684685e-01 3.932527116816102869e-02 2.575332426987830998e-03 2.356161558959184434e-05 -1.155600000000000030e-02 -1.092396690108435927e+06 +9.690000000000000000e+02 2.054929861630956367e+00 1.184611632222605682e+00 7.123432759230678979e-01 3.784718924892244152e-01 1.537862331395361548e-01 3.834244475312063860e-02 -2.689929404198153871e-04 -5.881935619518930433e-05 -8.689980000000000482e-01 -2.760018296956764907e+07 +9.700000000000000000e+02 1.761838359252461794e+00 9.954608440683857529e-01 5.613542339808567094e-01 2.503233693382014846e-01 6.025519206784632487e-02 -4.722391665144770254e-03 -3.757833839668010822e-03 -6.257388639523471681e-05 -8.300149999999999473e-01 7.071554016420137137e+06 +9.710000000000000000e+02 1.854939692870887225e+00 1.028322074186840629e+00 6.028682396532997201e-01 3.197586350978540159e-01 1.452458538542619748e-01 5.688404865617170680e-02 7.830261537343509784e-03 1.484354384828740988e-04 1.153267000000000042e+00 1.441626556807074137e+07 +9.720000000000000000e+02 2.263970996276820191e+00 1.189325382339784909e+00 6.605275188684329724e-01 3.312844380503734421e-01 1.418627359918585851e-01 5.004650545852746407e-02 4.764834783975244875e-03 3.812196785153005012e-05 5.955489999999999950e-01 1.312331504176265188e+07 +9.730000000000000000e+02 2.123221051216840127e+00 1.110513952101608304e+00 5.980176368335601289e-01 2.726791479783934879e-01 9.251263923908198405e-02 2.202900326029328879e-02 9.834941698630258935e-04 1.887947337455180937e-06 9.307899999999999507e-02 1.999361924880821630e+07 +9.740000000000000000e+02 2.435426483981706802e+00 1.192939582599806370e+00 5.957907049140267475e-01 2.471580013461621150e-01 8.076546768973248691e-02 2.556759979806274771e-02 3.597527080437434160e-03 5.458287940307515425e-05 4.422420000000000240e-01 1.697146241421723040e+06 +9.750000000000000000e+02 2.250549909411584615e+00 1.150343048371471610e+00 5.980525364154378742e-01 2.530608027399287585e-01 7.126645132303692509e-02 1.133620000377929225e-02 3.445268332217880079e-04 5.857438955183320787e-06 -7.231999999999999540e-02 8.614340794534970075e+06 +9.760000000000000000e+02 2.515218760807921505e+00 1.241457784270111553e+00 6.159172990374737200e-01 2.406697762657270812e-01 5.700404926952622187e-02 3.867799529088478214e-03 -6.974593719760865344e-04 -1.493056688351885180e-06 -3.519630000000000258e-01 -2.238858260319264140e+06 +9.770000000000000000e+02 2.497482406570092461e+00 1.180038234474469983e+00 5.701821733951568660e-01 2.294275907831962169e-01 6.755128365738510832e-02 1.131303825678914819e-02 -4.969191482098963587e-04 -1.075629765374096801e-05 -2.901830000000000243e-01 3.862734180013271980e+06 +9.780000000000000000e+02 1.986436549675863139e+00 8.087542595914927190e-01 2.887017804039404556e-01 4.255320270735781646e-02 -1.923636377400268771e-02 -9.043164918980288805e-03 1.052690303719391738e-04 1.151039127146357112e-05 1.360490000000000033e-01 1.309575871251342259e+07 +9.790000000000000000e+02 2.161517746021992536e+00 9.317668101444780415e-01 3.851997522280979913e-01 1.237858800349019989e-01 4.842970165851888387e-02 3.210315772799147288e-02 6.506800542756979201e-03 1.160179489626101768e-04 1.178282999999999969e+00 1.748696593787884340e+07 +9.800000000000000000e+02 2.019000262235318921e+00 8.266744516289978861e-01 2.841298945958991018e-01 2.231132874450294720e-02 -3.719276868001130526e-02 -1.452695993138368273e-02 8.992437318243936021e-04 4.705428585122163365e-05 3.316100000000000297e-02 -1.486699490911694430e+07 +9.810000000000000000e+02 2.056281152517530408e+00 8.294302557599413372e-01 2.986021559218796639e-01 4.893550014128873055e-02 -1.984806402862947239e-02 -1.342567882706406993e-02 -1.083102645596103987e-03 -5.100011097744856423e-06 -1.038000000000000077e-03 1.825031842204837501e+07 +9.820000000000000000e+02 2.506639157304194399e+00 1.064850362026206199e+00 3.937241360942401736e-01 4.896709211861643984e-02 -5.448959088727994837e-02 -3.755521346137385280e-02 -4.208990950465104318e-03 -3.044237182368529632e-05 -7.201800000000000423e-01 2.117675902515892871e+06 +9.830000000000000000e+02 2.078922219698533969e+00 7.645290824750287095e-01 1.810626347858876051e-01 -8.219030155441264807e-02 -1.105846995387735621e-01 -4.741640735176912841e-02 -2.879584114918818088e-03 -4.963732707390693700e-06 -3.036309999999999842e-01 6.294883394657829776e+06 +9.840000000000000000e+02 2.460700752327747765e+00 1.563514886054320652e+00 1.021448924118186330e+00 5.959325449528479757e-01 2.815309372857403014e-01 1.021807083083977052e-01 1.124536005230945129e-02 1.653723424905769433e-04 1.201300999999999952e+00 6.397369841424359940e+06 +9.850000000000000000e+02 2.339834428806408351e+00 1.475148341453291323e+00 9.610559120971794433e-01 5.572735745201173874e-01 2.513216855811569173e-01 7.616632566125333681e-02 4.038141290723201021e-03 6.539354686886280821e-06 1.097189999999999971e-01 2.550606567148790881e+07 +9.860000000000000000e+02 2.814107004818018787e+00 1.714863609099749553e+00 1.085116127279848186e+00 6.122794576954890822e-01 2.746787362828316259e-01 8.842542179652022882e-02 6.388259955965474614e-03 4.632795219336558346e-05 -7.187899999999999845e-02 -2.843884689661492035e+07 +9.870000000000000000e+02 2.713230327745232540e+00 1.604271610635268130e+00 1.014303527133503247e+00 5.992618670222426003e-01 3.084751718504877283e-01 1.281776839198562057e-01 1.721828545063770408e-02 3.741019194006454615e-04 2.189449000000000201e+00 7.243250549505639821e+06 +9.880000000000000000e+02 2.932530612383586366e+00 1.685920488373342740e+00 1.024547763725424998e+00 5.561944389491618734e-01 2.373496728256741517e-01 7.070806038224723700e-02 4.054810586256998514e-03 1.485626566174968198e-05 -6.860800000000000232e-02 6.144097595660833176e+05 +9.890000000000000000e+02 2.388526389613359502e+00 1.446231891294419647e+00 8.947854080843069546e-01 4.884121509595732435e-01 2.107074998428133394e-01 6.543314479968338759e-02 4.739708262994533731e-03 3.868801641624617640e-05 4.972599999999999798e-01 3.485494893517455459e+07 +9.900000000000000000e+02 2.470748514186345002e+00 1.404502050616672548e+00 8.209367846090367404e-01 4.119164436589850542e-01 1.536316244822486521e-01 3.792083479578597233e-02 1.507566856867987486e-03 2.738294863118597109e-06 -4.558220000000000049e-01 -2.025409552216179669e+07 +9.910000000000000000e+02 2.976763987007101431e+00 1.641314678379388381e+00 9.761153901178267756e-01 5.490460115245798800e-01 2.740342021118417626e-01 1.078219222390594534e-01 1.093962428068203860e-02 1.015552877157823775e-04 1.310416999999999943e+00 1.720848322137738392e+07 +9.920000000000000000e+02 3.166231680980314600e+00 1.739582665890655244e+00 9.901611096931740574e-01 4.822431471169441597e-01 1.659914339307421716e-01 2.897765214791498192e-02 -1.705659969354917944e-03 -5.190934562793814909e-05 -1.114548000000000094e+00 -1.840528506502810121e+07 +9.930000000000000000e+02 2.627713085967174678e+00 1.389836194126693680e+00 7.660112837241263017e-01 3.702485166257494242e-01 1.436492900180183219e-01 4.229562270293455578e-02 2.703708997023442952e-03 1.207504185433658803e-05 1.678600000000000092e-01 1.211893732217639685e+07 +9.940000000000000000e+02 3.045393301130977726e+00 1.587862258708788277e+00 8.560207058396882562e-01 3.967912273233858977e-01 1.412817318426433932e-01 3.507278447655978043e-02 1.305973158863340221e-03 -8.117526799828541277e-07 7.421400000000000219e-02 3.047585630280100927e+07 +9.950000000000000000e+02 2.649647501133880922e+00 1.396735393394799907e+00 7.330234007671644347e-01 2.963615629930944628e-01 5.822988462338306304e-02 -9.433326537238675980e-03 -3.389460358361636762e-03 -3.992942890457306174e-05 -1.001975000000000060e+00 -1.629150378115634806e+07 +9.960000000000000000e+02 2.735820082975517042e+00 1.410916066769791088e+00 7.146813328689756162e-01 2.632742893124284111e-01 2.725152460386157799e-02 -2.761263035474436495e-02 -6.616318544208380122e-03 -1.134869848890974868e-04 -1.684058000000000055e+00 -3.550728826159384102e+07 +9.970000000000000000e+02 2.758372011467534080e+00 1.345654524242839711e+00 6.427266942976763708e-01 2.311831583019338665e-01 4.603241512863405493e-02 9.617237888697380277e-04 -7.841570674298314197e-04 -7.845613767683797384e-06 -3.576360000000000094e-01 -2.337454867557685357e+06 +9.980000000000000000e+02 3.070905589417836090e+00 1.490861318523626355e+00 7.177020388189493394e-01 2.745272652639175193e-01 7.749511161396355208e-02 1.993357442218889053e-02 1.925619185810102706e-03 2.154296969765360018e-05 2.157979999999999898e-01 1.355766001315722428e+07 +9.990000000000000000e+02 3.071936000215597762e+00 1.488769231322706554e+00 7.139046978429832713e-01 2.695104359318983844e-01 7.240890565646139476e-02 1.662243256327497129e-02 1.383999696552818369e-03 1.456536070190771098e-05 1.157989999999999992e-01 1.215555186345581710e+07 +1.000000000000000000e+03 2.705800555346992819e+00 1.179404253726069829e+00 4.973419142566493090e-01 1.503595132237939835e-01 2.188281630510158227e-02 -2.275667147787887278e-03 -7.682340562601649471e-04 -5.904999124924262872e-06 -2.718169999999999753e-01 -2.233124758053362370e+06 +1.001000000000000000e+03 3.245980518441621054e+00 1.492905286550378685e+00 6.630870115210562021e-01 1.992170607867407850e-01 4.868543976098232973e-03 -2.446959263371392690e-02 -4.208023606679157404e-03 -5.219765452722997020e-05 -7.786830000000000140e-01 3.648000767854170408e+06 +1.002000000000000000e+03 2.824025376733829695e+00 1.235413595185165914e+00 4.999071460459789118e-01 1.142345228236842369e-01 -1.938948894502122780e-02 -2.357392174878985766e-02 -3.604005663960434345e-03 -7.279119389397017633e-05 -7.443819999999999881e-01 -9.331409924130989239e+06 +1.003000000000000000e+03 2.754557786204613112e+00 1.175021806789084078e+00 4.472166297826898340e-01 7.005389940592346432e-02 -5.064457287109579153e-02 -3.863131479945895730e-02 -5.103021690099442120e-03 -7.089444658128992197e-05 -9.760320000000000107e-01 -1.136217945244706236e+07 +1.004000000000000000e+03 3.140904170624433167e+00 1.949403681962661228e+00 1.280179175391400470e+00 7.806791667407433355e-01 4.082723507885279712e-01 1.678294267475796409e-01 2.072845976602412030e-02 3.604007926979652435e-04 2.693421999999999983e+00 2.859164948890981451e+07 +1.005000000000000000e+03 3.145187621541504441e+00 1.953560743560877055e+00 1.283829617572523007e+00 7.832099140480626165e-01 4.090067806000144413e-01 1.672017672309197567e-01 2.027789564870669317e-02 3.388790445177855006e-04 2.613767000000000174e+00 2.912464825977181271e+07 +1.006000000000000000e+03 3.144994227237087436e+00 1.930476420358536060e+00 1.242867142198921471e+00 7.203894438556522895e-01 3.342280241307917232e-01 1.128307097185645841e-01 9.434036191975858632e-03 8.382123883478939804e-05 3.524390000000000023e-01 -1.953276151901573688e+07 +1.007000000000000000e+03 3.546068180734961661e+00 2.180205603531855107e+00 1.396052007034235709e+00 8.045020460167559007e-01 3.742978562028216882e-01 1.276655819304154393e-01 1.074445879172805825e-02 9.687333119950471713e-05 9.803469999999999684e-01 3.611761081976610422e+07 +1.008000000000000000e+03 3.398314203749956519e+00 2.055822109847516010e+00 1.292993167665140497e+00 7.239362687763638560e-01 3.168328622991515298e-01 9.421898458589442193e-02 5.230627091015661000e-03 2.488556137621633548e-05 -2.629090000000000038e-01 -1.272272180305746617e+06 +1.009000000000000000e+03 3.093886186339888322e+00 1.847973864615798600e+00 1.155867060166456017e+00 6.568934342041951036e-01 3.145179094829804178e-01 1.194151281229712952e-01 1.292946429376695856e-02 1.571535438716704556e-04 1.572244999999999893e+00 2.455186181196872517e+07 +1.010000000000000000e+03 3.562799699377291684e+00 2.065840367023832336e+00 1.254829162921369923e+00 6.888945906298128419e-01 3.131499219042731541e-01 1.077507294562748824e-01 8.980306081128729134e-03 6.700196802330152300e-05 1.200770000000000032e-01 -4.339665257412139326e+07 +1.011000000000000000e+03 3.638216651450004058e+00 2.071132270788705654e+00 1.233887715771690097e+00 6.557228443620291003e-01 2.792417436784454532e-01 8.662923108581752074e-02 6.301817611316933194e-03 4.899569833045525107e-05 -3.202829999999999844e-01 -4.615704694256208092e+07 +1.012000000000000000e+03 3.159663180366901525e+00 1.800302214778329857e+00 1.047654333894834755e+00 5.161695478510733848e-01 1.816327459012671841e-01 3.830948272468152893e-02 5.921523484402730318e-04 -6.911999987805746139e-06 -6.855769999999999920e-01 -1.042241475867309235e+07 +1.013000000000000000e+03 3.410702345023591597e+00 1.933315385307885714e+00 1.145680898074095788e+00 6.017829453348948476e-01 2.492826438427516167e-01 7.308132993866825466e-02 3.923277262938616380e-03 2.252727866271061254e-06 4.344800000000000051e-02 1.865191835860761255e+07 +1.014000000000000000e+03 3.658532945942019055e+00 2.004903989483964644e+00 1.138905358332305662e+00 5.677591660945279228e-01 2.225965273194733529e-01 6.097946583229714446e-02 2.930350334312568049e-03 8.794196500311867389e-06 -3.651510000000000034e-01 -9.371436542843366042e+06 +1.015000000000000000e+03 3.799584089473444060e+00 2.136957744543461768e+00 1.227895096036900613e+00 6.001967132868828436e-01 2.130520230054374353e-01 4.498118445277853733e-02 -9.959504853547605091e-05 -2.647007323663583031e-05 -4.421820000000000195e-01 4.172249685030361265e+07 +1.016000000000000000e+03 3.233309140525105541e+00 1.709117921849142130e+00 9.366445393273286069e-01 4.411082040827680739e-01 1.545231019334156186e-01 3.435547741668726340e-02 7.136238858052915655e-04 -3.200247355416132272e-06 -5.289519999999999778e-01 -1.272423647655365616e+07 +1.017000000000000000e+03 3.491731026070350463e+00 1.860897611309331401e+00 1.013365731183884844e+00 4.664149097665032384e-01 1.557474418832830165e-01 3.200853469686090053e-02 7.237392377783425246e-04 1.128890419871419596e-05 -5.044899999999999940e-01 -5.419833614358277060e+06 +1.018000000000000000e+03 3.583680789563888691e+00 1.810374304198939743e+00 9.207396932678222345e-01 3.766384495200340576e-01 9.908815682827473714e-02 8.392143329096849944e-03 -2.408818231706504314e-03 -4.349480219629533984e-05 -9.243019999999999570e-01 -1.206010179183862731e+07 +1.019000000000000000e+03 3.414932946746957132e+00 1.739701339413699754e+00 9.123022206962907443e-01 4.075129107737645029e-01 1.392668943965127970e-01 3.485034431583104025e-02 1.937976134314286147e-03 1.207000774875509281e-05 2.347750000000000115e-01 3.162790240950111672e+07 +1.020000000000000000e+03 3.404428836902801514e+00 1.675732171596964637e+00 8.429811075199543646e-01 3.518376363325804723e-01 1.042884564805344749e-01 1.813290146626083191e-02 -3.421393611059532838e-04 -2.077621501600620586e-05 -1.408999999999999975e-01 2.297020994275704026e+07 +1.021000000000000000e+03 3.397745396353712088e+00 1.691093020078369147e+00 8.517481775588948700e-01 3.469043034451095853e-01 9.001125673435930730e-02 4.783549726936612255e-03 -4.214489838550867715e-03 -1.320851203151260193e-04 -8.992710000000000425e-01 1.234976457933500223e+07 +1.022000000000000000e+03 3.389926076590181747e+00 1.615950291277413076e+00 7.602602504692468344e-01 2.618345944717381246e-01 2.993265620107223371e-02 -2.228581004368988122e-02 -5.615378498885267161e-03 -7.398540132621823353e-05 -1.033565000000000067e+00 1.050633610835776106e+07 +1.023000000000000000e+03 3.396288659427785905e+00 1.622571437908007397e+00 7.664626700856318475e-01 2.669149636414210325e-01 3.314724319120954110e-02 -2.093138247765083046e-02 -5.477764096307634160e-03 -7.169848866456336679e-05 -1.013174000000000019e+00 1.095218277863529511e+07 +1.024000000000000000e+03 4.333029584810759616e+00 2.599087297744592462e+00 1.638695990648099343e+00 9.310714359592611178e-01 4.212310600564201368e-01 1.346397062227265573e-01 9.496267845440369698e-03 6.721344404727682168e-05 6.987200000000000355e-02 -8.969803658009044826e+06 +1.025000000000000000e+03 3.946727958809302717e+00 2.353593025378078796e+00 1.494927874144221125e+00 8.825724339668918894e-01 4.433127924756638527e-01 1.692187398849780144e-01 1.655379227569214740e-02 1.705807474120133393e-04 1.380819999999999936e+00 -1.051869253212010488e+07 +1.026000000000000000e+03 4.057476232928251214e+00 2.411235437631928935e+00 1.505713429474690113e+00 8.479300034275388809e-01 3.830723077383927366e-01 1.245657483460578530e-01 9.792206399185049079e-03 9.876986324765099016e-05 3.173100000000000226e-02 -3.195972820043287054e+07 +1.027000000000000000e+03 3.980554881572999637e+00 2.347977967852252323e+00 1.476941043215103777e+00 8.582145365064122178e-01 4.189592356999970457e-01 1.548966126686073530e-01 1.546711704375812284e-02 2.117720103349123874e-04 1.276818999999999926e+00 -3.655416680433393922e+06 +1.028000000000000000e+03 4.408046537762803752e+00 2.541765624429416892e+00 1.514261284505289851e+00 7.904185859547537829e-01 3.196958349299452440e-01 9.007291372454069578e-02 5.247914901520048074e-03 3.648343748026122832e-05 -5.173729999999999718e-01 -2.393220634697531909e+07 +1.029000000000000000e+03 4.136372290428316667e+00 2.369737658055486307e+00 1.411603321420860313e+00 7.393207539048223254e-01 3.004812148465171862e-01 8.522280630529857626e-02 4.980765038646721952e-03 2.849764566394720884e-05 -3.745140000000000136e-01 -1.501560357551781647e+07 +1.030000000000000000e+03 4.066060672506893958e+00 2.273805434140767634e+00 1.330731118346641484e+00 6.946986586468075764e-01 2.887411334289279319e-01 8.409509877143762913e-02 4.617386171085842775e-03 1.868043787255799996e-05 -1.674940000000000040e-01 3.999186780886165798e+06 +1.031000000000000000e+03 4.443558019530036596e+00 2.508251868393112538e+00 1.490876325850294837e+00 7.876563998783933096e-01 3.227753823566942293e-01 8.937270679110176363e-02 4.385543751121286256e-03 1.497188727123013023e-05 -5.615280000000000271e-01 -1.658954092447381094e+07 +1.032000000000000000e+03 4.248558247983725167e+00 2.365751206359647529e+00 1.368450087140004268e+00 6.910487143739885152e-01 2.688374758555742705e-01 7.268602177384263230e-02 3.702934401726356781e-03 1.403069950589683296e-05 -2.757560000000000011e-01 3.093637453954426572e+06 +1.033000000000000000e+03 4.118799950671362176e+00 2.217152508994419513e+00 1.245519878681540238e+00 6.157407761853240791e-01 2.436844202139292481e-01 7.317887916142426508e-02 5.576368943117725359e-03 4.719482252035057208e-05 -3.260400000000000104e-02 -2.196542626384479925e+07 +1.034000000000000000e+03 4.436777926535279803e+00 2.360581150009519735e+00 1.305326951212445463e+00 6.263316386353954268e-01 2.320156449230603157e-01 6.099254604101705252e-02 3.240352661170973168e-03 2.254809952263299187e-05 -1.430039999999999922e-01 5.939922356066533364e+06 +1.035000000000000000e+03 4.580455423748806432e+00 2.462345574713426188e+00 1.388622942953331663e+00 6.936899517525184633e-01 2.754505051773438740e-01 7.853308304946257645e-02 4.913201084709702647e-03 4.759543335510532094e-05 1.027499999999999941e-01 1.677473450024698675e+07 +1.036000000000000000e+03 4.547690888082038363e+00 2.391913885980919474e+00 1.294831958135983951e+00 5.953567420596538318e-01 2.037180174875735106e-01 4.749976783345808556e-02 1.874018407633700964e-03 3.121191267159669577e-06 -1.118930000000000063e-01 2.547206559660148248e+07 +1.037000000000000000e+03 4.385910014526151812e+00 2.283807639300720282e+00 1.214951539116973844e+00 5.420149654753722013e-01 1.755676812784961460e-01 3.685434867429802225e-02 1.148261535617351500e-03 1.028011709051066430e-05 -7.249339999999999673e-01 -2.994065383144591004e+07 +1.038000000000000000e+03 4.425763204269422602e+00 2.662723128989902488e+00 1.698257403205764682e+00 1.007244873294556697e+00 5.134892697838766562e-01 2.043693041818286926e-01 2.371070807162424521e-02 3.954065180845295433e-04 2.193370999999999960e+00 -3.092965790751473978e+07 +1.039000000000000000e+03 4.410526783245687810e+00 2.654969877244544474e+00 1.695755139240392229e+00 1.008421118082693191e+00 5.164974419012435813e-01 2.072500234020334398e-01 2.451619537422128695e-02 4.139130146028179437e-04 2.309730000000000061e+00 -3.275648456313379109e+07 +1.040000000000000000e+03 4.508225676065501730e+00 2.690736130372215484e+00 1.683413587756375396e+00 9.455006268187108320e-01 4.212277349896338952e-01 1.314422873637959011e-01 8.549699543105845900e-03 4.895596276735307247e-05 1.630359999999999865e-01 1.775524698128869385e+07 +1.041000000000000000e+03 5.024627746860248934e+00 2.969950366488081084e+00 1.841624613603155325e+00 1.032433708903714553e+00 4.728319484645814308e-01 1.596847640098036647e-01 1.254703385029021234e-02 8.879756708520238832e-05 9.432779999999999498e-01 3.046539155887321010e+07 +1.042000000000000000e+03 4.794224362025351738e+00 2.788027320264446551e+00 1.704264646523567128e+00 9.369336084740094162e-01 4.153939597945149886e-01 1.337536907289376964e-01 9.734853038026188010e-03 6.652531297286155268e-05 3.389920000000000155e-01 6.828055591000784189e+06 +1.043000000000000000e+03 4.886155547414310796e+00 2.854772031391715092e+00 1.744714489181933059e+00 9.525848374635390581e-01 4.137887854721020719e-01 1.273754596831579156e-01 8.057157096547291550e-03 4.163901908161033453e-05 6.927500000000000324e-02 1.130598645403559506e+07 +1.044000000000000000e+03 4.663328965005645088e+00 2.690851129949925369e+00 1.611566584741118247e+00 8.460802391082841156e-01 3.395819985981801681e-01 9.105960139436629353e-02 4.183329648098331466e-03 1.345847434707629415e-05 -4.397579999999999822e-01 1.191167111834294535e+07 +1.045000000000000000e+03 4.560605257611093144e+00 2.593212423489344332e+00 1.545601898476474112e+00 8.250354594784828910e-01 3.593009546033736901e-01 1.188587964721207202e-01 9.636500306590476198e-03 7.104327842446300019e-05 3.079569999999999808e-01 -1.899069168260283396e+07 +1.046000000000000000e+03 4.589666886772119092e+00 2.590554188920510814e+00 1.532514260002517448e+00 7.951325432069150656e-01 3.101470136590536719e-01 7.869790875290874621e-02 3.260885587056875593e-03 6.557452264988711019e-06 -7.166749999999999510e-01 -1.369478264119006321e+07 +1.047000000000000000e+03 4.848408357907665334e+00 2.741847199965372628e+00 1.630073142555312549e+00 8.667965064625134941e-01 3.704581615679195528e-01 1.140320976941559400e-01 7.106541322654693835e-03 3.152286842142110570e-05 6.274200000000000610e-02 8.338861328312525526e+06 +1.048000000000000000e+03 5.026739563032598390e+00 2.796387851013508286e+00 1.625868968271619419e+00 8.295519308384781132e-01 3.265719746015247615e-01 9.057421689031344703e-02 5.652178393873322736e-03 4.236260569784324560e-05 -5.142970000000000041e-01 -3.455213596758815646e+07 +1.049000000000000000e+03 4.879000541693035764e+00 2.678930443628798397e+00 1.534958425796114634e+00 7.776316492063936048e-01 3.158810220282364800e-01 9.489350665722683098e-02 6.263148566605104481e-03 3.540898880568833378e-05 9.977800000000000558e-02 6.966111391242355108e+06 +1.050000000000000000e+03 4.766637137594976537e+00 2.544763602149259007e+00 1.415210051782113787e+00 6.837463492597364301e-01 2.496686201104990899e-01 5.654934391556604156e-02 -4.623266600518457993e-04 -8.847733058153832647e-05 -9.129789999999999850e-01 -1.238068481434723071e+05 +1.051000000000000000e+03 4.699548154234411967e+00 2.525754385237350963e+00 1.414628896238840472e+00 6.921863395404689312e-01 2.617350395769170168e-01 6.606572982398885296e-02 1.673888746955793337e-03 -2.861496907133427031e-05 -6.727739999999999831e-01 -7.607283211006474681e+06 +1.052000000000000000e+03 4.260061550082411053e+00 2.505383141942253200e+00 1.556820035949914915e+00 8.842868264551547730e-01 4.159996227020592574e-01 1.449348251293186840e-01 1.204241512207402179e-02 9.813904010997913006e-05 3.954590000000000050e-01 -3.130384276576084644e+07 +1.053000000000000000e+03 3.464834319253589090e-01 1.941394704519429915e-01 1.105958515124703112e-01 3.906734585958620415e-02 -9.645961500234516775e-03 -1.509380661876361107e-02 -1.923143245926497687e-03 -1.401531052838119062e-05 -1.502799999999999969e-02 2.279637596882234514e+07 +1.054000000000000000e+03 -9.904759056968693853e-01 -5.367952170009082646e-01 -3.067318526237959864e-01 -1.466927210752331789e-01 -4.242382315949781713e-02 -9.873586559893288584e-05 2.924626840915385551e-03 8.569475666907987448e-05 1.013009999999999966e+00 3.591510118630145490e+07 +1.055000000000000000e+03 3.752099737954362801e+00 2.190356305504371992e+00 1.346819409821100821e+00 7.579967227095801841e-01 3.569232205206913089e-01 1.262300947177910360e-01 1.106017641098441459e-02 1.047443430326706133e-04 7.340370000000000505e-01 -1.968080377112354850e+06 +1.056000000000000000e+03 -1.356012938882006580e+00 -9.009880264756533474e-01 -6.132563195561366864e-01 -3.694965769161333569e-01 -1.708689868857570515e-01 -5.386656736733262674e-02 -3.737792330045257815e-03 -2.429340199032117034e-05 2.030859999999999888e-01 3.761219127864290774e+07 +1.057000000000000000e+03 -1.219076989799525279e+00 -8.413147613469200703e-01 -5.649872154217482345e-01 -3.180887376076141360e-01 -1.285600043815581239e-01 -3.477702922299331229e-02 -2.731646705610589389e-03 -4.506515758832170819e-05 -5.010839999999999739e-01 -3.616223381040524691e+07 +1.058000000000000000e+03 -3.284958582731551391e-01 -1.216428339066633335e-01 -3.803172333522764070e-02 -5.243361119332326341e-03 -9.913792404605042876e-04 -1.864249534906510042e-03 -3.503853781462668363e-04 -2.958052844371041659e-06 6.748700000000000532e-02 1.024323296243530698e+07 +1.059000000000000000e+03 2.879895740094867485e+00 1.580029235033691304e+00 8.895683531791015453e-01 4.234675553818881277e-01 1.416829063316412674e-01 2.446346186005502257e-02 -1.277581007922923891e-03 -3.432803619551826974e-05 -8.049410000000000176e-01 -3.859865561341742054e+06 +1.060000000000000000e+03 2.107962558784457485e+00 9.109177799495410399e-01 3.824871029010847301e-01 1.172179480516395561e-01 2.165055700422691479e-02 3.423561378704008135e-03 4.480406518907777136e-04 4.900512897806445259e-06 -1.360399999999999943e-01 -1.293274498338985816e+07 +1.061000000000000000e+03 4.931572871798084456e+00 2.802094266953236268e+00 1.670026357721995813e+00 8.806265495235462426e-01 3.597029470030393417e-01 1.016787040195651359e-01 5.753361476235696083e-03 2.782135381612810897e-05 -3.586770000000000236e-01 -8.651495715913325548e+06 +1.062000000000000000e+03 -3.567073366441841475e+00 -2.070573923033534047e+00 -1.277425286922468262e+00 -7.141870542314335824e-01 -3.240065394965495060e-01 -1.085577009623847067e-01 -9.105697578712998799e-03 -8.475935438961607494e-05 -5.210179999999999811e-01 5.558354473422591400e+04 +1.063000000000000000e+03 -4.455440320443271318e-01 -1.016142992405638101e-01 2.726301145270954018e-02 7.079244217272773199e-02 6.467781912691322743e-02 3.820209315331664357e-02 6.170552049288457151e-03 9.257423218463844375e-05 9.107260000000000355e-01 -1.048933439259833843e+07 +1.064000000000000000e+03 -3.890686641982731953e+00 -2.255041350579904069e+00 -1.358116212021209801e+00 -7.159255673581085277e-01 -2.857451461986355024e-01 -7.516810114642939744e-02 -3.284832993715340165e-03 -9.447423256104623009e-06 4.109829999999999872e-01 -6.696887591529332101e+06 +1.065000000000000000e+03 4.440517859676578638e+00 2.495441095940881038e+00 1.443975572878705149e+00 7.203370957458603563e-01 2.696937327461449430e-01 6.689983513236075208e-02 2.332701616280081179e-03 -1.541763214458167713e-05 -1.735109999999999986e-01 4.298626514896273613e+07 +1.066000000000000000e+03 3.133951537480737404e+00 1.631882789872942441e+00 8.413464874874817534e-01 3.349930024761100800e-01 6.803371717688673492e-02 -1.070660174664913103e-02 -5.204180831566908305e-03 -8.383496198936175631e-05 -1.570330999999999921e+00 -3.112772174877581745e+07 +1.067000000000000000e+03 3.245193143047496953e+00 1.998625762185054500e+00 1.270540912815118162e+00 7.200380285424700100e-01 3.287557418253116981e-01 1.127386351371004319e-01 1.100174908752565676e-02 1.578258861747518530e-04 8.073000000000000176e-01 -1.123161036630807444e+06 +1.068000000000000000e+03 3.730108941171230708e+00 2.083156454065318464e+00 1.200521071122138128e+00 5.958424391979895152e-01 2.219927298898734525e-01 5.559370802738835410e-02 2.351220697512877104e-03 6.567484707501168131e-06 -3.208810000000000273e-01 6.927107262232761830e+06 +1.069000000000000000e+03 -5.529132767608433419e-01 -1.870364410159570112e-01 -2.775359159855073088e-02 4.193040720037513602e-02 4.547281385652804375e-02 2.120661811663457352e-02 1.695680944168712588e-03 7.954949564124723556e-06 9.950100000000000611e-02 -9.517493236634889618e+06 +1.070000000000000000e+03 2.798779478700454959e-01 1.927997543178922302e-01 1.406151949731196116e-01 1.001922214545918621e-01 6.459847462492589176e-02 3.088273775438981489e-02 3.480236313858988111e-03 2.841023634354736426e-05 5.337939999999999907e-01 8.402992894936498255e+06 +1.071000000000000000e+03 -8.132296691283134038e-01 -4.183858196419963926e-01 -2.137331313569746094e-01 -8.877653237487062587e-02 -3.339953636618615135e-02 -1.607978449709831711e-02 -2.500630519177643799e-03 -2.190403781052483812e-05 -5.009789999999999521e-01 -1.318130482759334892e+07 +1.072000000000000000e+03 -2.690611123578855235e+00 -1.594231412518171354e+00 -9.826635735675004479e-01 -5.282169367158060513e-01 -2.117225050977023237e-01 -5.530171674555759559e-02 -2.583765202081627493e-03 -1.240185914684719350e-05 3.267650000000000277e-01 6.246404939043794759e+06 +1.073000000000000000e+03 -3.683766225896112800e+00 -2.102402272030170938e+00 -1.285662165984695182e+00 -7.285910671462455523e-01 -3.498055176310444492e-01 -1.270222781854945804e-01 -1.123991499892792317e-02 -9.308988672292220999e-05 -8.258020000000000360e-01 4.118606910909253638e+06 +1.074000000000000000e+03 -6.059951254942428367e-01 -3.398972121277050729e-01 -2.053829940650839792e-01 -1.169857736763402906e-01 -5.577880095210287215e-02 -1.871296653643274993e-02 -1.350213930603103973e-03 -7.741302111132872824e-06 4.383999999999999703e-02 1.108427927391068265e+07 +1.075000000000000000e+03 -7.005502899063617006e-01 -1.195659226067449232e-01 7.218108309456719440e-02 1.097883138300339290e-01 6.205474369991798717e-02 1.325835292874754170e-02 -7.623223020200352393e-04 -1.547842391152918714e-05 -2.158559999999999923e-01 9.622072437386794016e+06 +1.076000000000000000e+03 1.814970172861983810e+00 9.126557618195487720e-01 4.712906693607804565e-01 2.113610689777809803e-01 8.598234274686582246e-02 3.738262533920715808e-02 6.062238560550730140e-03 9.568034878121401223e-05 7.382900000000000018e-01 -1.519904140515005216e+07 +1.077000000000000000e+03 -2.516203232413503965e+00 -1.046623281111328296e+00 -3.907892246272213210e-01 -7.231806459996407976e-02 1.780009956296810941e-02 1.241971686800417800e-02 5.857414309216852450e-04 -3.358441315646784142e-06 2.179580000000000128e-01 7.704327183383443393e+06 +1.078000000000000000e+03 2.028396432634779423e+00 1.181437855485082844e+00 7.010356505346705402e-01 3.526625817761310788e-01 1.251961877683227808e-01 2.343761408883946601e-02 -1.273538682243789731e-03 -5.008216651894544842e-05 -9.769849999999999923e-01 -2.953538455594309047e+07 +1.079000000000000000e+03 -5.159534161463768420e+00 -2.973707715371691762e+00 -1.805256643124981464e+00 -9.882537926317075394e-01 -4.343343574649705108e-01 -1.350914158609334004e-01 -8.556243012278716073e-03 -4.168222673328093875e-05 1.765200000000000102e-01 1.763781601243305951e+07 +1.080000000000000000e+03 4.291800512840215909e+00 2.534388674100036987e+00 1.597263852828632480e+00 9.371052256178754591e-01 4.677144140511616532e-01 1.771565901880899074e-01 1.767418016053930868e-02 2.036822701086217816e-04 1.405019000000000018e+00 -1.600441289512387663e+07 +1.081000000000000000e+03 -1.363923419989402808e+00 -7.755575668708190040e-01 -4.855325224039917509e-01 -2.826417056602847921e-01 -1.322031211294529829e-01 -4.127343273377537952e-02 -1.892766996137012440e-03 1.003973122188205210e-05 -8.106199999999999517e-02 -1.735395950468450785e+07 +1.082000000000000000e+03 -2.626833389021050014e+00 -1.557038039937537421e+00 -9.380922631199339889e-01 -4.805539615357828920e-01 -1.767941063091363896e-01 -3.886174900624138340e-02 -5.189156741637072825e-04 7.826564645258144435e-06 4.095440000000000191e-01 -1.301433393088391982e+07 +1.083000000000000000e+03 -3.950003456962479564e+00 -2.263078256717552694e+00 -1.376103612331267101e+00 -7.587972114465548756e-01 -3.390280412153605094e-01 -1.102285633998367625e-01 -8.168450629649813902e-03 -4.144754037348877170e-05 -1.325989999999999946e-01 1.924432235699200630e+07 +1.084000000000000000e+03 -4.457912188425448008e+00 -2.501758104132586258e+00 -1.473349098124777878e+00 -7.764765271308795569e-01 -3.289686204198430386e-01 -9.951419760577188967e-02 -5.960291143197385746e-03 -2.602338640937814588e-05 -2.088079999999999936e-01 -3.093886999776753411e+07 +1.085000000000000000e+03 -2.562898204433295746e+00 -1.612454369580849312e+00 -1.048332786649725845e+00 -6.079220272347822807e-01 -2.796549013191197419e-01 -9.189146580096389794e-02 -6.778375091736264096e-03 -4.382785896572177141e-05 -7.520660000000000123e-01 -4.660947953772192448e+07 +1.086000000000000000e+03 -3.981692351341098224e+00 -2.243940567603924574e+00 -1.336426033070969632e+00 -7.058598520786035779e-01 -2.849011514901440001e-01 -7.658417953175872261e-02 -3.934682593977955473e-03 -2.002077699816058349e-05 7.787619999999999543e-01 4.844053194035258889e+07 +1.087000000000000000e+03 -1.009280140259386366e-01 -1.226180295195349185e-01 -1.131444058185105406e-01 -8.899409771262656310e-02 -5.184654701569478552e-02 -1.797800470113142257e-02 -8.869228884349958765e-04 -1.546384909553035144e-06 1.116000000000000021e-03 -1.572908559794015251e+06 +1.088000000000000000e+03 3.752913926854676507e+00 2.020885231638973156e+00 1.112189280374099809e+00 5.105515300080516461e-01 1.626857143074564305e-01 2.895192213992580504e-02 -2.882157743343968727e-04 -1.794755972004376398e-05 -5.161980000000000457e-01 1.380054724625951611e+07 +1.089000000000000000e+03 -2.917617503421261471e+00 -1.494367198449113365e+00 -7.503353995865996717e-01 -2.850287450120816968e-01 -5.228096828308483740e-02 9.973165939041723702e-03 3.701789978660129966e-03 4.014065983734693027e-05 3.811689999999999801e-01 -5.253620600803358853e+07 +1.090000000000000000e+03 -3.065192604800961895e+00 -1.676635939697271649e+00 -9.857888263996700262e-01 -5.271986407059563451e-01 -2.202190873038665786e-01 -5.702507457668515300e-02 -1.175577780769290715e-03 1.508364046773261683e-05 4.327079999999999815e-01 -1.442690517517822422e+07 +1.091000000000000000e+03 3.969568732367622310e+00 2.262480803401154539e+00 1.356649918956766898e+00 7.237461903522726114e-01 3.007717957472332282e-01 8.533476971065842576e-02 4.465882099444601870e-03 1.729726032010437778e-05 -3.734859999999999847e-01 -7.667149927342767827e+06 +1.092000000000000000e+03 -2.802065123061766805e+00 -1.350201907876212415e+00 -6.809875356084253983e-01 -3.098255688939544061e-01 -1.341246618656057044e-01 -5.674361641024747854e-02 -7.555459776236941524e-03 -9.820482724409006637e-05 -1.090548000000000073e+00 -7.503286383319663815e+06 +1.093000000000000000e+03 -6.555709690930017208e-02 -1.424081244913784627e-01 -1.517918456252746462e-01 -1.200557026821962581e-01 -6.246531056869274873e-02 -1.863085867541292712e-02 -9.303080208005913088e-04 -3.737390506342696898e-06 3.740500000000000075e-02 4.028144210925209802e+06 +1.094000000000000000e+03 3.646867422985689555e-01 2.063059098390566393e-01 9.196590939434798329e-02 3.062507244210645532e-03 -4.149450025816728976e-02 -3.700938889054008335e-02 -7.674450601984277726e-03 -1.628565684640041278e-04 -1.532458000000000098e+00 -2.136833506826758757e+07 +1.095000000000000000e+03 -4.796463433604590598e+00 -2.759217227861701094e+00 -1.669453392088413146e+00 -9.069296998008354871e-01 -3.991152104616116914e-01 -1.300525875444817070e-01 -1.023848524743193461e-02 -9.535445984537844566e-05 -3.360779999999999879e-01 7.244041490795367397e+06 +1.096000000000000000e+03 -1.317662925429790910e+00 -8.648415919059098123e-01 -5.885773614133393838e-01 -3.701565101947009717e-01 -2.007138971974229413e-01 -8.683456545317769226e-02 -1.157447925435604701e-02 -1.944035093532493319e-04 -1.411912999999999974e+00 1.080699372313987091e+07 +1.097000000000000000e+03 3.985174691411849324e+00 2.243210861206640150e+00 1.322259477155026897e+00 6.944517084893573333e-01 2.925002502830123530e-01 9.056983699375670271e-02 6.532951407869157234e-03 4.533847019342688287e-05 5.378530000000000255e-01 3.851265626683910936e+07 +1.098000000000000000e+03 -1.015655788636817380e+00 -4.695760983514895570e-01 -2.212661107996477250e-01 -8.744299998515379924e-02 -2.894463025771050468e-02 -9.287490198266728364e-03 -1.083818642636512428e-03 -1.978055299404535134e-05 -1.500070000000000014e-01 -5.964954334760735743e+06 +1.099000000000000000e+03 -2.151085222633012661e-01 2.986745155884508451e-02 9.534073702556347674e-02 9.840547953724380903e-02 7.174352102856348945e-02 3.447199555224548378e-02 3.032386668921242378e-03 1.339819018706145052e-05 5.811509999999999732e-01 2.278496036545674875e+07 +1.100000000000000000e+03 3.331452050270509613e+00 1.848789582867476300e+00 1.075102660785700825e+00 5.512919368807095433e-01 2.200658423958168353e-01 5.989020551909084861e-02 2.233525742724931998e-03 -1.029068618696492138e-05 -5.759750000000000147e-01 -2.234668708236172795e+07 +1.101000000000000000e+03 -2.012978481135281328e+00 -1.128672781466188768e+00 -6.602967824869824254e-01 -3.381729264463206874e-01 -1.314797176688190239e-01 -3.270947276981857332e-02 -4.455166540332086353e-04 2.538898939555998206e-05 3.978619999999999934e-01 3.800561757884763647e+06 +1.102000000000000000e+03 3.603298152544593513e+00 2.003046531212066661e+00 1.154041541697190976e+00 5.809713770434481450e-01 2.328897154532524050e-01 7.430092454064263219e-02 8.009649369193436869e-03 1.369631019597632063e-04 8.231619999999999493e-01 1.933570305151138082e+07 +1.103000000000000000e+03 4.296548346349555736e+00 2.474241147733785340e+00 1.491179001691094630e+00 7.979140218029153742e-01 3.330779445221317414e-01 9.546127314136562680e-02 5.329374240240867568e-03 2.909506661940832879e-05 -5.285330000000000306e-01 -2.345353771502153203e+07 +1.104000000000000000e+03 -7.523535222289714497e-01 -5.477909174318689178e-01 -3.779597402298460196e-01 -2.194526844640736774e-01 -9.440364988118171707e-02 -2.806027526971650171e-02 -1.869633703821454995e-03 -1.259112503460093049e-05 -3.711059999999999914e-01 -2.814226555403431877e+07 +1.105000000000000000e+03 -1.489705627780807173e+00 -8.433081349786206715e-01 -5.152437181785957110e-01 -2.965977424523401629e-01 -1.490101159261253139e-01 -5.758050424757925334e-02 -5.656747440342085875e-03 -5.691692267165845910e-05 -8.279900000000000038e-01 -2.813859859106063098e+07 +1.106000000000000000e+03 1.720116452304638610e+00 1.008444667913781512e+00 6.233598202423517032e-01 3.506320646629416671e-01 1.596008279977879085e-01 5.080697572019756553e-02 3.181351177707131359e-03 1.391941402752904772e-05 -2.312009999999999899e-01 -2.803896727722943202e+07 +1.107000000000000000e+03 -3.752177097773398362e+00 -2.134077247024930735e+00 -1.279502305242138149e+00 -6.869497573900424925e-01 -2.947951614960225286e-01 -9.246757058146785890e-02 -7.081304357447317475e-03 -5.779136108588648149e-05 -1.757410000000000083e-01 9.668350538622058928e+06 +1.108000000000000000e+03 1.104477790050446551e+00 7.393039603969072671e-01 5.081425982109857298e-01 3.162832650605207352e-01 1.625696103412005988e-01 6.273752598140634740e-02 6.264238882097604259e-03 7.373152242412384766e-05 7.831249999999999600e-01 1.081312106382499821e+07 +1.109000000000000000e+03 2.520773936285155781e+00 1.348166058214326668e+00 7.584060490795727638e-01 3.832692932446519207e-01 1.644127030550989188e-01 5.808402630519610144e-02 5.852485645579828463e-03 7.099272773853170892e-05 6.901859999999999662e-01 1.199315253158032335e+07 +1.110000000000000000e+03 1.238009039556259738e+00 7.096020641139337837e-01 4.374870966612743883e-01 2.469887468865518965e-01 1.149420676523865842e-01 4.086161459071214336e-02 4.212887420040620570e-03 5.456931613089454573e-05 4.669150000000000245e-01 4.172506333838345949e+06 +1.111000000000000000e+03 1.777464471066053209e+00 9.236310438784731680e-01 4.529176496227394488e-01 1.475117143612043602e-01 3.728563890580242207e-03 -1.561274686197601860e-02 -1.232064358538108870e-03 1.210179591607724508e-05 -4.711080000000000267e-01 -2.379648887517946959e+07 +1.112000000000000000e+03 -6.693657829192422026e-01 -4.276085617848964238e-01 -2.718906225654300068e-01 -1.528521152337351807e-01 -7.483986511630653926e-02 -3.291695593883665200e-02 -4.566839672386924405e-03 -5.393184892116212206e-05 -6.869929999999999648e-01 -2.641197848325458355e+06 +1.113000000000000000e+03 -2.680113200617202818e+00 -1.522909960097480475e+00 -9.118347542581566323e-01 -4.944729724643923130e-01 -2.270225703665769423e-01 -8.538074923492267043e-02 -9.912010747890206974e-03 -1.334702189204282072e-04 -1.513549000000000033e+00 -4.238256009559767693e+07 +1.114000000000000000e+03 4.495584405894445523e-01 2.474343590813125604e-01 1.412571757152449037e-01 6.708854080514514706e-02 1.857433525004711927e-02 -1.181386915629967227e-03 -1.230745189011796985e-03 -1.450633296333047219e-05 -3.188770000000000215e-01 -1.373881883078519953e+06 +1.115000000000000000e+03 3.179813111560270578e+00 1.814873537198717690e+00 1.078126812640228360e+00 5.611513168221055059e-01 2.222150907694672994e-01 5.804628242364418683e-02 2.251504195672736353e-03 2.639064266025228491e-07 -3.256539999999999990e-01 7.172589382638762705e+06 +1.116000000000000000e+03 1.071316712884619049e+00 7.803800666011091458e-01 5.739965310369200546e-01 3.767890589516984523e-01 1.969941262553901729e-01 7.510644648765085751e-02 7.788992495427301405e-03 8.753813493460831487e-05 8.487360000000000460e-01 -1.531277714833800215e+06 +1.117000000000000000e+03 1.014492193252878316e+00 5.283756821024631067e-01 2.998866170681191989e-01 1.602052571302629569e-01 7.254877434362851096e-02 2.297933753516761060e-02 1.196661976061907853e-03 -1.851938714824349450e-06 -7.605199999999999461e-02 -4.622136817285470665e+06 +1.118000000000000000e+03 1.289993152201229565e+00 8.957351947319670549e-01 6.301703086052049541e-01 3.971971858691267787e-01 2.000352988573441959e-01 7.187794429051140577e-02 6.225286057903347929e-03 5.431436257710129295e-05 3.450349999999999806e-01 -1.848966603385121748e+07 +1.119000000000000000e+03 7.593712177467166757e-01 5.388548950191216491e-01 4.035834656554418975e-01 2.774823973538363409e-01 1.527151229086299578e-01 5.909822527914970064e-02 5.623163843226918444e-03 5.249341988862798401e-05 2.661720000000000197e-01 -3.237691699091750756e+07 +1.120000000000000000e+03 4.137491552115348803e+00 2.313977087487960382e+00 1.357779506788677315e+00 7.066107811458217647e-01 2.923846828962100020e-01 9.068293112985630067e-02 8.153059780934753323e-03 1.214432196031608199e-04 4.589770000000000238e-01 4.899098718994678929e+06 +1.121000000000000000e+03 -5.482654979227310488e-01 -3.311277103304857694e-01 -1.899353079055003113e-01 -8.134820098608662453e-02 -1.648949469379773838e-02 1.978798053767257068e-03 8.424702300581012613e-04 1.086808896407696688e-05 2.297879999999999923e-01 5.272965455604949035e+06 +1.122000000000000000e+03 3.476733741761251384e+00 1.905677371974910050e+00 1.083380008923902293e+00 5.340276507397773154e-01 2.006447198715817504e-01 5.135198756096268080e-02 2.233250752832842932e-03 5.553852922535680997e-06 -5.989809999999999857e-01 -2.922405314741608500e+07 +1.123000000000000000e+03 2.366312468317156359e+00 1.461705966358703757e+00 9.500617573801736215e-01 5.601247343292651282e-01 2.667623284634350611e-01 9.090985132771151056e-02 6.648136981283012982e-03 3.618015781094946433e-05 3.572319999999999940e-01 2.733702008120641112e+06 +1.124000000000000000e+03 3.513324824649991296e+00 1.895847025940681441e+00 1.059580416210751164e+00 5.119139350637429420e-01 1.856902210648768980e-01 4.490237433023396008e-02 2.035820241097987746e-03 9.779414571338047822e-06 -2.841179999999999817e-01 -6.585308494695820846e+05 +1.125000000000000000e+03 -4.875146267164502945e+00 -2.639900924909051927e+00 -1.493266551810210840e+00 -7.412780736171883378e-01 -2.935791677506637276e-01 -8.874722510158038202e-02 -6.543069560731787707e-03 -4.639893316731184733e-05 -2.368639999999999912e-01 -3.542335714785880875e+06 +1.126000000000000000e+03 -4.825800633678965390e+00 -2.613523947713057183e+00 -1.480101196925321050e+00 -7.370424371584769485e-01 -2.945999976531447628e-01 -9.154055570916283524e-02 -7.402537592516775060e-03 -6.059739744022467491e-05 -5.120170000000000554e-01 -1.382643428298807144e+07 +1.127000000000000000e+03 -4.880623524176818329e+00 -2.650047121123018545e+00 -1.513932142251016799e+00 -7.692465077831880382e-01 -3.157082204585373031e-01 -9.671462107619729909e-02 -6.767552853646804749e-03 -4.423772919259851179e-05 -2.972999999999999948e-03 1.497475875047104619e+07 +1.128000000000000000e+03 -4.731548050452635046e+00 -2.605944163995708607e+00 -1.499393090599849598e+00 -7.554995769411727569e-01 -2.902284998614618194e-01 -7.403183422279539794e-02 -3.162683981910371055e-03 -9.972802378766485609e-06 7.955729999999999746e-01 3.028762968886069581e+07 +1.129000000000000000e+03 -4.781758497908436212e+00 -2.681806812780951343e+00 -1.587799750072281579e+00 -8.375033496410164702e-01 -3.430173668306497614e-01 -9.467452823190451727e-02 -4.584439653955670047e-03 -1.422535810545439015e-05 3.366959999999999953e-01 -7.414523568071907386e+06 +1.130000000000000000e+03 -5.011337543214677837e+00 -2.815887063800210921e+00 -1.680189197255273825e+00 -9.036155192649339973e-01 -3.878646077552257432e-01 -1.178344291447472325e-01 -7.445196283591377223e-03 -3.678670199590556824e-05 -1.654090000000000005e-01 -1.766888737573852763e+07 +1.131000000000000000e+03 -5.041719305066641788e+00 -2.877949642048433621e+00 -1.743227249038387550e+00 -9.633050184005864658e-01 -4.442700475513674530e-01 -1.577184137298766053e-01 -1.487701309760291156e-02 -1.508594939992225371e-04 -1.222015999999999991e+00 -1.687229257814656245e+06 +1.132000000000000000e+03 -4.852135428325180300e+00 -2.785463678455172509e+00 -1.685332136709632112e+00 -9.190736257801128684e-01 -4.059695419510052639e-01 -1.307821441157697995e-01 -9.370311224606289388e-03 -5.756516687613157427e-05 -2.280480000000000007e-01 3.442528417188344058e+06 +1.133000000000000000e+03 -4.842276411825311655e+00 -2.870793621740344914e+00 -1.794972538781037796e+00 -1.007906995099243197e+00 -4.477610274806768098e-01 -1.399522661226304254e-01 -9.096141668969666416e-03 -4.447266391212007435e-05 -7.491499999999999548e-02 -8.130354233842085116e+06 +1.134000000000000000e+03 -4.834297325076670759e+00 -2.788782291187581475e+00 -1.708122650470297099e+00 -9.569326466715027957e-01 -4.439346035219355890e-01 -1.525537194419694098e-01 -1.223617203582714856e-02 -8.770412244041862944e-05 -5.979219999999999535e-01 8.700500013041332364e+06 +1.135000000000000000e+03 -4.863285619065036869e+00 -2.903908719272478844e+00 -1.834973356675871248e+00 -1.047990727238506281e+00 -4.790579664443640473e-01 -1.569431800632044849e-01 -1.162349255219903392e-02 -7.864424675539985997e-05 -4.394339999999999913e-01 -8.253057313903820701e+06 +1.136000000000000000e+03 -4.874426160352112625e+00 -2.903594886919268259e+00 -1.827761493810293514e+00 -1.037667777653169088e+00 -4.694295465352666397e-01 -1.507541200668836567e-01 -1.045288190549544319e-02 -5.844516258953433172e-05 -2.431810000000000083e-01 -6.989185938859168440e+06 +1.137000000000000000e+03 -4.246017433901386973e+00 -2.165198339283068485e+00 -1.130907184113253416e+00 -4.903735712834804694e-01 -1.520638411673816137e-01 -3.135816803053149970e-02 -9.649959784007341957e-04 -1.601322292688427296e-07 4.412499999999999756e-01 1.510503145803663321e+07 +1.138000000000000000e+03 -4.166385694758240277e+00 -2.106564784479760366e+00 -1.087863027738497079e+00 -4.627717900302321108e-01 -1.386867962441480084e-01 -2.715036783618402991e-02 -7.416316071092071737e-04 6.586178844214336242e-07 4.233390000000000208e-01 1.451380328707007878e+07 +1.139000000000000000e+03 -4.167697276604501511e+00 -2.208201021345457704e+00 -1.199731891797101602e+00 -5.493028167354817581e-01 -1.835534533159623727e-01 -3.907414512573719606e-02 -3.058043820167409554e-04 2.444701614997779019e-05 3.445969999999999867e-01 -2.551223324781309441e+07 +1.140000000000000000e+03 -4.176728979871753289e+00 -2.111222972307706502e+00 -1.118580932382889026e+00 -5.134276778690074483e-01 -1.797433982019581433e-01 -4.352845055340707342e-02 -1.870940435623046506e-03 -5.171256738235442467e-06 5.536599999999999855e-02 -6.081760812044686638e+06 +1.141000000000000000e+03 -4.439444997385227687e+00 -2.362838878184560620e+00 -1.314065756698094223e+00 -6.418657108845509107e-01 -2.489581022680195654e-01 -7.017714087998008776e-02 -3.846606308147020731e-03 -1.475781960355974863e-05 -5.065399999999999764e-02 -1.825326924488761649e+07 +1.142000000000000000e+03 -4.569823351336781414e+00 -2.450985829550393902e+00 -1.375096093734643476e+00 -6.751368686546733722e-01 -2.628734602489173899e-01 -7.884172561680198588e-02 -6.037596917063978684e-03 -4.400270917606284132e-05 -4.818870000000000098e-01 -2.177230186937688291e+07 +1.143000000000000000e+03 -4.061380534232621464e+00 -2.200237088185868384e+00 -1.245981204444108092e+00 -6.136199506617838750e-01 -2.275123618889926258e-01 -5.553202209794891320e-02 -2.219848952441851042e-03 -9.584992059692074007e-06 4.665460000000000163e-01 7.949882346758877859e+06 +1.144000000000000000e+03 -4.011632345102067454e+00 -2.195204447104365908e+00 -1.255597751708187104e+00 -6.284059343251099383e-01 -2.390478597165529850e-01 -5.939578458614531986e-02 -2.096751041946878693e-03 -2.967553511732561736e-06 7.445680000000000076e-01 2.720452504492515326e+07 +1.145000000000000000e+03 -4.631948060676642775e+00 -2.645815659126122377e+00 -1.567370545096765211e+00 -8.089040295941620773e-01 -3.176396100292462887e-01 -8.582784979299636074e-02 -4.539001759742448613e-03 -1.699996713447940569e-05 3.541610000000000036e-01 4.202639626848416519e+05 +1.146000000000000000e+03 -4.489831845544092204e+00 -2.501697417834213066e+00 -1.461025945607252075e+00 -7.600317506753559993e-01 -3.186341447380743319e-01 -9.960329526191855076e-02 -7.246684799457294400e-03 -4.738872052825349060e-05 -2.528469999999999884e-01 -1.093415178198714042e+06 +1.147000000000000000e+03 -4.151220258571536981e+00 -2.384331360153814749e+00 -1.442024531898334683e+00 -7.924417900855789121e-01 -3.687033322126433421e-01 -1.385191668637037188e-01 -1.637465441869349891e-02 -3.013516700540992232e-04 -1.381353000000000053e+00 3.087689536177623272e+07 +1.148000000000000000e+03 -4.535027738843433021e+00 -2.625471870781970196e+00 -1.599994984340619375e+00 -8.779901309049109592e-01 -3.887696190130915386e-01 -1.245265047942410302e-01 -9.158677096752937744e-03 -7.227872620592116419e-05 -1.511039999999999883e-01 7.202854295955372974e+06 +1.149000000000000000e+03 -4.156527077403034731e+00 -2.451308208872419403e+00 -1.530284770341281630e+00 -8.636254947411258209e-01 -3.899877649915071687e-01 -1.254707663230303638e-01 -8.875247395471019818e-03 -5.338533841586866319e-05 1.486500000000000044e-01 3.530372235581679642e+07 +1.150000000000000000e+03 -4.419346481891500034e+00 -2.600918632348398596e+00 -1.608613532357842990e+00 -8.951251205104326925e-01 -3.972898162753705220e-01 -1.241892493700723771e-01 -8.077214823784489503e-03 -4.372057398198686692e-05 2.227760000000000018e-01 2.230796431033898517e+07 +1.151000000000000000e+03 -3.994890401976034067e+00 -2.397391041184956162e+00 -1.535923126458653698e+00 -9.079051485050591008e-01 -4.448969638223989054e-01 -1.612083299518043134e-01 -1.440777654201757380e-02 -1.281469834580432085e-04 -7.746229999999999505e-01 2.852786014616095275e+07 +1.152000000000000000e+03 -4.008765843408586882e+00 -2.457630002485688525e+00 -1.580509021181884410e+00 -9.188532428166155119e-01 -4.307240721596207189e-01 -1.460072952034273674e-01 -1.119026140896533551e-02 -6.998058748557047654e-05 -6.671540000000000248e-01 -1.617729218315280229e+07 +1.153000000000000000e+03 -4.103998901458035142e+00 -2.497866174808889728e+00 -1.625685592890595998e+00 -9.834764566381322126e-01 -5.010960978681952005e-01 -1.938386646372101951e-01 -2.065792501655925456e-02 -2.645331677558238905e-04 -1.728501999999999983e+00 2.834166770562019944e+07 +1.154000000000000000e+03 -4.100139797222410287e+00 -2.496298515498398096e+00 -1.626727656289324031e+00 -9.869327501790035040e-01 -5.055851658756325140e-01 -1.972875669762615136e-01 -2.148337690615708187e-02 -2.868402265522947310e-04 -1.860076000000000063e+00 2.897860690324082598e+07 +1.155000000000000000e+03 -3.562782134916693266e+00 -1.704274676405106659e+00 -8.319081263896952461e-01 -3.309011854578531309e-01 -9.145123055453498184e-02 -1.660991632102785595e-02 -5.633295842916459907e-04 -8.075728731254089094e-07 -5.506699999999999789e-02 -1.384224409360859171e+07 +1.156000000000000000e+03 -3.613898511194975072e+00 -1.727623202841002348e+00 -8.462407740754701591e-01 -3.397385322159321430e-01 -9.373957172345318001e-02 -1.468071483119294876e-02 1.705399891959374708e-04 7.600218177982006657e-06 4.531769999999999965e-01 2.339072866752427816e+07 +1.157000000000000000e+03 -3.670805063006399749e+00 -1.802620272418006486e+00 -9.000258629159573198e-01 -3.569460135681579716e-01 -8.368844234851385844e-02 -3.200268389180889808e-03 1.569918718451055600e-03 1.419258797308303015e-05 5.782370000000000010e-01 7.391861612168328837e+06 +1.158000000000000000e+03 -3.983772262313198809e+00 -1.971437967951004344e+00 -1.000630957749629735e+00 -4.167352962216144263e-01 -1.165939873776830754e-01 -1.420126767469013021e-02 2.565491540941753669e-03 7.861260369846609407e-05 7.341499999999999693e-01 -4.488765122193069197e+06 +1.159000000000000000e+03 -3.939359499045048452e+00 -2.079422466608576769e+00 -1.125723445832247149e+00 -5.042175904058504576e-01 -1.552710926728296803e-01 -2.843703927506703588e-02 -2.818592253182704700e-04 7.485679044881628280e-06 2.909100000000000019e-01 -1.722546409809532762e+07 +1.160000000000000000e+03 -3.735228690024166909e+00 -1.901469147695691309e+00 -1.000102816922699978e+00 -4.346499635353713309e-01 -1.231465791963577971e-01 -1.288618988055833040e-02 2.163081286301491053e-03 3.842940792399599480e-05 7.034820000000000517e-01 -6.085801344038863666e+06 +1.161000000000000000e+03 -3.446793623442803600e+00 -1.839041081741886074e+00 -1.023201883798096512e+00 -4.876870483428045189e-01 -1.645326552887005633e-01 -2.675347383354269998e-02 3.453018729542637211e-03 1.655789474854697948e-04 9.239140000000000130e-01 -2.502649942265655845e+07 +1.162000000000000000e+03 -3.582694136249680916e+00 -1.845016497002573308e+00 -1.002189482827850586e+00 -4.824848064635916534e-01 -1.890397054682501909e-01 -5.780407822927629419e-02 -4.647171645842233280e-03 -3.348554527339861968e-05 -4.873339999999999894e-01 -1.744412323268799856e+07 +1.163000000000000000e+03 -3.637647861034193131e+00 -1.977477196329360476e+00 -1.114680095989363684e+00 -5.429136479551998073e-01 -2.042843628508903830e-01 -5.750913250844955776e-02 -3.759276100846582151e-03 4.768052615996587506e-06 -4.087199999999999861e-02 3.641387913893752557e+04 +1.164000000000000000e+03 -3.862918242990092565e+00 -2.118816514927945427e+00 -1.217418102085655596e+00 -6.250354852722413979e-01 -2.620051243187397905e-01 -8.193464538433219146e-02 -5.618189662119132954e-03 -3.249389937235404508e-05 -1.480199999999999919e-02 1.325428277269920520e+07 +1.165000000000000000e+03 -3.320358198887543910e+00 -1.884255574268997702e+00 -1.125777517974006825e+00 -5.949667736166173171e-01 -2.383456723144282696e-01 -6.177588130961580992e-02 -2.511977361397505545e-03 -5.059949937931253247e-06 6.543809999999999905e-01 2.878605438329590484e+07 +1.166000000000000000e+03 -3.653305290594310417e+00 -2.082773997582220815e+00 -1.237978239433630501e+00 -6.431345975412153804e-01 -2.527776361030913965e-01 -6.558071599031763121e-02 -2.783191412984313811e-03 -8.251725468637023593e-06 8.509120000000000017e-01 4.168407184947838634e+07 +1.167000000000000000e+03 -3.804002244942728872e+00 -2.158937136896080133e+00 -1.304391746626660131e+00 -7.216377908159054000e-01 -3.288552635482577813e-01 -1.087247984109915300e-01 -7.848019608394327454e-03 -4.798522253687958496e-05 -2.328159999999999952e-01 6.719216299644732848e+06 +1.168000000000000000e+03 -3.274916008727614791e+00 -1.965304209845682770e+00 -1.227626910497475299e+00 -6.867191047126145476e-01 -3.069735623689823223e-01 -9.759007352921009182e-02 -6.548319663888020441e-03 -3.553708213163115590e-05 4.325080000000000036e-01 5.235605361245063692e+07 +1.169000000000000000e+03 -3.194974241695088146e+00 -1.949111596373065858e+00 -1.253019789164446118e+00 -7.416677472381768554e-01 -3.687129402321353000e-01 -1.369530230200808885e-01 -1.213842902353317633e-02 -9.658378495919157968e-05 -1.048394999999999966e+00 -1.083707124789811671e+07 +1.170000000000000000e+03 -3.104963095303089560e+00 -1.921568281581185200e+00 -1.246422025201384454e+00 -7.311328554893824494e-01 -3.490714796552418231e-01 -1.235298526774170208e-01 -1.095089649281037227e-02 -1.020387816756241050e-04 -5.672960000000000225e-01 2.111319965669540688e+07 +1.171000000000000000e+03 -3.382096156632387274e+00 -2.091012239072750578e+00 -1.353506218859982013e+00 -7.900992331101263089e-01 -3.677372896667678304e-01 -1.207631305667210275e-01 -8.395490686526011631e-03 -3.980507784763334439e-05 -3.878949999999999898e-01 -1.644904320859280601e+07 +1.172000000000000000e+03 -3.777469395681129161e+00 -2.295370573725582286e+00 -1.467159863149872345e+00 -8.491615033337376328e-01 -3.951071032857433329e-01 -1.293356568807823570e-01 -8.580510766391130639e-03 -4.307282865244253881e-05 -2.080859999999999932e-01 -1.206615921819813550e+07 +1.173000000000000000e+03 -3.495421914080035553e+00 -2.195463383820735359e+00 -1.448066728003743364e+00 -8.703232793816826351e-01 -4.270342820334659395e-01 -1.541160058027664093e-01 -1.419929652304800782e-02 -1.574265623967648531e-04 -1.214955999999999925e+00 -1.302144664697100781e+07 +1.174000000000000000e+03 -3.495168765506048381e+00 -2.196005560448087479e+00 -1.448961122670997526e+00 -8.713326534795653444e-01 -4.278539416387853178e-01 -1.545223066532566136e-01 -1.421810171190809012e-02 -1.557347244998450830e-04 -1.216193999999999997e+00 -1.294003213094697148e+07 +1.175000000000000000e+03 -2.923376872913506119e+00 -1.208290620222298939e+00 -4.592311312964121317e-01 -8.737595928572518267e-02 3.257510025449643354e-02 3.084496420925468552e-02 4.881471756505913542e-03 7.178558759652776803e-05 9.303869999999999640e-01 8.575438781275670975e+06 +1.176000000000000000e+03 -2.978455411061980307e+00 -1.242112407494718518e+00 -4.717482486762084037e-01 -7.764573004498849518e-02 5.895758288547141984e-02 5.658041096776059153e-02 1.189921885618212480e-02 2.822391167039217468e-04 2.189156000000000102e+00 1.570999385804019868e+07 +1.177000000000000000e+03 -2.931015252136930371e+00 -1.300608824137755359e+00 -5.571304914168504485e-01 -1.501857225506610660e-01 1.900582578435713529e-02 4.009153609850527739e-02 8.348266603053539417e-03 1.381683733780540431e-04 1.607216999999999896e+00 1.355321945285898820e+07 +1.178000000000000000e+03 -2.976738575699875877e+00 -1.266305411314663898e+00 -5.157339462221691706e-01 -1.351578688745885548e-01 6.333822572720258825e-04 1.385635429962587400e-02 1.757312865330686903e-03 1.355376883951851956e-05 2.691970000000000196e-01 -1.962562676498887595e+06 +1.179000000000000000e+03 -2.987169301859849746e+00 -1.315296615079201814e+00 -6.085665304155523092e-01 -2.523232238725781618e-01 -1.021064363618208876e-01 -4.052051451887522110e-02 -4.227118494721469714e-03 -3.043778081521661147e-05 -4.876159999999999939e-01 5.745166022526881658e+06 +1.180000000000000000e+03 -2.809881845557324453e+00 -1.229609147149521853e+00 -5.463886519794585173e-01 -1.993000272010056473e-01 -6.139028136606249769e-02 -2.005958512047145703e-02 -2.599203854532412296e-03 -3.878452568767917807e-05 -2.288600000000000079e-01 7.738189039494428784e+06 +1.181000000000000000e+03 -2.806330459986051462e+00 -1.314703839942230390e+00 -6.362048088671716783e-01 -2.687678589473544988e-01 -1.054916651876793565e-01 -4.346267837455701499e-02 -6.491863781449696245e-03 -1.002505788364083811e-04 -7.852630000000000443e-01 1.164692923540501855e+07 +1.182000000000000000e+03 -3.304808724656263408e+00 -1.601521780284982821e+00 -7.778772428726637989e-01 -2.855710688951165754e-01 -4.618611421190833843e-02 1.276556932117698523e-02 3.440728855788199522e-03 3.178844362623720743e-05 8.830219999999999736e-01 1.269594480468366854e+07 +1.183000000000000000e+03 -3.015634390676861010e+00 -1.505205323323814293e+00 -7.810923070468809293e-01 -3.472179132675645152e-01 -1.186637878246538241e-01 -2.859641102154142356e-02 -9.632813516354712512e-04 8.922957990790538203e-07 2.598590000000000066e-01 6.496009451076902449e+06 +1.184000000000000000e+03 -3.188705924293148808e+00 -1.625352464911378192e+00 -8.458790679631179588e-01 -3.587864785442831939e-01 -9.669532324095754527e-02 -5.776335292595990469e-03 4.013426705937638700e-03 1.308907916358834078e-04 8.206740000000000146e-01 -2.264556492491886765e+07 +1.185000000000000000e+03 -3.273504214309244542e+00 -1.697103894325290296e+00 -9.170282981541310052e-01 -4.394027990903682235e-01 -1.791732139010223379e-01 -6.073336810630098476e-02 -5.272540741786994715e-03 -3.647996688861920552e-05 -3.049729999999999941e-01 1.087798719849766418e+07 +1.186000000000000000e+03 -2.894907050677739679e+00 -1.550685295056274393e+00 -8.566562192476149251e-01 -4.035024822688153545e-01 -1.436303140607657347e-01 -3.667156589065583699e-02 -1.799336070775453328e-03 -5.092743148798855187e-06 1.695760000000000045e-01 2.725894952006524429e+06 +1.187000000000000000e+03 -2.605460910881175263e+00 -1.429605050314935122e+00 -8.218352146606008324e-01 -4.151987923990989593e-01 -1.614577134012946391e-01 -4.150620637498744769e-02 -1.025469123372505127e-03 1.848221512260813943e-05 6.747990000000000377e-01 3.155965779665519670e+07 +1.188000000000000000e+03 -2.869886535475234979e+00 -1.557850660680263122e+00 -9.134961238182232046e-01 -4.969763419477830624e-01 -2.257803924893125869e-01 -7.460612994677742749e-02 -5.519823931655730084e-03 -3.679811151846083648e-05 -1.388959999999999917e-01 1.411179844348699600e+07 +1.189000000000000000e+03 -2.619259680621481401e+00 -1.497678119378006656e+00 -8.897846635693931194e-01 -4.632803863094368535e-01 -1.844796597145902384e-01 -4.906512331231720897e-02 -2.068864720763012328e-03 -3.182511702119754273e-06 4.829129999999999812e-01 2.211463864109329507e+07 +1.190000000000000000e+03 -2.782202536593910924e+00 -1.577103763344292364e+00 -9.670774022724299979e-01 -5.568648903173614162e-01 -2.784451459701938747e-01 -1.081232702953275615e-01 -1.073328088505473045e-02 -1.023266755281275182e-04 -1.184577999999999909e+00 -1.218894162682761066e+07 +1.191000000000000000e+03 -2.809890349284395406e+00 -1.683687860446355655e+00 -1.038461541722550452e+00 -5.593628595612889498e-01 -2.321562425753354864e-01 -6.944878275171774418e-02 -5.260995372616184516e-03 -4.400182362693308831e-05 -4.066569999999999907e-01 -2.131410335837551951e+07 +1.192000000000000000e+03 -3.042841599106621775e+00 -1.832722845986017868e+00 -1.151257121190150778e+00 -6.470199683070693153e-01 -2.903044810386103403e-01 -9.393540317534981865e-02 -6.991595262221555855e-03 -5.317417187194570130e-05 -2.782330000000000081e-01 -2.302711369157921057e+06 +1.193000000000000000e+03 -2.549409427720811472e+00 -1.596335250675101847e+00 -1.043884282600831881e+00 -6.170867371779719113e-01 -2.927061071641973156e-01 -9.888574965665533623e-02 -7.507409996249657901e-03 -5.139119091617430483e-05 -5.261860000000000426e-01 -1.472012693419944122e+07 +1.194000000000000000e+03 -2.446965269350397598e+00 -1.507252705759757339e+00 -9.704724961459584298e-01 -5.636494639995777156e-01 -2.595690006632627722e-01 -8.155516069648201249e-02 -4.806813286594133032e-03 -1.902110146942865036e-05 1.000719999999999943e-01 5.581429616475177929e+06 +1.195000000000000000e+03 -2.836575629744793936e+00 -1.856927258929789160e+00 -1.245938420279113723e+00 -7.486538909018068955e-01 -3.631099335319815102e-01 -1.285449365902227858e-01 -1.054501219512544649e-02 -7.305355870177137733e-05 -6.769169999999999909e-01 8.116482398939738050e+05 +1.196000000000000000e+03 -2.742361694233474978e+00 -1.777149881470952764e+00 -1.178459636827874135e+00 -6.966014612337717571e-01 -3.307693484048928045e-01 -1.151247012366033440e-01 -9.603486232433120981e-03 -7.890280254030924392e-05 -5.924070000000000169e-01 3.481764379225170705e+06 +1.197000000000000000e+03 -2.839293333132733910e+00 -1.858406307831410365e+00 -1.246993915214405613e+00 -7.494592041982919284e-01 -3.635694825894884019e-01 -1.286308511309653679e-01 -1.051100531415890757e-02 -7.180898897140603084e-05 -6.664980000000000349e-01 9.469811412580780452e+05 +1.198000000000000000e+03 -2.441620541250965282e+00 -1.598006928921084757e+00 -1.107292712985099126e+00 -7.194286545499002372e-01 -3.905905233403456633e-01 -1.508071116677344725e-01 -1.297498306471603531e-02 -9.097492812299626372e-05 -1.093898999999999955e+00 -6.028418696424529888e+06 +1.199000000000000000e+03 -2.273269071271501574e+00 -7.767605234361990574e-01 -1.769957872936668009e-01 8.463326145332716877e-02 1.294094424333266102e-01 7.569602371860409407e-02 1.085084384379699819e-02 1.574035952986826330e-04 1.807736999999999927e+00 5.052219369187285192e+06 +1.200000000000000000e+03 -2.291017930511961787e+00 -7.815921855921392769e-01 -1.817728311653124540e-01 7.548186455678447537e-02 1.164846253472877069e-01 6.490283080137540517e-02 8.301829015927814776e-03 9.764871217004453252e-05 1.459670999999999941e+00 1.381152911307220347e+07 +1.201000000000000000e+03 -2.556395101477523024e+00 -9.561911677202243887e-01 -2.939752950058450720e-01 3.390429674773118816e-03 6.864799551505394726e-02 4.002584651047529779e-02 5.247385523157781229e-03 8.042681862450029183e-05 7.691719999999999668e-01 -1.096643922599747963e+07 +1.202000000000000000e+03 -2.293813119987428983e+00 -9.105616847088970900e-01 -2.885464680394133064e-01 2.581045814414597087e-02 1.089038142464477665e-01 6.865111416867546168e-02 1.018975973677643636e-02 1.716503020557449434e-04 1.552645000000000053e+00 -8.381739353839375079e+06 +1.203000000000000000e+03 -2.160400744571572496e+00 -8.512097338145343528e-01 -2.979224337076811224e-01 -3.739543833285990937e-02 3.558354374489163668e-02 2.613731566883264329e-02 3.843615112630384932e-03 4.317181592992948676e-05 5.606940000000000257e-01 -1.140991560413501784e+07 +1.204000000000000000e+03 -2.442281139367294962e+00 -9.445691395357793674e-01 -3.242185373732439091e-01 -4.086687713585491349e-02 3.159716488758942260e-02 2.032338787577424311e-02 2.601285750914290439e-03 3.203053266837627546e-05 5.776529999999999720e-01 1.200512193797263689e+07 +1.205000000000000000e+03 -2.282578961088462144e+00 -9.282867764721028925e-01 -3.475617318657239774e-01 -6.493938822591394100e-02 2.262384531016562242e-02 1.975473659776060681e-02 2.792251484124848651e-03 3.368834876398948334e-05 6.878339999999999455e-01 2.130805015763490647e+07 +1.206000000000000000e+03 -2.275758990214289845e+00 -1.005020517960885318e+00 -4.288813871179036896e-01 -1.200984567658535535e-01 1.654380660674735406e-03 1.651814125723539972e-02 2.588587815235490058e-03 2.303906738911058562e-05 6.888260000000000494e-01 2.081034289110002667e+07 +1.207000000000000000e+03 -2.208914590368218800e+00 -9.880718550489762109e-01 -4.666042933531841519e-01 -1.994258252310088797e-01 -7.800946350842781485e-02 -2.459620946172216133e-02 -1.405160939088416104e-03 -7.106239857887316870e-06 5.668499999999999928e-02 4.228795144166793674e+06 +1.208000000000000000e+03 -2.128665508349401048e+00 -9.956229457656239346e-01 -4.581847791233428224e-01 -1.441666049293901519e-01 -2.594299648040587335e-04 2.256417768889388067e-02 3.372627245526840616e-03 1.622933863282613934e-05 7.500069999999999792e-01 1.239575331147842295e+07 +1.209000000000000000e+03 -2.130243301179281623e+00 -9.881700518872538197e-01 -4.757329038558536505e-01 -1.944304901269259256e-01 -6.817528878885677213e-02 -2.530460520084668735e-02 -3.279725263915504296e-03 -3.143382280421862067e-05 -5.640760000000000218e-01 -1.351524989361875132e+07 +1.210000000000000000e+03 -2.292737540123392037e+00 -1.071574888010241366e+00 -5.227366310321137632e-01 -2.306703815767385257e-01 -9.975103455359460303e-02 -4.104637274925537066e-02 -4.303230604572408531e-03 -3.057207895580863854e-05 -4.864600000000000035e-01 -1.239399884428612422e+06 +1.211000000000000000e+03 -2.151996051039132496e+00 -1.120359998997707551e+00 -6.020885609331307897e-01 -2.686523891922358853e-01 -7.759486147626989960e-02 -8.631898017000415660e-03 5.159590648211118818e-04 -5.846154001744689699e-06 1.201200000000000045e-01 -2.036446811746532470e+07 +1.212000000000000000e+03 -2.197325390557722802e+00 -1.196188177921884144e+00 -6.578876771737758311e-01 -2.855332547026362966e-01 -6.408484614210764596e-02 7.152531327183310125e-03 3.797478698087483617e-03 5.450596984706158860e-05 9.068699999999999539e-01 4.073317134776297025e+06 +1.213000000000000000e+03 -2.247827349175872236e+00 -1.265260379650058331e+00 -7.466676143067654259e-01 -3.868020504225305189e-01 -1.510988816955664560e-01 -3.839703894294590331e-02 -1.445408469063532830e-03 -2.649860416573293723e-06 2.095999999999999946e-02 -1.987057793818619475e+07 +1.214000000000000000e+03 -2.251436726463872606e+00 -1.215029420898655843e+00 -6.813013465688907422e-01 -3.222851665438842272e-01 -9.989520292621122122e-02 -9.008869359753441525e-03 2.988217235009368779e-03 6.192685662111303575e-05 9.997279999999999500e-01 9.820256494826786220e+06 +1.215000000000000000e+03 -2.300041125953667720e+00 -1.325679017248624136e+00 -8.000138746606463291e-01 -4.284858746391651541e-01 -1.799287447041622023e-01 -5.227660470107022700e-02 -2.814975029315117984e-03 -9.345844962118043142e-06 2.481250000000000122e-01 1.365159719730345532e+07 +1.216000000000000000e+03 -1.987153125613834392e+00 -1.193356371795081694e+00 -7.446874697416969724e-01 -4.087253583815339542e-01 -1.708150170448613503e-01 -4.712993689958015764e-02 -1.975312065051926854e-03 1.659326756016703921e-08 1.954120000000000024e-01 -1.467675498898448888e+06 +1.217000000000000000e+03 -1.850936525283898515e+00 -1.113191173591472127e+00 -7.109303351072073784e-01 -4.152432083885441716e-01 -1.976524745705371955e-01 -6.806973268251463594e-02 -5.615117891000881781e-03 -4.359391928316715440e-05 -4.887630000000000030e-01 -1.091124939068986848e+07 +1.218000000000000000e+03 -2.402541266986153445e+00 -1.399598127614579468e+00 -8.708615641192812840e-01 -5.003466561172672522e-01 -2.397036325169598359e-01 -8.344697024159473953e-02 -6.145634719054406808e-03 -3.093597552827065931e-05 -3.796959999999999780e-01 -7.853753879742959514e+06 +1.219000000000000000e+03 -2.141470948601394308e+00 -1.342348653389867419e+00 -8.866420190343774488e-01 -5.306236895232546713e-01 -2.536461054273192461e-01 -8.617436460645439000e-02 -7.346747510962993964e-03 -8.226107540619871812e-05 -2.402009999999999978e-01 2.309261276709012687e+07 +1.220000000000000000e+03 -2.035868909829904094e+00 -1.283862627391879618e+00 -8.360283096166146732e-01 -4.920504500621789568e-01 -2.370349580081614616e-01 -8.341070010015561031e-02 -6.714014198141474501e-03 -4.830162192417404289e-05 -4.028160000000000074e-01 3.158480648210016079e+06 +1.221000000000000000e+03 -2.320415006690800475e+00 -1.479647427280404104e+00 -9.946509014261528669e-01 -6.257767010336222624e-01 -3.343370329212044800e-01 -1.308238022259493871e-01 -1.197508226070673198e-02 -1.009634146127196474e-04 -1.135272999999999977e+00 -7.916925857939343899e+06 +1.222000000000000000e+03 -2.349360646743029246e+00 -1.512145857909088287e+00 -1.027368133462972288e+00 -6.551676986236497635e-01 -3.553231262157228176e-01 -1.412106530645860780e-01 -1.342966602719319891e-02 -1.241455076422999255e-04 -1.316421000000000063e+00 -6.512324363213388249e+06 +1.223000000000000000e+03 -1.881487815720140011e+00 -5.494561122303964762e-01 -4.852643955285100563e-02 1.303633126880290316e-01 1.188605882247591589e-01 5.361088769046374464e-02 5.375277707293157556e-03 4.125275649541368606e-05 8.964509999999999978e-01 2.163356668494924437e+06 +1.224000000000000000e+03 -2.170771074054998362e+00 -6.713339318439478509e-01 -9.287886274712713053e-02 1.178041819676766827e-01 1.041728609400940919e-01 3.600300766871437214e-02 1.564376106071496339e-03 2.235984419932461068e-06 2.088319999999999899e-01 -1.168226958200324094e+06 +1.225000000000000000e+03 -2.106305867936744569e+00 -7.919696779828152566e-01 -2.138562957401996256e-01 6.840967107874004749e-02 1.300337940856636232e-01 7.370831517346351780e-02 7.967228414984095508e-03 6.000586407782470524e-05 1.167467000000000033e+00 -3.200867414236112381e+05 +1.226000000000000000e+03 -2.131508381515780925e+00 -7.999914026884156204e-01 -2.126641732303341525e-01 7.452406294198102299e-02 1.365721685691477782e-01 7.800968522016731022e-02 8.874112728309183767e-03 7.657931510570547141e-05 1.311792000000000069e+00 -1.933955820960768964e+06 +1.227000000000000000e+03 -2.086682820593336096e+00 -7.935429821938806416e-01 -2.695694908718573313e-01 -4.009856115815046973e-02 2.013292072763699786e-02 1.784358949356176435e-02 2.758555471695825836e-03 1.864854032488194892e-05 7.328109999999999902e-01 1.659191346796890907e+07 +1.228000000000000000e+03 -1.380533244991728692e+00 -4.521249543846466157e-01 -7.313713781118963420e-02 8.824792260178018766e-02 1.098497535831244182e-01 6.918703945883483697e-02 1.320957949109216253e-02 3.230338748691801614e-04 2.349038999999999877e+00 1.257263195530167967e+07 +1.229000000000000000e+03 -1.730725894638770246e+00 -6.534369134933686318e-01 -2.045641327075340132e-01 -8.046258812292331197e-03 3.128707329541471904e-02 1.699548811822699373e-02 2.187259720037750769e-03 2.262755848729839178e-05 3.702559999999999740e-01 -6.194435693195970729e+06 +1.230000000000000000e+03 -1.956645307134343703e+00 -8.249864636165562537e-01 -3.094111232354972985e-01 -2.753371086942174584e-02 7.332437847134776199e-02 5.380301024064303855e-02 6.864999803098786359e-03 6.734262227904049122e-05 9.326670000000000238e-01 -8.238814579726456665e+06 +1.231000000000000000e+03 -1.447214841993473611e+00 -5.296257384813509717e-01 -1.751993073806472345e-01 -1.288801843445100750e-02 3.325642329458325386e-02 2.200978320679704975e-02 2.770812135752093695e-03 3.778829860190401779e-05 3.991560000000000108e-01 -1.259564210767505458e+06 +1.232000000000000000e+03 -1.816034158214963057e+00 -8.106316126993816651e-01 -3.555280585980014063e-01 -1.116645371592214081e-01 -1.265043758061304077e-02 6.022700203479672970e-03 1.586872060914648564e-03 3.447423459759807750e-05 4.775499999999999745e-01 1.271825720976680703e+07 +1.233000000000000000e+03 -1.661819817163231905e+00 -7.762216347370461955e-01 -3.760814835084621555e-01 -1.567539771082530620e-01 -6.160264484519251127e-02 -2.857102134754266332e-02 -4.306336740277301282e-03 -4.535492078534942266e-05 -5.203680000000000527e-01 1.311093573736398481e+07 +1.234000000000000000e+03 -1.315300267270948842e+00 -5.400417652188349571e-01 -2.331785085277829073e-01 -1.009785935193891482e-01 -5.421123567026488177e-02 -2.551737802435046984e-02 -2.462931541559574763e-03 -1.569225967116841261e-05 -1.848170000000000091e-01 4.346017799478236586e+06 +1.235000000000000000e+03 -1.440174626042768802e+00 -7.409854573870686689e-01 -3.856414685306600032e-01 -1.618940887535062212e-01 -4.504853036725516707e-02 -7.697988764613427487e-03 -3.163633529170379395e-04 -4.142663060546935522e-06 -5.014300000000000007e-02 -1.175363799191712588e+07 +1.236000000000000000e+03 -1.785116870525423449e+00 -9.081399813560063761e-01 -4.893365271747009970e-01 -2.404936770079522390e-01 -1.041144243575240630e-01 -3.797956782961559724e-02 -3.968252788310969691e-03 -3.937398349899914348e-05 -4.418619999999999770e-01 -3.233160726091498975e+06 +1.237000000000000000e+03 -1.483214309112632412e+00 -7.705768234828481722e-01 -4.441209120989109138e-01 -2.507759256501423950e-01 -1.304510935119296555e-01 -5.278827920951967984e-02 -4.822361307816118783e-03 -2.965498498592340895e-05 -3.571929999999999827e-01 1.307474227954169177e+07 +1.238000000000000000e+03 -1.844017543709031148e+00 -9.978634565534906242e-01 -5.549249575950784275e-01 -2.583300969550285653e-01 -8.446058963381421203e-02 -1.775456401890091254e-02 -9.390201942741581128e-04 -8.628225392882268277e-06 -4.283200000000000202e-02 -1.150543231390492804e+07 +1.239000000000000000e+03 -1.669119519656435680e+00 -9.621945796623503355e-01 -5.807950739641379867e-01 -3.082146102244715524e-01 -1.279663474239784160e-01 -3.849819347692828159e-02 -2.159526367646610358e-03 -3.122308651352195838e-08 1.826550000000000118e-01 1.876492398143433407e+07 +1.240000000000000000e+03 -1.453924711051303387e+00 -8.586058214036916825e-01 -5.342372879173751254e-01 -3.000199860846461952e-01 -1.388363244806078145e-01 -5.084698939100090742e-02 -6.065155596372850434e-03 -1.059850479690656322e-04 -3.604769999999999919e-01 3.213909371108919010e+07 +1.241000000000000000e+03 -1.380219013599644828e+00 -8.847319467282177552e-01 -5.910564422574937637e-01 -3.600128032317206350e-01 -1.814068110210776408e-01 -6.809245393756743758e-02 -6.412265283356904239e-03 -5.738154342108367002e-05 -3.940389999999999726e-01 2.087608862093288451e+07 +1.242000000000000000e+03 -1.273678989374482207e+00 -7.789685477920466061e-01 -5.150381568369870600e-01 -3.186926532525218292e-01 -1.611301119447407781e-01 -5.443989057910583740e-02 -2.607341504953767167e-03 1.805879853603963223e-05 5.709600000000000092e-02 -1.049230567002891330e+06 +1.243000000000000000e+03 -1.382029869474855843e+00 -9.254772606382259958e-01 -6.390840616796199525e-01 -4.101373556568203016e-01 -2.227757392283263305e-01 -8.848958903906174733e-02 -8.319315011627814033e-03 -6.846083299047911637e-05 -5.996439999999999548e-01 2.053489699207928404e+07 +1.244000000000000000e+03 -1.480724990257162421e+00 -9.638401089713197756e-01 -6.553485247920021184e-01 -4.073064640853123475e-01 -2.040074139864651304e-01 -6.970435587087681073e-02 -4.051979844774020525e-03 1.412829916282168298e-05 1.832030000000000047e-01 2.499789403271641210e+07 +1.245000000000000000e+03 -1.246584954609489815e+00 -9.281995723457764358e-01 -6.786297592324277428e-01 -4.396841129751072885e-01 -2.256065762121608198e-01 -8.132043534670181650e-02 -6.659338005000180714e-03 -5.194823098453599383e-05 -2.573349999999999804e-01 2.668094728448859975e+07 +1.246000000000000000e+03 -1.469964091175638865e+00 -1.047072843650888707e+00 -7.442797021083580322e-01 -4.698116464228515587e-01 -2.297478069138177703e-01 -7.348507121137197451e-02 -4.000237185912980560e-03 -1.168700323714454773e-05 2.852700000000000236e-01 2.374952069662146270e+07 +1.247000000000000000e+03 -1.086126501694376856e+00 -8.982541851527600651e-02 2.519823914778699381e-01 3.256958614501199167e-01 2.305219660060040254e-01 9.938961647976592151e-02 1.011420184976652772e-02 1.088068510921965981e-04 1.531293999999999933e+00 2.247647950504490640e+06 +1.248000000000000000e+03 -1.173269337521568589e+00 -1.612371640640546944e-01 2.069719385265162970e-01 3.108828719101728311e-01 2.372757360607165578e-01 1.085805604084283116e-01 1.171092800820718906e-02 1.394920642798639417e-04 1.853482999999999992e+00 1.150404467820779979e+07 +1.249000000000000000e+03 -1.242713330064258104e+00 -2.743149142040919308e-01 8.539277183041243946e-02 1.955928901699945932e-01 1.455152502928972469e-01 5.693970671402006495e-02 3.986098688437514012e-03 2.331487818217006390e-05 3.724399999999999933e-01 -9.360059802809800953e+06 +1.250000000000000000e+03 -1.292488009276195227e+00 -2.693836969830217809e-01 8.009698588557383203e-02 1.623396798321128931e-01 9.796197080979679450e-02 2.507089788246322226e-02 -1.014775224544603493e-03 -7.614075028051253582e-05 -3.236720000000000153e-01 -3.742260718729743268e+06 +1.251000000000000000e+03 -1.124332087840021144e+00 -2.389656635393559159e-01 6.641883191351935500e-02 1.500837278226304361e-01 1.073692209070041675e-01 4.061122644454326358e-02 2.504833010929943295e-03 -2.304012081699600908e-06 2.203569999999999973e-01 -4.262617940061448142e+06 +1.252000000000000000e+03 -1.413919452370658636e+00 -3.751903556289107877e-01 -1.392612597479266773e-02 8.371066079566720497e-02 4.184693937679237474e-02 -5.360806131040376545e-03 -6.399606693166768299e-03 -2.057448070680934545e-04 -1.232998000000000038e+00 -5.162568510677407496e+06 +1.253000000000000000e+03 -9.968729189124195811e-01 -2.858618753678804358e-01 -1.471434735007025665e-02 8.450009848781113442e-02 7.662995768919902972e-02 3.462602842542004261e-02 3.115318678304862098e-03 1.817391314085448217e-05 5.110599999999999588e-01 7.851770815928232856e+06 +1.254000000000000000e+03 -7.597043481725627156e-01 -1.129722699094447835e-01 1.182501343141828531e-01 1.870437504562582343e-01 1.496594640913255780e-01 7.293696877176369942e-02 8.901782303241415062e-03 1.179553080215167042e-04 1.021406999999999954e+00 -2.408067629788098857e+07 +1.255000000000000000e+03 -5.902570871942555142e-01 -9.569427020408807771e-02 6.071117248410534684e-02 8.264961883751786864e-02 4.101123371642221432e-02 8.436763424309125931e-03 -2.479590009205894668e-04 -2.089330174895241181e-05 -8.927599999999999425e-02 -5.974948731788379373e+05 +1.256000000000000000e+03 -1.205230266147620632e+00 -4.014095664842300959e-01 -1.240103230510628263e-01 -2.618270459347776455e-02 -1.168654345340562790e-02 -1.046725711531794334e-02 -1.699529690846570676e-03 -1.312659441167941273e-05 -8.920200000000000351e-02 1.753812170671216771e+07 +1.257000000000000000e+03 -7.366545602639767987e-01 -2.898959547921139968e-01 -7.856829448301293206e-02 3.628383027999729921e-02 6.995791593435625455e-02 4.566179524434758191e-02 6.200283958242776804e-03 6.560950288946690051e-05 5.963209999999999900e-01 -3.610807803271553665e+07 +1.258000000000000000e+03 -1.183677619458786356e+00 -5.411257962458240200e-01 -2.092571029364815871e-01 -1.541521638120855152e-02 5.074469604417248397e-02 3.312593089300233662e-02 3.140843659226041744e-03 1.347193586388475545e-05 4.626100000000000212e-01 4.241925717303991318e+06 +1.259000000000000000e+03 -8.905477894590820842e-01 -4.405721967691315077e-01 -2.221082752589789988e-01 -9.397924966300812144e-02 -2.809454464515518182e-02 -2.214964123848736643e-03 1.306937345887642082e-03 2.471442736243910867e-05 4.406749999999999834e-01 4.423930132086717524e+06 +1.260000000000000000e+03 -8.680604131436763238e-01 -3.350892908937920800e-01 -1.570002633652994306e-01 -8.576930978178817777e-02 -4.915031556330799051e-02 -2.056512218194582811e-02 -1.757427887706128648e-03 -6.416809765251503431e-06 -1.424970000000000125e-01 3.884357642036942765e+06 +1.261000000000000000e+03 -9.471964885979295978e-01 -5.282275812655443659e-01 -2.984008558816637069e-01 -1.330110029037885611e-01 -2.994549444492922499e-02 4.098295659992694240e-03 1.670311098509025434e-03 1.699909675713119481e-05 4.115090000000000137e-01 1.145204864330535987e+06 +1.262000000000000000e+03 -8.363977680352485677e-01 -4.872019364956734488e-01 -2.836773815061899850e-01 -1.399959774058702477e-01 -5.630918929438635118e-02 -2.043991106631806373e-02 -2.238204034545610011e-03 -1.766694419734603447e-05 -3.017179999999999862e-01 -3.931822323639423586e+06 +1.263000000000000000e+03 -7.625980349852544693e-01 -5.093473329978442932e-01 -3.452492390950175349e-01 -2.114717277979319132e-01 -1.072244980085033661e-01 -3.908075660520537314e-02 -2.844750781237735150e-03 -9.674556928252099150e-06 -5.385619999999999852e-01 -3.821981838210492581e+07 +1.264000000000000000e+03 -4.782664558911696728e-01 -2.938017506595501649e-01 -1.833097113093919706e-01 -1.087232460479629903e-01 -6.115032003676761085e-02 -2.560936600298746937e-02 -1.870249483259426660e-03 -6.601955054830034978e-06 -3.959960000000000147e-01 -3.117131146718797833e+07 +1.265000000000000000e+03 -4.228603091857014995e-01 -3.524443203570842287e-01 -2.936668866201425643e-01 -2.348577278566978399e-01 -1.674146469164112250e-01 -8.669396141606451611e-02 -1.103844091492735269e-02 -1.285844808566719455e-04 -1.534715000000000051e+00 -2.601172487031696830e+06 +1.266000000000000000e+03 -6.901522892120451891e-01 -4.988076615987008799e-01 -3.577411505518406920e-01 -2.172244945423466300e-01 -9.423632837169751419e-02 -2.660803152891788592e-02 -1.721526880734136795e-03 -1.428651246867782144e-05 -1.475589999999999957e-01 -6.872402711587834172e+06 +1.267000000000000000e+03 -4.630338692698225400e-01 -4.216725422357119890e-01 -3.512886179515127272e-01 -2.583358816318181428e-01 -1.542091303112848311e-01 -6.808424238952620611e-02 -8.950176669506856864e-03 -1.539107221468812427e-04 -1.203623000000000109e+00 -1.410881491753838724e+06 +1.268000000000000000e+03 -2.631168419483543297e-01 -3.444582870239730754e-01 -3.359572059036013414e-01 -2.750464673785966707e-01 -1.746737889479861028e-01 -7.650520687177940482e-02 -8.231092643978085016e-03 -8.100239618172718978e-05 -9.628769999999999829e-01 5.539142317015397362e+06 +1.269000000000000000e+03 -4.575916285863823596e-01 -4.930779645822623847e-01 -4.363133802760983393e-01 -3.323727463308952523e-01 -2.019240007728634323e-01 -8.738516037248489354e-02 -9.511533040905288672e-03 -9.634831317329966400e-05 -1.137521999999999922e+00 4.559193476586414501e+06 +1.270000000000000000e+03 -3.380855422804960320e-01 -4.035138088089889052e-01 -3.840156834243454442e-01 -3.207375977351021867e-01 -2.106197733831040586e-01 -9.170751854744334242e-02 -8.795371850661204416e-03 -6.265661678124934250e-05 -1.156927999999999956e+00 -1.693159224349601194e+07 +1.271000000000000000e+03 -1.834614265126116583e-01 -3.913897401744147464e-01 -4.053548271873381181e-01 -3.268668609275657833e-01 -1.935287076249828653e-01 -7.591778995781003903e-02 -7.046075633502281617e-03 -6.693851951399764591e-05 -8.054240000000000288e-01 -4.965815930932133459e+06 +1.272000000000000000e+03 -4.849200099745119008e-01 -5.584685610260757826e-01 -5.300692077593871510e-01 -4.353211474031569717e-01 -2.812706209134891444e-01 -1.235448994229342984e-01 -1.221537326289011405e-02 -9.325224153373221797e-05 -1.389936999999999978e+00 5.572428136073605157e+06 +1.273000000000000000e+03 -5.585985131365049927e-01 -6.167117312395302697e-01 -5.778204454536344237e-01 -4.724124892318597446e-01 -3.069759082591863031e-01 -1.378296867619158428e-01 -1.482256552596382219e-02 -1.440209787444310082e-04 -1.644506999999999941e+00 2.100585103670614958e+07 +1.274000000000000000e+03 -5.390878898603649327e-01 -6.130285525318477369e-01 -5.816946606132792352e-01 -4.801576951331514298e-01 -3.143591642793400198e-01 -1.417789565481153147e-01 -1.524936156070171890e-02 -1.453851124469706171e-04 -1.734814999999999996e+00 1.826694453220084682e+07 +1.275000000000000000e+03 -6.531567722545256194e-01 -2.609256747727303066e-02 1.765415897503062603e-01 2.096083383850953219e-01 1.416873216372243893e-01 5.861793582626564220e-02 5.360329231450272625e-03 4.736979790371967873e-05 7.537869999999999848e-01 5.178246430349248461e+06 +1.276000000000000000e+03 -3.110025101661439972e-02 3.218601861133919551e-01 3.833498423622565543e-01 3.236154394498879094e-01 1.956165278762618254e-01 7.831237693629358732e-02 7.599719584574031982e-03 7.975274322684434481e-05 1.405086999999999975e+00 4.720270925935967267e+07 +1.277000000000000000e+03 -4.947005358243422579e-01 -1.446430571962772915e-02 1.690459660757398230e-01 2.237440333264393011e-01 1.755849793434723360e-01 8.298223210448593679e-02 8.660373119673707432e-03 7.781420266791944486e-05 1.066057999999999950e+00 -4.261785383869607002e+06 +1.278000000000000000e+03 -3.775995233448981026e-01 7.116105827890736868e-02 1.998701920339097937e-01 1.979689152158895515e-01 1.243283439085547115e-01 5.043259966989947080e-02 4.901707765484143893e-03 4.524251540241782510e-05 7.988570000000000393e-01 1.564478450950395130e+07 +1.279000000000000000e+03 -2.170414677512884083e-01 9.260130008839853599e-02 1.701078774091538959e-01 1.673368388381792915e-01 1.213404564437376709e-01 5.969236717891299171e-02 6.492873583660987297e-03 5.358215691816986043e-05 8.811870000000000536e-01 -9.875142282068183413e+05 +1.280000000000000000e+03 -4.056191820992997576e-01 -3.271773738829986816e-02 9.220445088397642708e-02 1.137745667837305047e-01 7.220377721414814043e-02 2.419192030135995999e-02 6.536554231265143513e-04 -1.268365192765164193e-05 4.544100000000000222e-02 1.134028823877848312e+07 +1.281000000000000000e+03 -4.245911811338688446e-01 -8.356269511439343156e-02 3.029989447856544504e-02 5.294954021007235168e-02 2.937642960153594163e-02 7.329269823617785319e-03 8.882240652736373104e-05 -2.541447265865589495e-06 1.586100000000000010e-01 1.888985700249842927e+07 +1.282000000000000000e+03 2.084158524158563619e-02 1.217665886733780845e-01 1.530190096010632939e-01 1.415117646218398972e-01 9.119756088853615827e-02 3.604091446771891250e-02 2.761603253362514190e-03 1.319808088117337610e-05 3.586000000000000298e-02 -2.078067929421749711e+07 +1.283000000000000000e+03 -4.695995563596566669e-02 3.009224394039276482e-03 3.898254302038178798e-02 5.951880597517790472e-02 4.983731700296301775e-02 2.010662973123054573e-02 9.725717831641410510e-04 2.841632511966223948e-06 4.145000000000000073e-02 9.980037488344792277e+06 +1.284000000000000000e+03 -4.025819092625851359e-01 -8.240224983016949944e-02 6.900468947456380592e-03 1.420828991104067761e-02 -5.243178827427466202e-03 -9.650471504754997223e-03 -1.554268616278493224e-03 -1.193690874232993009e-05 -1.881629999999999969e-01 3.605371835342648439e+06 +1.285000000000000000e+03 1.614946343716585631e-01 5.281143814479200005e-02 2.502046636555921300e-02 2.697925617847215379e-02 3.594669028189265148e-02 2.750558226271659912e-02 4.291106244906580519e-03 4.490521901273738018e-05 7.039279999999999982e-01 -5.614885609895116650e+05 +1.286000000000000000e+03 3.162358454336943597e-02 2.787860932866248476e-02 3.194386289985864241e-02 3.073106538557467821e-02 1.985929369062011673e-02 5.551287543088813739e-03 -4.334626125451857622e-04 -1.172704011257985794e-05 -7.113099999999999978e-02 1.211604649934849888e+07 +1.287000000000000000e+03 3.012374178707527550e-01 1.124672509664873532e-01 3.362334729475106865e-02 -1.091432748359420779e-02 -3.393966485913729042e-02 -2.902182235971700192e-02 -5.320337996944659274e-03 -8.087324062918592547e-05 -8.517980000000000551e-01 2.296137607718908228e+06 +1.288000000000000000e+03 1.281278375503112354e-01 3.287663150748343366e-02 5.452816861750841779e-03 -1.107122542333463695e-02 -2.513429278455249147e-02 -2.385163427084389942e-02 -5.389556974402157259e-03 -1.036112977840894143e-04 -8.297839999999999661e-01 9.543710106480538845e+06 +1.289000000000000000e+03 3.201278543013442723e-01 1.055290490639244766e-01 -1.977561639237773033e-02 -8.884066649433780549e-02 -9.370556873877058934e-02 -5.408826950588716681e-02 -7.399796817310507618e-03 -8.373708355038216326e-05 -1.297508000000000106e+00 -1.756706187716569752e+07 +1.290000000000000000e+03 -1.164309099896579935e-01 -1.949841876670649066e-01 -1.690666712048434217e-01 -1.010594674766908674e-01 -3.214319692251541710e-02 -2.253913161639076439e-03 4.213877102729734754e-04 2.053130724203864255e-06 1.236899999999999944e-01 -8.847942254470106855e+04 +1.291000000000000000e+03 3.380403751382705102e-01 -1.962770307699739092e-02 -1.182863178501211282e-01 -1.145891699960472632e-01 -6.621314413401063748e-02 -2.411989283150376556e-02 -1.657048072571453345e-03 -6.940925722003360850e-06 -2.782270000000000021e-01 -1.392086035974475183e+07 +1.292000000000000000e+03 4.583427864684795350e-01 3.233746978885770201e-02 -1.034288821050533130e-01 -1.240485465235558887e-01 -7.706753419857977072e-02 -2.519372974055329381e-02 -9.229443661748272000e-04 4.573704047947711180e-06 -1.104740000000000028e-01 -1.586342180496876501e+07 +1.293000000000000000e+03 9.598549891772610587e-02 -2.216518778690166891e-01 -2.864022500699776042e-01 -2.469299012371831414e-01 -1.535884507164166080e-01 -6.505276407538751471e-02 -6.827653009736018783e-03 -6.951366068800107702e-05 -8.492720000000000269e-01 -5.547175690166457789e+05 +1.294000000000000000e+03 -1.975777808437110261e-01 -3.416766868490640485e-01 -3.321742818396377084e-01 -2.537482438096910209e-01 -1.440516918764453980e-01 -5.670523679822032231e-02 -5.268592565787777633e-03 -4.041213614138531386e-05 -8.898800000000000043e-01 -2.645904788895330578e+07 +1.295000000000000000e+03 -1.404624897122571658e-01 -3.691300689431578630e-01 -3.922003207241189782e-01 -3.221742962288990375e-01 -1.973641081667637243e-01 -8.203826104890528381e-02 -8.488104725434989645e-03 -9.306387106904138702e-05 -1.102262000000000075e+00 -8.779255024953968823e+06 +1.296000000000000000e+03 -1.666623323743006146e-01 -3.878169802651613152e-01 -4.083741890176634248e-01 -3.344633106025644009e-01 -2.029102582268461075e-01 -8.259387947853502610e-02 -8.244807912790778556e-03 -8.666452508377274955e-05 -1.020462999999999898e+00 -6.774944838103972375e+06 +1.297000000000000000e+03 6.672240639447998278e-01 6.765506871663097277e-01 5.879202363420252819e-01 4.307565031795861921e-01 2.324084361659599363e-01 7.815936536844736438e-02 4.150572485996492991e-03 -5.519924471183846613e-06 -5.198900000000000049e-02 -1.244174751016938686e+07 +1.298000000000000000e+03 4.709813821334111195e-01 5.756336105333006437e-01 5.489432488029898360e-01 4.382741975077467655e-01 2.624291609157624605e-01 1.024423905651584699e-01 8.383266352523427445e-03 5.249703141179816630e-05 7.706380000000000452e-01 -3.675868966336785816e+06 +1.299000000000000000e+03 3.279932893938339311e-01 4.528277108171202547e-01 4.385907653629602110e-01 3.451545818871524784e-01 1.997577669602627060e-01 7.459481048364219324e-02 5.358836037972944735e-03 1.668056618150013743e-05 5.709490000000000398e-01 1.250846233289556950e+07 +1.300000000000000000e+03 2.772406358751634547e-01 3.640985879214556076e-01 3.678382667633842695e-01 3.122783972553808129e-01 1.973600701295522009e-01 7.942048048214758738e-02 6.669733260519629045e-03 4.370817791431465786e-05 3.679319999999999813e-01 -2.642715413570544869e+07 +1.301000000000000000e+03 4.030803471358431200e-01 4.077712611176269597e-01 3.692997490527801241e-01 2.898216271065899297e-01 1.709588634767010284e-01 6.358238602658895788e-02 4.347389639360963592e-03 1.681413538678184859e-05 1.925560000000000049e-01 -7.212236770803439431e+06 +1.302000000000000000e+03 3.528580533707543765e-01 3.539349804198166360e-01 3.241670099585548526e-01 2.669775056019113024e-01 1.746945952646961620e-01 7.677236125137948397e-02 7.740153426393961422e-03 7.007380631601981664e-05 1.015857000000000010e+00 1.107721636672761291e+07 +1.303000000000000000e+03 3.514082131849232682e-01 2.978154085918916505e-01 2.436728702547465153e-01 1.764313185539427842e-01 9.959059627287178418e-02 3.761891246561325369e-02 2.644726690864388722e-03 7.934952987554984538e-06 2.879840000000000177e-01 8.628930857440199703e+06 +1.304000000000000000e+03 7.179423502900152965e-01 5.250071192705110246e-01 4.101101845190148754e-01 3.027372786045832154e-01 1.873392358007057446e-01 8.491629133053184286e-02 1.086681358178148010e-02 1.713882637725776931e-04 1.390562999999999994e+00 -6.080359375839293003e+06 +1.305000000000000000e+03 7.250845731554073081e-01 4.122666072183874819e-01 2.774767474082879826e-01 1.859156379617994126e-01 1.025595666529622446e-01 3.434510739240728694e-02 3.041646451851439683e-04 -5.552549690330660901e-05 -2.189220000000000055e-01 8.831209653347754851e+06 +1.306000000000000000e+03 6.335622535350271534e-01 4.124265244823930310e-01 2.944902083039078189e-01 2.054087468343694933e-01 1.244826054166623397e-01 5.461249253749756588e-02 5.462601891474358831e-03 3.735189118306838317e-05 7.529249999999999554e-01 1.005703513948693685e+07 +1.307000000000000000e+03 6.895849125424664550e-01 4.100967990449872480e-01 2.595626291253034790e-01 1.454835658586510483e-01 5.921821398952453741e-02 1.305460861540655090e-02 -2.052043862519904163e-04 -1.043389386587737646e-05 -3.571199999999999930e-01 -1.167659884424509853e+07 +1.308000000000000000e+03 8.911418658268455140e-01 4.404368911866185510e-01 2.536081446634868009e-01 1.541384784011553821e-01 9.257119601320981661e-02 4.185555016867251871e-02 4.033127209505239612e-03 2.501744756554219175e-05 5.715780000000000305e-01 1.417977419653676078e+07 +1.309000000000000000e+03 8.802281321400795555e-01 4.981010775977923744e-01 2.689828455972514409e-01 1.023041107582320364e-01 7.451988541012322283e-03 -1.365055009875539710e-02 -2.682299044217913153e-03 -3.078341974678075617e-05 -6.635060000000000402e-01 -1.561431197313258983e+07 +1.310000000000000000e+03 4.359282068687535538e-01 1.691768553234689887e-01 5.910051195143213587e-02 2.187550636977824998e-03 -1.967961624128230363e-02 -1.677070516564506050e-02 -3.390338827122087954e-03 -6.138305690215757854e-05 -4.284700000000000175e-01 1.331221509625446424e+07 +1.311000000000000000e+03 1.068981187166526903e+00 4.885976712565295865e-01 2.196740988517850990e-01 7.260828875364831736e-02 1.133965492834962049e-02 -1.459111891038860232e-03 -3.378753264617092417e-04 9.569483716997342581e-07 -1.573229999999999906e-01 -3.684255852550405078e+06 +1.312000000000000000e+03 1.047590047172572980e+00 4.962952479885242019e-01 2.223581330113431620e-01 5.820042613650837360e-02 -1.119104707176999010e-02 -1.478591597499936613e-02 -1.748893687338615990e-03 -9.087168703577925156e-06 -2.239760000000000084e-01 6.942469371042575687e+06 +1.313000000000000000e+03 6.286466502398883049e-01 1.469916148173409098e-01 -1.603406561374800046e-02 -5.311091838365843837e-02 -2.836429604499642390e-02 -4.649151321779040717e-03 5.843860824291455388e-04 9.606304420858300370e-06 1.681610000000000049e-01 7.718760090195825323e+05 +1.314000000000000000e+03 6.645862630268215554e-01 1.692605847180916334e-01 -2.208379020864245992e-02 -7.563430905259287129e-02 -4.018657124974618633e-02 8.262635891863382136e-04 4.047926148546383829e-03 7.572280040568433567e-05 7.973630000000000440e-01 -8.733072123399458826e+06 +1.315000000000000000e+03 7.638790460344242472e-01 1.949952680779192538e-01 -3.025231882532625552e-02 -1.071473267721274741e-01 -8.361509640210745831e-02 -3.325992327859195186e-02 -2.755182269964627159e-03 -2.759189305435968116e-05 -3.348130000000000273e-01 -5.332207612278753892e+06 +1.316000000000000000e+03 1.165270290493484850e+00 4.673913725460391300e-01 1.148739271291426833e-01 -7.797729451045440352e-02 -1.225920144230675801e-01 -7.401936485872702420e-02 -1.095061139275096788e-02 -1.789955702899147282e-04 -1.648549999999999960e+00 3.970230271444478072e+06 +1.317000000000000000e+03 9.920936763907333145e-01 1.783013952222207710e-01 -8.256322531432802592e-02 -1.351725632483398998e-01 -8.266593098149346841e-02 -2.643540750943909959e-02 -8.122668708782083795e-04 2.389750313457023617e-05 -4.024209999999999732e-01 -3.469951956003744155e+07 +1.318000000000000000e+03 1.121439085690945525e+00 3.318591177776633039e-01 2.204125847617830012e-03 -1.313489213541682299e-01 -1.216733768772190194e-01 -5.696169090030189092e-02 -5.832654228050618804e-03 -5.057742822709501300e-05 -8.243730000000000224e-01 -1.834184466923033819e+06 +1.319000000000000000e+03 1.207448877358233252e+00 3.337934770545426533e-01 -3.163135995740635337e-02 -1.832656481188370823e-01 -1.706398400017398176e-01 -8.146902899068680926e-02 -7.262474844650816837e-03 -3.972277884478059014e-05 -1.179696000000000078e+00 -2.649799296250229329e+07 +1.320000000000000000e+03 8.786130617405903953e-01 7.733025131511479799e-02 -1.661864608290824774e-01 -1.983170337686097073e-01 -1.247595468283506370e-01 -4.841056614352758775e-02 -3.886322262460190947e-03 -1.531511636970879939e-05 -8.162469999999999448e-01 -2.628810018859450147e+07 +1.321000000000000000e+03 8.578090633506866292e-01 -4.220629439144877454e-02 -3.139932631352145842e-01 -3.299554308512228085e-01 -2.034611788058924009e-01 -7.441468052318930826e-02 -5.045751504308096380e-03 -2.349493175453617940e-05 -6.780350000000000543e-01 -5.575955234535525553e+06 +1.322000000000000000e+03 9.028003527811285789e-01 -2.545476182209616134e-02 -3.099272090454640582e-01 -3.313769257537628743e-01 -2.043106589546070939e-01 -7.350057464948918373e-02 -4.728108594054725514e-03 -1.937691014720185261e-05 -5.343560000000000532e-01 3.497196172001271974e+06 +1.323000000000000000e+03 1.414570276770879209e+00 1.027239240895032601e+00 7.454428945414109942e-01 4.824116858949115683e-01 2.519263572547635888e-01 9.961569936844896778e-02 1.217930892779234102e-02 2.155051821867236923e-04 1.331395000000000106e+00 -1.770745870728773251e+07 +1.324000000000000000e+03 9.754624525137649549e-01 8.424688610062834870e-01 6.704610235792733963e-01 4.535456033157377886e-01 2.251406225161790009e-01 7.142573782944995620e-02 4.598840981650090080e-03 3.339458075887600684e-05 -1.505049999999999999e-01 -3.300459979260681942e+07 +1.325000000000000000e+03 8.799825492637433078e-01 6.943660159949196498e-01 5.337719563485326946e-01 3.657303787830709085e-01 1.994977152468579429e-01 7.683953890388899033e-02 6.655224194050319599e-03 4.141118652403723711e-05 9.089380000000000237e-01 2.263664543485835195e+07 +1.326000000000000000e+03 1.577484391349756043e+00 1.054180847034478452e+00 7.347840788977644255e-01 4.668670225571200372e-01 2.399462011207351142e-01 8.945812758027117673e-02 8.865400616713028578e-03 1.020992879149709438e-04 9.418870000000000298e-01 6.628409611160619184e+06 +1.327000000000000000e+03 1.388118293577750073e+00 8.744229528056641776e-01 5.801956633043361400e-01 3.530290310660698094e-01 1.792716967504627001e-01 6.876923611497053057e-02 6.442089071632812330e-03 5.055352286396590488e-05 8.353589999999999627e-01 1.693320384800698608e+07 +1.328000000000000000e+03 1.580336203807739981e+00 9.968295886381218773e-01 6.741989549075815269e-01 4.205273297006277278e-01 2.186374826091295187e-01 8.540530536501679537e-02 8.282025490037417045e-03 7.315243355509042263e-05 1.032933000000000101e+00 1.657506427711904421e+07 +1.329000000000000000e+03 1.688192138382110352e+00 9.627387885308096305e-01 6.011110276074203007e-01 3.584413914700567139e-01 1.834964934507044843e-01 6.878040941864056734e-02 6.026571017460574317e-03 4.846001545775013137e-05 4.006230000000000069e-01 -1.106848334606168233e+07 +1.330000000000000000e+03 1.313220279390870049e+00 7.493732959708619967e-01 4.673963420034524807e-01 2.734602077650785112e-01 1.414846586922214045e-01 6.310876488158342901e-02 9.576424130391773815e-03 1.668122576304795191e-04 1.490769999999999929e+00 1.048927535010727681e+07 +1.331000000000000000e+03 1.691844388164746027e+00 9.591692323224485506e-01 5.839819604527027863e-01 3.236804092283882550e-01 1.434881045887692330e-01 4.471572060810771049e-02 2.888700586004259128e-03 1.463527345728410252e-05 1.448699999999999988e-01 6.852105582350355573e+06 +1.332000000000000000e+03 1.422432042533229746e+00 7.541197735460484219e-01 4.492435990037473847e-01 2.587208486707342492e-01 1.304044834461696167e-01 5.033975025681497462e-02 4.957126539446585559e-03 4.387993381646233224e-05 3.378809999999999869e-01 -1.866621255873221159e+07 +1.333000000000000000e+03 1.802961221950980519e+00 8.967980961175607835e-01 4.767898476490740056e-01 2.349598972303454103e-01 1.049617437365600453e-01 3.920981992892662998e-02 3.896444359198776835e-03 3.982632442736122477e-05 4.068450000000000122e-01 2.021314025329207769e+06 +1.334000000000000000e+03 1.633890366378394576e+00 7.870128851578727103e-01 4.199946413933473566e-01 2.097638214497733467e-01 8.357509304006413564e-02 1.849456862168085899e-02 -5.414772375795851890e-04 -1.684250324734950583e-05 -6.792199999999999627e-02 3.517659198844107985e+07 +1.335000000000000000e+03 1.199160896163635970e+00 5.699171043897622857e-01 2.664969705629929297e-01 8.256093186264487627e-02 -7.182649891728671090e-03 -2.149672374243606979e-02 -3.976345815661146317e-03 -4.365429059499041208e-05 -8.599759999999999627e-01 -1.254001371889266185e+07 +1.336000000000000000e+03 1.536832251590157128e+00 7.352894952696913400e-01 3.580747206278357964e-01 1.424277865556881906e-01 3.960767946672170969e-02 5.389656863562932582e-03 -7.060712648876989704e-04 -1.304224882943845160e-05 -1.824280000000000068e-01 1.105833381167453341e+07 +1.337000000000000000e+03 1.436703978916026747e+00 5.580558684576257811e-01 2.053601014826895721e-01 6.220293199368374243e-02 4.079594965136144891e-02 4.460202497070736571e-02 1.737408201420428955e-02 8.726571334099773912e-04 3.271685999999999872e+00 2.866277333098265529e+07 +1.338000000000000000e+03 1.810674285640376135e+00 7.858980188937257916e-01 3.223649468891621184e-01 8.048121859554890900e-02 -7.116561995484062784e-03 -1.473227901865246069e-02 -2.677834592732213168e-03 -4.150015058640890817e-05 -5.683700000000000419e-01 -4.412531287979883142e+06 +1.339000000000000000e+03 1.581376829661284900e+00 6.127852099030935973e-01 2.319325919154439641e-01 4.427704607110377610e-02 -3.512925329224302756e-02 -4.229930591867822609e-02 -8.939488939524115399e-03 -1.500579889269222753e-04 -1.678401000000000032e+00 -8.395444969188423827e+06 +1.340000000000000000e+03 1.561233808147259428e+00 5.682544082469964675e-01 1.903358511085035121e-01 3.227214503929801137e-02 -9.921457470789958946e-03 -9.876581672216095883e-03 -1.337939627869138420e-03 -7.800092580569390637e-06 -1.878450000000000120e-01 8.516644802018802613e+06 +1.341000000000000000e+03 1.785246440232769460e+00 6.912897259619654733e-01 2.138833919274386042e-01 -1.673678087635580014e-02 -6.554404834557933657e-02 -2.898366549713329507e-02 -2.320348484396983751e-04 6.252845994979555763e-05 -9.417599999999999583e-02 -2.289077017742326483e+07 +1.342000000000000000e+03 1.376486087560695015e+00 4.057430604152971743e-01 2.923209299430343244e-02 -1.104507844118120946e-01 -9.778669702641530626e-02 -3.871321035986658582e-02 -2.244582582075282679e-03 -5.239554677763537106e-06 -2.363039999999999863e-01 -3.200794285026451107e+06 +1.343000000000000000e+03 1.658302900610527875e+00 5.295474676688647353e-01 6.052073089366100112e-02 -1.358661905351017385e-01 -1.430652023667558503e-01 -7.188231293070371231e-02 -8.148256207788374603e-03 -8.716746844230735167e-05 -1.154989000000000043e+00 5.996746668558712117e+06 +1.344000000000000000e+03 1.513368016580951325e+00 4.267416018584546111e-01 1.023603217675714272e-02 -1.359477852636828410e-01 -1.178474954895929738e-01 -5.328194470324523757e-02 -5.389006065902121438e-03 -5.061549120667373404e-05 -8.050599999999999978e-01 1.871196494847399183e+06 +1.345000000000000000e+03 1.432313734697353347e+00 3.449314525424109767e-01 -8.940380275473758243e-02 -2.513759462788940358e-01 -2.226378497358532660e-01 -1.134984758020783358e-01 -1.443223439304724791e-02 -2.045043191918310261e-04 -2.375448000000000004e+00 -1.799419597774054110e+07 +1.346000000000000000e+03 1.660716661360984503e+00 4.948203245842347497e-01 1.480132145429725009e-02 -1.815981963754378370e-01 -1.834053566476570030e-01 -1.016986437787767150e-01 -1.578957007249327457e-02 -2.840487086734406379e-04 -2.399554999999999882e+00 1.468234571266361699e+07 +1.347000000000000000e+03 2.269328222478480317e+00 1.475128470220442800e+00 1.005900671434124982e+00 6.293170540058979912e-01 3.265465685873925050e-01 1.275224469444374564e-01 1.380734829819765634e-02 1.776027578359136905e-04 1.272051000000000043e+00 -2.005692156529400498e+07 +1.348000000000000000e+03 2.271212681488577800e+00 1.477613357011282824e+00 1.008723118814330189e+00 6.323002306088513214e-01 3.293000620708573245e-01 1.294223541742551276e-01 1.423841521982148993e-02 1.887844428415013168e-04 1.342997999999999914e+00 -2.008189197197256237e+07 +1.349000000000000000e+03 1.877277248107820151e+00 1.225441031612983123e+00 8.560185949148234608e-01 5.558842795109507628e-01 3.007508485037175272e-01 1.237923760837955772e-01 1.583926130494542339e-02 3.067216878949869914e-04 1.669313000000000047e+00 -2.771182720088341460e+07 +1.350000000000000000e+03 1.971272131478862155e+00 1.251391615445822669e+00 8.394534658171783903e-01 5.136309735228379303e-01 2.510929801467858269e-01 8.566047971015172680e-02 6.855903705931146001e-03 7.012218085432864146e-05 4.810380000000000211e-01 8.145089559978432022e+06 +1.351000000000000000e+03 1.946591999939567552e+00 1.143000229557574521e+00 7.335461489422108183e-01 4.475461875345223550e-01 2.352288946012039139e-01 9.420017841176606122e-02 1.029608344922624055e-02 1.223508018985998425e-04 1.205697999999999936e+00 6.140074622670440935e+06 +1.352000000000000000e+03 2.046715640430357475e+00 1.252301860898077157e+00 8.010534268291231719e-01 4.635333873148810291e-01 2.193327963866382180e-01 7.689781942592482933e-02 6.585054245627225064e-03 6.115710427008439897e-05 4.073660000000000059e-01 -9.151531637756144628e+06 +1.353000000000000000e+03 1.993080499626199709e+00 1.137407252748378950e+00 7.221907677779936252e-01 4.522798882333252113e-01 2.570189126381804412e-01 1.111213543555127220e-01 1.174699506178896249e-02 1.085354909008243613e-04 1.710123000000000060e+00 3.542222372126233578e+07 +1.354000000000000000e+03 2.225153787978723763e+00 1.324295092625406012e+00 8.011059945157885664e-01 4.179063013630751611e-01 1.642960588570797076e-01 4.368011286010940741e-02 2.378147063943301335e-03 1.744695464737043748e-05 -3.627409999999999801e-01 -2.228478145850331709e+07 +1.355000000000000000e+03 1.987744043636340718e+00 1.130891169169893740e+00 6.553672800458647529e-01 3.140210995839982089e-01 9.029269358854902228e-02 -3.334565418295505710e-03 -8.424401333104443099e-03 -3.183111913737549461e-04 -2.114256000000000135e+00 -2.470103095260509104e+07 +1.356000000000000000e+03 1.859637072204803010e+00 1.007050359772531545e+00 5.976317258694796575e-01 3.365145388532559401e-01 1.643299466941341991e-01 6.009446379893295526e-02 4.914914540546803760e-03 2.980127123897626781e-05 2.414020000000000055e-01 -1.391687542597286589e+07 +1.357000000000000000e+03 2.281133931262150139e+00 1.166293967084762961e+00 6.399612866284567492e-01 3.194678876717772509e-01 1.327479115653943664e-01 4.192287841796846215e-02 3.185399195548805230e-03 2.330312283967825917e-05 8.409899999999999320e-02 -9.675990455720553175e+06 +1.358000000000000000e+03 2.223834226430752903e+00 1.171867965104356424e+00 6.441267537710145819e-01 3.113895320226892083e-01 1.217922251592509497e-01 3.711257278706102392e-02 2.816344527873929169e-03 2.081252414922764903e-05 2.151899999999999993e-02 -1.255602429284929670e+07 +1.359000000000000000e+03 2.218845694954354908e+00 1.022184250344470691e+00 5.160921654332376596e-01 2.380996195406237526e-01 8.400111036571644707e-02 1.517867683111391586e-02 -7.376604423189847244e-04 -1.972437846128109900e-05 -2.575479999999999992e-01 1.273757926007932425e+07 +1.360000000000000000e+03 2.183143378939807366e+00 1.110965161287399638e+00 5.687628817393682867e-01 2.259238282414457732e-01 4.887349513745484209e-02 9.753586227314881832e-05 -8.362855109854646415e-04 -5.219749081159159853e-06 -1.113409999999999955e-01 1.884483312008505687e+07 +1.361000000000000000e+03 1.961295622488069323e+00 8.426756537621140630e-01 3.854618330491274003e-01 1.653969162129295678e-01 7.072438123709073876e-02 2.628609884525388851e-02 2.528903291574739927e-03 2.946242962181389358e-05 2.741730000000000000e-01 5.219164371296636760e+06 +1.362000000000000000e+03 2.265575162147247745e+00 1.093035841522121077e+00 5.279644511240320082e-01 2.007384174468947180e-01 4.886738636216528264e-02 5.411122325315338016e-03 -4.596205970376701644e-04 -7.770857397673319980e-06 -1.114170000000000021e-01 1.501249533278173022e+07 +1.363000000000000000e+03 2.147946455661366993e+00 8.768146716919924533e-01 3.314438544658887542e-01 8.303267117513594975e-02 1.756153001344807826e-02 1.061094972859208396e-02 2.144261798824023159e-03 3.140276947031925758e-05 2.887660000000000227e-01 2.770209592341369949e+06 +1.364000000000000000e+03 2.292180390270823320e+00 1.011518982007518108e+00 4.549811022306735064e-01 1.610142971253182564e-01 3.325843167565951247e-02 -6.971047579451916752e-04 -1.099966631671169979e-03 -1.074808776553335551e-05 -5.044459999999999500e-01 -1.990060842018148676e+07 +1.365000000000000000e+03 2.414442024401832310e+00 9.133269533457641920e-01 3.200947912737761025e-01 6.603463497885826705e-02 2.542332905054513984e-03 1.590550345660167843e-03 1.380834009689778548e-03 4.095435313948216245e-05 7.269399999999999473e-02 -1.267171085235352442e+07 +1.366000000000000000e+03 2.096753861749490966e+00 8.101912268277746687e-01 2.683553005573552919e-01 2.145623358078180970e-02 -3.403126511759155953e-02 -1.619140549419122860e-02 -7.715722237857590123e-04 3.086260669925828552e-06 -1.235910000000000064e-01 -9.099666239153032657e+05 +1.367000000000000000e+03 2.187635772087249908e+00 7.806251029858140011e-01 2.130794629014361730e-01 -2.756374492343090232e-02 -6.357760365625950150e-02 -2.732149786178010922e-02 -1.254750242493938997e-03 1.055445805741134982e-05 -1.868759999999999866e-01 -3.687017976028632838e+06 +1.368000000000000000e+03 2.604169849997635122e+00 1.070080908793609176e+00 3.924838359166952784e-01 3.819733511869115306e-02 -8.339832920836848240e-02 -6.184276465122386102e-02 -7.350816833868239683e-03 -5.266517757898027966e-05 -1.009166999999999925e+00 1.176591284999089316e+07 +1.369000000000000000e+03 2.237895846765330266e+00 7.439074568739626470e-01 1.553499467143766299e-01 -8.795564875362060775e-02 -1.187068207521588814e-01 -6.294576872866283757e-02 -7.352432483962235629e-03 -9.037520210072877229e-05 -1.081609999999999960e+00 3.476114694952994585e+06 +1.370000000000000000e+03 2.488983076545023820e+00 8.933312081474453770e-01 2.405768056121163900e-01 -3.872993280022041934e-02 -8.345197187806351058e-02 -4.144895384250581877e-02 -3.326699671222543495e-03 -5.336025799823197776e-06 -5.590580000000000549e-01 1.876411483007634233e+05 +1.371000000000000000e+03 2.452091123630632641e+00 1.589008627587535694e+00 1.075096379156903481e+00 6.635413777144228975e-01 3.367453975995578497e-01 1.274271479232177429e-01 1.269540460783492343e-02 1.356453000952571224e-04 9.235499999999999821e-01 -3.100462092511683702e+07 +1.372000000000000000e+03 2.334301053465293929e+00 1.536895289960547029e+00 1.064374504310726444e+00 6.835501460905910598e-01 3.728879956476477409e-01 1.591332425634620351e-01 2.150886567349027251e-02 4.210516854414424605e-04 2.578788999999999998e+00 -1.641472037687558495e+07 +1.373000000000000000e+03 2.811102988261181768e+00 1.723428398757553826e+00 1.113996026240205550e+00 6.508364531938010122e-01 3.021328695116189400e-01 9.670271130071536603e-02 5.902522634524610262e-03 2.257863379633812486e-05 -3.640220000000000122e-01 -3.617758513477333635e+07 +1.374000000000000000e+03 2.459915952769802683e+00 1.560650378756223366e+00 1.037134218311359213e+00 6.277843728252401334e-01 3.086724141950151212e-01 1.087457465164187592e-01 8.533274084107646609e-03 5.444451540806413757e-05 4.565879999999999939e-01 -6.952625625121207908e+06 +1.375000000000000000e+03 2.624296492868122499e+00 1.575947620307080577e+00 1.004270965743349731e+00 5.817458443372044430e-01 2.706688381170165858e-01 9.027751201776709755e-02 6.854292949366956253e-03 4.530139101641346736e-05 2.001719999999999888e-01 -1.496217863638366945e+07 +1.376000000000000000e+03 2.986105003716905681e+00 1.792914854497374089e+00 1.109913005276168319e+00 5.948709168715292650e-01 2.386184940595891257e-01 6.532624079849615184e-02 3.849477289105542044e-03 2.357219717628761697e-05 9.867700000000000082e-02 2.458133997193206847e+07 +1.377000000000000000e+03 3.009991557912299776e+00 1.763864440035311398e+00 1.080451089270810794e+00 5.880949158186226100e-01 2.490082633058829098e-01 7.043293381845233680e-02 2.998729386796088973e-03 -9.824460375761790581e-08 -7.236510000000000442e-01 -3.582805032821957767e+07 +1.378000000000000000e+03 2.719846243290343857e+00 1.570648360864548287e+00 9.443507541828715102e-01 4.997460311580731451e-01 2.042490649544358439e-01 5.682047617703157860e-02 2.702412068714361848e-03 6.710777247322677547e-06 -1.908150000000000124e-01 3.247614623826893978e+06 +1.379000000000000000e+03 3.100502959392454017e+00 1.725389849770505801e+00 1.000981930663427111e+00 5.050665596851763306e-01 1.897615939632394666e-01 4.530580665574494847e-02 8.630764173617140383e-04 -4.076291889054978488e-05 -2.360730000000000051e-01 2.502830389603556320e+07 +1.380000000000000000e+03 2.951797769001440752e+00 1.648878696733534932e+00 9.678440171894590049e-01 5.023984300895112387e-01 2.024829594804804789e-01 5.596145197065269250e-02 2.697359945276700966e-03 1.482429773876572259e-06 -2.223179999999999878e-01 -2.000673270830512512e+06 +1.381000000000000000e+03 2.573858177871725328e+00 1.312152557789191043e+00 7.109155164561881124e-01 3.423162816743756109e-01 1.305770802151675625e-01 3.507489009720572704e-02 1.993087851034218080e-03 1.553714676440501864e-05 -4.308640000000000247e-01 -3.738145596757374704e+07 +1.382000000000000000e+03 2.648660283513164959e+00 1.379282442686067700e+00 7.735727458900204523e-01 3.983437217364713123e-01 1.731866280637279487e-01 5.735321140841599663e-02 4.685180577496960569e-03 4.686242327518123484e-05 -6.150900000000000117e-02 -3.691337646017163992e+07 +1.383000000000000000e+03 2.869981298405811287e+00 1.406483417387325074e+00 7.388314845757385507e-01 3.609726650634805800e-01 1.648606542995827151e-01 6.575140197102136153e-02 6.898652018847462562e-03 6.542546484392529229e-05 9.444979999999999487e-01 1.291489528482560813e+07 +1.384000000000000000e+03 2.692948004483479263e+00 1.286849692811783630e+00 6.583176809147848196e-01 3.128915069881074151e-01 1.379853197487425631e-01 5.147354062790991669e-02 4.701189944619544626e-03 3.475862129106680614e-05 5.230719999999999814e-01 5.305860750027971342e+06 +1.385000000000000000e+03 2.828504294328650026e+00 1.393406582940780236e+00 6.982987690720533491e-01 2.717769662313297974e-01 4.647886402909386788e-02 -2.128614064040061996e-02 -9.461598029187138700e-03 -2.631913852951770784e-04 -1.953451999999999966e+00 -1.258253029679488204e+07 +1.386000000000000000e+03 2.707715890451580343e+00 1.283742066074387900e+00 6.173294419320788373e-01 2.420274441769101614e-01 7.165234291350322526e-02 1.888117311386994582e-02 1.779923810624686178e-03 1.663766723191385135e-05 1.290010000000000046e-01 2.064612319542844489e+05 +1.387000000000000000e+03 3.007175786221605307e+00 1.401751948672813386e+00 6.366322216340124518e-01 2.016249610068024389e-01 1.026043205078470445e-02 -2.695478195052152318e-02 -6.645402567633177347e-03 -1.099423773353967190e-04 -1.578561000000000103e+00 -2.849756192409504950e+07 +1.388000000000000000e+03 3.327603070344674840e+00 1.573101369116818082e+00 7.508902811456585891e-01 2.788603736164038671e-01 5.771069563915955103e-02 -2.024587697127619088e-03 -2.093129449243307915e-03 -2.018550759114542986e-05 -6.518800000000000150e-01 -1.070448905205204897e+07 +1.389000000000000000e+03 2.849954266744061382e+00 1.264716515845515366e+00 5.412577597338542601e-01 1.367421889107033328e-01 -3.270010240893450604e-02 -4.368136932875427841e-02 -6.154557926884041477e-03 -5.076742035810617628e-05 -7.184099999999999930e-01 2.875491382132534683e+07 +1.390000000000000000e+03 2.715057619237768893e+00 1.186804560153862376e+00 4.899512042994390582e-01 1.326382594004386628e-01 1.529539162517821495e-02 6.086535003380152617e-03 2.896587228956476988e-03 6.607052357860737277e-05 5.335469999999999935e-01 9.134192523795826361e+06 +1.391000000000000000e+03 2.821328035600985107e+00 1.226917316028592220e+00 4.897494477235354582e-01 8.757835852832093759e-02 -6.554904034580777417e-02 -6.352259368887759605e-02 -1.076987005212364304e-02 -1.305775745123955497e-04 -2.083625000000000060e+00 -2.167561794631977007e+07 +1.392000000000000000e+03 3.124206816728375635e+00 1.336426996944839019e+00 5.152913914288035357e-01 7.585142484201896906e-02 -7.515277704617248644e-02 -5.934457331035329630e-02 -8.474748237896305783e-03 -1.036994174265398375e-04 -1.273770999999999987e+00 1.055789306417577341e+07 +1.393000000000000000e+03 3.677128680964769192e+00 2.271436818196938656e+00 1.467709378504518991e+00 8.554760450292197005e-01 4.009988728114373124e-01 1.355647953034309627e-01 1.069321291206437076e-02 8.739452113789605815e-05 5.970720000000000471e-01 9.906276168575018644e+06 +1.394000000000000000e+03 3.671855571652550498e+00 2.269625437821483960e+00 1.468155883728080147e+00 8.578138457749118206e-01 4.043390576655815916e-01 1.381643901574012567e-01 1.124513246173903039e-02 9.887557029025258052e-05 6.784740000000000215e-01 8.866487739592446014e+06 +1.395000000000000000e+03 3.267807221432754261e+00 1.948700286361766842e+00 1.239575188556967245e+00 7.326110330690318584e-01 3.640146229717964865e-01 1.338333601308139831e-01 1.198408170120268158e-02 1.108001907327949378e-04 6.101750000000000229e-01 -3.084767861547309160e+07 +1.396000000000000000e+03 3.424743119908014943e+00 2.065932207384735708e+00 1.314708742205447756e+00 7.657142722182471717e-01 3.703409581940982909e-01 1.330675503380221725e-01 1.125707142651600177e-02 8.195618868469482093e-05 6.615259999999999474e-01 -1.159236331919748336e+07 +1.397000000000000000e+03 3.622421579910593437e+00 2.107173942648820297e+00 1.284823339921635554e+00 7.027528523315261788e-01 3.114449072204713009e-01 1.024867160575034103e-01 8.165783948048633764e-03 6.786037514419093015e-05 3.416859999999999897e-01 -4.434945017010502517e+06 +1.398000000000000000e+03 3.108155221203819263e+00 1.903235343082423370e+00 1.200312190325815820e+00 6.595083045746618078e-01 2.736307010117111638e-01 7.760665150421552916e-02 4.586317530629914485e-03 2.328797000556415527e-05 -2.822839999999999794e-01 -1.360242298339696415e+07 +1.399000000000000000e+03 3.363262605735563682e+00 1.903537921786244480e+00 1.131550372254874981e+00 6.063972056896111962e-01 2.681462692763109112e-01 9.014513070011447027e-02 7.916936931640243535e-03 8.823640326112373975e-05 5.236910000000000176e-01 1.607229864822125295e+06 +1.400000000000000000e+03 3.326633916162338167e+00 1.904871096902947203e+00 1.165481369985100324e+00 6.646789414655044359e-01 3.274314286627059700e-01 1.251070613153247302e-01 1.291472502612840169e-02 1.640613666029811673e-04 1.154309000000000029e+00 -8.589850373224761337e+06 +1.401000000000000000e+03 3.462135336507491168e+00 1.941311952976393584e+00 1.126676422693793533e+00 5.653546064810768268e-01 2.120227338911339354e-01 5.132255406155901423e-02 1.645403349492002539e-03 -1.428578011388231651e-08 -8.626200000000000534e-01 -3.692885182031440735e+07 +1.402000000000000000e+03 3.692131638859631693e+00 2.029398188500622702e+00 1.154287633612979258e+00 5.757681585962342030e-01 2.283050127629664139e-01 6.556917528806878448e-02 3.418138794561938199e-03 -4.913871997658241624e-06 8.305999999999999148e-03 1.810061776373484731e+07 +1.403000000000000000e+03 3.389283985849448122e+00 1.820122784461860599e+00 1.037776013667353503e+00 5.260490302362655912e-01 2.086835763493924689e-01 5.994921191115863690e-02 4.837931390734031244e-03 7.297486255938052545e-05 1.403560000000000085e-01 -5.542105153410701081e+06 +1.404000000000000000e+03 3.881215905702111613e+00 2.067493077767187160e+00 1.173180077228036966e+00 6.037890264406530205e-01 2.571917067594677309e-01 8.133508915562749630e-02 5.407081476278260967e-03 2.534667764868935030e-05 2.951019999999999754e-01 1.263521307423043996e+07 +1.405000000000000000e+03 3.424830164573665403e+00 1.697683602629836752e+00 8.874196802457173794e-01 4.249698446804333063e-01 1.925824067179111587e-01 8.217417098659791919e-02 1.121839658559083824e-02 1.652694002858306381e-04 1.427670999999999912e+00 -7.475553646785873920e+06 +1.406000000000000000e+03 3.759214990424434077e+00 1.967377238851054200e+00 1.055536414939753920e+00 4.746512076354349463e-01 1.519381409754564094e-01 2.860919455553572605e-02 -5.332706629869484035e-04 -4.960709220346857563e-05 -3.911189999999999944e-01 2.147028263100752234e+07 +1.407000000000000000e+03 3.732235775606796757e+00 1.898936617630811119e+00 9.988103500943735780e-01 4.477232573909047941e-01 1.542011570151120836e-01 3.935504969130713265e-02 2.096409055967698824e-03 7.794702253894169176e-06 8.309300000000000019e-02 1.695493766500373930e+07 +1.408000000000000000e+03 3.423351184217297671e+00 1.672170216852534752e+00 8.526254246820346161e-01 3.866567564468614271e-01 1.593703520554371755e-01 6.251363266316348200e-02 7.895335433312500317e-03 1.004663364401072969e-04 7.802769999999999984e-01 -2.209032136071365699e+07 +1.409000000000000000e+03 3.741281148823853986e+00 1.843800525241430677e+00 9.187519624537515694e-01 3.668001618792899876e-01 9.004451033246295422e-02 9.106131181428969452e-04 -4.679539461282478281e-03 -1.085433149719239841e-04 -9.093719999999999581e-01 2.248904843296569213e+07 +1.410000000000000000e+03 3.487347411636830152e+00 1.680457018348518794e+00 8.346205206300465473e-01 3.428799721399632960e-01 9.600906103722657570e-02 1.297634169148738879e-02 -8.178182054374902570e-04 -1.783245086532542233e-05 -1.007580000000000003e-01 2.916904682126934454e+07 +1.411000000000000000e+03 4.155361466484384536e+00 2.546788058425561108e+00 1.653439005478172685e+00 9.772764879410367200e-01 4.659772907170391942e-01 1.579287723968361423e-01 1.156101191516085980e-02 6.610266543438347007e-05 5.580019999999999980e-01 1.450526705054014921e+07 +1.412000000000000000e+03 4.108565823628514302e+00 2.516062548030321366e+00 1.637403920547664038e+00 9.764809479642289070e-01 4.774108218074596399e-01 1.703819886207092460e-01 1.447552382690059196e-02 1.194454918786540921e-04 9.567569999999999686e-01 2.966802128071342129e+06 +1.413000000000000000e+03 4.448661811059507087e+00 2.641328867454399987e+00 1.650119167256446584e+00 9.260204322651237607e-01 4.168728229566236454e-01 1.375303162346929731e-01 1.089834178471152382e-02 8.024349092901474989e-05 3.832340000000000191e-01 -9.041570206744905561e+06 +1.414000000000000000e+03 3.953159491288780636e+00 2.335185273735203015e+00 1.464652068477559466e+00 8.344988696497616099e-01 3.829649692376952963e-01 1.276332179837649239e-01 1.121642537781348051e-02 1.558891509526651468e-04 5.746959999999999846e-01 -3.045113088626294397e+06 +1.415000000000000000e+03 4.298418758473269818e+00 2.491898190755565956e+00 1.527691474940143346e+00 8.486717098997517139e-01 3.897541049217475018e-01 1.380675232272000064e-01 1.316535754145473774e-02 1.322231806614668226e-04 9.849090000000000344e-01 -4.256196047982373275e+06 +1.416000000000000000e+03 4.358694889356566904e+00 2.508481796332775016e+00 1.527456070378815811e+00 8.522723194306662808e-01 4.029611342414947672e-01 1.482075789785537723e-01 1.451809916610621691e-02 1.572198082760988024e-04 1.160465999999999998e+00 -8.018713818846625276e+06 +1.417000000000000000e+03 4.324712782828774138e+00 2.488666792957236140e+00 1.497626434662076678e+00 7.968425239761026679e-01 3.299969620637981382e-01 9.636901870050389174e-02 6.317253217133911650e-03 4.593068345030100122e-05 -2.808300000000000241e-01 -1.950420842212115973e+07 +1.418000000000000000e+03 4.318280028752586652e+00 2.454067944917915245e+00 1.473018656933622328e+00 7.879109223104879822e-01 3.269921548268098777e-01 9.149360322134231227e-02 4.525886636625116137e-03 1.407013206004743810e-05 -4.854459999999999886e-01 -9.500631213430866599e+06 +1.419000000000000000e+03 4.348866425897875310e+00 2.383696076037875144e+00 1.380377311082855440e+00 7.208905244467765927e-01 3.107042606700276544e-01 1.024556338425710311e-01 8.877543592965031136e-03 8.884357938423739439e-05 7.763200000000000656e-02 -4.633953161423962563e+07 +1.420000000000000000e+03 4.349393318146449694e+00 2.433722917487360693e+00 1.433481819625542331e+00 7.499871801319148990e-01 3.114854599699798388e-01 9.642492756918016883e-02 8.801387114583093807e-03 1.526025913235229165e-04 7.956349999999999811e-01 3.599730549191526324e+07 +1.421000000000000000e+03 4.073077065905222227e+00 2.207316158202293543e+00 1.251322805884683032e+00 6.210859570259866791e-01 2.403875581556999541e-01 6.682535047316991161e-02 4.130595821687125385e-03 2.898534605053120834e-05 -1.301059999999999994e-01 -4.575122795582093298e+06 +1.422000000000000000e+03 4.159172176271249022e+00 2.274664037097431368e+00 1.283609229309901067e+00 6.203455566853720571e-01 2.207244318146710238e-01 5.045362531457397992e-02 1.662157322189446390e-03 2.523074984098615732e-06 -7.436570000000000125e-01 -2.223352009416051954e+07 +1.423000000000000000e+03 4.191359635057484212e+00 2.185021404544734924e+00 1.184855543571175174e+00 5.555312376045731249e-01 2.041527111068002220e-01 5.654931844177100986e-02 3.436134665385704844e-03 1.544945415271802366e-05 -1.634829999999999894e-01 -1.532605474496278167e+07 +1.424000000000000000e+03 4.234704430842890943e+00 2.238995777722738278e+00 1.230903393262392731e+00 5.862132257512524536e-01 2.143397198809978144e-01 5.556048532973750093e-02 2.903127153520963875e-03 1.607511488524065153e-05 -6.329799999999999316e-02 1.128404603403771296e+07 +1.425000000000000000e+03 4.083235960763210493e+00 2.061149880904232123e+00 1.079920057077923934e+00 4.865247058399480018e-01 1.683730155952622154e-01 3.867871612037323409e-02 5.947776915493761416e-04 -1.597624003526645125e-05 -5.143459999999999699e-01 -9.571337412629785016e+06 +1.426000000000000000e+03 4.084753602306346210e+00 2.095332623107414971e+00 1.109584664102782225e+00 5.009565107364775116e-01 1.732699227220550198e-01 4.567513505403539981e-02 3.473873245345483664e-03 3.170460491377608632e-05 -5.759299999999999836e-02 -1.424167627245291695e+07 +1.427000000000000000e+03 4.469762125237133787e+00 2.689528912645031689e+00 1.705106148185664861e+00 9.819003480427870301e-01 4.667874466622052854e-01 1.706355434942247729e-01 1.824747162374340537e-02 2.803620445114843795e-04 1.628873999999999933e+00 1.662454872859681956e+06 +1.428000000000000000e+03 4.483253367069726103e+00 2.696685856419002825e+00 1.709983407989233317e+00 9.859472319129256590e-01 4.703709182196560423e-01 1.732386247255646439e-01 1.891696786825959944e-02 3.007396533613406245e-04 1.736274000000000095e+00 1.738550472555639455e+06 +1.429000000000000000e+03 4.952426270499878491e+00 2.916718555764894916e+00 1.802678475709603712e+00 9.930647486615832298e-01 4.275902333942038225e-01 1.280049563727124751e-01 8.366657749120480492e-03 6.262056606455484249e-05 4.396200000000000108e-02 1.332876796129004098e+07 +1.430000000000000000e+03 4.665901275240546653e+00 2.742344289259416978e+00 1.696493655413114698e+00 9.467280388775202171e-01 4.248044187819084438e-01 1.345757574268210410e-01 8.461038771430222372e-03 3.667796402097365220e-05 1.557399999999999930e-02 2.103767576338415034e+06 +1.431000000000000000e+03 5.060757944214109294e+00 2.893150275256561432e+00 1.747669705654372407e+00 9.535183177447000835e-01 4.261054538890913235e-01 1.437830206390893206e-01 1.270897400056758206e-02 1.500982238663776231e-04 3.817180000000000017e-01 -4.056597423746082932e+07 +1.432000000000000000e+03 4.989469288739085684e+00 2.878832304445496870e+00 1.736622847260071989e+00 9.270916119757420804e-01 3.869141462453073443e-01 1.143868509637919334e-01 7.351356055605434182e-03 4.599316234779818059e-05 1.370599999999999874e-01 2.252007222802915052e+07 +1.433000000000000000e+03 4.740202521085813636e+00 2.674416363930836482e+00 1.597348958617537784e+00 8.581773443948028657e-01 3.719405375665353897e-01 1.187242746935173038e-01 8.954203744258103920e-03 6.397723991079197134e-05 3.083690000000000042e-01 -1.049126396386298351e+06 +1.434000000000000000e+03 4.575883631064347590e+00 2.594953355892568148e+00 1.532440878994569156e+00 7.912460365707418841e-01 3.106957950575571781e-01 8.269067148536483891e-02 4.158404820162131879e-03 1.797616130229437567e-05 -6.199130000000000473e-01 -2.053031566573680192e+07 +1.435000000000000000e+03 4.835001628002946639e+00 2.684207431592589010e+00 1.549400336962339475e+00 7.759174049463124501e-01 2.933603356284013031e-01 7.404581334527915448e-02 3.008053552232158988e-03 6.563293579343753938e-06 -4.376950000000000007e-01 1.089642796559422649e+07 +1.436000000000000000e+03 4.724245970274943751e+00 2.603597531164442369e+00 1.495533391643997012e+00 7.481250148798980204e-01 2.845708416758332970e-01 7.416509924543611409e-02 3.716967650891134234e-03 1.501452398043853029e-05 -7.080769999999999564e-01 -3.519630739075180888e+07 +1.437000000000000000e+03 4.769000365303245559e+00 2.547820671496527023e+00 1.425846540264548157e+00 6.914574237008874746e-01 2.485668113351868214e-01 5.486315140488907255e-02 1.714277856808948659e-04 -3.867171432270535261e-05 -3.929610000000000047e-01 3.951174949807737023e+07 +1.438000000000000000e+03 4.931744073991105815e+00 2.655291070824870481e+00 1.504651116626759100e+00 7.589187434492724593e-01 3.063868631748697946e-01 9.042410372452758249e-02 6.192603637625481577e-03 5.051050907588647618e-05 -1.701320000000000054e-01 -2.520721587224311382e+07 +1.439000000000000000e+03 4.690351003540900621e+00 2.491566715319303071e+00 1.382741906355178241e+00 6.703266470426694212e-01 2.537117713647854544e-01 6.931549881332083052e-02 4.217542154838302242e-03 3.330443783329667531e-05 -1.942349999999999910e-01 -1.014104837437255867e+07 +1.440000000000000000e+03 5.025834751252395094e+00 2.678948813555379171e+00 1.485591008624224330e+00 7.078969183740057014e-01 2.511863968231257127e-01 6.010408828315507573e-02 2.935482725152134195e-03 1.925220496710020230e-05 -5.077549999999999564e-01 -1.557036941746972315e+07 +1.441000000000000000e+03 -7.360316190293114680e-01 -2.483124435024113008e-01 -9.266736827599512949e-02 -3.970945423933169155e-02 -2.476739133178483890e-02 -1.478861039944821820e-02 -2.561704756774339092e-03 -3.164842891369303414e-05 -3.072639999999999816e-01 1.023471841074047424e+07 +1.442000000000000000e+03 -4.818121039055035526e-01 -1.821860615191367438e-01 -7.519267923110976859e-02 -4.095677844751132585e-02 -3.856795740662439381e-02 -2.984801963115418788e-02 -6.712483220224796723e-03 -1.485488609103998011e-04 -1.050475000000000048e+00 4.265445584737140685e+06 +1.443000000000000000e+03 -4.572443651951591193e+00 -2.578573866603561360e+00 -1.525244287163137313e+00 -8.046546815286252929e-01 -3.403475956820414261e-01 -1.061205593188774554e-01 -7.831713733928805446e-03 -5.677093579384399913e-05 -3.420619999999999772e-01 -9.894254240354392678e+06 +1.444000000000000000e+03 -4.119056341166704271e+00 -2.353499784033192377e+00 -1.421890886912270613e+00 -7.738986909362146616e-01 -3.385468400077545903e-01 -1.066018795826995103e-01 -7.387682168676533261e-03 -4.479274373773924918e-05 1.912129999999999941e-01 3.298551898138834164e+07 +1.445000000000000000e+03 -1.052287664008707546e+00 -5.660048999185118834e-01 -3.128884268033874649e-01 -1.434574992449028086e-01 -4.546620663162910525e-02 -8.737822514620234571e-03 -1.230356043169945207e-04 2.766614795255952497e-06 2.435190000000000132e-01 1.258403591667328589e+07 +1.446000000000000000e+03 2.175275527257116703e+00 1.112001876074991902e+00 5.717220493279633331e-01 2.341329725797604566e-01 6.094831636026237787e-02 7.589420266619644265e-03 -3.036674970742138531e-04 -4.651105369682924257e-06 -4.442249999999999810e-01 -1.993986749331636727e+07 +1.447000000000000000e+03 4.154035233724109766e+00 2.205833366972521414e+00 1.209849618747361522e+00 5.634021575721257502e-01 1.882214990079770500e-01 3.633301426021609548e-02 -2.234303126585173154e-04 -1.761765698980908041e-05 -7.208740000000000148e-01 -7.213672534057764569e+05 +1.448000000000000000e+03 -3.673728591556020717e+00 -2.030683605484056908e+00 -1.185988678187048118e+00 -6.189302279579809163e-01 -2.537802948769171674e-01 -7.039882521873960797e-02 -3.072013850681981628e-03 -3.062892853241461722e-06 4.836190000000000211e-01 1.584493034220210649e+07 +1.449000000000000000e+03 1.524847188040541202e+00 8.454976120502253334e-01 4.902031987743613040e-01 2.558230661634773861e-01 1.132752101097570102e-01 4.013161907930408445e-02 3.529700871207639649e-03 2.594927591454644761e-05 1.607870000000000132e-01 -1.442356134160565771e+07 +1.450000000000000000e+03 -9.202690314077196510e-01 -3.966552649389061269e-01 -1.748453912015547895e-01 -6.666072542503689857e-02 -2.917281741672233045e-02 -1.740466416261602159e-02 -2.842347944455271211e-03 -1.730215364489737730e-05 -6.029510000000000147e-01 -1.314518339233406074e+07 +1.451000000000000000e+03 1.080444273190741100e+00 5.174221989786104148e-01 2.942105363008042374e-01 1.867546623243607484e-01 1.251041219892769785e-01 6.485098312185895442e-02 8.591410306456406104e-03 1.100188352135485258e-04 1.023393999999999915e+00 -1.445227899225121923e+07 +1.452000000000000000e+03 -3.680392501055065879e-01 -1.002792180082843210e-01 6.439018018995545933e-03 4.666443214208281648e-02 3.783373801828917443e-02 1.309179615941633533e-02 1.384674380024332875e-04 -1.099545148087608044e-05 -3.466069999999999984e-01 -2.518384331463495269e+07 +1.453000000000000000e+03 3.004197884399041563e+00 1.640671615722618437e+00 9.544623195506122260e-01 4.989278552295898228e-01 2.074071246900413834e-01 6.179766220468717319e-02 4.380219558838586817e-03 4.047782621961825371e-05 1.426050000000000095e-01 3.274902808931451291e+06 +1.454000000000000000e+03 -3.593450024423296973e+00 -1.970313764658589761e+00 -1.135758394887917966e+00 -5.835055540766337367e-01 -2.387826524276060736e-01 -6.824461172186956082e-02 -3.328378322851660229e-03 -7.943946434304406662e-06 4.608099999999999696e-02 -1.823010294071929529e+07 +1.455000000000000000e+03 -3.487398922694577852e+00 -1.671941558597132005e+00 -8.202066832103227512e-01 -3.326845400438596667e-01 -9.589533686985224348e-02 -1.480282669970399249e-02 9.912021973351092460e-04 2.494085921805069706e-05 5.434670000000000334e-01 8.332148152086689137e+06 +1.456000000000000000e+03 -4.650934177808171199e+00 -2.562393454095854395e+00 -1.472013934033045146e+00 -7.340283865525323304e-01 -2.771221704330073532e-01 -7.236665992056430519e-02 -3.846183120572197606e-03 -1.772431516673453938e-05 2.602869999999999906e-01 -2.581922938482035417e+06 +1.457000000000000000e+03 4.327703614801820642e+00 2.557640010963976529e+00 1.584366140973835435e+00 8.770041814191024132e-01 3.816476979927067026e-01 1.146435843694450646e-01 6.559388057772209089e-03 2.468789145630489535e-05 -5.348319999999999741e-01 -2.977512817320524901e+07 +1.458000000000000000e+03 2.773655340954027881e+00 1.577691291323338296e+00 9.499470948880188725e-01 5.068156297046397807e-01 2.071205897474441282e-01 5.791168241462409799e-02 3.391575476834762619e-03 1.788481147642348172e-05 -1.335409999999999930e-01 -5.572426185675654560e+06 +1.459000000000000000e+03 -5.564511277309782677e-01 -2.582658118847925288e-01 -1.093967861121533797e-01 -2.493248336034795468e-02 7.233011022317951434e-03 7.060333568073874633e-03 5.314069657396078587e-04 2.464662926487153816e-07 -4.073100000000000331e-02 -1.167936419541894086e+07 +1.460000000000000000e+03 1.341473216256150902e+00 8.721809379980457466e-01 5.725817483683580678e-01 3.279821106635601446e-01 1.431514652328292336e-01 4.185581767689033894e-02 2.108039295584071895e-03 3.369634219483093843e-06 -4.361450000000000049e-01 -3.745048116045933217e+07 +1.461000000000000000e+03 -2.909330331907770129e-01 -1.467352618330326763e-01 -9.419423046299763014e-02 -6.748210919685540543e-02 -4.242623038589558165e-02 -1.613117810841939795e-02 -1.348957564746958420e-03 -3.379505596506156875e-05 1.044280000000000069e-01 1.419919211191140674e+07 +1.462000000000000000e+03 2.510144267301134491e+00 1.344177638012897802e+00 7.671283547878617881e-01 3.930321081534349781e-01 1.592791014851263620e-01 4.423569269815957883e-02 2.161764304761715477e-03 7.242885900103427624e-06 -4.336990000000000012e-01 -2.991669858531995863e+07 +1.463000000000000000e+03 3.239220335151129060e+00 1.856687928290068568e+00 1.108830790898885699e+00 5.818485299432676339e-01 2.374165716761665323e-01 6.828172952054160916e-02 3.874342168576044420e-03 1.699942342629700648e-05 -2.449260000000000048e-01 -1.170310344197902828e+07 +1.464000000000000000e+03 -5.453232206577520724e-01 -2.572643558957645737e-01 -1.200436367224374801e-01 -3.987347891377527459e-02 -1.519580435849698105e-03 6.842264100525545165e-03 1.497325352294063151e-03 1.622345384515664683e-05 2.075589999999999935e-01 -1.077381577801581472e+07 +1.465000000000000000e+03 1.856897050778140823e+00 9.755436218708607443e-01 5.524632668813784786e-01 2.971083306703399818e-01 1.447573815766978189e-01 5.470904317459591992e-02 4.867235713045205484e-03 4.399963956832294746e-05 4.302540000000000253e-01 3.398606466882265639e+06 +1.466000000000000000e+03 1.977484073077788285e+00 1.238566099961503797e+00 8.136371254926778596e-01 4.876810833117661836e-01 2.392758461125726877e-01 8.667590901916201462e-02 8.130780924056375467e-03 8.450068964661271956e-05 6.305579999999999519e-01 -9.467367675191778690e+06 +1.467000000000000000e+03 3.316682928239784722e+00 1.746554504316804701e+00 9.580323813970248459e-01 4.563141010051257607e-01 1.688924154445000103e-01 4.631042382816757258e-02 3.411858328665788413e-03 3.667194927929376381e-05 -2.114929999999999866e-01 -2.843779731526119262e+07 +1.468000000000000000e+03 -3.640645685169011880e+00 -2.045857246249009442e+00 -1.226584260760389622e+00 -6.766296304366136161e-01 -3.118222283351388402e-01 -1.071450000130688973e-01 -9.317076897314603354e-03 -1.024824020461128585e-04 -5.347380000000000466e-01 9.693145562158273533e+06 +1.469000000000000000e+03 -4.476301991591201457e+00 -2.485264416070808391e+00 -1.444109073954152445e+00 -7.452312844645934131e-01 -3.084473562191453744e-01 -9.449171778788495457e-02 -6.529126001608996470e-03 -3.865001415075676293e-05 -1.356850000000000001e-01 6.937393018196548801e+05 +1.470000000000000000e+03 -1.462970427657366290e+00 -8.932561511503617213e-01 -6.002057818368509157e-01 -3.854561283235038993e-01 -2.084577426080844176e-01 -7.767776717239795181e-02 -5.359109172041898878e-03 -2.110910997021949885e-05 -2.506180000000000074e-01 -5.225071114585809410e+05 +1.471000000000000000e+03 2.203565954535113391e+00 1.278043222863087802e+00 7.740081926472592855e-01 4.180314513006379018e-01 1.828386436615615784e-01 6.013545641782967049e-02 4.713673808709268644e-03 3.213887793513129433e-05 3.544149999999999801e-01 7.369052324914715253e+06 +1.472000000000000000e+03 -3.694007964331335270e+00 -1.787985045039219179e+00 -8.992620477223508546e-01 -3.869519980024073713e-01 -1.303561645526723212e-01 -3.496520939898215691e-02 -2.758412018172102294e-03 -2.331521081499366582e-05 -1.008339999999999931e-01 1.324049275136289746e+07 +1.473000000000000000e+03 -3.078653263607489698e+00 -1.718750220061792788e+00 -1.013060868478763865e+00 -5.365940820732645333e-01 -2.281672558070232115e-01 -6.996562698394577506e-02 -4.725391536389378019e-03 -2.891777137291535234e-05 -5.422999999999999869e-03 1.100157744637196325e+07 +1.474000000000000000e+03 1.509229709868441516e+00 1.018026132591160815e+00 7.125080346587761015e-01 4.550260519666711745e-01 2.357990757077900734e-01 8.629415808622871442e-02 6.785165560003314673e-03 3.900869888082699290e-05 4.609219999999999984e-01 -4.651806854634340852e+06 +1.475000000000000000e+03 4.022666863366596957e+00 2.122705094243460877e+00 1.151709408581840011e+00 5.206517482450533363e-01 1.647867654111425939e-01 3.269099463949496492e-02 9.575076084819172158e-04 2.837696023410553090e-06 -5.290070000000000050e-01 -1.530568848324517161e+07 +1.476000000000000000e+03 4.411825534651956926e-01 2.184385691813404695e-01 1.172211244829670374e-01 5.783732456117608722e-02 2.279082618855968190e-02 5.340613556444468758e-03 -1.125976152862196481e-05 -2.522853607670885217e-06 -2.457709999999999895e-01 -1.565453108834314160e+07 +1.477000000000000000e+03 2.115458391046733944e+00 9.267393080695458529e-01 3.954536362473555222e-01 1.141867221285614298e-01 2.270584553381468224e-03 -1.490192467971286107e-02 -2.857788769848631453e-03 -2.657366743403192597e-05 -3.072810000000000263e-01 2.644898050110241398e+07 +1.478000000000000000e+03 3.442805523156481140e+00 1.972454867560129887e+00 1.222863142899723199e+00 7.124550084290877106e-01 3.546779531585745326e-01 1.345185548388741770e-01 1.364424711838961406e-02 1.519085550411636342e-04 1.638179999999999970e+00 3.525770141105188429e+07 +1.479000000000000000e+03 -1.041999626355188724e+00 -5.694350611371736814e-01 -3.354103511188118447e-01 -1.866379518389598424e-01 -9.317815018931659143e-02 -3.697987672441706980e-02 -3.528079223676869932e-03 -2.537127054659591750e-05 -3.650740000000000096e-01 -1.066634007164479466e+06 +1.480000000000000000e+03 -2.590401426567183307e+00 -1.088771695472773526e+00 -4.440414925061857421e-01 -1.241986244197794270e-01 -1.724314244629965298e-02 -3.889842507207551259e-03 -1.118405896416947883e-03 -3.642218666011923039e-05 9.448800000000000254e-02 2.177633478229699656e+07 +1.481000000000000000e+03 2.007790452080674193e+00 1.050030010342865250e+00 5.787402785766185831e-01 2.809399335143785703e-01 1.062951148407670215e-01 2.858288341569251503e-02 1.842961059566780493e-03 1.481045712494175306e-05 -1.965820000000000067e-01 -1.952059716009984910e+07 +1.482000000000000000e+03 -8.003472713061658972e-01 -5.389173202476433833e-01 -3.406626622639257751e-01 -1.647809470390214082e-01 -3.834709104064312757e-02 7.030993361247857287e-03 2.703217418744570215e-03 2.507880602752210039e-05 7.672849999999999948e-01 1.591380479734609649e+07 +1.483000000000000000e+03 2.482138444106448683e-01 9.682892057631074800e-02 1.047223228620971711e-02 -4.524306886764924152e-02 -5.733200061646292339e-02 -3.224030878475944023e-02 -3.561004774903841173e-03 -3.159559407124263653e-05 -3.793639999999999790e-01 8.179905633178488351e+06 +1.484000000000000000e+03 -3.354964129553684060e+00 -1.759386035755986954e+00 -9.636390906019703939e-01 -4.619080429011681033e-01 -1.763043812574435487e-01 -5.159466792176031769e-02 -3.814659426519922437e-03 -2.851633201124881192e-05 -2.181389999999999996e-01 -4.524736491237301379e+06 +1.485000000000000000e+03 3.010527768493988177e+00 1.587120067300253679e+00 8.891543608969357804e-01 4.515952610265208667e-01 1.912030494007302961e-01 6.095063226698604897e-02 4.507334022902925209e-03 3.626437970173551807e-05 6.046499999999999792e-02 -1.421865178135492466e+07 +1.486000000000000000e+03 -8.361135344679769821e-01 -5.625044843554032337e-01 -3.910339558063586907e-01 -2.421983910990866129e-01 -1.172314798308715933e-01 -3.988693972366910701e-02 -3.192083749211625972e-03 -2.416800858773705802e-05 2.118420000000000025e-01 4.499071750136996806e+07 +1.487000000000000000e+03 3.954729076557393697e+00 2.278027612407678593e+00 1.378116304335950781e+00 7.356096827834053276e-01 2.980729674654202244e-01 7.896199545144416687e-02 3.390577493183626404e-03 8.393876124531295918e-06 -1.056478000000000028e+00 -5.336720644162289053e+07 +1.488000000000000000e+03 2.479691294323762840e-01 2.318602538563263871e-01 2.112487609417350032e-01 1.710176325609660819e-01 1.076676887152826778e-01 4.685882313163874935e-02 5.580843576982639012e-03 8.134909260332969113e-05 5.275060000000000304e-01 -1.953415748754036427e+07 +1.489000000000000000e+03 -5.918389973284421401e-01 -1.452512767789280457e-01 1.652268135636770011e-02 6.709204126681583835e-02 5.397060832064812241e-02 2.293155178997121138e-02 1.166672498557996427e-03 -1.629434905410703983e-05 2.362839999999999940e-01 1.441646152048508264e+07 +1.490000000000000000e+03 -9.833146483359884726e-01 -5.125542361794311885e-01 -2.775111574258016800e-01 -1.293594488688578903e-01 -4.841895184666904217e-02 -1.544160921275001402e-02 -1.254993362089012673e-03 -2.281831903359246274e-06 -1.235829999999999984e-01 -2.217740978620840702e+06 +1.491000000000000000e+03 -2.527427847544586048e-01 -9.014324940756077154e-02 -2.214022661367226127e-02 -3.626854166414270053e-03 -1.285777067467418038e-02 -1.367681266491547858e-02 -2.161424892226871709e-03 -1.793103817742058048e-05 -5.093180000000000485e-01 -1.929596082418387756e+07 +1.492000000000000000e+03 3.420392329560073996e+00 2.014510850846258805e+00 1.258443644346338264e+00 7.167223207014028485e-01 3.373379234871681787e-01 1.209314371161049062e-01 1.190633578182706195e-02 1.395981094400116599e-04 1.065280999999999922e+00 7.016596119900193065e+06 +1.493000000000000000e+03 -1.933568854721876340e+00 -8.688973987243249208e-01 -3.936725090855480169e-01 -1.489663391659640512e-01 -5.521721214262981930e-02 -2.531795559745021393e-02 -3.988216863819974908e-03 -5.700278924270327674e-05 -6.889910000000000201e-01 -1.600926000166368112e+07 +1.494000000000000000e+03 1.042143768828312167e+00 6.354156561098510680e-01 3.961736641109499524e-01 2.122304686656945327e-01 8.257919548654525654e-02 2.003639529050598930e-02 5.330861666772689902e-04 -7.924352915045996724e-06 -1.073940000000000033e-01 3.471261046966041904e+06 +1.495000000000000000e+03 -1.558182510227887230e+00 -8.619858107461644270e-01 -5.009267385124189786e-01 -2.548935727336951174e-01 -1.019657371435131049e-01 -3.097006684060173848e-02 -2.400743499352583042e-03 -1.397435551473672445e-05 6.208700000000000330e-02 1.855343167753406614e+07 +1.496000000000000000e+03 -2.076523404769771819e+00 -1.323683364963586406e+00 -8.726668505320236413e-01 -5.251162645974122301e-01 -2.649829700474203853e-01 -1.011958649203493626e-01 -9.830549452843421673e-03 -9.757710876589185955e-05 -9.243740000000000290e-01 6.881070875891067553e+05 +1.497000000000000000e+03 3.274417438505666134e+00 1.814270348350798701e+00 1.056548424146518617e+00 5.496600181389480477e-01 2.312510838375171351e-01 7.157255809838206084e-02 4.976580775643471739e-03 3.087418203973581383e-05 3.456759999999999833e-01 2.338634701140847430e+07 +1.498000000000000000e+03 2.131894491115283508e+00 8.708069491300457488e-01 3.320290239803588284e-01 6.757042700369920996e-02 -1.666194075188998786e-02 -1.526270853201359100e-02 -1.275945082960930127e-03 1.362632217189816657e-06 -2.158470000000000111e-01 3.992210018950579688e+05 +1.499000000000000000e+03 -2.031802028308950181e+00 -1.156489373242018281e+00 -7.163757976525048088e-01 -4.183465909752333012e-01 -2.078953383681847178e-01 -7.689547076865536901e-02 -7.119048066913878300e-03 -6.708339917311212082e-05 -8.603979999999999961e-01 -2.318868330409470946e+07 +1.500000000000000000e+03 -4.767237799056876391e+00 -2.623260222478712489e+00 -1.504533309185891232e+00 -7.483792303303259397e-01 -2.778681840612703402e-01 -6.644563083022113348e-02 -2.039402674342704995e-03 2.987539114995799030e-06 6.094829999999999970e-01 -5.300054508404494263e+06 +1.501000000000000000e+03 -4.866802806895019984e+00 -2.652107926196631382e+00 -1.521347416374552841e+00 -7.784497887471977240e-01 -3.229745913683313430e-01 -1.001953761754862116e-01 -7.317688801290390954e-03 -5.847091250873335053e-05 -3.403180000000000094e-01 -1.173852040697392821e+07 +1.502000000000000000e+03 -4.709804549432799803e+00 -2.630602963877978873e+00 -1.550494152221389088e+00 -8.179546068832784789e-01 -3.443349778989784338e-01 -1.029824335688296483e-01 -6.154088478509607205e-03 -2.762200553339492365e-05 -4.238800000000000207e-02 -1.540338277338972501e+07 +1.503000000000000000e+03 -4.819484259698243456e+00 -2.702710824628070441e+00 -1.583076078658459007e+00 -8.154058030830776405e-01 -3.233587506112058918e-01 -8.652289014126536559e-02 -3.886729569208709472e-03 -9.935330560051713355e-06 6.691080000000000361e-01 1.600023163449766487e+07 +1.504000000000000000e+03 -4.824226889433350429e+00 -2.759148445136999861e+00 -1.666157013128781728e+00 -9.067052661811036973e-01 -3.969319934970604868e-01 -1.232953567394761002e-01 -7.621938658724451698e-03 -3.321624476166963353e-05 1.953709999999999891e-01 1.224379581611664407e+07 +1.505000000000000000e+03 -4.761207561755671058e+00 -2.712430554941327898e+00 -1.639038307261263760e+00 -8.982704677420370043e-01 -4.007891514481726203e-01 -1.295823006814761369e-01 -9.115461315293995823e-03 -5.759796223907166378e-05 -3.696269999999999833e-01 -1.441678872465296276e+07 +1.506000000000000000e+03 -4.906712222418611269e+00 -2.827126482180641442e+00 -1.714752883981820242e+00 -9.339684563535244344e-01 -4.066640852328301525e-01 -1.258890359374141288e-01 -8.107035162017028548e-03 -4.234821327103498255e-05 -1.526119999999999977e-01 -1.654607858125208132e+07 +1.507000000000000000e+03 -4.956957897632977783e+00 -2.857734393356190949e+00 -1.731705070929573598e+00 -9.412336108169732096e-01 -4.122869639351507409e-01 -1.319620064310356999e-01 -9.537141906897722565e-03 -5.913280317923441350e-05 -1.154229999999999978e-01 1.240059950734036788e+07 +1.508000000000000000e+03 -5.106977468586633151e+00 -2.991244080728848509e+00 -1.846599065791394656e+00 -1.025294386724423079e+00 -4.532960784546490873e-01 -1.416538432423649907e-01 -9.381130358488649901e-03 -5.231741252865065812e-05 2.355369999999999964e-01 2.679504234755905345e+07 +1.509000000000000000e+03 -5.100248478194166601e+00 -3.011425497875733548e+00 -1.883138033358185082e+00 -1.067295827228004201e+00 -4.856187107083050347e-01 -1.567570601859231694e-01 -1.100924681284980861e-02 -6.948625589912925740e-05 5.397500000000000214e-02 2.708633072108297795e+07 +1.510000000000000000e+03 -4.159889184523999361e+00 -2.117483458305247535e+00 -1.124687501143534218e+00 -5.167887847913239519e-01 -1.835072396042913834e-01 -4.573642079096632007e-02 -1.949227760721025226e-03 -5.746669482762283503e-06 3.587500000000000133e-01 1.645667666094577499e+07 +1.511000000000000000e+03 -4.142640403512426239e+00 -2.111569860178232894e+00 -1.124751379524274952e+00 -5.204142540776509618e-01 -1.882907084011023746e-01 -4.912382889265469454e-02 -2.505739092143476759e-03 -1.220156444271769416e-05 2.671209999999999973e-01 1.624451908187026903e+07 +1.512000000000000000e+03 -4.256484474982091371e+00 -2.205919809937509690e+00 -1.200212597389217040e+00 -5.765601203643241357e-01 -2.217086526029438676e-01 -6.157733498001914663e-02 -3.149537447436371370e-03 -9.511727961140185669e-06 2.685830000000000162e-01 1.648873639034441113e+07 +1.513000000000000000e+03 -4.094885661727278858e+00 -2.137331836289079856e+00 -1.169989886232148502e+00 -5.567221799732837706e-01 -1.976426890612031362e-01 -4.298590133173136457e-02 -4.902967827947813436e-04 1.090959004103183520e-05 7.467799999999999994e-01 2.056344528981911391e+07 +1.514000000000000000e+03 -4.542143696588724744e+00 -2.422335548717283071e+00 -1.372155278609259899e+00 -7.037513566359464567e-01 -2.998822518443742813e-01 -9.617522667873389108e-02 -6.793345516099619751e-03 -3.746124007167572724e-05 -8.699500000000000288e-02 2.165033534412986040e+07 +1.515000000000000000e+03 -4.684456520777022348e+00 -2.555289761489917044e+00 -1.465917681114132787e+00 -7.453236986276284837e-01 -2.998197703288575378e-01 -8.638966348599275147e-02 -5.162853433371675585e-03 -2.504854531246331433e-05 7.810400000000000675e-02 -1.623558487769154832e+06 +1.516000000000000000e+03 -4.497836166310597683e+00 -2.504951463229309283e+00 -1.474355009653880888e+00 -7.813588721406228288e-01 -3.369255227115302564e-01 -1.074385675513970517e-01 -8.004631959672445576e-03 -6.481455891708014564e-05 -1.909319999999999906e-01 1.036868195679432340e+07 +1.517000000000000000e+03 -4.044937000719185605e+00 -2.244498687243325907e+00 -1.300572140535218635e+00 -6.598296035297374074e-01 -2.561492511320479504e-01 -6.660137131228002771e-02 -2.806235853616962511e-03 -6.787873315360189459e-06 4.537209999999999854e-01 2.105173788851649966e+06 +1.518000000000000000e+03 -3.997145468377366395e+00 -2.262901645742409595e+00 -1.352369549045455921e+00 -7.244675900039615479e-01 -3.104081428732184955e-01 -9.552638767242470352e-02 -6.240474650504824680e-03 -3.223854421363120295e-05 -2.965400000000000258e-01 -2.596706747861960158e+07 +1.519000000000000000e+03 -4.266760665955729337e+00 -2.385036275991547328e+00 -1.412346259481326527e+00 -7.585116676797040158e-01 -3.336337290897672392e-01 -1.064595489725043281e-01 -7.044134062724968955e-03 -3.499988188432114495e-05 -1.081649999999999973e-01 1.404084180907257134e+06 +1.520000000000000000e+03 -4.048151662014169538e+00 -2.330395347149566199e+00 -1.427308057651266671e+00 -8.030904362355617554e-01 -3.772270241813517888e-01 -1.320446392820658066e-01 -1.070400466866796262e-02 -7.149008474967275570e-05 -6.938729999999999620e-01 -3.223931728984253947e+06 +1.521000000000000000e+03 -4.559181822457371247e+00 -2.613059695246098713e+00 -1.584857854838524149e+00 -8.726519651285288282e-01 -3.933529654924946550e-01 -1.297190065907307122e-01 -9.448043652908364246e-03 -5.534117637298390321e-05 -4.153240000000000265e-01 -8.210820200387367047e+06 +1.522000000000000000e+03 -3.618891476600823776e+00 -1.535930067826118961e+00 -6.042091010293650921e-01 -1.247783278237594995e-01 3.813881680282090597e-02 3.736042337858919843e-02 4.919986251403432251e-03 4.807292405010213176e-05 8.211450000000000138e-01 -4.931122613375530345e+05 +1.523000000000000000e+03 -3.632111155948976489e+00 -1.556446967916566448e+00 -6.287819567042641777e-01 -1.497546418544323799e-01 1.919366963957226668e-02 2.820955359080699193e-02 3.846478952668329603e-03 3.479366397285929590e-05 6.949589999999999934e-01 3.364215987426062580e+06 +1.524000000000000000e+03 -3.636041403333858391e+00 -1.590935655697847784e+00 -6.785420872189320551e-01 -2.120310752370282714e-01 -4.118438863690409429e-02 -6.728482933190295910e-03 -4.576174731121712452e-04 -4.366422102384708125e-06 1.089080000000000048e-01 6.954303017916517332e+06 +1.525000000000000000e+03 -3.747383757593348186e+00 -1.653698171851056609e+00 -7.053641721302945644e-01 -2.059914120746787203e-01 -1.577703315298395123e-02 1.407575035532433391e-02 2.948638939663103357e-03 3.148594486650038330e-05 8.602790000000000159e-01 2.597076372381901741e+07 +1.526000000000000000e+03 -3.613060472148837299e+00 -1.624217777919954253e+00 -7.401911505612022157e-01 -2.817638760004039788e-01 -9.600278753927804498e-02 -3.418911976150804111e-02 -3.361458346229822050e-03 -2.254791786985273100e-05 -2.615089999999999915e-01 1.439347699002763815e+07 +1.527000000000000000e+03 -3.791443835490684311e+00 -1.712007639741692122e+00 -7.847483385573724712e-01 -2.982535229469149285e-01 -9.409102190434480428e-02 -2.790151115041695357e-02 -2.405988339236115291e-03 -1.813249064139355678e-05 -1.421779999999999988e-01 1.261212876233092882e+07 +1.528000000000000000e+03 -3.442946794193224136e+00 -1.665735327579479064e+00 -8.156890642854689455e-01 -3.136208997139911525e-01 -6.508047778543905870e-02 8.274487399110122196e-03 5.082340328256126569e-03 9.031250805984571183e-05 1.235092000000000079e+00 1.030141537068288960e+07 +1.529000000000000000e+03 -3.524471123944361572e+00 -1.596114778701750669e+00 -7.491181859074341753e-01 -3.150365932209130970e-01 -1.348093623291724552e-01 -5.918687664814661215e-02 -7.196349502748660733e-03 -6.907844684549833871e-05 -9.382589999999999542e-01 8.781371843817856163e+06 +1.530000000000000000e+03 -3.926202892242689924e+00 -1.966207596826839099e+00 -1.010360403357414283e+00 -4.272923730420586375e-01 -1.195004368623377305e-01 -1.246492088200011963e-02 2.493621746756807551e-03 4.626095180999883284e-05 8.945899999999999963e-01 8.089066733185124584e+06 +1.531000000000000000e+03 -3.642567048419102171e+00 -1.834811183387207612e+00 -9.698772403743820547e-01 -4.496376358262329509e-01 -1.645171197908077698e-01 -4.240487016328585435e-02 -1.836440183517927798e-03 -3.375014658722116658e-06 3.275390000000000246e-01 1.961838479628818855e+07 +1.532000000000000000e+03 -3.436235865293672642e+00 -1.760339803162784600e+00 -9.579666321434209264e-01 -4.736117721295335925e-01 -2.006558154545935446e-01 -6.789453090551457459e-02 -6.047259912147981420e-03 -5.659783529977306904e-05 -3.971270000000000078e-01 1.175175592390557192e+07 +1.533000000000000000e+03 -3.916945551720455665e+00 -2.014478176465992476e+00 -1.084966149449891448e+00 -5.100784134099007883e-01 -1.854936189758345788e-01 -4.600831377683797102e-02 -1.778915470371911396e-03 -2.913648130194030513e-06 2.502159999999999940e-01 1.626288825936475536e+06 +1.534000000000000000e+03 -3.495752447120060502e+00 -1.832007100613024964e+00 -1.022436607235223560e+00 -5.199085909857810162e-01 -2.224315041123222925e-01 -7.189054886930429378e-02 -5.426430866462998021e-03 -4.283318682589687669e-05 -2.715080000000000271e-01 1.329196936727001797e+06 +1.535000000000000000e+03 -3.874115955573146142e+00 -2.005187765282628654e+00 -1.112087824095019162e+00 -5.710672438923605210e-01 -2.593410733646922539e-01 -9.620883234351673696e-02 -9.693670209693567782e-03 -1.107983127165686828e-04 -9.012250000000000538e-01 1.277120421781555563e+07 +1.536000000000000000e+03 -3.811218873827361797e+00 -2.146686515274455864e+00 -1.272116065998137424e+00 -6.694024396527178400e-01 -2.740759898018583218e-01 -7.576101947882808718e-02 -3.513596645075464306e-03 -9.288528974106260658e-06 2.521780000000000133e-01 -1.175048249996611662e+07 +1.537000000000000000e+03 -3.615506629015513784e+00 -1.969394668555910499e+00 -1.134987486012461799e+00 -5.819471013106566337e-01 -2.362675766809678723e-01 -6.762237424421145560e-02 -3.529700171676584605e-03 -9.027590404519692085e-06 2.338000000000000078e-01 5.882875178429189138e+06 +1.538000000000000000e+03 -3.762303354257154453e+00 -2.131605271783414857e+00 -1.266851401073594285e+00 -6.666246212162703078e-01 -2.719200967102309852e-01 -7.521497140659055836e-02 -3.555227456858159590e-03 -7.207226458144290633e-06 1.105590000000000045e-01 -2.234262269709185138e+07 +1.539000000000000000e+03 -3.861911997002793306e+00 -2.201446255375230532e+00 -1.321116917833870641e+00 -7.108810646976406744e-01 -3.031753800212807493e-01 -8.953445361776898870e-02 -4.740194804720332562e-03 -1.071263727334288459e-05 1.935230000000000006e-01 -1.434479179383239942e+06 +1.540000000000000000e+03 -3.812948866560831540e+00 -2.239009637137356457e+00 -1.401318476528786716e+00 -8.042727924673062079e-01 -3.778874705998869765e-01 -1.269197503082417078e-01 -8.916902633395097644e-03 -4.779686838106884949e-05 -3.609649999999999803e-01 -9.735240445126451552e+06 +1.541000000000000000e+03 -3.332455143969582867e+00 -1.989168939235440137e+00 -1.246571730245247700e+00 -7.062461071645113053e-01 -3.285496892617357223e-01 -1.157014113725300802e-01 -1.050795104855011333e-02 -9.700156592319590762e-05 -1.056921999999999917e+00 -2.726521973107898980e+07 +1.542000000000000000e+03 -3.227053962713197777e+00 -1.966493206224187329e+00 -1.246201640265684807e+00 -7.067258190337669665e-01 -3.166574053453917181e-01 -9.908023860414613693e-02 -6.704652054360714895e-03 -4.373951358688971428e-05 -2.969149999999999845e-01 -2.183195257829782367e+07 +1.543000000000000000e+03 -3.214419711391019785e+00 -1.964204401154557633e+00 -1.251816046555500828e+00 -7.181432914145937652e-01 -3.292196572220245643e-01 -1.070704214789809372e-01 -7.874590253724595909e-03 -5.756313756539190957e-05 -5.048510000000000497e-01 -2.462423545567532256e+07 +1.544000000000000000e+03 -3.318102180581383287e+00 -1.357142343663999773e+00 -4.970415221466749633e-01 -7.746477833259354795e-02 4.504486106675490570e-02 3.358492201261861071e-02 3.962109496712620804e-03 2.888089553291848632e-05 7.397899999999999476e-01 2.462764205843594391e+06 +1.545000000000000000e+03 -3.151017266084298551e+00 -1.258116093974782190e+00 -4.341992435301067488e-01 -3.758378149469045887e-02 6.885953935760232014e-02 4.407771767814465391e-02 5.119280593431804922e-03 4.411711783159245616e-05 9.562629999999999741e-01 8.521008228770101443e+06 +1.546000000000000000e+03 -3.267050082275426259e+00 -1.359466414902669840e+00 -5.387984819753134369e-01 -1.401553095219201794e-01 -1.123185723717990206e-02 1.681937869210021119e-03 -5.488023234567662896e-04 -1.490451881917238556e-05 -7.197599999999999831e-02 5.987030093405523803e+05 +1.547000000000000000e+03 -3.165609733625780908e+00 -1.301080059322029081e+00 -5.163950922531920229e-01 -1.480459226864629663e-01 -3.320164866672710435e-02 -1.335751327251887867e-02 -2.226341713934815950e-03 -2.281623719762456177e-05 -2.237349999999999894e-01 1.046926111646741256e+07 +1.548000000000000000e+03 -3.367070825208439366e+00 -1.485442801926910805e+00 -6.564658443224097306e-01 -2.316295135198239430e-01 -6.559344879430485664e-02 -1.893780244959681822e-02 -1.476105923718022553e-03 -4.709538767622966572e-06 -1.342830000000000135e-01 -8.282625005622245371e+05 +1.549000000000000000e+03 -3.342607518549899126e+00 -1.428252147326554367e+00 -6.135523712901779225e-01 -2.208251459320225984e-01 -8.364654036777965929e-02 -3.987847370245191370e-02 -5.667505990709603529e-03 -6.039272892082499250e-05 -5.925300000000000011e-01 2.659360782610655576e+07 +1.550000000000000000e+03 -3.416424046408758741e+00 -1.653629945768671172e+00 -8.158321370340829715e-01 -3.251937059642922567e-01 -8.214287593644047092e-02 -4.258956971921729236e-03 2.763686935434743128e-03 5.012969586928233621e-05 8.053369999999999695e-01 5.375193347560347058e+06 +1.551000000000000000e+03 -3.451740235594764616e+00 -1.555796142483476530e+00 -7.282740983642155275e-01 -3.085952489690766409e-01 -1.366986340280890722e-01 -6.234016960434212579e-02 -7.806871144910899202e-03 -7.676831538545112051e-05 -1.065388999999999919e+00 6.698753616667082533e+06 +1.552000000000000000e+03 -2.929054375144880318e+00 -1.426544957208563780e+00 -7.223868066398766441e-01 -3.150291549997206175e-01 -1.077480617779449923e-01 -2.610896912779406623e-02 -1.010856998501858317e-03 -3.209830786163437796e-06 4.223060000000000147e-01 2.634936187991008908e+07 +1.553000000000000000e+03 -2.919904995222939448e+00 -1.416828288592338447e+00 -7.129197658826247341e-01 -3.067332840268712224e-01 -1.019222147817307883e-01 -2.331922356940719504e-02 -7.006659635412391474e-04 -7.671311788680500045e-07 4.593309999999999893e-01 2.597412861328696460e+07 +1.554000000000000000e+03 -3.312820342460829792e+00 -1.692788169943120424e+00 -9.092253104933853969e-01 -4.309272510319235305e-01 -1.640118599264405452e-01 -4.566233662387321479e-02 -2.453099870281852477e-03 -7.195967700460968402e-06 1.477849999999999997e-01 9.669442396250966936e+06 +1.555000000000000000e+03 -2.967857733500198769e+00 -1.487530796946927802e+00 -7.906823531595680299e-01 -3.805792373829783304e-01 -1.606957525248176033e-01 -5.643963492493107165e-02 -5.002621728970924921e-03 -3.761505145109223875e-05 -3.114600000000000146e-01 1.186327898239497840e+07 +1.556000000000000000e+03 -3.179929892343459574e+00 -1.666167207407349693e+00 -9.438282524137144858e-01 -5.060458507082918889e-01 -2.496944062731546732e-01 -1.024850156805762885e-01 -1.107678337574851540e-02 -1.017164895270731336e-04 -1.104235000000000078e+00 1.852693796006878093e+07 +1.557000000000000000e+03 -2.824787366766069230e+00 -1.524441008592261060e+00 -8.437056279388316371e-01 -3.948311597065286560e-01 -1.325505757789788297e-01 -2.662700753987136057e-02 -4.066966896460067621e-04 1.710963680565186941e-06 4.920910000000000006e-01 1.053716479226281680e+07 +1.558000000000000000e+03 -2.747324674155620539e+00 -1.552934940716254486e+00 -9.091271420625923749e-01 -4.616075823131560729e-01 -1.771790770148401473e-01 -4.664085219944461014e-02 -2.584677422278652652e-03 -1.710464946251245383e-05 -4.544800000000000229e-02 -1.647538828901028261e+07 +1.559000000000000000e+03 -2.557025847743240377e+00 -1.465783261921815406e+00 -8.702786427134681091e-01 -4.536161653532183036e-01 -1.864468577637189706e-01 -5.483338717373832660e-02 -2.999658987212231766e-03 -7.744584285315394407e-06 1.893179999999999863e-01 7.660529281988252886e+06 +1.560000000000000000e+03 -2.461344340818628407e+00 -1.465892979163550880e+00 -9.056950099288049172e-01 -4.944696718317503903e-01 -2.106860385174722516e-01 -6.233743422248771288e-02 -3.290061375345976029e-03 -4.628606247092615785e-06 -1.761979999999999935e-01 -2.885282048312573135e+07 +1.561000000000000000e+03 -2.522839885062886367e+00 -1.448513420792560957e+00 -8.699583163982979039e-01 -4.666288353537276223e-01 -2.011949087357581822e-01 -6.277146397815386303e-02 -4.001292654268560380e-03 -2.094933540797797462e-05 -4.050270000000000259e-01 -3.575174302460211515e+07 +1.562000000000000000e+03 -2.773015658257516947e+00 -1.651349382669860866e+00 -1.028766975378823778e+00 -5.734909455962846625e-01 -2.557114843325039022e-01 -8.413051925158623878e-02 -7.332035125740255649e-03 -8.238392977813172480e-05 -1.814179999999999959e-01 2.923771234230137616e+07 +1.563000000000000000e+03 -2.645118195632015556e+00 -1.598656951773072432e+00 -1.002811166872054738e+00 -5.570692376951053015e-01 -2.408933772769171755e-01 -7.247749880458984051e-02 -4.490890456377926755e-03 -2.205196233042231569e-05 -1.732080000000000009e-01 -1.740194028692134097e+07 +1.564000000000000000e+03 -2.429713035967282497e+00 -1.532300366002926406e+00 -9.978334203924890122e-01 -5.833697654704906865e-01 -2.774595977826909143e-01 -9.776592300626786580e-02 -8.003555484833268022e-03 -5.107288702687712246e-05 -5.210080000000000267e-01 2.762058127033233643e+06 +1.565000000000000000e+03 -2.415556129324374801e+00 -1.528262464522719632e+00 -9.971527942764391028e-01 -5.838629824397164603e-01 -2.777186104721498516e-01 -9.845638839415006560e-02 -8.781155092497798173e-03 -7.867512757608331167e-05 -7.332629999999999981e-01 -4.140424911078678910e+06 +1.566000000000000000e+03 -2.117003705889198617e+00 -7.613907340543306645e-01 -2.182116453173869597e-01 1.679469667275172023e-02 6.362680131767582681e-02 3.587049991040900526e-02 3.948121210014151651e-03 2.709349627124882991e-05 6.824449999999999683e-01 3.502143134100787342e+06 +1.567000000000000000e+03 -2.102634850188344284e+00 -7.492807798469557357e-01 -2.080472570291304057e-01 2.501083967818013010e-02 6.953322671506224906e-02 3.901212975713752584e-02 4.366700840965944720e-03 3.122788963453095067e-05 7.566640000000000033e-01 4.208501776245508343e+06 +1.568000000000000000e+03 -2.050593453532326471e+00 -7.980806292162885285e-01 -2.910997855813835522e-01 -5.979523360756749950e-02 1.092411895269855548e-02 1.476848409357302272e-02 2.755691877577937186e-03 3.071846839041637747e-05 4.574289999999999745e-01 -8.028913609222375788e+06 +1.569000000000000000e+03 -2.406955892439226474e+00 -9.551584047601572314e-01 -3.533395370470742147e-01 -7.120907189489349143e-02 1.439258747212972776e-02 1.483186951233823533e-02 1.666246502882099160e-03 9.519395684489994884e-06 2.494099999999999928e-01 -5.464860512946556322e+06 +1.570000000000000000e+03 -2.082032015503775479e+00 -8.412116828329286866e-01 -3.459030363801295915e-01 -1.217153348165570803e-01 -4.628133219166525453e-02 -2.049218292392978799e-02 -2.297214283696460968e-03 -1.896103130367894854e-05 -3.700240000000000196e-01 -9.719491478542268276e+06 +1.571000000000000000e+03 -2.024931342337733309e+00 -7.879654274995071539e-01 -2.909405274234970751e-01 -6.891978545473601003e-02 -5.352177574661350253e-03 -1.105673120051017274e-04 -4.530497508455088879e-04 -9.871982910677393994e-06 -1.335700000000000082e-02 2.227472681587172206e+06 +1.572000000000000000e+03 -2.070793738100221049e+00 -8.858330533707514665e-01 -3.992325734579763030e-01 -1.663395736942500647e-01 -7.123628518697110168e-02 -2.785934381091630455e-02 -2.263160569233313001e-03 -4.764854036236104958e-06 -1.975109999999999921e-01 -2.071229486789819784e+05 +1.573000000000000000e+03 -2.070434424974306520e+00 -8.903314193747462468e-01 -4.061042247250732373e-01 -1.670924894156893270e-01 -6.361521513285667284e-02 -2.117996228906241993e-02 -1.632731673532678528e-03 -1.017703603155614243e-05 -3.523580000000000045e-01 -2.342468412554394454e+07 +1.574000000000000000e+03 -2.067523015235324113e+00 -9.333454286344385897e-01 -4.602851009092307488e-01 -2.217445237668204949e-01 -1.088325376378592446e-01 -4.667143220245043717e-02 -4.964644422495578281e-03 -3.934365426750780571e-05 -7.349419999999999842e-01 -1.257409597061733343e+07 +1.575000000000000000e+03 -2.203664968369892119e+00 -1.121622587290376671e+00 -5.628673173759228821e-01 -2.113115678703626765e-01 -3.214260294595288475e-02 1.392107410665062092e-02 3.695020680431518670e-03 3.459438452327600081e-05 7.303809999999999469e-01 -9.968764596623936668e+06 +1.576000000000000000e+03 -2.272493353435204533e+00 -1.226603827506036470e+00 -6.647621325114899671e-01 -2.799724855171306648e-01 -5.694203097527747448e-02 1.090135280337765217e-02 3.842570096173215238e-03 3.745909991372093451e-05 7.645170000000000021e-01 -1.344673676266050711e+07 +1.577000000000000000e+03 -2.463414360302661699e+00 -1.343421668335132768e+00 -7.483333149055363398e-01 -3.447744914989996357e-01 -1.023147882719626922e-01 -1.019376562752064702e-02 1.668878665047392965e-03 1.595696567209928905e-05 5.333369999999999500e-01 -1.358524593234904297e+07 +1.578000000000000000e+03 -2.155330341249804604e+00 -1.232798463681971546e+00 -7.380546448303832996e-01 -3.929329460240879035e-01 -1.642597129243266729e-01 -4.680079894607605540e-02 -2.177142511800488241e-03 -3.761738694790164307e-06 2.680159999999999765e-01 9.444192644641757011e+06 +1.579000000000000000e+03 -2.047734202690835836e+00 -1.140284080344434736e+00 -6.450383488485300632e-01 -2.998552170177581910e-01 -8.874913249272517457e-02 -7.429858983924843632e-03 2.428076134516231853e-03 3.658609909384381278e-05 4.618309999999999915e-01 -3.113891944317262620e+07 +1.580000000000000000e+03 -2.315729203116597912e+00 -1.373933205023483151e+00 -8.486923079523271962e-01 -4.658137799249810196e-01 -2.006013296871262119e-01 -5.998765160768416288e-02 -3.405975462182453221e-03 -9.664776053583829787e-06 -2.061230000000000007e-01 -2.637184913731006533e+07 +1.581000000000000000e+03 -2.402934511636662052e+00 -1.440114688458884906e+00 -8.885180079465923031e-01 -4.816843550262951412e-01 -2.033307753998261358e-01 -6.025764626639242005e-02 -3.606874133980660698e-03 -1.571703712134620430e-05 -1.165739999999999971e-01 -1.496448015183507092e+07 +1.582000000000000000e+03 -2.320095834092756437e+00 -1.421035108045985318e+00 -8.917537849430247077e-01 -4.923877729767018874e-01 -2.138866089248372682e-01 -6.633978950134478136e-02 -4.222579576795420196e-03 -1.738535148140883156e-05 -1.763049999999999895e-01 -1.311744037243513390e+07 +1.583000000000000000e+03 -2.281538810257984995e+00 -1.398122468828137732e+00 -8.879261495257092518e-01 -5.052834781672472797e-01 -2.325122174781495965e-01 -7.836106404365371370e-02 -5.917728216953465313e-03 -3.347298121753678119e-05 -1.565590000000000037e-01 1.516116144398188964e+07 +1.584000000000000000e+03 -2.323012013709703005e+00 -1.476484744458445020e+00 -9.704104810306919404e-01 -5.744435002655138289e-01 -2.769514178888695666e-01 -9.872946530420878553e-02 -8.417661211437105565e-03 -6.388271965830111417e-05 -5.825449999999999795e-01 4.665043545737495646e+06 +1.585000000000000000e+03 -2.216090342789813317e+00 -1.427822435648144594e+00 -9.518427797458937079e-01 -5.727623194030483367e-01 -2.821031260720997524e-01 -1.045181148143448091e-01 -1.024520579496970840e-02 -1.077269268582963082e-04 -1.081007999999999969e+00 -1.205008496748337150e+07 +1.586000000000000000e+03 -1.696699806829486734e+00 -5.430377341199214003e-01 -1.059953502836194078e-01 6.283567721348666535e-02 7.809235919886234334e-02 4.035334624199363174e-02 4.318756600731516598e-03 2.967908116590303063e-05 6.666090000000000071e-01 -2.732207586074394640e+06 +1.587000000000000000e+03 -1.975403569378407775e+00 -6.644179512113864705e-01 -1.473074456945245303e-01 6.259204297061238265e-02 8.518094110098967109e-02 4.117158862979825723e-02 3.740456724958152613e-03 2.154437302976318878e-05 6.752249999999999641e-01 1.143653060519601032e+07 +1.588000000000000000e+03 -1.886984039565884785e+00 -7.082861875355841441e-01 -2.426296997346121254e-01 -3.659167567609666188e-02 2.042612171050163516e-02 1.658060115393789752e-02 2.229310354183541409e-03 1.856484800772546920e-05 3.975190000000000112e-01 -1.769466040792844433e+05 +1.589000000000000000e+03 -2.009717204878868735e+00 -7.575479447514767983e-01 -2.654843260423353501e-01 -4.323807550537028810e-02 2.949759962908729549e-02 3.010859993695838219e-02 5.031429741203635383e-03 4.548292174008487527e-05 9.371699999999999475e-01 5.185930213277680799e+06 +1.590000000000000000e+03 -1.722424989995498645e+00 -6.844647325929520409e-01 -2.648051861943314655e-01 -7.716367285680063304e-02 -1.923515839170962180e-02 -5.776586280747637164e-03 -3.358783087155576327e-04 -3.084544577139981185e-07 1.124489999999999934e-01 5.868513536270572804e+06 +1.591000000000000000e+03 -1.646303773804884463e+00 -6.321603173588236091e-01 -2.201599390964632252e-01 -3.789901166715198971e-02 9.516664448212934849e-03 8.526311191005195994e-03 1.422984672442505942e-03 1.811719032721744618e-05 3.604260000000000241e-01 4.278309716898681596e+06 +1.592000000000000000e+03 -1.402731827558055366e+00 -5.604479614598544268e-01 -2.390091070040369914e-01 -9.708503232731383048e-02 -4.136315950288638882e-02 -1.596682005099277907e-02 -1.472316437314723702e-03 -6.015939675755341103e-06 -2.659580000000000277e-01 -1.118638764152267575e+07 +1.593000000000000000e+03 -1.374138719004767362e+00 -5.175280218567518409e-01 -2.032486112264386968e-01 -7.772843159510972599e-02 -4.179575166969527050e-02 -2.304871916972078827e-02 -3.165642456643138428e-03 -3.895410164058365853e-05 -3.782070000000000154e-01 3.275496347944010515e+06 +1.594000000000000000e+03 -1.859979643170483365e+00 -8.721097846331744563e-01 -4.396263411110288288e-01 -2.094092818630124142e-01 -9.604813240980589195e-02 -3.733840669075125934e-02 -3.325947458189673373e-03 -2.019946495735888377e-05 -3.674680000000000168e-01 -6.777405283269103616e+06 +1.595000000000000000e+03 -1.790771857283703916e+00 -8.086450106176771291e-01 -4.243290471557926713e-01 -2.485572375607022766e-01 -1.610110574280045892e-01 -8.140916959291658039e-02 -9.247616910190381567e-03 -7.450394870221315738e-05 -1.166452000000000044e+00 4.320535549450344406e+06 +1.596000000000000000e+03 -1.236193972419806331e+00 -6.367698504690793015e-01 -3.236461130250204432e-01 -1.184096896991381626e-01 -7.519381421038882907e-03 1.817810816076474364e-02 3.911305492199776933e-03 4.232734561610960767e-05 7.105399999999999494e-01 -4.946575796326981857e+06 +1.597000000000000000e+03 -1.286636573038171472e+00 -6.825264606741326956e-01 -3.669176233320551872e-01 -1.572542199227697224e-01 -3.628761352296412668e-02 3.531616172263527236e-03 2.003666612912302809e-03 1.968715724715303236e-05 4.338380000000000014e-01 -6.314173070211862214e+06 +1.598000000000000000e+03 -1.540095698875901142e+00 -8.939187999714615085e-01 -5.370414848773560346e-01 -2.809683038280236245e-01 -1.112633908712568898e-01 -3.041688377490926048e-02 -2.092357979348091757e-03 -2.395038446752306057e-05 -2.472040000000000071e-01 -2.127506775796031952e+07 +1.599000000000000000e+03 -1.606312036237052654e+00 -9.203500575064409439e-01 -5.395284431371510925e-01 -2.716450502912031162e-01 -1.034745294027337725e-01 -2.741751252306379519e-02 -1.303381713850270502e-03 -2.641015136906007251e-06 2.388300000000000145e-02 -6.682134777872687206e+06 +1.600000000000000000e+03 -1.645724000339420234e+00 -1.036985771805676304e+00 -6.613174982574372418e-01 -3.650907970470824715e-01 -1.522749197592665471e-01 -4.191288155422710077e-02 -1.580650264669878095e-03 5.431442980230052295e-06 1.036200000000000038e-01 -1.164308765952323191e+07 +1.601000000000000000e+03 -9.917948530246440964e-01 -6.521279396163180975e-01 -4.419548910840909173e-01 -2.703199618360298540e-01 -1.323075193584103970e-01 -4.505928818739074471e-02 -3.129181854199954236e-03 -1.450158480009098925e-05 6.274399999999999422e-02 2.118855643411259726e+07 +1.602000000000000000e+03 -1.191025600580822630e+00 -7.661825527986499962e-01 -5.140019320131925529e-01 -3.141307775408577196e-01 -1.539009748520298315e-01 -5.086334269807200187e-02 -2.783832050311056509e-03 6.149759031008196855e-06 4.112080000000000179e-01 4.024064292516618222e+07 +1.603000000000000000e+03 -1.267749272505933611e+00 -8.471858960177220954e-01 -5.710902824430649227e-01 -3.418317237324657309e-01 -1.663756343150831762e-01 -6.218624813127505285e-02 -6.408491642211361881e-03 -6.430363089910155414e-05 -8.311929999999999596e-01 -1.413085162439545244e+07 +1.604000000000000000e+03 -1.227318340217921300e+00 -4.186107362208673632e-01 -1.104845074835274360e-01 1.684719387573060945e-02 4.035921242877071186e-02 2.372905077038709939e-02 3.341600698518051252e-03 3.937167709402175989e-05 4.723470000000000169e-01 -8.423491883691215888e+06 +1.605000000000000000e+03 -6.311302720102646147e-01 -1.163444966829269150e-01 7.998484168061903432e-02 1.441802901288990746e-01 1.130244503188155142e-01 4.804764295837039151e-02 3.622876143123111587e-03 1.842550879978225131e-05 4.495910000000000184e-01 1.134898813410675153e+07 +1.606000000000000000e+03 -6.764936636290977967e-01 -1.945144533255391273e-01 -6.316249129828990783e-03 6.550857993950404135e-02 5.890115692473722048e-02 2.408573750715859579e-02 1.351625662031255082e-03 1.487167317108399310e-06 1.157200000000000034e-01 4.667958490996588953e+06 +1.607000000000000000e+03 -6.455155252074449290e-01 -1.389203385423847803e-01 5.565542484121574485e-02 1.222229233176414798e-01 9.796375157579653714e-02 4.136122333035998494e-02 2.966268866284816653e-03 1.287810603881275319e-05 3.478220000000000200e-01 9.110223852377410978e+06 +1.608000000000000000e+03 -4.074455865944409672e-01 -1.504950368470183153e-01 -2.349838473850788742e-02 5.282828768651857271e-02 7.780258864189748547e-02 5.084326292517952345e-02 6.274070436374135258e-03 4.141792194429484654e-05 7.912029999999999896e-01 -1.505626286116457358e+07 +1.609000000000000000e+03 -5.925857181744029756e-01 -1.759957799329258110e-01 -2.402262370873352315e-02 2.393336994707531001e-02 1.824052042922849268e-02 6.985366723349287384e-03 1.078715637427710931e-03 1.174025930417801142e-05 2.334080000000000044e-01 5.245827163866624469e+05 +1.610000000000000000e+03 -3.509235138378608010e-01 -1.799648704349096351e-01 -9.150776122397887014e-02 -2.852719163943931088e-02 1.043450742169834029e-02 1.552242889370383620e-02 2.372273618222340771e-03 1.815449659956309611e-05 2.156700000000000006e-01 -1.759007626030714065e+07 +1.611000000000000000e+03 -7.307480307613533066e-01 -3.345056206117340003e-01 -1.574244888214268723e-01 -6.620412508782620720e-02 -2.529415339436450610e-02 -6.968689287040374242e-03 -7.222011171832821541e-05 3.677361643118459278e-06 -8.434899999999999343e-02 -2.018426767011718079e+07 +1.612000000000000000e+03 -5.805268025890671924e-01 -3.340762911452251904e-01 -1.949275925090769301e-01 -9.639114622586321401e-02 -3.548257057282246801e-02 -9.146399038613637830e-03 -4.432579272689794975e-04 -1.247862007209983577e-06 1.170930000000000026e-01 9.080322596747294068e+06 +1.613000000000000000e+03 -8.230005652516886316e-01 -4.816794580005830384e-01 -2.963248323173134358e-01 -1.576682520285462574e-01 -5.645856619799542730e-02 -7.060720359867557125e-03 1.732955574583572994e-03 3.808387145337483603e-05 7.039699999999999847e-01 1.894727536148533970e+07 +1.614000000000000000e+03 -4.647719214662979215e-01 -3.024675426230377662e-01 -2.045937808016143888e-01 -1.266982338961614440e-01 -6.454463504407578767e-02 -2.304747010975826543e-02 -1.421369421818567506e-03 -1.200313530595641589e-07 -1.830000000000000029e-03 5.185888997700130567e+06 +1.615000000000000000e+03 -4.249468224736396849e-01 -2.788496409810871102e-01 -1.925020539312295997e-01 -1.230362961360076390e-01 -6.623925466953439756e-02 -2.656849718475761540e-02 -2.475510505025075355e-03 -1.765710911417131551e-05 -2.070740000000000081e-01 5.588815986108054407e+06 +1.616000000000000000e+03 -6.476759405502771072e-01 -4.656022994258599002e-01 -3.565844703786179570e-01 -2.576781063484634982e-01 -1.580525019901907191e-01 -7.175414721014804209e-02 -8.279234944034107729e-03 -8.108963306530156520e-05 -1.082262999999999975e+00 2.768810556590638007e+05 +1.617000000000000000e+03 -9.481118806685544520e-01 -6.169690718223937997e-01 -4.345345885296575394e-01 -2.892962622512684212e-01 -1.608885959210057670e-01 -6.367870029868707982e-02 -5.832763119135173438e-03 -4.424301329859199421e-05 -3.686400000000000232e-01 1.905226190320320427e+07 +1.618000000000000000e+03 -5.505295626693536004e-01 -3.051754259504086547e-02 1.610427188684518951e-01 2.122904440375097679e-01 1.571006675869109914e-01 6.604385198601554763e-02 5.112634840298798874e-03 2.913788948303982433e-05 6.232579999999999787e-01 1.415899817993734404e+07 +1.619000000000000000e+03 -5.095716744759456462e-01 -2.097300027259371702e-02 1.570578119822367558e-01 2.033201712323032262e-01 1.487915648204203856e-01 6.112181730933562152e-02 4.398856366004243873e-03 2.054819414521944282e-05 4.843589999999999840e-01 1.242612402450658940e+07 +1.620000000000000000e+03 -1.621683014949077128e-01 5.275991691388146748e-02 1.391581914510199580e-01 1.620563842179286451e-01 1.272703253493057685e-01 6.142269734585539126e-02 5.864923271562541736e-03 3.583817087531517047e-05 7.870530000000000026e-01 9.137599063762631267e+06 +1.621000000000000000e+03 -4.409593157934637020e-01 -6.327804527027326709e-02 6.795221670912965362e-02 9.586546765028676476e-02 6.202100828433130403e-02 2.193662049124172828e-02 1.539901888814404441e-03 1.093449878535496040e-05 1.127279999999999949e-01 -1.531594975356508745e+06 +1.622000000000000000e+03 4.788674372673779739e-02 1.220145608586732100e-01 1.434702151846138363e-01 1.309234015271242557e-01 8.673644932595848955e-02 3.544728771829856739e-02 1.665364875022665343e-03 -5.060532508561928618e-05 3.031289999999999818e-01 2.233682672611834109e+07 +1.623000000000000000e+03 2.113100215799391390e-01 2.093980914244407132e-01 1.824293852176106234e-01 1.399999145761726405e-01 8.784832034126918709e-02 3.904162415803882208e-02 3.991238334033398415e-03 3.196383653592086175e-05 4.557439999999999825e-01 -2.263312134028878529e+06 +1.624000000000000000e+03 -3.731614197261133581e-02 -9.146635833361017529e-03 1.366322621033215848e-02 3.281531802344144627e-02 3.690875946214881159e-02 2.242890353462775183e-02 3.042306781714299458e-03 2.948263120571601814e-05 4.995049999999999768e-01 4.636839387889315374e+06 +1.625000000000000000e+03 -9.401005504874376806e-02 3.063818006483077019e-02 7.452026209008157098e-02 7.111353199948643178e-02 3.517075675963514392e-02 7.071316966993495927e-03 -2.442920117828581753e-04 -5.651645488085908694e-06 -1.715099999999999958e-01 -5.884205094258042052e+06 +1.626000000000000000e+03 -3.974894972671449977e-02 -4.243588599139365425e-02 -4.061262312139078678e-02 -3.719645894298800881e-02 -3.228271913785506902e-02 -2.041200918000730252e-02 -3.038123822543156195e-03 -3.127026805427990098e-05 -4.531729999999999925e-01 2.093319071996596409e+06 +1.627000000000000000e+03 -2.214756228721636577e-01 -1.084766099504601566e-01 -6.083716252699463561e-02 -3.362141134621014077e-02 -1.589365055289213013e-02 -4.851392725256523618e-03 -8.167042883392892048e-05 2.530848035981931256e-06 8.171200000000000685e-02 3.697223868593925610e+06 +1.628000000000000000e+03 1.232638110012109767e-01 1.044618253830159604e-02 -4.151813997130809203e-02 -6.351794807486672856e-02 -5.619824862847020569e-02 -2.952744446590601507e-02 -3.268768408374534730e-03 -2.398149729584956631e-05 -4.064400000000000235e-01 2.654533751459817402e+06 +1.629000000000000000e+03 1.462168618575023504e-01 6.161904716024763778e-02 -3.036927347881877848e-03 -5.031382352976145056e-02 -6.212456029836805477e-02 -3.807478282549579124e-02 -4.928203840478338760e-03 -4.073240532670839050e-05 -9.044060000000000432e-01 -1.667562008435553312e+07 +1.630000000000000000e+03 2.890582104848011397e-02 -1.023790279935354042e-01 -1.375753107839418621e-01 -1.310865087130121120e-01 -9.793011938475937317e-02 -5.232565718055195991e-02 -6.810666656245974171e-03 -6.053467648486696428e-05 -1.111814999999999998e+00 -9.137313637907840312e+06 +1.631000000000000000e+03 -7.385703843040103411e-02 -1.473994858273796615e-01 -1.627083908370160203e-01 -1.411936293970687262e-01 -8.866231659399984033e-02 -3.590674963465855657e-02 -3.511525117190462345e-03 -3.420063925416072563e-05 -2.946340000000000070e-01 7.985067148709493689e+06 +1.632000000000000000e+03 8.392070772356163832e-02 -8.764242442986817927e-02 -1.696005754567892210e-01 -1.934825140575481273e-01 -1.503887062831032184e-01 -7.137363302975170687e-02 -6.963896105530356824e-03 -4.764077138359169118e-05 -1.005619000000000041e+00 -1.752296758646314219e+07 +1.633000000000000000e+03 1.525598935714249024e-02 -1.954824232434775599e-01 -2.501612774203684775e-01 -2.275189793871924271e-01 -1.492703354430077456e-01 -6.441615196533499732e-02 -6.304495640670587132e-03 -5.080462011985779745e-05 -6.606950000000000323e-01 9.090403145770313218e+06 +1.634000000000000000e+03 8.899092583761184505e-01 6.908441566799036204e-01 5.417659268751009449e-01 3.923270319147208474e-01 2.338340768746954568e-01 9.689765351950550831e-02 8.964265018584020514e-03 7.057494715659338254e-05 5.532610000000000028e-01 -3.700516628016422689e+07 +1.635000000000000000e+03 8.872387058565158746e-01 6.896145963339119778e-01 5.413200448824746491e-01 3.923064370518138944e-01 2.339695890847831861e-01 9.707348824363858097e-02 9.029335456039544114e-03 7.228673797825896569e-05 5.608419999999999517e-01 -3.750029699159794301e+07 +1.636000000000000000e+03 6.209616516716388590e-01 5.143275227515445858e-01 3.961364049303762735e-01 2.619716874750119828e-01 1.341496714626090325e-01 4.912400391864749083e-02 4.371957339243939464e-03 3.656589591560660150e-05 3.679069999999999840e-01 -8.103818974884144031e+06 +1.637000000000000000e+03 6.387463641935611225e-01 5.319132670316815137e-01 4.136295872199460266e-01 2.812062312540105080e-01 1.519903741057875013e-01 5.858821140713366821e-02 5.299630151700376705e-03 4.160163303604918204e-05 4.409139999999999726e-01 -1.043580599194430001e+07 +1.638000000000000000e+03 3.893493981638238566e-01 3.270536418700403791e-01 2.665791961469847204e-01 1.998172102644842352e-01 1.254849966198155475e-01 5.605793669765147397e-02 5.715414117592013642e-03 4.273309965163233607e-05 6.618669999999999831e-01 -2.789154408914320171e+06 +1.639000000000000000e+03 9.460479754958501797e-01 6.450699409598139589e-01 4.575731448320390915e-01 2.994067733743073778e-01 1.595270814869900189e-01 5.788668623515875328e-02 4.095369341957704086e-03 2.241159928675932271e-05 9.117999999999999716e-02 -1.312036691403254122e+07 +1.640000000000000000e+03 4.036743061475567274e-01 2.518766431256994620e-01 1.618677567354190328e-01 9.030190991763219210e-02 3.366759174849221631e-02 3.942830584803326023e-03 -9.568328086700228887e-04 -1.380378815730736963e-05 -2.791489999999999805e-01 2.684549339981264435e+06 +1.641000000000000000e+03 3.754378302554965963e-01 2.778876916478800752e-01 1.811861374453582751e-01 8.587119372637408432e-02 1.595852088820670298e-02 -7.457009608385263728e-03 -2.260694004646862480e-03 -2.247827337965187369e-05 -5.827639999999999487e-01 -1.149303015299734287e+07 +1.642000000000000000e+03 4.351404286217102069e-01 2.434148276941907607e-01 1.388666838705925610e-01 6.480724484626675108e-02 1.906033554383637293e-02 2.409546338625096970e-03 -3.372574399922598132e-06 1.143284231867873557e-06 -2.978400000000000145e-02 1.576576102873108117e+06 +1.643000000000000000e+03 7.700669906981292279e-01 4.546947572600648635e-01 2.709596949731770676e-01 1.358661309271417261e-01 5.100739701667913323e-02 1.574279493634553675e-02 1.799462193748517600e-03 2.023970006541483193e-05 2.091560000000000086e-01 -1.525572597040090943e+06 +1.644000000000000000e+03 1.096166032244641819e+00 5.318315210477718713e-01 2.514950186816918287e-01 8.698027063378158119e-02 1.465796079934234691e-02 -1.085558930641373132e-03 -4.306221879959615966e-04 -3.313802327094376846e-06 -1.310080000000000133e-01 2.128328154593949672e+06 +1.645000000000000000e+03 9.779613453365660902e-01 4.609343493116714319e-01 2.078759586303511320e-01 6.320236891942562774e-02 1.811470336774104401e-03 -8.731868837046396006e-03 -1.941270472798110273e-03 -2.570912738585743427e-05 -3.910870000000000180e-01 1.767096106680576690e+06 +1.646000000000000000e+03 5.660645224316416257e-01 2.066485861577769256e-01 4.091403951822948637e-02 -4.246593880966520462e-02 -5.869954532466707675e-02 -3.452872312390056764e-02 -4.228542716398159609e-03 -3.599810265994232472e-05 -6.941530000000000200e-01 -5.715433510599569418e+06 +1.647000000000000000e+03 5.302764552410583754e-01 1.876871294859601413e-01 3.616639043403394038e-02 -3.474746485767613718e-02 -4.496803650282010095e-02 -2.483046863578813532e-02 -2.853334415780624678e-03 -2.036198658956635374e-05 -5.244689999999999630e-01 -9.957253386327330023e+06 +1.648000000000000000e+03 1.155980146087890459e+00 4.111944563728691104e-01 1.333325164368813209e-01 3.138649259615489129e-02 1.978310828944588456e-02 1.866536581098520581e-02 3.524499612008900103e-03 4.209242859292946018e-05 5.381979999999999542e-01 -2.179053937792185228e+06 +1.649000000000000000e+03 1.237702942367544079e+00 4.370900546411393139e-01 1.237292893303723051e-01 -1.333029962245573137e-02 -4.395788019674379959e-02 -2.693896727944226216e-02 -3.398551127163844648e-03 -2.971376938832328318e-05 -5.133119999999999905e-01 2.846679414271368179e+06 +1.650000000000000000e+03 1.321871684351256571e+00 3.867357725584782413e-01 7.490013556394842231e-02 -1.220043631712419696e-02 2.452910820653492197e-03 1.470733960546660377e-02 2.999725265063019237e-03 2.515977034904508670e-05 3.122070000000000123e-01 -1.661320217294908315e+07 +1.651000000000000000e+03 1.344774650750582667e+00 3.644699550666153920e-01 3.777816141541667783e-02 -4.776693904090309473e-02 -1.931468123938309689e-02 7.307319760919233492e-03 2.876337671095507368e-03 3.412287569804156264e-05 3.726470000000000060e-01 -1.214855294322152250e+07 +1.652000000000000000e+03 1.364384949340734288e+00 3.686287421158218058e-01 3.436482016033814979e-02 -5.466958002549392182e-02 -2.559175342989752910e-02 4.104420026671874028e-03 2.562254039571611533e-03 3.311915076484909734e-05 3.333220000000000072e-01 -1.154834077572209388e+07 +1.653000000000000000e+03 1.341137471257244806e+00 3.941761805008377473e-01 4.193252997670172955e-02 -8.925675589619412598e-02 -9.411445491609882197e-02 -5.017536754437119939e-02 -5.302649166316640572e-03 -2.959387678615923623e-05 -7.213589999999999725e-01 9.683396560774073005e+06 +1.654000000000000000e+03 1.115482877067810019e+00 6.955618807632734102e-01 4.591369395272210108e-01 2.811867471707069077e-01 1.453591389298628522e-01 5.543620132114920190e-02 4.827126018569071787e-03 3.168179661356890285e-05 7.373599999999999599e-02 -3.619142009890859574e+07 +1.655000000000000000e+03 1.608646189529993720e+00 1.042295715177244730e+00 6.953208881061153646e-01 4.172746533991426587e-01 2.032547537305793017e-01 7.235122492450560272e-02 5.973833872821691232e-03 4.103253024494238490e-05 3.751740000000000075e-01 -9.118827310618709773e+06 +1.656000000000000000e+03 1.802940339902762146e+00 1.048873159113858256e+00 6.366279173590784213e-01 3.419207864632607952e-01 1.428737184291658524e-01 4.059514582138748495e-02 1.833611991897038428e-03 2.193434389211899434e-06 -1.482660000000000089e-01 -1.125129718610072043e+06 +1.657000000000000000e+03 1.411773174062946667e+00 8.056732783353305338e-01 4.785010997174312108e-01 2.573251207344815494e-01 1.195773890539057333e-01 4.370054155838001830e-02 3.288238800790085903e-03 1.043559539509517432e-05 1.024930000000000008e-01 -1.284715360481408797e+07 +1.658000000000000000e+03 1.787449499829619759e+00 1.011632114625846235e+00 5.953412321797634243e-01 3.040609729087918045e-01 1.152077697324941780e-01 2.721774560702109116e-02 4.925472723248502504e-04 -6.794566939515444702e-06 -2.825540000000000274e-01 1.121771560609735316e+06 +1.659000000000000000e+03 1.851609146330207789e+00 9.949881017343223943e-01 5.497190755052058231e-01 2.592962781039707676e-01 9.211471172069264635e-02 2.233506670730803570e-02 8.805075850828380721e-04 3.613707423736332676e-06 6.217199999999999810e-02 2.139716293025126681e+07 +1.660000000000000000e+03 1.522565388461007085e+00 6.656138577312057381e-01 3.332474590603026754e-01 1.767764186504733326e-01 9.721965508291974256e-02 4.221593025986979109e-02 4.126345668502965670e-03 2.597103044718205707e-05 6.703149999999999942e-01 2.118533049235321209e+07 +1.661000000000000000e+03 1.241858199423640396e+00 6.401149824520317999e-01 3.309441518118452219e-01 1.397684867719740931e-01 4.650837730940272224e-02 1.585901327003908304e-02 2.284164494095652833e-03 3.466461339159845174e-05 2.804220000000000046e-01 -4.665720164595231181e+05 +1.662000000000000000e+03 1.968495490147112337e+00 8.670946385569958670e-01 4.163073975250409786e-01 1.939781646080999677e-01 9.145159471591261802e-02 3.682233444387964655e-02 3.261762203817552327e-03 1.839649778233643616e-05 2.993339999999999890e-01 -3.068470171344112139e+06 +1.663000000000000000e+03 1.538369763029824089e+00 6.219563946358594997e-01 2.766426095959451104e-01 1.301519152641983090e-01 7.429842834536416751e-02 3.618150549531424370e-02 3.777910591567223801e-03 2.327360736053830622e-05 4.795090000000000185e-01 3.722999660759133287e+06 +1.664000000000000000e+03 1.608300731024010721e+00 6.253873376178146204e-01 2.540415693012073040e-01 1.032612065766482790e-01 5.970457198914620733e-02 3.464744164319083497e-02 4.765530625658927905e-03 4.106884822522818184e-05 6.167190000000000172e-01 -7.207854538893206045e+06 +1.665000000000000000e+03 1.662904041067412075e+00 6.546186630337060830e-01 2.637628910494456136e-01 9.562752607831735696e-02 4.334071042836793591e-02 2.333741279174854702e-02 3.580757347462479312e-03 4.475015321928096885e-05 4.166529999999999956e-01 -1.029021579385210387e+07 +1.666000000000000000e+03 2.060514314316655771e+00 8.217865002729475288e-01 3.212120343468792827e-01 9.266024658485358390e-02 1.707886623445493968e-02 -6.568243418958751315e-06 -1.471135606037227064e-03 -3.813934495699593296e-05 -5.836949999999999639e-01 -2.257872509911867976e+07 +1.667000000000000000e+03 1.661360931026417465e+00 5.997131737305216870e-01 1.997731961341707996e-01 4.186573194062404024e-02 4.221775010008292466e-03 -2.287852493634599717e-03 -1.599604611072087592e-03 -3.387433133942269030e-05 -5.860600000000000254e-01 -1.925622915809120238e+07 +1.668000000000000000e+03 1.631849451665189576e+00 5.234947879264046922e-01 1.014697276337134663e-01 -6.792264250694989014e-02 -8.903935282441749477e-02 -5.023321186779693831e-02 -6.275498928474326950e-03 -5.526562121474232610e-05 -1.009603999999999946e+00 -2.615923731292428274e+05 +1.669000000000000000e+03 1.595678726875016329e+00 5.406871181732729736e-01 1.258776367199921087e-01 -4.321893500205896410e-02 -6.276749937409371871e-02 -3.017186497839356024e-02 -2.720026047213233711e-03 -1.275597078291635881e-05 -3.482279999999999820e-01 6.179497718930280767e+06 +1.670000000000000000e+03 2.112080064165599680e+00 7.382878641401007247e-01 1.994388281408049635e-01 -1.988466554677627979e-02 -5.453088043166491594e-02 -2.920326720734904222e-02 -3.651006685540564897e-03 -3.607106846269151712e-05 -8.968549999999999578e-01 -2.487546802697174996e+07 +1.671000000000000000e+03 2.146683356961936795e+00 7.338184139603728395e-01 1.680209979699186784e-01 -6.571017296659811824e-02 -9.123393427178327908e-02 -4.169295669554387573e-02 -3.171356122862198888e-03 -1.534980291513854205e-05 -3.822670000000000234e-01 5.493541970742015168e+06 +1.672000000000000000e+03 2.391554557835791073e+00 1.538712794308509935e+00 1.029788449901390290e+00 6.311843616449016592e-01 3.218955614665485743e-01 1.213656119759522756e-01 1.097485030415996758e-02 9.513073361526721357e-05 6.479679999999999884e-01 -3.172621184119952470e+07 +1.673000000000000000e+03 2.390948135981294964e+00 1.538424686234764360e+00 1.029631877152260122e+00 6.311304760468994246e-01 3.219741655151706072e-01 1.215135830956486224e-01 1.102550334263801418e-02 9.640117470643680463e-05 6.564619999999999900e-01 -3.182729141604178026e+07 +1.674000000000000000e+03 2.423995903097318383e+00 1.512912314894732102e+00 9.762832251479013346e-01 5.638414872767846253e-01 2.597372263555426941e-01 8.550294728685117751e-02 6.358148595998306361e-03 4.019724103367905399e-05 5.201310000000000100e-01 2.377672736304342002e+07 +1.675000000000000000e+03 1.930873900191808490e+00 1.204089124071060724e+00 7.950726375882446462e-01 4.843490037166369166e-01 2.443907228980451152e-01 8.957974405464518008e-02 7.425410424663867782e-03 4.884268500587759355e-05 6.576400000000000023e-01 8.066947729426539503e+06 +1.676000000000000000e+03 2.158840840724419063e+00 1.277711658099541792e+00 7.990930699300115014e-01 4.582123455742445062e-01 2.196229065561036142e-01 7.924651330887157175e-02 6.886399410564974892e-03 5.120272964330915290e-05 7.921099999999999808e-01 2.252751046309310570e+07 +1.677000000000000000e+03 2.113675308151226506e+00 1.282916541747169514e+00 7.983133426300333957e-01 4.382406290124615245e-01 1.918417940953136280e-01 6.333863314653652432e-02 5.692264970538717800e-03 5.926447623204028744e-05 3.500380000000000158e-01 -8.077394373676711693e+06 +1.678000000000000000e+03 2.489204494791958044e+00 1.467150544509661092e+00 8.971941500363795896e-01 4.812990524061043218e-01 1.973359979274491305e-01 5.485829249217018255e-02 2.829306914474090818e-03 9.848773229919789503e-06 -5.303599999999999981e-02 1.094869792842652090e+07 +1.679000000000000000e+03 1.959361680271770823e+00 1.106741718443401856e+00 6.784199905149637111e-01 3.914395296431113502e-01 1.937075715141625964e-01 7.284932641860980551e-02 6.771234320127947695e-03 5.155943395853394189e-05 7.629299999999999971e-01 1.149267807285802066e+07 +1.680000000000000000e+03 2.308518214534715174e+00 1.286462145218802311e+00 7.411940122918698748e-01 3.652398126109864807e-01 1.276623649203084965e-01 2.396304868357272688e-02 -6.245738373633530393e-04 -2.067042714992736431e-05 -6.397389999999999466e-01 -6.703999028644969687e+06 +1.681000000000000000e+03 2.579141397106223810e+00 1.413167052092656695e+00 7.968481314930389026e-01 3.824959406315529553e-01 1.333577694038470263e-01 2.834187655785148918e-02 2.613866253267622757e-04 -8.605528467992527852e-06 -3.212289999999999868e-01 9.955953619567682967e+06 +1.682000000000000000e+03 2.548303500083997086e+00 1.376995087589920841e+00 7.670184860166057161e-01 3.625579295650208644e-01 1.202708088972503503e-01 1.993920873417944287e-02 -9.065155143020020177e-04 -1.610624444270343896e-05 -6.109179999999999611e-01 1.649264770251940237e+06 +1.683000000000000000e+03 2.410864954517473624e+00 1.294651610646543327e+00 7.128418044662535591e-01 3.297386844965281005e-01 1.093656596771593464e-01 2.269772212023177943e-02 4.334068817093963619e-04 -3.255953746802409099e-06 -2.026890000000000081e-01 8.764918045046610758e+06 +1.684000000000000000e+03 1.978688794782250238e+00 9.138742826824299836e-01 4.572131423091930769e-01 2.196793904648274010e-01 1.086772477620982363e-01 4.961290148686286344e-02 5.783633605830807226e-03 4.597758643533477206e-05 8.488369999999999527e-01 7.814350068297514692e+06 +1.685000000000000000e+03 2.208588966988591640e+00 1.009394664520332885e+00 5.048459496021321380e-01 2.517215552836039039e-01 1.316027630959632766e-01 5.948454329108363026e-02 6.594011724137963451e-03 5.166796902700262687e-05 8.347849999999999993e-01 -2.732793679197168094e+05 +1.686000000000000000e+03 2.046248305250876864e+00 8.556757233137437524e-01 3.695055520358337953e-01 1.425118729172982213e-01 5.801515669291763128e-02 2.467809568505451023e-02 3.011149276684354972e-03 3.446018997820018254e-05 2.943029999999999813e-01 -7.036781135079658590e+06 +1.687000000000000000e+03 2.036978539774331853e+00 8.840426875992312139e-01 4.071765970308153237e-01 1.825878980302550469e-01 9.629327646122871898e-02 4.962468296751735425e-02 6.982758382147283803e-03 9.217521439697780956e-05 6.677999999999999492e-01 -3.075480005559522659e+07 +1.688000000000000000e+03 2.186296823995319993e+00 9.004736137887942027e-01 3.786963473741952191e-01 1.335002169992429433e-01 3.783863453030811286e-02 5.281474699512894201e-03 -1.207699278108883591e-03 -2.463627698769232363e-05 -4.156409999999999827e-01 -4.966838832821369171e+06 +1.689000000000000000e+03 2.099748736314031916e+00 8.399073269664294461e-01 3.311685622449624389e-01 1.003310354511163377e-01 2.329178294685318659e-02 3.871642639330830690e-03 -4.156613161550758639e-04 -1.190172797251843429e-05 -3.558549999999999769e-01 -1.679095401284413040e+07 +1.690000000000000000e+03 2.179082613683493097e+00 8.398691709490722079e-01 2.971041534089058911e-01 5.195581694288661789e-02 -1.789758767473766110e-02 -1.568011590562640514e-02 -1.883501844280050484e-03 -1.174450443488882105e-05 -1.803829999999999878e-01 1.605397289504901506e+07 +1.691000000000000000e+03 2.165954457460782301e+00 8.399371816491632003e-01 3.029883020558002404e-01 6.050248904669282973e-02 -1.010386401565095509e-02 -1.153919717619870423e-02 -1.505723915014422565e-03 -1.031986748312000251e-05 -1.052290000000000031e-01 1.843862105762952194e+07 +1.692000000000000000e+03 2.305704051029243917e+00 8.393801944545847826e-01 2.384962927600893789e-01 -2.242084426867901881e-02 -6.869941395462526856e-02 -3.409443462688020038e-02 -3.170242899811427390e-03 -2.515472280785943705e-05 -2.702990000000000115e-01 2.118327097419464588e+07 +1.693000000000000000e+03 2.936148828238804409e+00 1.125694409600242807e+00 3.937724547661782259e-01 8.073566072464578858e-02 1.211838698751370284e-02 1.265220934312550824e-02 2.780296263152188651e-03 2.613255339044336331e-05 4.538449999999999984e-01 4.265148521325625479e+06 +1.694000000000000000e+03 2.673393562154216418e+00 9.149250940588575798e-01 2.215244410515013473e-01 -5.018012316884884472e-02 -7.055418282520962980e-02 -2.487683662212298447e-02 -1.370553395887040213e-03 -7.360553285907207162e-06 -1.576849999999999918e-01 1.237487660412869789e+07 +1.695000000000000000e+03 2.364159746899396009e+00 8.267883050751907437e-01 1.862116798201124968e-01 -9.054823944574508232e-02 -1.198273443651565462e-01 -5.336143257502155152e-02 -3.743727874436547556e-03 -1.375814925795788573e-05 -3.896660000000000124e-01 1.168783152896848880e+07 +1.696000000000000000e+03 2.805236038259954157e+00 1.782989620392241292e+00 1.170489245971076286e+00 6.884577517458152496e-01 3.246243439124337771e-01 1.106506910270776828e-01 8.469631066761580673e-03 5.009497612667503254e-05 5.183050000000000157e-01 6.116029570045839064e+06 +1.697000000000000000e+03 2.738945248215586048e+00 1.742293576205387939e+00 1.151772303445163015e+00 6.868525668475485846e-01 3.286476777235144420e-01 1.115311333779635400e-01 7.984449041350233367e-03 4.049545639454299857e-05 3.911979999999999902e-01 5.390852623220757581e+06 +1.698000000000000000e+03 2.531452492917037222e+00 1.573616108117003032e+00 1.014590857771036303e+00 5.882974814412381681e-01 2.743850004325624758e-01 9.279745762831731470e-02 7.350209544619169984e-03 5.215991050494910562e-05 4.936289999999999845e-01 6.484870577077405527e+06 +1.699000000000000000e+03 2.995486540954203747e+00 1.822219424506198671e+00 1.154640048820978926e+00 6.542799656456772528e-01 2.928282524358684080e-01 9.053255208334680393e-02 5.384696539265701118e-03 2.431276630714576022e-05 2.876000000000000084e-02 1.127148830570551008e+07 +1.700000000000000000e+03 3.011588526692670964e+00 1.769948766199832102e+00 1.076309624071027926e+00 5.786853012654753492e-01 2.451125858120190570e-01 7.249225647070776934e-02 3.982829632293125206e-03 1.392820456587619232e-05 -2.347049999999999970e-01 -7.463996798919206485e+06 +1.701000000000000000e+03 2.769501442208997410e+00 1.655605889284105237e+00 1.018091123860287439e+00 5.503039901680834012e-01 2.304380019378820532e-01 6.550574401373833455e-02 3.201050341216103972e-03 9.083182622343534944e-06 5.210000000000000048e-02 3.057883398066062480e+07 +1.702000000000000000e+03 3.049385644001906925e+00 1.748688942490763676e+00 1.040391419467868506e+00 5.417962578048118871e-01 2.173242688228978481e-01 6.057321073991775440e-02 3.343971392119074893e-03 1.595278795433436805e-05 6.669999999999999540e-02 2.225230749072761089e+07 +1.703000000000000000e+03 2.537670585828699199e+00 1.473071455611827618e+00 8.968388729925581559e-01 4.891473555017326058e-01 2.153705611058810421e-01 6.987970571240116613e-02 5.076447738818448685e-03 2.716883658141594935e-05 3.315870000000000206e-01 1.071763901523761824e+07 +1.704000000000000000e+03 2.600415776017895642e+00 1.451858149442128099e+00 8.408352700164585247e-01 4.218339438842012568e-01 1.555777457042742395e-01 3.333391054584901314e-02 -8.062921738116749166e-04 -5.870286346290196961e-05 -6.737790000000000168e-01 1.328987689089406049e+06 +1.705000000000000000e+03 2.888131689313935269e+00 1.595042964157336041e+00 9.051709704324699679e-01 4.353582847972457537e-01 1.491392558546174030e-01 2.907589325093747415e-02 -3.164020893477457520e-04 -1.740425723815263158e-05 -4.154680000000000040e-01 1.890543901836077496e+07 +1.706000000000000000e+03 3.310442229706937578e+00 1.677430514226871505e+00 9.088779394802176670e-01 4.529399900689121683e-01 2.004176372240365767e-01 7.369817142547493982e-02 6.900353921403448026e-03 5.134185937818264519e-05 5.621289999999999898e-01 -1.439475970966059901e+07 +1.707000000000000000e+03 3.074604865595067071e+00 1.667944412114551023e+00 9.345813409224384971e-01 4.446362440938870231e-01 1.498189576815519286e-01 2.777535011261547324e-02 -4.053737460783204852e-04 -1.377886013664079031e-05 -5.420000000000000373e-01 8.310972614179249853e+06 +1.708000000000000000e+03 3.208594268746056244e+00 1.575252449872135863e+00 8.080069868593717786e-01 3.604217834838219225e-01 1.287363945839410662e-01 3.452336990774037412e-02 1.737159390647940484e-03 3.055186548707820013e-06 -1.318290000000000017e-01 -8.788076702259114012e+06 +1.709000000000000000e+03 3.222126263144253766e+00 1.580494248119547418e+00 8.303589734323273408e-01 4.011965558557079037e-01 1.722431483367830585e-01 5.895214125676427608e-02 4.245846215622227707e-03 1.869651238693387869e-05 -2.278200000000000017e-02 -3.143626748861283064e+07 +1.710000000000000000e+03 3.349978501611274417e+00 1.626651376771366397e+00 8.268669064478716413e-01 3.636378214611015736e-01 1.244371676155024281e-01 2.976944759209259120e-02 1.136123704996967873e-03 4.456607839280946413e-06 -2.721430000000000238e-01 -1.352268737683851458e+07 +1.711000000000000000e+03 3.375128793656009041e+00 1.655283353543560709e+00 8.527583775911473651e-01 3.835952454572944537e-01 1.365765214812901807e-01 3.499902792228614529e-02 1.671048174503312472e-03 8.100959977182780396e-06 -2.154419999999999946e-01 -1.371588148531553522e+07 +1.712000000000000000e+03 3.456766343431882049e+00 1.579541982604294903e+00 7.660923908408696636e-01 3.498557156264467949e-01 1.643472317282871908e-01 7.130371249614851636e-02 7.619736015085728023e-03 5.334631710385414146e-05 9.810050000000000159e-01 -3.440824063867603894e+06 +1.713000000000000000e+03 3.436810495609824656e+00 1.555226255870015839e+00 7.397256093287016832e-01 3.245274141648548105e-01 1.451509327095229507e-01 6.154495975700506605e-02 6.428987761349572519e-03 4.202855331563819230e-05 7.772470000000000212e-01 -6.802711498843911104e+06 +1.714000000000000000e+03 3.295082417904516170e+00 1.441214408221473509e+00 6.440183412153992482e-01 2.470781204552872090e-01 9.263614802235135837e-02 3.725990695034989142e-02 4.168831265235853692e-03 3.792477435214710587e-05 3.604939999999999811e-01 -1.806224192828298360e+07 +1.715000000000000000e+03 3.120175837089431692e+00 1.314206403189182470e+00 5.620453709965201883e-01 2.112474648639210972e-01 9.132814236721271961e-02 4.543024148141003998e-02 5.877941025297245443e-03 4.939006975746298257e-05 8.220159999999999689e-01 -2.820391996562151704e+06 +1.716000000000000000e+03 3.066848107765457243e+00 1.223480755054947799e+00 4.606383824632073187e-01 1.171024045096386995e-01 2.482137108399309899e-02 1.450303756061002529e-02 2.736864970666412142e-03 2.865005671880866092e-05 4.871869999999999812e-01 1.029612639651859365e+07 +1.717000000000000000e+03 3.491317550662056401e+00 1.512895247892253714e+00 6.426962551379399313e-01 2.021297510884155213e-01 4.017685380507159815e-02 6.232424443881486552e-03 2.435685987972108679e-04 2.983952950397696305e-07 -2.654750000000000165e-01 -1.933969984324758127e+07 +1.718000000000000000e+03 3.387538361247961927e+00 1.403540574983036304e+00 5.356906086045086779e-01 1.067719161436271741e-01 -2.958517107651338629e-02 -2.931179588445472634e-02 -4.190235120678256070e-03 -4.301802145094569548e-05 -8.816260000000000208e-01 -1.246980187791472301e+07 +1.719000000000000000e+03 3.391641059064669506e+00 1.404665663097976136e+00 5.335641014385251735e-01 1.017897226166733643e-01 -3.528571789854634266e-02 -3.291727887060162672e-02 -4.720469890680405005e-03 -4.999683354256025846e-05 -9.782629999999999937e-01 -1.363973085548818670e+07 +1.720000000000000000e+03 3.179858687764381298e+00 1.923588789437918889e+00 1.204335879762310935e+00 6.730333583887511129e-01 3.047342855169342668e-01 1.028060137704248367e-01 8.100794373612135724e-03 5.179317676184510741e-05 4.347019999999999773e-01 -3.569175841822446091e+05 +1.721000000000000000e+03 3.357406732420265882e+00 2.011105164923875588e+00 1.260091697737296013e+00 7.142356568974321807e-01 3.342795281047734046e-01 1.187450508772795038e-01 1.061485875417253477e-02 9.415525237653330935e-05 1.051452000000000053e+00 2.528272029830450192e+07 +1.722000000000000000e+03 3.509443632523363110e+00 2.051302037295756442e+00 1.280654463364794271e+00 7.416555817197362233e-01 3.643549299454966195e-01 1.346414063754219625e-01 1.197792083957910890e-02 1.048687481904419876e-04 1.019891000000000103e+00 8.349058460923565552e+06 +1.723000000000000000e+03 3.202967643923638530e+00 1.931425029002187266e+00 1.208387330785058111e+00 6.729512760638604041e-01 2.970955842828013616e-01 9.282045705954475312e-02 5.858835016987005290e-03 2.606095752092035220e-05 1.049910000000000010e-01 9.843356531115099788e+06 +1.724000000000000000e+03 3.726947844186347947e+00 2.103704675365531962e+00 1.244380090597204447e+00 6.528448314712539391e-01 2.690521230701181099e-01 7.813505901766495954e-02 4.645377461387503737e-03 2.226364388207722008e-05 -3.497499999999999915e-02 8.177948382412073202e+06 +1.725000000000000000e+03 3.930796975670905358e+00 2.225390626772514313e+00 1.330792641494483286e+00 7.171323621179511720e-01 3.128450476896892374e-01 9.809138818492109391e-02 6.176671338209003236e-03 2.766496956299238692e-05 1.355520000000000058e-01 1.157232354018806480e+07 +1.726000000000000000e+03 3.905575220255161462e+00 2.151611870492160072e+00 1.246534893282326140e+00 6.435475766423378596e-01 2.664116278907905921e-01 8.020453555365597564e-02 5.101294236330333048e-03 2.739557327663311219e-05 -4.692000000000000337e-02 -6.058173391703184694e+06 +1.727000000000000000e+03 3.523910165757301982e+00 1.938638279774234974e+00 1.097055844311964012e+00 5.274898013379567541e-01 1.833401144192419452e-01 3.948183910803149815e-02 6.769223153655454673e-04 -1.340887080217298215e-05 -5.301900000000000501e-01 7.790184846659780014e+05 +1.728000000000000000e+03 3.904832858429801767e+00 2.079543313330836973e+00 1.173237344367898949e+00 5.967043825713127525e-01 2.486616739141679633e-01 7.515296482419894786e-02 4.454207824348549449e-03 1.839649827337894555e-05 -2.613679999999999892e-01 -2.514054008253372833e+07 +1.729000000000000000e+03 3.717615977594020293e+00 1.949329002970184632e+00 1.086249090422372499e+00 5.525424015859030646e-01 2.415452863756596125e-01 8.343865530759883575e-02 6.955035951561540537e-03 4.778967534533691059e-05 3.675550000000000206e-01 -1.636698437200033292e+07 +1.730000000000000000e+03 4.138356645098758335e+00 2.116057894105580761e+00 1.129303331038345126e+00 5.224887120007662977e-01 1.863943177251985439e-01 4.477871991923928346e-02 8.655435561085817950e-04 -2.182635503156041222e-05 -5.505910000000000526e-01 -1.503027872138925642e+07 +1.731000000000000000e+03 3.946922928390539820e+00 2.035317552729729584e+00 1.097600360504987327e+00 5.179797106007653085e-01 1.922024108954023813e-01 5.004068558493706548e-02 1.892592589967824392e-03 -7.870217418251407768e-06 -2.756709999999999994e-01 -2.660795632672972046e+06 +1.732000000000000000e+03 3.940818687050113844e+00 1.987554804776420436e+00 1.026858242424220524e+00 4.306909037376711047e-01 1.059899211462103225e-01 -6.821049289073102297e-03 -8.339351491547320264e-03 -1.887859556089059598e-04 -2.030959000000000181e+00 -2.166428812823376432e+07 +1.733000000000000000e+03 3.617218053564561053e+00 1.792750678267847508e+00 9.225303981947562404e-01 4.039039524058592456e-01 1.296846171694633898e-01 2.495088067711124027e-02 -1.223891146861708892e-04 -1.168229384700442168e-05 -4.328870000000000218e-01 -3.400276470287714619e+06 +1.734000000000000000e+03 3.659363675954087736e+00 1.684059611424753466e+00 8.033730530318596852e-01 3.392760020206440630e-01 1.407304446043708135e-01 6.120601470266910649e-02 8.499567248601848715e-03 1.223849530143716685e-04 1.098370000000000068e+00 -9.399657460624942556e+06 +1.735000000000000000e+03 3.942866513824831998e+00 1.849755278451087781e+00 8.844474559099042565e-01 3.507672341124404847e-01 1.082712172815173540e-01 2.606567276067034422e-02 7.383243688950835888e-04 -1.662185906266483784e-05 1.562099999999999947e-02 1.450025827582187578e+07 +1.736000000000000000e+03 3.812301142833277812e+00 1.726498777299774412e+00 7.866579141738478942e-01 2.869882224288978767e-01 7.819745188457280505e-02 1.842723588792566022e-02 1.409424676568776531e-03 1.305291555655110515e-05 4.374800000000000216e-02 -2.478890653299646918e+06 +1.737000000000000000e+03 3.651005670315650598e+00 1.655090581330346478e+00 7.616704394961417712e-01 2.890820214577285996e-01 8.804756071105254711e-02 2.278546554026115306e-02 1.043401258100539646e-03 -3.298248975437105765e-06 -2.261199999999999877e-01 -2.089241163221322373e+07 +1.738000000000000000e+03 3.676092547482262329e+00 1.622930565274991688e+00 6.861201976420977511e-01 1.864832048617719729e-01 -5.579225575501603127e-03 -2.839001187365024909e-02 -5.234527920005967346e-03 -7.356178266072545019e-05 -1.110832999999999959e+00 -1.525835053799483925e+07 +1.739000000000000000e+03 3.707206934304522861e+00 1.623946240657960338e+00 6.909598339573125303e-01 2.027059774466981046e-01 1.436421754576318842e-02 -1.641251225084409959e-02 -3.655215191735404316e-03 -5.112870193523102536e-05 -8.470699999999999896e-01 -1.525038964740580507e+07 +1.740000000000000000e+03 3.987913223480231917e+00 2.296534205669240158e+00 1.403004835517303484e+00 7.749307897633265219e-01 3.401133539898684166e-01 1.020737198469285761e-01 5.353618483745965252e-03 1.477458839577496347e-05 4.972900000000000237e-02 3.229272158218953758e+07 +1.741000000000000000e+03 4.541358636769727397e+00 2.591171709555575742e+00 1.562209058849344023e+00 8.468382926909704400e-01 3.656310771255473213e-01 1.104668362142108701e-01 6.517560525656808379e-03 2.795806600293241403e-05 -7.713000000000000411e-02 6.900227657177310437e+06 +1.742000000000000000e+03 4.646821521204135053e+00 2.632094455660597188e+00 1.560481451386471097e+00 8.179396565930001639e-01 3.353511298650228012e-01 9.603025486131520905e-02 5.239764194931963853e-03 1.945623274568050441e-05 -1.772410000000000097e-01 9.923160094490732998e+06 +1.743000000000000000e+03 4.571611342930174793e+00 2.562628482550532549e+00 1.509534811974066359e+00 7.937409901980221338e-01 3.337758669727859395e-01 1.006739540341380912e-01 6.094172073287378033e-03 2.504851784520505250e-05 1.579689999999999983e-01 2.311403503444238380e+07 +1.744000000000000000e+03 4.561702163503022156e+00 2.515381152629253769e+00 1.447033595808613349e+00 7.234401527424575429e-01 2.700924880685643403e-01 6.515406416687034852e-02 2.378847542152650804e-03 4.713056494876053751e-06 -6.996520000000000516e-01 -1.282465052331673726e+07 +1.745000000000000000e+03 4.057374850451124004e+00 2.252803204489457922e+00 1.320106686822983599e+00 6.882789549129770812e-01 2.811277321664367168e-01 7.783631520081096822e-02 2.813178137281237973e-03 -3.108374063047991237e-05 -4.556850000000000067e-01 6.812984247050535632e+05 +1.746000000000000000e+03 4.255614289227504621e+00 2.256266677920111707e+00 1.253716810535678849e+00 6.118716891322871776e-01 2.320887891805186454e-01 5.967270590260893154e-02 2.249957920415240897e-03 4.244713645172161184e-07 -5.273940000000000294e-01 -1.545409489033949003e+07 +1.747000000000000000e+03 4.244043646878652432e+00 2.274427523655397021e+00 1.286619372537951778e+00 6.528913868357050232e-01 2.709312376117218313e-01 8.369074576035658020e-02 5.829519638941927165e-03 3.582081447025354864e-05 -2.154700000000000018e-02 -1.835687480358349159e+07 +1.748000000000000000e+03 4.258932235934627997e+00 2.192508111787794256e+00 1.181916701081037857e+00 5.596222984971872538e-01 2.118628191068541167e-01 5.846316209240816353e-02 2.862883724075641120e-03 4.299785889877936793e-06 -1.202300000000000035e-01 1.764623045125556237e+05 +1.749000000000000000e+03 4.192091015505881479e+00 2.132603403412531407e+00 1.128441326414234558e+00 5.164122967481215021e-01 1.839452528395348341e-01 4.571051512146218077e-02 1.379159520774988048e-03 -9.661059933973621124e-06 -3.558979999999999921e-01 -5.275948384832956828e+06 +1.750000000000000000e+03 4.244936131862590223e+00 2.144316280639002592e+00 1.132072626457380826e+00 5.245199355718773715e-01 1.963521694883307300e-01 5.419323438789695746e-02 2.609013906596234153e-03 1.438844959290543975e-06 -2.282619999999999927e-01 -1.287045640193299577e+07 +1.751000000000000000e+03 4.242494330941951830e+00 2.143292103208573884e+00 1.130497595223107332e+00 5.215622837348878882e-01 1.920195067012814560e-01 5.048181255884623408e-02 1.813121667462769303e-03 -1.123078864719075278e-05 -3.510079999999999867e-01 -1.205281386831893213e+07 +1.752000000000000000e+03 5.079237230700527128e+00 2.936961948788613164e+00 1.798980564601527332e+00 1.002129764540702572e+00 4.585201775561811854e-01 1.560765766886291483e-01 1.299853389679272997e-02 1.087885646101528233e-04 8.358069999999999666e-01 7.711888037799652666e+06 +1.753000000000000000e+03 5.277941873399087491e+00 3.061656274258407251e+00 1.881256863436186588e+00 1.051558667038275274e+00 4.826387653321647098e-01 1.644171802673191352e-01 1.362116011936212803e-02 1.120703963930621622e-04 7.430290000000000505e-01 -6.999816906245660037e+06 +1.754000000000000000e+03 4.871209638963804878e+00 2.784618617279901898e+00 1.675702279206437328e+00 9.042501386117116624e-01 3.904435648154730432e-01 1.197043056708425313e-01 7.213069990990609789e-03 2.917465050885305450e-05 7.570999999999999605e-03 8.776923243269558996e+06 +1.755000000000000000e+03 4.756237810674811328e+00 2.706779479009051581e+00 1.631487209111040171e+00 8.876209747915664305e-01 3.881855386811135511e-01 1.219607633879442321e-01 8.508367072626496150e-03 5.441329095632029813e-05 2.384270000000000000e-01 8.338092264854745939e+06 +1.756000000000000000e+03 4.842814909732970463e+00 2.717236681923642649e+00 1.593226666617705067e+00 8.218628774195892994e-01 3.267107052069695428e-01 8.759513887334273441e-02 4.015606672554406821e-03 1.333200583571309469e-05 -5.074779999999999847e-01 -1.612581079559193226e+06 +1.757000000000000000e+03 4.882170949061714893e+00 2.731173450882081521e+00 1.607184603365725106e+00 8.385170510666521970e-01 3.405790596507694001e-01 9.487949508352346017e-02 4.824289177021489315e-03 1.601380549871545499e-05 -6.577859999999999818e-01 -3.026829805222769827e+07 +1.758000000000000000e+03 4.838006530592283028e+00 2.693819572296654474e+00 1.575270362390625456e+00 8.139988580526779094e-01 3.265543409698844490e-01 9.005550412213536582e-02 4.527611339303893104e-03 1.443603779236173412e-05 -6.610160000000000480e-01 -3.078153312359168008e+07 +1.759000000000000000e+03 4.767340244244254066e+00 2.646713630354943003e+00 1.541466206913417070e+00 7.971381748152509550e-01 3.270619191484758215e-01 9.516922160858123925e-02 5.287467636563341657e-03 1.869006354582425136e-05 -3.600200000000000067e-01 -1.621144037564939447e+07 +1.760000000000000000e+03 1.286984906468559009e-01 7.554022079071791296e-02 5.619995074268557128e-02 4.820283870681085769e-02 4.024319645084744462e-02 2.410513712339818274e-02 3.745660132931524777e-03 4.575181398488125767e-05 6.458279999999999577e-01 6.682210492969781160e+06 +1.761000000000000000e+03 -3.881409829272121303e+00 -2.178654065732536171e+00 -1.288697906550825056e+00 -6.834006945489415896e-01 -2.924187525157225243e-01 -9.159203338694593688e-02 -6.369583735728524820e-03 -3.711147571625622739e-05 -3.025930000000000009e-01 -1.524336193994055502e+07 +1.762000000000000000e+03 3.113045844927962325e+00 1.732391757378447528e+00 9.969017595577781554e-01 4.904496868315746383e-01 1.703811006171365439e-01 3.033476509029290821e-02 -1.472405875895494137e-03 -3.766758657770443569e-05 -8.627639999999999754e-01 5.813840909035916440e+06 +1.763000000000000000e+03 1.816705431276999017e+00 1.068542234446327344e+00 6.637379859133274440e-01 3.747474421971715430e-01 1.702308508813881183e-01 5.297902776970735833e-02 2.848051707505128583e-03 5.087530735693164537e-06 9.073199999999999321e-02 1.539419727440392412e+07 +1.764000000000000000e+03 3.445478477901951830e+00 1.792250604128722946e+00 9.816258796282117949e-01 4.797195159478633841e-01 1.921597195093189547e-01 5.695383617829553879e-02 3.212659016188449106e-03 8.841960882161131483e-06 -3.012409999999999810e-01 -2.818858467934989184e+07 +1.765000000000000000e+03 -3.218937093807693994e+00 -1.363871588784122846e+00 -5.725699178082325203e-01 -1.912774283844898837e-01 -5.989082408612318026e-02 -2.424819734226717899e-02 -2.973065629105204125e-03 -2.464828355845900614e-05 -4.293139999999999734e-01 -3.195650309630628675e+06 +1.766000000000000000e+03 -2.375586187844687114e+00 -1.349870514018636891e+00 -7.840355688574989212e-01 -3.778968390210720174e-01 -1.163011079693684752e-01 -1.139773204999918084e-02 2.528723794110232948e-03 4.333911946221946740e-05 6.926759999999999584e-01 -1.606408941801440530e+07 +1.767000000000000000e+03 -3.653073640116496712e+00 -2.043430628110436409e+00 -1.200708423161779281e+00 -6.253867865512420243e-01 -2.539248008829131931e-01 -7.060104593783381177e-02 -3.540526610214237216e-03 -1.123728530605305542e-05 2.565749999999999975e-01 -3.266163718706048094e+05 +1.768000000000000000e+03 3.932609824321980252e+00 2.067572917436299562e+00 1.141277970316129986e+00 5.597987621920702539e-01 2.257138456684482375e-01 7.141994275055417452e-02 5.846468315198589082e-03 4.538473127188028726e-05 4.391899999999999971e-02 -3.126869012847976387e+07 +1.769000000000000000e+03 -4.769115799275957635e+00 -2.682265017570432786e+00 -1.583723487693053267e+00 -8.304773548728231480e-01 -3.402591343079141017e-01 -9.457788457816090899e-02 -4.315041562694008938e-03 -9.454038689039330790e-06 3.990549999999999931e-01 -9.048842833782235160e+06 +1.770000000000000000e+03 4.764438257626246731e-02 7.015576911315811459e-02 7.597630980953558322e-02 7.179107514439360405e-02 5.629565300180709719e-02 3.025341640996006415e-02 3.571915578732840456e-03 2.756055218106565278e-05 3.743340000000000001e-01 -1.325276067615918815e+07 +1.771000000000000000e+03 3.632153879882316083e-02 9.397435946256749162e-04 -8.664626276119524739e-03 -1.033810465294571906e-02 -1.042377899301862032e-02 -8.173581668494285177e-03 -1.407441514483686717e-03 -1.217653304823843113e-05 -1.944200000000000095e-01 6.105040998230480589e+06 +1.772000000000000000e+03 2.413153250425716934e+00 1.426314473582562137e+00 8.572885329661348308e-01 4.443400420969053077e-01 1.729529607445071671e-01 4.333395087881490582e-02 1.297166038324779969e-03 -2.083332681859144558e-06 -5.235260000000000469e-01 -1.215364213730164245e+07 +1.773000000000000000e+03 -2.226628738244292638e+00 -1.344025160935048646e+00 -8.456111013607799931e-01 -4.771862869605103530e-01 -2.190705950554567571e-01 -7.535744662025700702e-02 -6.143406450694709545e-03 -3.908872138776450187e-05 -7.539919999999999956e-01 -3.387711403142414987e+07 +1.774000000000000000e+03 5.975370746963854646e-02 -1.161570663368752532e-01 -1.646678938540383774e-01 -1.539429685318451646e-01 -1.012922012202225469e-01 -4.205957791700262738e-02 -3.393735073132536206e-03 -1.633445663782227776e-05 -2.094479999999999953e-01 1.108278589111645333e+07 +1.775000000000000000e+03 2.304234397692429770e+00 1.313650666708825909e+00 7.766347136454098132e-01 3.979765570697481603e-01 1.515615296267613654e-01 3.627495361576236338e-02 9.624722404869318244e-04 -2.345001844512058852e-06 -2.566709999999999825e-01 1.094656191204758547e+07 +1.776000000000000000e+03 4.758719251050865573e+00 2.705607094325464423e+00 1.620120433654872905e+00 8.683391682544038259e-01 3.677830663674004907e-01 1.071666310798075339e-01 5.513614959299106312e-03 1.576590677448616506e-05 -2.318759999999999988e-01 1.044907430446940660e+07 +1.777000000000000000e+03 3.350053417054353666e+00 1.882554949494158691e+00 1.093914982387881318e+00 5.486641298722554350e-01 2.050370997307987275e-01 4.943438216974763155e-02 1.392745523626842978e-03 -7.071507134462280741e-06 -1.935820000000000041e-01 2.997812295113958418e+07 +1.778000000000000000e+03 3.804641956445435014e+00 1.959142547252733735e+00 1.057352302597944771e+00 4.990604493291838639e-01 1.826619179356576694e-01 4.496873253109326396e-02 1.317011498783531064e-03 -4.383332137547076590e-06 -4.180590000000000139e-01 -8.398271244122911245e+06 +1.779000000000000000e+03 -3.356504251439867748e+00 -1.464956418026057694e+00 -6.426444029350225629e-01 -2.289079460544328759e-01 -6.767969534861029146e-02 -2.031690939793484932e-02 -2.183205998601334998e-03 -2.664212460873345404e-05 -2.827729999999999966e-01 -1.242086544500812422e+06 +1.780000000000000000e+03 3.996011824124225065e+00 2.242045981103110819e+00 1.333055364685522326e+00 7.187164983356588710e-01 3.198001996502303212e-01 1.059969351959442196e-01 7.758182983362901276e-03 4.295849407266523099e-05 4.273529999999999829e-01 1.011624021764496341e+07 +1.781000000000000000e+03 5.100206616151632844e+00 2.870274235765742255e+00 1.697520915901442162e+00 8.935766296637085437e-01 3.698251390734099697e-01 1.056589673583260697e-01 5.448099096107239005e-03 1.789177976287145165e-05 -4.629849999999999799e-01 -1.265346597149302438e+07 +1.782000000000000000e+03 -1.704130683595743712e+00 -6.448737720531552142e-01 -2.421271478871370453e-01 -6.871893447795111853e-02 -1.510214377476173757e-02 -3.434645516968337989e-03 -2.667028845854669508e-04 -3.594959205167920496e-06 1.604820000000000135e-01 1.208243397880861163e+07 +1.783000000000000000e+03 -4.952041271277695778e+00 -2.815173064942305015e+00 -1.686058945803898590e+00 -9.027435838395546641e-01 -3.838603549010118354e-01 -1.144381475046200580e-01 -6.433587087556051978e-03 -2.346669086532676788e-05 1.394749999999999879e-01 -1.352665053593754396e+07 +1.784000000000000000e+03 6.453525914914558237e-02 -5.099316006663538216e-03 -3.293337762534149366e-02 -4.060833426643730565e-02 -3.240626515715596540e-02 -1.724451375487624089e-02 -2.422543423695178427e-03 -2.785222347101221340e-05 -3.146340000000000248e-01 5.164938443386677653e+06 +1.785000000000000000e+03 2.698017508442978496e+00 1.585170551074867706e+00 9.713766744474434667e-01 5.292013272639768395e-01 2.268531834507319378e-01 6.844051384864167920e-02 4.325535676282015775e-03 2.369218686528857569e-05 1.986570000000000003e-01 1.952189882989539579e+07 +1.786000000000000000e+03 -3.773134340365374428e-01 -2.603351563675218583e-01 -1.901287810651765553e-01 -1.308515533245686036e-01 -7.527920119374495456e-02 -3.054888872271312519e-02 -2.742050604794285616e-03 -1.918332927107174515e-05 -4.157129999999999992e-01 -1.462015962701648474e+07 +1.787000000000000000e+03 3.071760419656850871e+00 1.811804351228170296e+00 1.106370519432697597e+00 5.958177722056668957e-01 2.515133981157916532e-01 7.457710060003500119e-02 4.259788614862721964e-03 1.685000596080007688e-05 -4.858799999999999925e-02 7.255904925366102718e+06 +1.788000000000000000e+03 4.753159503761960281e+00 2.660868507150349949e+00 1.555878414992681646e+00 8.008161076837178038e-01 3.177773788664817745e-01 8.445253157966231550e-02 3.512263877951487395e-03 6.331851966686354107e-06 -6.681669999999999554e-01 -1.254011899797771499e+07 +1.789000000000000000e+03 -4.233166260756044408e-01 -2.838236355239346365e-01 -1.966197838449340318e-01 -1.217568068424058625e-01 -5.923529657464084164e-02 -1.971969107458646994e-02 -1.207786594086289250e-03 -3.645954737770927816e-06 7.989799999999999680e-02 1.170398369157001376e+07 +1.790000000000000000e+03 7.242056961297073381e-02 -2.344798070628043279e-03 -4.774384618169849603e-02 -7.243609341417260594e-02 -6.610334044853787006e-02 -3.609753001522542082e-02 -4.564490358358484420e-03 -4.278126068773248450e-05 -7.480550000000000255e-01 -8.946631810627076775e+06 +1.791000000000000000e+03 4.309260277740789014e-01 2.257440207254844677e-01 1.247957048600704943e-01 6.268604854954920591e-02 2.576837712219570697e-02 6.660772971042732901e-03 2.165167169625478960e-05 -1.681086529929680952e-06 2.753999999999999938e-03 1.036973961561273970e+07 +1.792000000000000000e+03 -1.980050039998809464e+00 -1.212041062052572782e+00 -7.674062553856815239e-01 -4.336680499764969388e-01 -1.965281492666933749e-01 -6.484175618776141792e-02 -4.816148137019798416e-03 -2.850388557324680172e-05 -2.293020000000000058e-01 1.474711363625338767e+06 +1.793000000000000000e+03 -3.850737800901411489e+00 -2.120096448917143217e+00 -1.218826853249090680e+00 -6.113944667290206469e-01 -2.329497855976885023e-01 -5.878241074986556569e-02 -2.156322387361471905e-03 -1.359110601051500088e-06 3.427540000000000031e-01 -9.989228606631545350e+06 +1.794000000000000000e+03 2.442274487532544835e+00 1.422873453578523462e+00 8.696018674289588413e-01 4.784171084950063491e-01 2.133696354588102140e-01 6.878601129922135016e-02 4.494724557586129467e-03 1.931015996352623016e-05 1.650580000000000103e-01 5.405425892348689027e+06 +1.795000000000000000e+03 -3.946803481675528857e+00 -2.046644887028890469e+00 -1.117010973459495959e+00 -5.405493394694591558e-01 -2.128630588090800468e-01 -6.339112051338129106e-02 -4.137231922309145618e-03 -2.219210435599647022e-05 8.593699999999999950e-02 1.989317159067084268e+07 +1.796000000000000000e+03 2.155947478458803968e+00 1.264195137804416502e+00 7.787384756644433192e-01 4.297976089254922361e-01 1.855637508837912897e-01 5.361572189951265693e-02 2.359227861108851090e-03 -2.022010867534536666e-06 8.540599999999999581e-02 2.837728646758730710e+07 +1.797000000000000000e+03 -3.236659244958428605e+00 -1.369797743042941995e+00 -5.580314211579109340e-01 -1.565145577620571105e-01 -1.879197872225348356e-02 3.730830217446583393e-03 2.059244060435885468e-03 4.812769381674725461e-05 6.436990000000000212e-01 1.880962321536189690e+07 +1.798000000000000000e+03 -3.459332316344398528e+00 -1.440810125711155854e+00 -5.583732570588159083e-01 -1.216201992854584468e-01 1.831978196147613508e-02 2.128657842395162425e-02 2.489499544394034244e-03 1.617981473990537559e-05 5.909320000000000128e-01 1.439038190187177807e+07 +1.799000000000000000e+03 -6.609129215166458238e-01 -3.815090170542587700e-01 -2.213724543305294334e-01 -1.027495197418401007e-01 -2.531294356497348907e-02 4.001388630620347428e-03 2.470510017268629215e-03 4.180605132876975886e-05 6.061029999999999474e-01 4.655201711131260730e+06 +1.800000000000000000e+03 4.000571971557669748e+00 2.277399751879212619e+00 1.360975451249516022e+00 7.261083944311673699e-01 3.080710233395687059e-01 9.268598648849003807e-02 5.579423688773702157e-03 2.534120647856833003e-05 -8.505999999999999672e-03 8.619020876299016178e+06 +1.801000000000000000e+03 -1.741020562977674269e-02 -5.250336567078764394e-02 -5.480191217741042786e-02 -3.920385304071843241e-02 -1.569438877830343915e-02 -8.022702145388841636e-04 9.027054285716215078e-04 1.170284965242569092e-05 1.705069999999999919e-01 -6.984153280665212311e+06 +1.802000000000000000e+03 3.855912505542918645e+00 1.786020099226973912e+00 8.340849685706499539e-01 3.134577274623647769e-01 8.684853443323174715e-02 1.975512583159797983e-02 1.567718278093717388e-03 2.550078394114128081e-05 1.363050000000000095e-01 9.101562150387618691e+06 +1.803000000000000000e+03 2.674857123393760361e+00 1.632331623533297416e+00 1.029467455790879393e+00 5.758525586837207610e-01 2.526960133889936122e-01 7.694228393940406863e-02 4.436427807230546895e-03 1.546362365971476030e-05 -7.482800000000000562e-02 3.492413397573688144e+03 +1.804000000000000000e+03 -1.506567478571804730e-01 -8.020974408687576995e-02 -4.195129466317919914e-02 -1.651143592671151100e-02 -1.214508445533639706e-03 3.576054331619056819e-03 1.036304145898402779e-03 1.561797007913329736e-05 1.972500000000000087e-01 -9.160505209689585026e+05 +1.805000000000000000e+03 -3.767132031951818671e+00 -2.170587241438096893e+00 -1.307600006221622424e+00 -6.956532453512359604e-01 -2.860493550734470869e-01 -8.080790729667954031e-02 -4.345321468956732901e-03 -1.494095554517565999e-05 2.248960000000000126e-01 -1.074975905384035315e+06 +1.806000000000000000e+03 -3.355172222065467835e+00 -1.720821251384696104e+00 -9.220281746955594215e-01 -4.332040339808939655e-01 -1.643477915949922430e-01 -4.820400292901515921e-02 -3.437522382302889579e-03 -2.119060517758266006e-05 9.994200000000000306e-02 2.467949988502025977e+07 +1.807000000000000000e+03 3.696361723831977031e+00 2.031772337770058279e+00 1.169651023824638036e+00 5.921122351473599998e-01 2.293049522045514932e-01 5.819447754840252618e-02 2.152054943937381851e-03 3.366801262654156581e-06 -5.626759999999999540e-01 -1.204380710921086557e+07 +1.808000000000000000e+03 2.663324428883041772e+00 1.465981504688928405e+00 8.391306015338282354e-01 4.158997390822837259e-01 1.545816926969352245e-01 3.748818612881784501e-02 1.156471864608800849e-03 -1.460332810996220255e-06 -2.469800000000000051e-01 7.204310909078106284e+06 +1.809000000000000000e+03 5.127685311402242263e+00 2.909607734693406833e+00 1.742482317387878510e+00 9.405888954863325102e-01 4.134582803377933602e-01 1.341392115535627316e-01 9.842698527656885618e-03 6.109662974517431457e-05 3.186410000000000076e-01 -4.005966238597351126e+06 +1.810000000000000000e+03 2.729553457127810834e+00 1.619158423871502661e+00 9.885046332598522723e-01 5.216323187819394969e-01 2.015552710232124123e-01 4.681960084188112325e-02 3.558887097784393700e-05 -5.101702303925389120e-05 -7.531339999999999701e-01 -3.669819843836163171e+06 +1.811000000000000000e+03 4.213682359166408098e+00 2.150299741251391783e+00 1.143455536025837826e+00 5.281030208278397753e-01 1.912192291303481395e-01 4.887962503306811368e-02 1.720335783140155509e-03 -6.644637677874273597e-06 -2.979589999999999739e-01 -3.427299717333978973e+06 +1.812000000000000000e+03 -7.969329791031872778e-01 -4.859064992553850382e-01 -3.124740563971597496e-01 -1.792296449614935172e-01 -7.984304992283496050e-02 -2.460538138932898827e-02 -1.550185050131465750e-03 -8.294271344216270131e-06 6.374000000000000325e-03 5.069445391736333258e+06 +1.813000000000000000e+03 4.018884859015226851e+00 2.280753605076502488e+00 1.353436470910312162e+00 7.104074398724066208e-01 2.898171792841310879e-01 8.113231268982323829e-02 4.257073811307552497e-03 1.789427928267893158e-05 -1.835700000000000109e-01 1.140580292793344148e+07 +1.814000000000000000e+03 3.835489653311612734e+00 2.026947903528750317e+00 1.123503301840454771e+00 5.463387488298453443e-01 2.050906943493091827e-01 5.245701000547435544e-02 2.412582643945724789e-03 8.202129936571568475e-06 -4.358210000000000139e-01 -1.896976186032551154e+07 +1.815000000000000000e+03 -3.944236481073730261e+00 -2.161698598141391869e+00 -1.228391000878615857e+00 -6.032426379096259561e-01 -2.238527983286274503e-01 -5.688747403601582958e-02 -2.725854313814931283e-03 -1.125165070568402866e-05 1.890689999999999871e-01 -8.914738924371657893e+06 +1.816000000000000000e+03 3.924850664909397491e+00 2.226224675593120761e+00 1.328242429897335430e+00 7.111059867436902993e-01 3.051810085746830548e-01 9.284220338234912273e-02 5.533791771635055042e-03 2.333698371453564620e-05 -4.874300000000000160e-02 3.800933105125403963e+06 +1.817000000000000000e+03 4.996278210170491896e+00 2.868776281784190196e+00 1.733250506201002850e+00 9.383615793070453348e-01 4.049305848000064878e-01 1.241182799185081148e-01 8.002900840358418560e-03 4.549214485668733873e-05 3.546900000000000053e-02 4.403622924437691458e+06 +1.818000000000000000e+03 2.554573931505611739e+00 1.477643244779962561e+00 8.979593795366426212e-01 4.878901962757391519e-01 2.136215931796389689e-01 7.009634414575795225e-02 5.719744949022978822e-03 4.455668329957906677e-05 3.853400000000000158e-01 3.128542046469214372e+06 +1.819000000000000000e+03 -3.455400366086288422e+00 -1.479578182557795829e+00 -6.110568087855432484e-01 -1.754523298312114787e-01 -2.403622561361904580e-02 -6.675476808705330199e-04 3.544743548904084640e-05 -1.022525668622712465e-06 1.712730000000000086e-01 9.152982800935259089e+06 +1.820000000000000000e+03 8.290648152476712829e-01 5.329326864442627265e-01 3.556822212680260109e-01 2.156889461364830118e-01 1.057182258874361375e-01 3.649692225860273753e-02 2.578056465298918763e-03 1.109807323817801520e-05 8.557900000000000229e-02 -6.789684984755232930e+06 +1.821000000000000000e+03 -1.569453766267158379e+00 -5.423440554967421390e-01 -1.558861124624850991e-01 -7.296342825802903422e-03 1.506073806461300478e-02 5.682797756049700992e-03 2.745789519912648306e-04 -1.175043828730911223e-06 2.523429999999999840e-01 1.570203455070259422e+07 +1.822000000000000000e+03 -1.119999388968682674e-01 -7.972890555333506102e-02 -7.202828774957432956e-02 -6.399738223164129491e-02 -4.394508664492567662e-02 -1.973629143156548429e-02 -2.219661479356761259e-03 -2.300025000411553037e-05 -3.585809999999999831e-01 -7.042277902922496200e+06 +1.823000000000000000e+03 8.327350797204996491e-01 4.565922220414953547e-01 2.600852420267393272e-01 1.279621939930535579e-01 4.698009984823602742e-02 1.125869927472220727e-02 4.811108344440376641e-04 4.539363437611368408e-06 -1.344079999999999997e-01 -6.917102834557301365e+06 +1.824000000000000000e+03 4.754538377538454874e+00 2.670138648001707082e+00 1.574771723653365152e+00 8.260481936081368604e-01 3.429319501519976776e-01 1.011587581623773074e-01 6.262106667503331177e-03 3.649934175020288867e-05 -4.548599999999999866e-02 5.983030100447135046e+06 +1.825000000000000000e+03 -3.903120919186998883e+00 -2.177289238486125988e+00 -1.276713457588517509e+00 -6.709353901395691544e-01 -2.886239745089771991e-01 -9.410242180782468768e-02 -7.281585673394428901e-03 -4.969286499754090492e-05 -5.472810000000000175e-01 -1.960931817312902957e+07 +1.826000000000000000e+03 2.397973141016732090e-01 1.408687478619852218e-01 8.377790378434980811e-02 3.963088597015323317e-02 8.654372469766784953e-03 -3.002462252908952908e-03 -1.129901658849522244e-03 -1.324870077145672634e-05 -2.323500000000000010e-01 7.142198020792352036e+05 +1.827000000000000000e+03 -4.452780899712454499e+00 -2.537784319820259427e+00 -1.521747709590692832e+00 -8.197751000155842904e-01 -3.564896564172260196e-01 -1.137418324613932441e-01 -8.646201842643291141e-03 -6.573159242002434390e-05 -1.097599999999999965e-02 3.031376573764434457e+07 +1.828000000000000000e+03 -4.766806245798576924e+00 -2.714041614324409935e+00 -1.638001537345022962e+00 -8.938190044919971378e-01 -3.921840748334693427e-01 -1.231174903214992122e-01 -8.548741688913789188e-03 -5.623713811931989272e-05 -2.504660000000000220e-01 -8.711725823691150174e+06 +1.829000000000000000e+03 2.312550856033967206e-01 5.922942169336215673e-02 -8.043542969211316118e-03 -3.970717982579034105e-02 -4.757037442185106657e-02 -3.162371040056483756e-02 -4.371383346041998394e-03 -3.547545492249606485e-05 -6.514440000000000230e-01 2.983280473505739588e+06 +1.830000000000000000e+03 -2.541920638459356674e+00 -1.525169485092255250e+00 -9.385939380552924538e-01 -4.980842282348327821e-01 -1.917983081802605294e-01 -4.422870180246697008e-02 -8.614002558154717918e-04 7.428858374429259485e-06 3.470860000000000056e-01 -1.643332755476035737e+07 +1.831000000000000000e+03 3.938020452471672206e-01 3.388616894693718407e-01 2.816100551847175448e-01 2.157416037256819907e-01 1.391344311529892630e-01 6.418980876016333603e-02 7.014630404260579870e-03 6.058877185458904935e-05 8.472910000000000164e-01 -4.774373391986883245e+06 +1.832000000000000000e+03 -4.351794015557904238e+00 -2.456330118834436416e+00 -1.459479813924533298e+00 -7.741446523877163477e-01 -3.244738427292757077e-01 -9.452977099944348538e-02 -5.106442914805513558e-03 -1.626566091794275060e-05 5.981000000000000205e-02 -1.962983218009060249e+07 +1.833000000000000000e+03 -2.225441427745445733e+00 -1.349568855295919523e+00 -8.393322390719542003e-01 -4.530824890174061648e-01 -1.823717451348407237e-01 -4.712257489126009391e-02 -1.897717982012385191e-03 -4.886121037348116648e-06 1.897060000000000135e-01 -1.016224842350209318e+07 +1.834000000000000000e+03 4.005491989470759684e+00 2.056468553589731130e+00 1.091172592214876280e+00 4.923271026116412541e-01 1.644058983585191536e-01 3.534909348358234588e-02 7.277283089808381710e-04 -4.419481212704494906e-06 -5.683810000000000251e-01 -1.656163306277261302e+07 +1.835000000000000000e+03 -2.257087583142271647e+00 -1.287493816391529045e+00 -7.818801653932642148e-01 -4.360048705206183151e-01 -2.049056806554707955e-01 -7.247583966376792974e-02 -5.686701211406254217e-03 -3.229870053421694722e-05 -2.856850000000000223e-01 7.189011849045492709e+06 +1.836000000000000000e+03 3.554235423823191908e+00 1.951223395263045335e+00 1.114200190013453273e+00 5.489500443086230419e-01 1.973091293120171341e-01 4.149029261908199900e-02 1.074734159527723402e-04 -1.358083315042351799e-05 -7.349369999999999514e-01 -1.300998744304442778e+06 +1.837000000000000000e+03 -9.247771935596824089e-02 1.201338370195363658e-01 2.007074358032540917e-01 2.051793421293009456e-01 1.411492729600435370e-01 5.924615578656092230e-02 4.794116951916872760e-03 2.262015023481908209e-05 6.752249999999999641e-01 1.914156995489888638e+07 +1.838000000000000000e+03 5.066060188318600721e-01 3.459556002427097154e-01 2.478513334582918004e-01 1.644006068307737878e-01 9.113914347159092488e-02 3.813331611884629435e-02 4.436121107764717623e-03 4.999002115460609636e-05 4.573599999999999888e-01 -1.091624998164937831e+07 +1.839000000000000000e+03 3.242067307252582076e+00 1.369827849455296009e+00 5.616646025198230863e-01 1.681458748067171938e-01 3.559544481694017909e-02 9.742935578665366803e-03 9.665537477671790013e-04 4.763296472344755648e-06 -1.888300000000000048e-02 -7.384511073889453895e+06 +1.840000000000000000e+03 2.779360164837206826e-01 1.856931730617955856e-01 1.306384007955601889e-01 8.854799585799255635e-02 5.566676481419164518e-02 2.874318218523258528e-02 4.239053413952950482e-03 5.003289016096083001e-05 5.251179999999999737e-01 -1.227972068333887309e+07 +1.841000000000000000e+03 3.814597391239171298e+00 2.075621554840834992e+00 1.182117309270208416e+00 5.894024490267245620e-01 2.240932891272275074e-01 5.631507618992060565e-02 2.051305841814198873e-03 -1.092018503400862766e-06 -4.372440000000000215e-01 -1.869766120698639425e+06 +1.842000000000000000e+03 1.605450490503501360e-01 6.281211432382757809e-02 1.663522430088969911e-02 -6.862764571923521059e-03 -1.316858674142371878e-02 -8.869948045232747130e-03 -1.252703592022099506e-03 -1.108977167815434811e-05 -4.141600000000000142e-02 1.627108684958146885e+07 +1.843000000000000000e+03 4.725510982031295298e-02 -1.841531242169298487e-03 -2.611446342475067656e-02 -3.812009876458258284e-02 -3.367987198478748778e-02 -1.575498209339332156e-02 -8.872953002692012892e-04 3.179993029682944942e-06 -1.183400000000000077e-02 1.429942548647370422e+06 +1.844000000000000000e+03 2.556167352319930419e+00 1.569736684883004552e+00 9.930803385664388472e-01 5.611403810302267869e-01 2.593218753991496373e-01 9.087159923381481208e-02 7.812733230615225358e-03 6.075920851562044547e-05 5.360150000000000192e-01 -5.096210041719419882e+06 +1.845000000000000000e+03 3.966792174422033579e+00 1.999765886006166005e+00 1.057526720188152858e+00 4.955322675937876564e-01 1.930587753240441407e-01 5.840624463034872066e-02 3.857778313492756569e-03 2.049654454914060059e-05 -1.313350000000000073e-01 -2.690820317134012282e+07 +1.846000000000000000e+03 3.307018169768199733e+00 1.860232002316703603e+00 1.094556122783017171e+00 5.619676020074161338e-01 2.149102189251829165e-01 5.218520018741277383e-02 1.876589260579436189e-03 4.822355757424562670e-06 -5.116849999999999454e-01 -5.836258918175644241e+06 +1.847000000000000000e+03 4.638644236919408637e-01 3.217027131281257057e-01 2.164891046194840907e-01 1.228350372437989474e-01 4.911900899579907387e-02 1.027822881063779510e-02 -4.998175342762980642e-04 -1.756050761596784614e-05 -3.293200000000000016e-01 -7.678246720848272555e+06 +1.848000000000000000e+03 -1.158123004564330927e+00 -7.448905766056723721e-01 -5.000919059975197367e-01 -3.055449550577588047e-01 -1.485419720703459734e-01 -4.813445419495610000e-02 -2.581691569133029007e-03 4.709313672033534776e-08 4.432289999999999841e-01 4.137447819561469555e+07 +1.849000000000000000e+03 4.009123402004015069e-01 2.447440102670839224e-01 1.518346018999948699e-01 7.913161061070402014e-02 2.445588839371735240e-02 -1.220493094584243661e-03 -1.839136205437966664e-03 -2.873081135043092308e-05 -4.277590000000000003e-01 1.496323210970286746e+06 +1.850000000000000000e+03 -4.242263433965980823e+00 -2.210917251407288120e+00 -1.208746374907410326e+00 -5.776344846926960708e-01 -2.119054452653556797e-01 -5.111460268965466180e-02 -9.962876430593453538e-04 2.586674621936120119e-05 4.150539999999999785e-01 -5.879461914379703812e+06 +1.851000000000000000e+03 1.822461810976810037e+00 1.078017286725310608e+00 6.543748859005424912e-01 3.449091840959237487e-01 1.363441634810090841e-01 3.359498326042115179e-02 5.054999657684603950e-04 -1.468734372736087149e-05 -4.348670000000000035e-01 -4.358676452546056360e+06 +1.852000000000000000e+03 2.657454276001467441e+00 1.616263233361297402e+00 1.019090376533750009e+00 5.757092857580058398e-01 2.635738898152741871e-01 8.899755499521012914e-02 7.022448223459863172e-03 5.049301217905095271e-05 3.865480000000000027e-01 -1.044066001719590276e+06 +1.853000000000000000e+03 -2.376271154623332826e+00 -1.411501038948457465e+00 -8.526826520376371565e-01 -4.414730056237179956e-01 -1.680321392938249614e-01 -3.972394545455534137e-02 -6.982432719538065637e-04 1.179273364790261478e-05 5.521439999999999682e-01 8.502880408388458192e+06 +1.854000000000000000e+03 2.621306939104849576e+00 1.500307464481068997e+00 8.820189482496472166e-01 4.442507942161894041e-01 1.644104647860350765e-01 3.888373579753012094e-02 1.195251571638688897e-03 -4.834184394880396044e-07 -1.120730000000000059e-01 2.511847890015726537e+07 +1.855000000000000000e+03 -1.705908398605746168e+00 -5.735675227274875665e-01 -1.492804292929528764e-01 1.479051314796016661e-02 3.773526462017866290e-02 1.798532862616774100e-02 1.388649188430392646e-03 3.565668313687713409e-06 1.878579999999999972e-01 -3.741357393248802982e+06 +1.856000000000000000e+03 -1.263140728705748339e-01 -7.153852403987924491e-02 -5.968384136426965747e-02 -5.927558835741528198e-02 -5.008402476800564995e-02 -2.559178513655616105e-02 -2.439927574260424524e-03 -1.310449923452577456e-05 -2.321280000000000010e-01 3.780848084627095144e+06 +1.857000000000000000e+03 -3.994424067440213388e+00 -2.103271358755171683e+00 -1.170558460079691221e+00 -5.866565156674686810e-01 -2.479479145351145275e-01 -8.311695017198286739e-02 -7.008056695216930386e-03 -5.586193946726412067e-05 -3.699540000000000051e-01 1.496449991137586348e+07 +1.858000000000000000e+03 9.803550375002051398e-01 5.534836024529431464e-01 3.117361633481670058e-01 1.373277119552126502e-01 2.832278198370094535e-02 -8.009009467301028695e-03 -2.806581081613746843e-03 -2.935921704170304532e-05 -5.502700000000000369e-01 8.057127429996733554e+06 +1.859000000000000000e+03 -2.600527250702239446e+00 -1.579937124484857014e+00 -9.851510228577537998e-01 -5.373750717322799408e-01 -2.254317249451676664e-01 -6.437398616450976108e-02 -3.030229504443344470e-03 -4.290167598343532433e-07 2.171659999999999979e-01 -2.308125360593409743e+06 +1.860000000000000000e+03 4.001340222117458545e+00 2.301648984144320842e+00 1.397551051979156078e+00 7.628574352607507825e-01 3.327717652909752410e-01 1.023836630490876781e-01 5.989871274700326632e-03 1.734814624669140358e-05 8.855799999999999783e-02 1.906499460579510033e+07 +1.861000000000000000e+03 -1.072118014530462071e+00 -5.476681053467717941e-01 -2.741995775546487435e-01 -9.537121516932811627e-02 -2.704938935237721298e-04 2.023521908905886665e-02 5.073736713067687927e-03 9.654906913846201828e-05 8.833029999999999493e-01 -5.857178718258111738e+06 +1.862000000000000000e+03 -4.717395444572108687e+00 -2.667615851978168529e+00 -1.602433319476251894e+00 -8.774588387418811308e-01 -3.966872730507278177e-01 -1.320094466231743757e-01 -9.758984893374015451e-03 -6.241895411052983823e-05 -3.579769999999999897e-01 3.539648502444232814e+06 +1.863000000000000000e+03 -8.272456079057564082e-01 -5.040795609571817604e-01 -3.294818285974144279e-01 -1.993251913268915265e-01 -9.697561360119302809e-02 -3.139194162959521583e-02 -1.688767686174939440e-03 -4.509464654168682042e-06 3.632500000000000312e-02 1.834978127773687476e+06 +1.864000000000000000e+03 3.618270392975712735e+00 1.964315532592546099e+00 1.122259743731770731e+00 5.668025801581774159e-01 2.225774712931442301e-01 5.842504820312724445e-02 1.741642778681839338e-03 -2.106282766701986022e-05 -3.914989999999999859e-01 4.860596032415027730e+06 +1.865000000000000000e+03 -2.083443098233008328e+00 -7.745866532039298313e-01 -2.610175347522009637e-01 -4.650790333708323954e-02 -8.872135640078937513e-04 -3.763490046982796971e-03 -1.067345603854607736e-03 -7.728409488800608017e-06 -1.785200000000000120e-01 -2.794427515019556042e+06 +1.866000000000000000e+03 1.642051292677743302e+00 1.034603063913950738e+00 6.637325952667499918e-01 3.694002493932663778e-01 1.538266458604877762e-01 4.097305827355311042e-02 1.273956806818709198e-03 -7.508758634454437074e-06 -9.714399999999999424e-02 1.843828805745993182e+07 +1.867000000000000000e+03 -2.647200447593849315e-01 -9.996976065444182491e-02 -2.576057839268785718e-02 1.277229730201401812e-02 2.706174842051471685e-02 2.266913751515426192e-02 4.588204604198850046e-03 6.316265676803958686e-05 8.103169999999999540e-01 -2.014697899486436043e+06 +1.868000000000000000e+03 -7.950316052960405555e-01 -4.839307267806812751e-01 -3.174514485529186802e-01 -1.941185303843563081e-01 -9.613854161424691125e-02 -3.171876716177120942e-02 -1.773008711517819018e-03 -5.497595228674911348e-06 1.344200000000000082e-02 1.120862159430376254e+06 +1.869000000000000000e+03 4.193643878264788349e-02 6.085997249483278415e-02 6.158543518453651194e-02 5.636096273584097205e-02 4.489939184754684204e-02 2.489641985568915444e-02 3.070227142835007302e-03 2.197788098159706043e-05 3.900750000000000051e-01 -5.437679531076519750e+06 +1.870000000000000000e+03 2.250161020374958021e+00 1.261907077634560892e+00 7.407000037163916639e-01 3.848426247844201620e-01 1.564542139297862011e-01 4.397871280367696145e-02 2.363250189940521977e-03 1.179773836297930282e-05 8.866999999999999882e-02 1.929615633915201947e+07 +1.871000000000000000e+03 -1.705745505712457366e-01 -6.090678677598507229e-02 -1.411569636948438976e-03 3.606379307002263029e-02 4.848831783198693374e-02 3.388797090866216277e-02 5.915470777908607251e-03 9.765848762938620308e-05 9.850219999999999532e-01 2.195248385939965025e+06 +1.872000000000000000e+03 -2.578434001770327999e+00 -1.443857546838375638e+00 -8.390771007641968371e-01 -4.281871596400922408e-01 -1.708544969458796192e-01 -4.678746183012928023e-02 -1.540379293179811081e-03 2.225746555840099443e-05 6.009799999999999864e-02 -2.469965985429264978e+07 +1.873000000000000000e+03 -4.292573476428136026e+00 -2.247736628154786587e+00 -1.253217741126143148e+00 -6.351951534861270954e-01 -2.725987797687388081e-01 -9.104413965841139100e-02 -7.133301334429786693e-03 -4.457431466409486018e-05 -3.674520000000000008e-01 1.371481800325115025e+07 +1.874000000000000000e+03 9.217614242335600561e-02 6.984038389023863869e-02 6.230528568936296446e-02 5.781557437987555614e-02 4.757142151022540622e-02 2.621156786255387713e-02 3.082162112495711800e-03 2.336506574366854622e-05 4.357550000000000034e-01 7.942695744961341843e+05 +1.875000000000000000e+03 -4.879289593626166877e+00 -2.699490657248995173e+00 -1.573945293220370134e+00 -8.201837228984782957e-01 -3.431145959027871450e-01 -1.031000067463188341e-01 -6.061922750999965311e-03 -2.230130468562196972e-05 8.919799999999999951e-02 -2.387375673935915343e+06 +1.876000000000000000e+03 -4.829240198047811461e+00 -2.676400723048935948e+00 -1.561895923251607421e+00 -8.137194268617786719e-01 -3.400166341305608242e-01 -1.054030463096017750e-01 -7.990305067115809068e-03 -6.724293057385758636e-05 -5.507579999999999698e-01 -2.334777884483173490e+07 +1.877000000000000000e+03 -4.714971863679044972e+00 -2.696991009765522751e+00 -1.627584604811784352e+00 -8.838086511344207530e-01 -3.859066852332034836e-01 -1.203419861017284292e-01 -7.576070957903122127e-03 -3.368769642656391022e-05 -2.272999999999999847e-03 -2.666253561366752256e+06 +1.878000000000000000e+03 -4.831694412721691201e+00 -2.742772706945840522e+00 -1.653024090760988996e+00 -9.118528213350761691e-01 -4.223140701968984279e-01 -1.498871346676715899e-01 -1.377675685736444444e-02 -1.427292750102084485e-04 -1.086678000000000033e+00 -9.970291236431585858e+05 +1.879000000000000000e+03 -4.861285182900695112e+00 -2.828272710418148872e+00 -1.743053380972500399e+00 -9.768818461710465639e-01 -4.465141793858932173e-01 -1.483857128010625526e-01 -1.124832893080051494e-02 -8.239410825003740362e-05 -3.663980000000000015e-01 7.668682080611228943e+06 +1.880000000000000000e+03 -5.069030483725612157e+00 -2.939290816558900232e+00 -1.788483875143002555e+00 -9.742875214026944786e-01 -4.263158016620242075e-01 -1.363143057613984965e-01 -1.025111877474821007e-02 -8.407848944656638279e-05 -3.560900000000000176e-01 -6.221433573300044052e+06 +1.881000000000000000e+03 -4.870310003878261185e+00 -2.897966350063615248e+00 -1.829100327324642228e+00 -1.057575983966938749e+00 -5.020570413231674189e-01 -1.720178828007803695e-01 -1.292902515096917317e-02 -8.111946930187064668e-05 -5.520869999999999944e-01 1.508452093213531189e+05 +1.882000000000000000e+03 -5.184036255027153928e+00 -3.034682302541665155e+00 -1.896549718945159668e+00 -1.088568233636580285e+00 -5.182207646308721882e-01 -1.849638664209415917e-01 -1.713407413885600569e-02 -1.914425089371367926e-04 -9.802189999999999515e-01 3.152071515800418705e+07 +1.883000000000000000e+03 -4.328882466175285160e+00 -2.292261540329433522e+00 -1.269580425311181537e+00 -6.088125138782224388e-01 -2.185268415207933523e-01 -5.076501178139649489e-02 -1.313285539657315553e-03 1.442674307656586572e-05 5.428340000000000387e-01 6.222404277657889761e+06 +1.884000000000000000e+03 -4.327766700783586273e+00 -2.290132443801875084e+00 -1.267706743605963471e+00 -6.077460294096670435e-01 -2.182816008435494171e-01 -5.083225958128901462e-02 -1.340452572535634794e-03 1.419166634177099627e-05 5.341289999999999649e-01 6.082996670586963184e+06 +1.885000000000000000e+03 -4.542045016040106908e+00 -2.473057363032999501e+00 -1.411488952926081231e+00 -7.153692833276158458e-01 -2.896320377848342065e-01 -8.453024507957296318e-02 -5.272447901005609949e-03 -3.208672780958196771e-05 5.757949999999999458e-01 5.353732527969301492e+07 +1.886000000000000000e+03 -4.311014392954923835e+00 -2.323175326513685413e+00 -1.300514633654264784e+00 -6.327405932224619001e-01 -2.388169527476795562e-01 -6.407948584896658306e-02 -3.246250399497831955e-03 -1.129952957901128060e-05 1.840970000000000106e-01 -5.284811852276452817e+06 +1.887000000000000000e+03 -4.413143288113341001e+00 -2.452378921642931253e+00 -1.426043383897500405e+00 -7.309460926140348702e-01 -2.930445061861653988e-01 -8.292675016176719038e-02 -4.622029525724639758e-03 -1.945175909971464320e-05 3.716340000000000199e-01 1.646405574061323516e+07 +1.888000000000000000e+03 -4.197904352081312851e+00 -2.316941228475214221e+00 -1.340971386317770575e+00 -6.864599390839912774e-01 -2.778752621457125094e-01 -8.082079460420564521e-02 -4.795243132153993726e-03 -2.122100459898121201e-05 4.520099999999999812e-02 -5.268003369423580356e+06 +1.889000000000000000e+03 -4.213649499525452313e+00 -2.383321716607366803e+00 -1.433147021563520918e+00 -7.805277530915352147e-01 -3.456348833319969338e-01 -1.122772636459636181e-01 -8.250914920543634193e-03 -5.056894142923392072e-05 -7.630299999999999583e-02 2.321264381899470463e+07 +1.890000000000000000e+03 -4.407423153938629490e+00 -2.495212014461111849e+00 -1.487576932412576047e+00 -7.986336267810458800e-01 -3.527451202584917511e-01 -1.179194642026805268e-01 -9.498123150854501442e-03 -7.300647949061474652e-05 -1.110379999999999978e-01 3.771634910676822811e+07 +1.891000000000000000e+03 -4.511573519829759071e+00 -2.626728896349071807e+00 -1.618843261509930853e+00 -9.042591462267343116e-01 -4.083831532865926373e-01 -1.323589159158942430e-01 -9.208384087015016733e-03 -5.239466618873694041e-05 -2.342960000000000043e-01 -3.115080323180679698e+06 +1.892000000000000000e+03 -4.656025516121397700e+00 -2.646474457896607291e+00 -1.613818546414680144e+00 -9.169054681606282342e-01 -4.507634594326265232e-01 -1.731761358703989284e-01 -1.780575524386319650e-02 -2.046050363654753387e-04 -1.612948000000000048e+00 1.057409145411266759e+07 +1.893000000000000000e+03 -3.912229729179852455e+00 -2.329728670095328358e+00 -1.477978766410740885e+00 -8.664847426983591783e-01 -4.233569368396656318e-01 -1.523722407806610557e-01 -1.310441544156875325e-02 -1.094927107181090949e-04 -9.428279999999999994e-01 -4.761440533495294861e+06 +1.894000000000000000e+03 -4.619159136421045808e+00 -2.734709270660233393e+00 -1.720405074864353789e+00 -9.882234218056512587e-01 -4.621709045321545362e-01 -1.561474460740357728e-01 -1.191223192064094771e-02 -7.874495022505259068e-05 -6.676600000000000312e-01 -1.562106231419614144e+07 +1.895000000000000000e+03 -3.695008106219849875e+00 -1.599837445149825621e+00 -6.578192883618940723e-01 -1.672022445655560186e-01 1.414454577738413418e-02 3.151606452853454587e-02 5.744090122963257938e-03 8.348722949080410877e-05 1.187246999999999941e+00 1.923503197838776559e+07 +1.896000000000000000e+03 -3.996434190721323443e+00 -1.806014264690668503e+00 -7.796859840395206076e-01 -2.124212145128679396e-01 1.721355337269261238e-02 4.312885183304642628e-02 8.036270205856297158e-03 1.280603501612245776e-04 1.453858000000000095e+00 5.063048092578602023e+06 +1.897000000000000000e+03 -3.909091728710319291e+00 -1.783839206470911209e+00 -7.940923327604271220e-01 -2.454974055633965258e-01 -1.366298392553725802e-02 2.647246976860868212e-02 5.434068351368998365e-03 7.224722068733077001e-05 9.629969999999999919e-01 -2.950243649819291197e+06 +1.898000000000000000e+03 -3.804223395664943830e+00 -1.741730917222189090e+00 -7.887348041099179197e-01 -2.634145376285840223e-01 -3.770920238974045935e-02 1.121333112024766772e-02 3.064661670956710104e-03 3.453233055217331437e-05 5.467290000000000205e-01 -7.185697075325433165e+06 +1.899000000000000000e+03 -3.721185799075662270e+00 -1.701262826703629383e+00 -8.052857701836995119e-01 -3.318927597474693458e-01 -1.209159240770111693e-01 -3.997001400937059967e-02 -3.597338260740526230e-03 -2.812858597848122831e-05 -4.462940000000000240e-01 -9.713298006961833744e+04 +1.900000000000000000e+03 -3.720225371036333772e+00 -1.702297304264241973e+00 -8.073560256643270705e-01 -3.342751756168688693e-01 -1.227232611019675457e-01 -4.077528145743988808e-02 -3.658098512063089232e-03 -2.801837238805426295e-05 -4.586810000000000054e-01 -6.312744657050818205e+05 +1.901000000000000000e+03 -3.840289358538560460e+00 -1.944836394954433612e+00 -1.018707086617300472e+00 -4.507798066899571521e-01 -1.433893102486003823e-01 -2.575436146962643488e-02 7.794841068719993073e-04 2.680124067329100218e-05 6.511569999999999858e-01 6.405293374965142459e+06 +1.902000000000000000e+03 -3.559900681667246047e+00 -1.749263306201861656e+00 -8.708225140927292607e-01 -3.397679672579350107e-01 -6.962224645695955227e-02 7.703875223503801190e-03 4.059574218608022998e-03 6.089295842682891424e-05 1.281322000000000072e+00 3.826121334250786901e+07 +1.903000000000000000e+03 -3.708774695776507979e+00 -1.917865861191376586e+00 -1.042543910521233963e+00 -5.014991791144067790e-01 -1.932716102296017646e-01 -5.268093471499273039e-02 -2.326363200791085710e-03 -4.330052216180549033e-06 3.038609999999999922e-01 1.039702958900517039e+07 +1.904000000000000000e+03 -3.977126256861488240e+00 -2.078182945566698248e+00 -1.133142392768028861e+00 -5.335718156142722490e-01 -1.909583627044804111e-01 -4.760345614362081201e-02 -2.164529845301740169e-03 -6.545979784581224717e-06 1.925080000000000124e-01 2.404707775246964011e+05 +1.905000000000000000e+03 -3.850373945738520209e+00 -1.995540916790463637e+00 -1.101190381891455461e+00 -5.542106112583741195e-01 -2.439775504600665557e-01 -9.076239663026720861e-02 -1.023194444404389863e-02 -1.436370804160423762e-04 -1.072062000000000070e+00 8.151976020587217994e+06 +1.906000000000000000e+03 -3.612906344421436877e+00 -1.892813674392921808e+00 -1.061265653149659594e+00 -5.408449950453331212e-01 -2.269751273281408743e-01 -6.888820638732832957e-02 -3.866708817222848805e-03 -9.487255291303539674e-06 2.168569999999999942e-01 2.229786309644930065e+07 +1.907000000000000000e+03 -3.839073642790158392e+00 -2.149599563693243454e+00 -1.264971171574089892e+00 -6.628031454156563251e-01 -2.752398968293116588e-01 -8.219904443621628420e-02 -5.550329328584071090e-03 -4.153731842168912757e-05 3.347800000000000081e-02 1.042088045018260926e+07 +1.908000000000000000e+03 -3.831372508092556473e+00 -2.149166960985281261e+00 -1.264608731294831978e+00 -6.597537927366575738e-01 -2.722860617043353360e-01 -8.214686345549357394e-02 -5.777136610134106856e-03 -3.857907456297773131e-05 -3.320540000000000158e-01 -1.917847667866617814e+07 +1.909000000000000000e+03 -3.402218569213586452e+00 -1.920063637828309355e+00 -1.149884882492672400e+00 -6.305056239451785061e-01 -2.887903548097325857e-01 -9.838751224151572050e-02 -7.835433934047640603e-03 -6.153558089353080001e-05 -2.271579999999999988e-01 2.018995039304274693e+07 +1.910000000000000000e+03 -3.740892775107959256e+00 -2.140874857495556505e+00 -1.289150837124734439e+00 -6.939095187235095885e-01 -2.956942065659453056e-01 -8.960053495221173558e-02 -6.064531849426442987e-03 -4.088735318710969561e-05 1.402100000000000048e-02 7.927128514977456070e+06 +1.911000000000000000e+03 -3.289019562671742669e+00 -1.929298284780919248e+00 -1.199801910433314633e+00 -6.839917662747233562e-01 -3.279644999529080507e-01 -1.217646485785048444e-01 -1.232553537908392428e-02 -1.329235577437099826e-04 -9.539659999999999807e-01 1.882563302263247967e+07 +1.912000000000000000e+03 -3.243251351068622057e+00 -1.918686175850129905e+00 -1.189430637737333818e+00 -6.674448468274138957e-01 -3.089656280742950067e-01 -1.073350229228864361e-01 -9.204058350997711135e-03 -8.774691714385377884e-05 -1.075199999999999934e+00 -4.817453019333415478e+07 +1.913000000000000000e+03 -3.189582745655378915e+00 -1.981839370772640274e+00 -1.280456652781237992e+00 -7.526165060701824894e-01 -3.707968521435834885e-01 -1.406018078077887756e-01 -1.410468098195256578e-02 -1.474589795778079445e-04 -1.678660999999999959e+00 -3.692751230104228854e+07 +1.914000000000000000e+03 -3.457909559682257772e+00 -2.083047878002294517e+00 -1.323104537457553187e+00 -7.744188373404121695e-01 -3.858244059151821892e-01 -1.496995731845746913e-01 -1.603428558902009540e-02 -1.936283638722836192e-04 -1.796972999999999931e+00 -1.804361835250608996e+07 +1.915000000000000000e+03 -3.581234634419254270e+00 -1.503729323976680465e+00 -5.712860553087071303e-01 -9.352889435613341573e-02 6.497612982168883555e-02 5.522110267136937090e-02 8.120136642350844411e-03 9.467073692112507391e-05 1.590576999999999908e+00 2.202348675547457114e+07 +1.916000000000000000e+03 -3.183689767678957949e+00 -1.265270663704096021e+00 -4.306180988250084551e-01 -2.583586248841513930e-02 8.181342491874642187e-02 4.967057515907778720e-02 5.161681592450477994e-03 3.846625360118651940e-05 4.384460000000000024e-01 -3.804529651077944040e+07 +1.917000000000000000e+03 -3.144281275821667165e+00 -1.307620436598675884e+00 -4.954055104807626453e-01 -8.523725319124342281e-02 5.099592882568953350e-02 4.914845029332209209e-02 1.043709671853093081e-02 2.229693955801576055e-04 1.804427999999999921e+00 -1.049894978215219919e+06 +1.918000000000000000e+03 -3.420405198117866696e+00 -1.456706778315691508e+00 -6.005441662250171619e-01 -1.748098067996339822e-01 -2.666839887566323924e-02 -1.807218162739544906e-03 -4.398932400381111610e-06 -3.828298729254667444e-11 2.895940000000000181e-01 2.168383818802056089e+07 +1.919000000000000000e+03 -3.183838109352747026e+00 -1.321183843411866343e+00 -5.297709878625036506e-01 -1.563349093284567282e-01 -4.069122684632740100e-02 -1.823273948973123601e-02 -2.532603547083791488e-03 -2.021295637831403938e-05 -7.326000000000000567e-02 2.649019476833505929e+07 +1.920000000000000000e+03 -3.361625904075000726e+00 -1.486746682821533661e+00 -6.457747493002773398e-01 -2.014160244141149358e-01 -2.337781440404192515e-02 1.036773701660166809e-02 2.149964455668911326e-03 1.471464933032667659e-05 3.306430000000000202e-01 -1.110701867641305737e+07 +1.921000000000000000e+03 -3.154643664381845181e+00 -1.489524763297702226e+00 -7.118946701736766913e-01 -2.708156948429074062e-01 -6.751523342989211585e-02 -1.056826871125048951e-02 -8.143433885436825040e-04 -1.340112378106537155e-05 2.671109999999999873e-01 2.749793225175632536e+07 +1.922000000000000000e+03 -3.156098518921716334e+00 -1.364868608205853651e+00 -6.137878772916554038e-01 -2.580921362080933479e-01 -1.289071426423988032e-01 -6.859797160736094690e-02 -9.857256234340827997e-03 -1.070145590231665999e-04 -1.414679999999999938e+00 1.224773302226346172e+07 +1.923000000000000000e+03 -3.187598329122258711e+00 -1.614782708098153607e+00 -8.261897236766817532e-01 -3.293794505909449777e-01 -6.341834610364206759e-02 1.339803283951049827e-02 4.692596099045748433e-03 5.716080267523208241e-05 9.570340000000000513e-01 -7.769050523380217142e+06 +1.924000000000000000e+03 -3.314242124344617846e+00 -1.664595436437666054e+00 -8.364876267352528982e-01 -3.167399396370350617e-01 -4.409142654178931087e-02 2.619513688075440078e-02 6.757083040993933608e-03 9.088104548039210265e-05 1.163338999999999901e+00 -1.841260501701486111e+07 +1.925000000000000000e+03 -3.366782655293457438e+00 -1.753768880835114841e+00 -9.372510578831827477e-01 -4.132115273903281261e-01 -1.227503057515578894e-01 -2.004851810469245391e-02 -1.098421702359145404e-04 1.536365889192726309e-06 5.888929999999999998e-01 2.379676543757456169e+07 +1.926000000000000000e+03 -3.338792788716569149e+00 -1.705436716499486804e+00 -9.265594282729540110e-01 -4.552782608852263824e-01 -1.840507777713200621e-01 -5.320210530542943128e-02 -2.791805617770514499e-03 -8.954428804778188718e-06 2.414250000000000007e-01 1.947720695703035966e+07 +1.927000000000000000e+03 -2.971021399840686694e+00 -1.556063327295701182e+00 -8.622823982903590201e-01 -4.297801632001942429e-01 -1.769055321584674656e-01 -5.409228196305194969e-02 -3.477948878952267543e-03 -1.757322153862679817e-05 -3.807300000000000267e-02 1.874984741777865682e+06 +1.928000000000000000e+03 -2.641577912306856124e+00 -1.461114007717873697e+00 -8.196983099967998232e-01 -3.753819127738287631e-01 -1.111633602661156323e-01 -1.584580609347375699e-02 2.825790398091970420e-04 5.095797386481495909e-06 4.782529999999999837e-01 8.895678681527771056e+06 +1.929000000000000000e+03 -2.713845511886241457e+00 -1.533424470704489728e+00 -9.066738777505088942e-01 -4.798892838934500360e-01 -2.071209896380547255e-01 -6.589333703421547395e-02 -4.383019692064860431e-03 -1.994588058629377685e-05 -1.794799999999999868e-02 6.525234963185208850e+06 +1.930000000000000000e+03 -2.827427844740715290e+00 -1.617664582560854436e+00 -9.593271581674623905e-01 -4.984149832954098969e-01 -1.976235642052764085e-01 -5.190730745483192188e-02 -2.275504678860749107e-03 -7.743514253988105850e-06 9.620499999999999885e-02 -1.871579937311996892e+07 +1.931000000000000000e+03 -2.602856622321141344e+00 -1.510805213285704607e+00 -9.189893269295653644e-01 -4.913244343513390455e-01 -1.960117542960042036e-01 -4.844974130340683888e-02 -1.439849407239979793e-03 5.454599120910827899e-07 2.446139999999999981e-01 -1.975367441211119294e+07 +1.932000000000000000e+03 -2.907187441296057440e+00 -1.671806657925928752e+00 -1.015585738175266428e+00 -5.609165313140211939e-01 -2.586113928925390937e-01 -9.236602234713874038e-02 -8.759499408493914493e-03 -9.224613985766009128e-05 -5.357849999999999557e-01 2.199579335300276801e+07 +1.933000000000000000e+03 -2.688943784195424236e+00 -1.621815871420215993e+00 -1.011899407416203323e+00 -5.536966253827341200e-01 -2.322436019519575900e-01 -6.566911780696010892e-02 -3.153496144566976869e-03 -6.621245529951193126e-06 2.901819999999999955e-01 2.053558478058761684e+06 +1.934000000000000000e+03 -2.900112123433217004e+00 -1.760910182593511619e+00 -1.115440845793139513e+00 -6.255070715245470980e-01 -2.704319505082940500e-01 -8.165633126662848185e-02 -5.924049945755022716e-03 -5.559275007015503355e-05 -2.565629999999999855e-01 -9.702639823937406763e+06 +1.935000000000000000e+03 -3.082546578544847815e+00 -1.888998463762034952e+00 -1.223968308808742522e+00 -7.223591424036567288e-01 -3.416387064188145528e-01 -1.124322081986043886e-01 -7.491328284296025312e-03 -3.568165740827805609e-05 -2.506450000000000067e-01 -9.612351405147589743e+06 +1.936000000000000000e+03 -2.960894198845013037e+00 -1.831220204607335367e+00 -1.182177809700522442e+00 -6.882231087783775569e-01 -3.240302028207971419e-01 -1.113009073272543392e-01 -9.224157933861264549e-03 -8.471039947479519624e-05 -4.452079999999999926e-01 9.698722698665330186e+06 +1.937000000000000000e+03 -2.413862387606438009e+00 -1.586080999065924368e+00 -1.079906778686113178e+00 -6.698987014484282243e-01 -3.396558841734131362e-01 -1.236506177094146980e-01 -1.007179015558109028e-02 -6.681617571449027250e-05 -8.416350000000000220e-01 -1.591708073419498093e+07 +1.938000000000000000e+03 -2.990810222623776493e+00 -1.923825402903165394e+00 -1.280432262977046820e+00 -7.666479813878637195e-01 -3.651194266851461312e-01 -1.213356457965577839e-01 -8.653749242615197540e-03 -5.670000703375089690e-05 -2.369110000000000105e-01 2.358723550553242210e+06 +1.939000000000000000e+03 -2.743584846483004380e+00 -9.985921264026950128e-01 -2.702638422390541972e-01 5.157763072399382948e-02 1.045978343129209537e-01 5.106708375453410803e-02 4.426307188596099659e-03 2.981629841292092391e-05 3.097849999999999770e-01 -3.624862180023218691e+07 +1.940000000000000000e+03 -2.820264457664394264e+00 -1.057856508922763394e+00 -3.318481432108401630e-01 -1.011066278119455292e-02 5.765103814403610416e-02 2.878850602374257925e-02 2.028450212790487706e-03 5.563679981273939665e-06 4.955959999999999810e-01 2.001061388699074835e+07 +1.941000000000000000e+03 -2.921351150204977820e+00 -1.141939380970431461e+00 -4.157289918640501569e-01 -9.419428278831901147e-02 -9.832637290579232525e-03 -4.224455012756561656e-03 -1.000185907651739581e-03 -1.019415059151614945e-05 -1.376670000000000116e-01 -1.010490936039305758e+06 +1.942000000000000000e+03 -2.729706430733904288e+00 -1.080814106335604707e+00 -3.863620503004936424e-01 -5.776598576126091428e-02 3.635318574486182119e-02 2.585231958064326471e-02 2.825326709097019350e-03 2.125347875877058496e-05 4.645659999999999790e-01 2.659467311966874171e+06 +1.943000000000000000e+03 -2.745298919327566090e+00 -1.130949890330297247e+00 -4.577457623399781572e-01 -1.452622238205847627e-01 -4.887547080407071698e-02 -2.603504826681939111e-02 -4.341389618375277384e-03 -5.086698195714178301e-05 -7.764079999999999870e-01 -1.235109763079667464e+07 +1.944000000000000000e+03 -2.704800230000937500e+00 -1.072720986739422067e+00 -3.985100230767090190e-01 -9.516214018785042195e-02 -1.277951949236446130e-02 -6.203147564733839554e-03 -1.481938000300729195e-03 -1.656809352192428609e-05 -4.491099999999999953e-02 1.670301307628420554e+07 +1.945000000000000000e+03 -2.186908226822436685e+00 -9.108473960254281909e-01 -3.716067290368266773e-01 -1.002039497571798193e-01 6.302988923785704869e-03 2.164267450564135581e-02 4.163852727463016046e-03 4.371662011297824610e-05 7.612830000000000430e-01 -3.439304111931988155e+05 +1.946000000000000000e+03 -2.148642274240613048e+00 -8.636031946017906913e-01 -3.497841213704929175e-01 -1.088022278381492181e-01 -1.563709757448702997e-02 8.068863290910300093e-03 2.413587446548706890e-03 2.041567608270895842e-05 4.258140000000000258e-01 -1.017697971757244691e+07 +1.947000000000000000e+03 -2.099048990151824334e+00 -8.880463384726349219e-01 -3.728993373769635133e-01 -1.200534956753099430e-01 -2.540937524946573073e-02 -2.265840612930989685e-03 3.901346655563967675e-04 3.443542904881874730e-06 1.602030000000000121e-01 -2.620261439094488975e+06 +1.948000000000000000e+03 -2.074351504140070190e+00 -8.881212722582049190e-01 -3.961797597766453238e-01 -1.492676846388208411e-01 -4.447460440509815038e-02 -1.039593661840747078e-02 -7.578173344477171728e-04 -1.902484296819307476e-05 -3.043649999999999967e-01 -2.983560616148700193e+07 +1.949000000000000000e+03 -2.377763942743710057e+00 -1.230398712537153605e+00 -6.416693808210910399e-01 -2.597446594446506940e-01 -4.992183060639326930e-02 1.267932211398612591e-02 5.128471099309482410e-03 8.608770922152953137e-05 8.448080000000000034e-01 -2.626278376149348915e+07 +1.950000000000000000e+03 -2.253360443062851548e+00 -1.044756594375285452e+00 -5.535729213519817726e-01 -3.113430282224679546e-01 -1.831925304709055013e-01 -8.635357359062946492e-02 -1.018247856573429276e-02 -1.140741366916250523e-04 -1.591258000000000061e+00 -2.513206199620115012e+07 +1.951000000000000000e+03 -2.267089302748718005e+00 -1.150212646952710527e+00 -6.131858267237429994e-01 -2.819477120927986191e-01 -9.461336511694339035e-02 -1.664940705804346388e-02 1.205461140608361445e-03 3.601792846979053010e-05 3.787110000000000198e-01 -1.821211706884710118e+07 +1.952000000000000000e+03 -2.124645595329790471e+00 -1.146266281526883812e+00 -6.285986279325993520e-01 -2.772014671912547135e-01 -6.822858986473274989e-02 3.611143640114169821e-03 3.235336712806089442e-03 3.642624614194592308e-05 6.672609999999999930e-01 -1.606609905336809903e+07 +1.953000000000000000e+03 -2.152713884943170175e+00 -1.247164060235912642e+00 -7.361173073871417616e-01 -3.686408913504033991e-01 -1.353485700506823763e-01 -3.330895998564759736e-02 -1.573347480666583906e-03 -7.044444569748534925e-06 1.596529999999999894e-01 -1.811764024699090223e+05 +1.954000000000000000e+03 -2.121226773640630281e+00 -1.181833651462426360e+00 -6.789328871545924349e-01 -3.341999162281622526e-01 -1.198771980316852143e-01 -2.576133550113479317e-02 -1.792922222697939099e-04 8.884868806854814613e-06 4.989770000000000039e-01 1.138035831841582432e+07 +1.955000000000000000e+03 -2.068839061437416138e+00 -1.241711863511979708e+00 -7.725190889421235108e-01 -4.261677257178719813e-01 -1.843106289389329355e-01 -5.528445073595168041e-02 -3.222821752701917133e-03 -1.552509851278044718e-05 3.199219999999999842e-01 2.799440706895016134e+07 +1.956000000000000000e+03 -2.205522648932454199e+00 -1.328121452610400599e+00 -8.277835862424722801e-01 -4.615237872332506042e-01 -2.078500728975092027e-01 -6.756966083258271472e-02 -4.549669026384541362e-03 -2.146399267313674566e-05 -5.292700000000000182e-02 6.386895270972616039e+06 +1.957000000000000000e+03 -2.071321113261096247e+00 -1.287360484260229532e+00 -8.259021327001307977e-01 -4.697873084463387583e-01 -2.097382452501681815e-01 -6.636276944845578840e-02 -4.679356607823161561e-03 -2.757171045245928077e-05 -3.817000000000000080e-03 1.644212216776555590e+07 +1.958000000000000000e+03 -2.233063247994273137e+00 -1.372700896305746987e+00 -8.758995931130637569e-01 -5.053166853649811996e-01 -2.403646464923928916e-01 -8.505501873354011366e-02 -7.009241159539406248e-03 -4.878921547503663403e-05 -3.130410000000000137e-01 1.621760301146283001e+07 +1.959000000000000000e+03 -2.149531249464973648e+00 -1.408753571801800719e+00 -9.429327424444593486e-01 -5.588902107489943649e-01 -2.593274681385486780e-01 -8.438199603835241924e-02 -5.839510530546238032e-03 -3.083910540034419455e-05 -2.769510000000000027e-01 -6.146618672081559896e+06 +1.960000000000000000e+03 -2.371118137139145432e+00 -1.572518610241891324e+00 -1.065727369123018686e+00 -6.466267466030022337e-01 -3.146124330697676053e-01 -1.109131997790041985e-01 -9.348878581899412038e-03 -7.493860150230810568e-05 -8.310049999999999937e-01 -1.517055232567980327e+07 +1.961000000000000000e+03 -2.343233370699803420e+00 -1.578326548804303675e+00 -1.091783291598880989e+00 -6.859647339429754132e-01 -3.552825405667808245e-01 -1.378550743085873720e-01 -1.424149739597480036e-02 -1.577054976555510545e-04 -1.672209000000000056e+00 -2.078054785077608004e+07 +1.962000000000000000e+03 -2.359541755399000351e+00 -1.593126900143349234e+00 -1.103254552496325314e+00 -6.928752310311560025e-01 -3.577025409387269983e-01 -1.380267100610648445e-01 -1.411063797473304654e-02 -1.536084521739212278e-04 -1.634026999999999896e+00 -1.989144139792750776e+07 +1.963000000000000000e+03 -1.648562295614444562e+00 -4.213222998919173845e-01 2.809614829784292181e-02 1.822851544983187799e-01 1.620633923197432880e-01 8.114399183285465889e-02 9.368707008648499007e-03 9.006172079582964302e-05 1.278697999999999890e+00 -1.953042529077076167e+07 +1.964000000000000000e+03 -1.904967575745803554e+00 -5.871720722083473287e-01 -6.156652036761393887e-02 1.673899829023729746e-01 2.003020316863418915e-01 1.243334420776784216e-01 2.004692977424306008e-02 3.631345362971944075e-04 3.017812000000000161e+00 -2.567893512659612298e+07 +1.965000000000000000e+03 -1.972019965747445980e+00 -6.732056655779838916e-01 -1.542364210086166476e-01 7.661356637343134934e-02 1.237654784359209920e-01 7.626478994419648438e-02 1.044211463685076544e-02 1.241169285178270675e-04 1.457430000000000003e+00 -2.079218272798692062e+07 +1.966000000000000000e+03 -2.024316929400639342e+00 -6.755759974272486090e-01 -1.446596571606044990e-01 6.954015931887759516e-02 9.183100379719377759e-02 4.506917801918702837e-02 4.393781458115155435e-03 3.615867922524274296e-05 7.115989999999999815e-01 6.313045826030440629e+06 +1.967000000000000000e+03 -2.020003897741077470e+00 -7.232921004990395808e-01 -2.141258334686092779e-01 3.662528728469584532e-03 5.322485672142981961e-02 3.410696930408659705e-02 4.426530286785032055e-03 3.902668445076532005e-05 8.237250000000000405e-01 9.196762769800232723e+06 +1.968000000000000000e+03 -1.817567973369584866e+00 -6.353068663778949077e-01 -1.718393571960262489e-01 2.110764709767316491e-02 5.587944329691127421e-02 3.086566237324737949e-02 3.315166910927310612e-03 2.487975438882078036e-05 3.536790000000000211e-01 -1.685320005461192504e+07 +1.969000000000000000e+03 -1.804214584519086895e+00 -7.029986908098316833e-01 -2.540073507622679916e-01 -5.097850667468024899e-02 2.973171332326243060e-03 1.870363024707060503e-03 -6.554203319875709886e-04 -2.521838054808198684e-05 -2.002009999999999901e-01 -1.348151126305214129e+07 +1.970000000000000000e+03 -1.619523541492891683e+00 -5.866784958034080288e-01 -1.567380393133972760e-01 2.641876882487460484e-02 4.669696268664280669e-02 1.572793748061604088e-02 2.203264843903347998e-04 -8.425633446104329732e-06 8.856400000000000383e-02 9.561957028750868514e+06 +1.971000000000000000e+03 -1.751619301214638158e+00 -7.073879655972294955e-01 -2.893477222263458049e-01 -9.735768470067980573e-02 -3.079222647571528901e-02 -1.141201088074179047e-02 -1.205969638899711226e-03 -8.289676378986483458e-06 -1.656720000000000137e-01 -4.834424357855155133e+06 +1.972000000000000000e+03 -1.533196801727992442e+00 -5.911661409215623886e-01 -2.383355532435077473e-01 -1.016000320606995772e-01 -6.725753395069275498e-02 -4.145568589723942765e-02 -5.683942983081740133e-03 -5.095670905833905287e-05 -8.579470000000000152e-01 -3.222890622624163050e+06 +1.973000000000000000e+03 -1.674257347927835315e+00 -6.871723513020108198e-01 -3.009326961569450676e-01 -1.327221836012457135e-01 -7.684986695142058399e-02 -4.509162417810905904e-02 -7.203170042277281561e-03 -8.794994610645874187e-05 -1.134109999999999951e+00 -3.377669591349295340e+06 +1.974000000000000000e+03 -1.766063700349207455e+00 -8.123914162948873141e-01 -4.102657474833339424e-01 -2.015961492718489900e-01 -9.905115428325934890e-02 -4.360074501331669822e-02 -5.329054899856577876e-03 -6.185281615241610689e-05 -1.000054999999999916e+00 -2.872009156803508848e+07 +1.975000000000000000e+03 -1.908074430514565822e+00 -1.012744035876572024e+00 -5.637361902576925043e-01 -2.747126696596230433e-01 -1.063640129089088310e-01 -3.082981432735398819e-02 -1.861344947676865386e-03 -7.766700162225492938e-06 -3.935799999999999715e-02 -5.090336056059659459e+06 +1.976000000000000000e+03 -1.744607993270418822e+00 -7.999916460832592335e-01 -4.323933319147660326e-01 -2.612699390135915234e-01 -1.746831456426205798e-01 -9.523644556927836347e-02 -1.385312111164353592e-02 -2.113866235940797063e-04 -1.780801999999999996e+00 2.607497404676054791e+07 +1.977000000000000000e+03 -1.702335768360234258e+00 -9.320334813700806853e-01 -5.304181902225399980e-01 -2.601412299441251408e-01 -9.958712578017195338e-02 -3.090496683450939461e-02 -2.835858449918948147e-03 -2.366771351961516277e-05 -1.844709999999999961e-01 6.431561958300399594e+06 +1.978000000000000000e+03 -1.692947708321338673e+00 -9.925254196396308126e-01 -6.023554416360423769e-01 -3.173434647778042850e-01 -1.270402464107566187e-01 -3.540086195420457521e-02 -1.864880468380605968e-03 -7.713720964908356192e-07 -1.786870000000000125e-01 -2.342850091072174534e+07 +1.979000000000000000e+03 -1.824681235330721796e+00 -1.069092060351473306e+00 -6.686657120516693587e-01 -3.782691525421031375e-01 -1.669317655714367965e-01 -4.981063354685541511e-02 -3.077545901500794261e-03 -2.227503584950973436e-05 1.268579999999999985e-01 1.594251836155130528e+07 +1.980000000000000000e+03 -1.248419913945256310e+00 -7.526077647995824682e-01 -4.700028267878279542e-01 -2.594378658780838731e-01 -1.126223352649867726e-01 -3.439803711782150886e-02 -2.061869469664080225e-03 -1.067231321703862667e-05 5.343400000000000233e-02 5.717989223871903494e+06 +1.981000000000000000e+03 -1.407883111507006735e+00 -8.983473846655966044e-01 -5.990530836301730666e-01 -3.612315803895317368e-01 -1.748703138482356756e-01 -5.960848940791987904e-02 -4.126373518924001879e-03 -1.529942853779285426e-05 1.742700000000000082e-01 3.632293285121691972e+07 +1.982000000000000000e+03 -1.446988445090607200e+00 -9.644341129206307484e-01 -6.533058035808959607e-01 -3.887222841565558529e-01 -1.732386979347531053e-01 -4.805008297454980287e-02 -1.894392439737826832e-03 -3.370321193472944082e-06 2.077060000000000017e-01 -4.159837653596717864e+06 +1.983000000000000000e+03 -1.686549578335592603e+00 -1.103913234486808337e+00 -7.598801152115388646e-01 -4.808153627871800118e-01 -2.490642987615614978e-01 -9.283197976989555900e-02 -8.433408599779370143e-03 -8.029681924937444011e-05 -4.631509999999999794e-01 2.638123745494682342e+07 +1.984000000000000000e+03 -1.361723493511512117e+00 -9.612490673799812813e-01 -6.879211551941641911e-01 -4.401207141025894054e-01 -2.221399190187324790e-01 -7.721082307446218429e-02 -5.564127373862508101e-03 -3.176049759833629517e-05 -2.413849999999999885e-01 6.403031880072304048e+06 +1.985000000000000000e+03 -1.676348039980369853e+00 -1.168692965341538992e+00 -8.397092660376564988e-01 -5.522585071668029144e-01 -2.978507434648474672e-01 -1.167186736071692266e-01 -1.165639622705399309e-02 -1.251895295807100108e-04 -1.104651999999999967e+00 8.836269871459331363e+06 +1.986000000000000000e+03 -1.677955070828391904e+00 -1.170256196602381449e+00 -8.407871407978478873e-01 -5.525792200814272359e-01 -2.976091972031199018e-01 -1.164643957921724926e-01 -1.161835681295261997e-02 -1.250728474355866269e-04 -1.091911000000000076e+00 9.549354587195543572e+06 +1.987000000000000000e+03 -1.270124513539393041e+00 -2.975533902217664117e-01 7.121698994860305165e-02 1.965598868202134697e-01 1.635710744074609646e-01 7.854993889645052463e-02 9.159384405101143184e-03 9.672915962022182702e-05 1.312611999999999890e+00 -1.056007958695320226e+07 +1.988000000000000000e+03 -1.348366226433954651e+00 -3.317476841193707227e-01 4.983909453812764706e-02 1.816248062973444266e-01 1.568075548803964103e-01 7.712118621527047635e-02 9.184353761231845922e-03 1.064857207208594656e-04 1.495030000000000081e+00 9.881616087880022824e+06 +1.989000000000000000e+03 -1.328239013383682110e+00 -3.786318690867340742e-01 -3.200511386858446994e-02 8.645267822791445622e-02 7.704571688261467599e-02 3.379247962118925308e-02 2.828422535319210541e-03 1.233757447355444266e-05 4.850940000000000252e-01 7.049025800437146798e+06 +1.990000000000000000e+03 -1.281927866872477617e+00 -3.284659458340710159e-01 1.329909093681599583e-02 1.286273511345782106e-01 1.124124600553421116e-01 5.372203005791921504e-02 5.744808346648672126e-03 5.067427647726826086e-05 9.906690000000000218e-01 1.379130665899813175e+07 +1.991000000000000000e+03 -1.398734087089679834e+00 -4.221610143499862078e-01 -8.447680830382303663e-02 2.925617289085922015e-02 3.651312564014400075e-02 1.968500929382947101e-02 3.302172869487442035e-03 5.504433433848296192e-05 4.583619999999999917e-01 -1.298772397230163775e+07 +1.992000000000000000e+03 -1.142508409020106308e+00 -3.061625166570401402e-01 -3.506876791041677044e-02 4.529260834644197736e-02 3.817351710874044429e-02 1.477400530895456657e-02 1.016225493732056916e-03 6.503857590130395851e-06 2.103710000000000024e-01 9.375182686708321795e+06 +1.993000000000000000e+03 -1.012994322397143598e+00 -2.989053097127447600e-01 -4.119056878027596569e-02 4.438005514568540977e-02 3.610465089108446518e-02 1.017386958187016695e-02 -2.266409665257044267e-04 -1.334872521020434623e-05 2.329799999999999927e-02 1.183095331192688458e+07 +1.994000000000000000e+03 -9.170914795576357026e-01 -2.561718873504211236e-01 -3.880896035223255908e-02 2.398517207675080962e-02 1.841184595665233334e-02 5.045081406210271888e-03 -9.866084508836694481e-06 -7.716173893474930501e-06 2.110400000000000123e-02 3.600402302587375045e+06 +1.995000000000000000e+03 -1.300540856583471960e+00 -4.659870262599118962e-01 -1.804112019054411875e-01 -8.219933193787527792e-02 -5.627764573059219205e-02 -3.095728339392102291e-02 -3.504985688678982289e-03 -2.435632790291120570e-05 -4.344140000000000224e-01 2.159955699588905089e+06 +1.996000000000000000e+03 -1.178079549747435673e+00 -4.633246645222113269e-01 -2.008668495281707989e-01 -8.989838799026166061e-02 -4.578935761563966700e-02 -1.856485341503235145e-02 -1.378127096634047593e-03 -7.667296564705879225e-06 -7.770000000000000214e-04 4.577995548359678127e+06 +1.997000000000000000e+03 -9.404464811224833021e-01 -4.647376070447618024e-01 -2.354909733362481328e-01 -1.017965219132218324e-01 -3.434943780307678218e-02 -7.368164681350646006e-03 4.696711862317208097e-04 2.277055287127409899e-05 3.350299999999999945e-01 1.091581849833399244e+07 +1.998000000000000000e+03 -9.761075795747360395e-01 -5.066879231067621392e-01 -2.755649082930017313e-01 -1.267355567203934386e-01 -3.656873574491121409e-02 -5.153426975174695782e-04 2.152571008308774066e-03 4.663194067173347432e-05 6.465100000000000291e-01 1.335246735510025732e+07 +1.999000000000000000e+03 -7.810296232017908125e-01 -4.105284593075353428e-01 -2.285661827729141560e-01 -1.238237292783517379e-01 -6.807880010525911574e-02 -3.226373562272872447e-02 -3.761103730094658357e-03 -2.761983781571202085e-05 -5.362919999999999909e-01 -5.692639798973037861e+06 +2.000000000000000000e+03 -4.859337028683880511e-01 -2.997938267142559732e-01 -1.855454005050952704e-01 -9.951009844250033320e-02 -4.290349961677623197e-02 -1.411324940468870401e-02 -9.970081369424538698e-04 -4.269893832235404060e-06 -4.673599999999999977e-02 -2.818813952337659430e+05 +2.001000000000000000e+03 -9.191557076680991756e-01 -6.000101122871661641e-01 -4.101703989971388076e-01 -2.607216721113524427e-01 -1.376302561384627754e-01 -5.029051821701444047e-02 -3.573759792381301335e-03 -1.703550192645139253e-05 -1.203459999999999946e-01 5.561994756967377849e+06 +2.002000000000000000e+03 -1.007419136909358359e+00 -6.354094412782047563e-01 -4.198121945310424041e-01 -2.581655797540358677e-01 -1.379685692278951603e-01 -5.751559341079304916e-02 -6.443012773542618546e-03 -7.126689609180934825e-05 -7.088889999999999914e-01 4.677808484515523538e+06 +2.003000000000000000e+03 -4.336874151035965963e-01 -3.918392483680372407e-01 -3.030847144821203210e-01 -2.053794787018527745e-01 -1.226772667636822495e-01 -6.090659565791167740e-02 -9.055156532829424648e-03 -1.424469185912718256e-04 -1.342316000000000065e+00 -3.934159198546397965e+05 +2.004000000000000000e+03 -1.023835696718234045e+00 -7.430204034975633753e-01 -5.361153614079500196e-01 -3.446311099765166364e-01 -1.768312579185659095e-01 -6.368112776695518396e-02 -4.966736547219022073e-03 -3.261104866847488640e-05 -2.280669999999999920e-01 1.198640626426673681e+07 +2.005000000000000000e+03 -6.896807236509446826e-01 -5.627338287535460504e-01 -4.541025878379750247e-01 -3.285385603388610298e-01 -1.923438502505535608e-01 -8.287944160396311377e-02 -9.847912363345956085e-03 -1.285774932105556475e-04 -1.340691000000000077e+00 -5.956842682440504432e+06 +2.006000000000000000e+03 -4.292662593618704059e-01 -4.151225586992621230e-01 -3.652090576122863919e-01 -2.871495246495907594e-01 -1.850378115639355614e-01 -8.557466663448648481e-02 -1.003897367928899796e-02 -1.058363072173656094e-04 -9.473660000000000414e-01 3.742303132270838320e+07 +2.007000000000000000e+03 -7.241898009952467685e-01 -6.864402967299043645e-01 -6.006034535740434332e-01 -4.606967074242500071e-01 -2.728830601015597157e-01 -1.074666557065692835e-01 -9.228202426155686713e-03 -7.046683958031374538e-05 -7.339210000000000456e-01 1.387350719133230299e+07 +2.008000000000000000e+03 -7.443696256063486727e-01 -6.991096615609833087e-01 -6.100173106401810541e-01 -4.679276272560679018e-01 -2.777243633954258328e-01 -1.097955308717759038e-01 -9.563691745580664080e-03 -7.638993379212041335e-05 -7.811449999999999783e-01 1.366553063629080914e+07 +2.009000000000000000e+03 -6.437790277638650860e-01 3.070514317595945258e-02 2.256667961058244076e-01 2.454213814963593643e-01 1.656636490528764216e-01 6.930673343049648105e-02 6.535037096289387538e-03 6.553250161474900067e-05 7.851970000000000338e-01 -3.713408133555759210e+06 +2.010000000000000000e+03 -7.185750165191724381e-01 -9.854443425537205356e-03 1.978599100038222203e-01 2.243238532206652813e-01 1.503666886753367016e-01 6.051557848268221407e-02 4.806094638307059456e-03 2.889880474154454088e-05 4.535009999999999875e-01 -8.855742460887322202e+06 +2.011000000000000000e+03 -5.421706288614538405e-01 4.634907112150588038e-03 1.444372529053312426e-01 1.373761497879492921e-01 7.377981223582798231e-02 2.503777665815158995e-02 1.994880705025907537e-03 1.582090994222783351e-05 4.170630000000000170e-01 1.817256172162580490e+07 +2.012000000000000000e+03 -6.398669806831689399e-01 -3.074217499694355260e-02 1.256510380635465496e-01 1.185411300469235985e-01 5.466457946320791433e-02 1.558955010699676798e-02 1.262435521381638504e-03 9.070084392726240877e-06 4.171570000000000000e-01 1.879300297982926667e+07 +2.013000000000000000e+03 -6.193369512028882307e-01 -1.294424037391455895e-01 7.577409275687303769e-02 1.520485087889942855e-01 1.276499984426747725e-01 6.122173867780602435e-02 6.358921068267140222e-03 5.328378047413021414e-05 1.104729000000000072e+00 2.543233582081992179e+07 +2.014000000000000000e+03 4.632886512176710020e-02 2.231343076108867618e-01 2.693605998391364609e-01 2.426137365728434081e-01 1.566583796392219119e-01 6.459815462749035619e-02 5.589949803458757298e-03 3.790288607598431124e-05 6.645569999999999533e-01 7.057685303289086558e+06 +2.015000000000000000e+03 7.648170912652668685e-02 1.596001818642757142e-01 1.654803695150516840e-01 1.346301940706480793e-01 8.438085019805569020e-02 3.874940852610886388e-02 4.704981755936253271e-03 4.494533054542300057e-05 8.121289999999999898e-01 1.309002972584927455e+07 +2.016000000000000000e+03 5.107386706088369588e-02 1.164926634424808954e-01 1.360873921724045921e-01 1.251979433785732621e-01 8.544199989326534128e-02 3.876076145597458916e-02 4.220086949283831726e-03 4.115544667428385893e-05 5.142640000000000544e-01 -3.033498429451200180e+06 +2.017000000000000000e+03 -2.079606208044378068e-01 -1.115783014976049203e-01 -3.585819443727454592e-02 2.171922333709040698e-02 4.230079940642286762e-02 2.845198015843282066e-02 4.609540479406742247e-03 7.242598104309644900e-05 8.391100000000000225e-01 1.033881312149925530e+07 +2.018000000000000000e+03 2.178076706321724898e-01 1.881534504962658061e-01 1.692635955460959629e-01 1.396443022790564981e-01 9.014076387677685820e-02 3.690059994066405974e-02 2.621142628651664929e-03 -2.884436301703909937e-06 2.454659999999999898e-01 6.077725758101719432e+06 +2.019000000000000000e+03 -1.690950350251735346e-02 2.611334029685866143e-02 2.435029468602941533e-02 8.730364488496206166e-03 -5.335074019713381514e-03 -7.123631289895940646e-03 -1.195324138358461619e-03 -1.188514405578720380e-05 -2.129639999999999866e-01 -7.465493515264458256e+05 +2.020000000000000000e+03 -6.996029220782555569e-02 -8.789991725704270065e-02 -6.668747515678259685e-02 -3.249624876502470172e-02 -4.080705350431743962e-03 3.768795779879510061e-03 5.444233446369928144e-04 1.607462172524912524e-06 9.208700000000000219e-02 -3.037735890221599839e+05 +2.021000000000000000e+03 -8.804439979565822916e-02 -1.211033975051167000e-01 -1.083330741390545332e-01 -8.838836450831402680e-02 -6.713455378278425367e-02 -3.827326191467262523e-02 -4.901476857757654064e-03 -3.458958785912430472e-05 -9.299830000000000041e-01 -1.817796843862938881e+07 +2.022000000000000000e+03 2.087895733636884188e-01 4.839397551479521220e-02 -3.067216519131913191e-02 -6.937601949615092300e-02 -6.656911803372009273e-02 -3.577037859437465911e-02 -4.146342269557662559e-03 -3.558794743466941790e-05 -3.553620000000000112e-01 2.089913070707560331e+07 +2.023000000000000000e+03 3.838370320939237801e-01 7.849053564271053773e-02 -5.811126373660836092e-02 -1.154075933427441136e-01 -9.970575642102420810e-02 -4.690164133612544778e-02 -4.479108559865981574e-03 -3.711965310491932958e-05 -3.643089999999999939e-01 1.375288496561175399e+07 +2.024000000000000000e+03 2.801410410287347164e-01 2.769433296943081893e-02 -6.753048084950730168e-02 -8.957977490052949909e-02 -6.508685124805876909e-02 -3.187402146582420798e-02 -4.581429859694344069e-03 -6.772206171964361007e-05 -6.141309999999999825e-01 1.083958379898656346e+07 +2.025000000000000000e+03 -1.396971164421106359e-01 -2.666927900526208095e-01 -2.780057231930334050e-01 -2.358587578163264531e-01 -1.549185118857750731e-01 -6.783512234008942654e-02 -5.994693915470325138e-03 -3.215726483421704003e-05 -6.546619999999999662e-01 -1.078707743943243986e+06 +2.026000000000000000e+03 5.429907215213292809e-02 -1.962388189190268917e-01 -2.728289008031891671e-01 -2.602634681752445389e-01 -1.771416513545127080e-01 -7.784127530956157226e-02 -7.764233308933107119e-03 -7.055707085392679294e-05 -8.863339999999999552e-01 3.230689355551682413e+06 +2.027000000000000000e+03 1.836820547849914997e-01 3.131489484028144865e-01 3.470138850517120455e-01 3.140762942163325966e-01 2.091680298890955803e-01 8.661366811206611116e-02 6.901032148308687032e-03 3.807418395409416684e-05 6.707079999999999709e-01 6.027295211482741870e+06 +2.028000000000000000e+03 1.587782793566461237e-01 3.166898857175006188e-01 3.498721987949890422e-01 3.070489412707297916e-01 1.984950458569858245e-01 8.302346484683487127e-02 7.510021141867959625e-03 5.645726638379717360e-05 9.214320000000000288e-01 1.038823034128775261e+07 +2.029000000000000000e+03 1.955064998785389641e-01 2.741951528039985320e-01 2.688720991565243801e-01 2.163527480876147324e-01 1.307781389434380381e-01 5.090562103750878586e-02 3.555303799224280182e-03 1.183773705153097871e-05 4.899459999999999926e-01 2.309471527531109750e+07 +2.030000000000000000e+03 7.429669406921060038e-01 5.757777806161603618e-01 4.611652481114339452e-01 3.410255511922367644e-01 2.088602694179479691e-01 9.375719831872669774e-02 1.130498985476722194e-02 1.438088384653789307e-04 1.590791999999999984e+00 9.001473933869738132e+06 +2.031000000000000000e+03 3.707846139768556371e-01 2.789130535925009591e-01 2.405017658846309025e-01 1.977869145459850153e-01 1.295214182101786238e-01 5.684048652663944989e-02 5.885968457485455003e-03 5.219710809350864666e-05 9.150300000000000100e-01 2.144968891366450116e+07 +2.032000000000000000e+03 2.619430337185937874e-01 2.709173361858628337e-01 2.191798057812144040e-01 1.396319605039265666e-01 5.806039643806070599e-02 8.882500286299464809e-03 -2.375409212000152009e-03 -6.420320518687298058e-05 -6.281280000000000197e-01 1.854975505994580220e+06 +2.033000000000000000e+03 3.294424833104139805e-01 2.697772209251892983e-01 2.002269643033102731e-01 1.221307728944812931e-01 5.030358090186363984e-02 1.018147269434044148e-02 -1.420684482265753448e-04 -2.398528768294985738e-06 -5.195199999999999818e-02 1.495486760472958721e+07 +2.034000000000000000e+03 8.921667477878915120e-01 5.635858827171494889e-01 3.649700558838517295e-01 2.069711416051903674e-01 8.557716848524968278e-02 1.934877968380178601e-02 -4.328612398402116438e-04 -2.335621249124966782e-05 -5.687809999999999810e-01 -1.953283417266730219e+07 +2.035000000000000000e+03 4.318011191686351724e-01 2.647166853508550188e-01 1.581897915553741041e-01 7.593700668984729174e-02 2.019229561913690740e-02 -1.727063208326823493e-03 -1.111306221091977247e-03 -5.869837255178733527e-06 -3.275939999999999963e-01 -3.561000814340116922e+06 +2.036000000000000000e+03 4.352601809334932792e-01 2.500119109914251125e-01 1.539039815287202295e-01 8.567987105879860954e-02 3.525211175708554967e-02 7.906794666853523765e-03 2.175772157660127166e-04 8.394810563212530690e-06 -2.295260000000000078e-01 -1.393822805592697486e+07 +2.037000000000000000e+03 5.844844249706221406e-01 2.877636636550695570e-01 1.247905937420659001e-01 1.651838384783240604e-02 -3.009100592129655347e-02 -2.249023917411224066e-02 -2.365491803182798863e-03 -1.507457569187494403e-05 -2.122340000000000060e-01 9.562247737231826410e+06 +2.038000000000000000e+03 3.545538995045834363e-01 1.265061656119585154e-01 2.475818430574874829e-02 -1.717326715923911742e-02 -2.005183351895892946e-02 -1.157777729681518271e-02 -2.023620158183647016e-03 -3.294489544549216402e-05 -4.744579999999999909e-01 -1.034434832223644480e+07 +2.039000000000000000e+03 9.482729896774569900e-01 3.826179540535912804e-01 1.316849681389332671e-01 2.927686267640353980e-03 -3.746591249087871667e-02 -2.649913376769638673e-02 -3.788706568612572149e-03 -3.880589716629659520e-05 -5.249789999999999734e-01 8.298065703931065276e+06 +2.040000000000000000e+03 9.398058597553065052e-01 3.134059571180478621e-01 8.511992805189656786e-02 1.199010308035079048e-02 1.521217020698825868e-02 1.831861114675189389e-02 4.067281133428983855e-03 7.796079554608195173e-05 5.778109999999999635e-01 -5.420567862895704806e+06 +2.041000000000000000e+03 7.522044928021139887e-01 1.635061424559172139e-01 -4.110910032851916585e-02 -9.002606962132458923e-02 -5.335274693014485647e-02 -1.508357335402800425e-02 -6.763141074816753778e-04 -4.026417456677948133e-06 -2.356189999999999951e-01 -1.499040914452270791e+07 +2.042000000000000000e+03 1.106795013162923613e+00 3.563589139074840872e-01 8.445137144377216909e-02 -4.238345871847553487e-03 1.806207199189034402e-03 1.410809176675696316e-02 3.494571872762881632e-03 3.605475366211530468e-05 3.313809999999999811e-01 -2.927263837953377515e+07 +2.043000000000000000e+03 1.249984111297203215e+00 3.290676807050754160e-01 1.908209568401032091e-02 -7.051151156991061764e-02 -5.102486426246759244e-02 -1.644729666066093582e-02 -6.513151269138201319e-04 2.537147838181378047e-06 -1.531700000000000075e-02 3.384610045038844924e+06 +2.044000000000000000e+03 9.785406988924130189e-01 1.723088650617649598e-01 -9.097033119835093440e-02 -1.440316131822975132e-01 -8.826370283251697146e-02 -2.865434508108905681e-02 -1.621557916065883989e-03 -5.361958575628252646e-06 -3.446230000000000127e-01 -1.829225990400874242e+07 +2.045000000000000000e+03 1.226782637826142608e+00 2.992341391673465356e-01 -6.254271209053857694e-02 -1.878466208942051185e-01 -1.519153441965354623e-01 -6.667734911314561475e-02 -6.729793292028662943e-03 -9.000943426366024049e-05 -1.047706000000000026e+00 -1.133465879963932186e+07 +2.046000000000000000e+03 1.156587626551653036e+00 2.386796458638064111e-01 -9.955432813180559171e-02 -2.137331216458976113e-01 -1.784995546810635991e-01 -8.670857132671766498e-02 -9.523515377945487165e-03 -7.758904361176081454e-05 -1.489131999999999900e+00 -9.070064824592106044e+06 +2.047000000000000000e+03 1.070395913040204539e+00 8.277460651287781301e-01 6.322852137750777368e-01 4.291744216914722410e-01 2.301790406551915136e-01 8.758353845543852267e-02 8.335502803593144994e-03 8.373516516215165242e-05 8.148840000000000527e-01 -5.553585198674714193e+06 +2.048000000000000000e+03 8.510088140665190704e-01 7.208593763911377295e-01 5.747902561104348829e-01 4.006452113780536450e-01 2.194889376924451518e-01 8.636814192722402916e-02 9.281390667231886535e-03 1.250945615410213835e-04 1.036643999999999899e+00 -6.354316609576294199e+06 +2.049000000000000000e+03 1.279271642102892903e+00 8.815029090552022328e-01 6.269889462696791593e-01 4.045328584384021986e-01 2.069947790680398414e-01 7.234701341419384757e-02 5.170764477395345046e-03 2.267589010140713698e-05 1.643060000000000076e-01 -1.363704455905644968e+07 +2.050000000000000000e+03 1.192189132049764178e+00 8.303514367639032168e-01 5.960478288082763365e-01 3.887408616867613631e-01 2.042574197212654874e-01 7.720053093909838571e-02 7.601664042969401638e-03 8.805282248335272264e-05 5.630789999999999962e-01 -2.182084293156428635e+07 +2.051000000000000000e+03 1.152717379241870121e+00 7.633155116157537279e-01 5.033334470461099386e-01 2.828233932047145016e-01 1.142842958981191565e-01 2.614820768221869443e-02 -8.080583839918184389e-04 -5.281452748074762465e-05 -5.257680000000000131e-01 -1.289132105201366823e+06 +2.052000000000000000e+03 9.836613828274474169e-01 6.548278775086463499e-01 4.516264337721038746e-01 2.822653756316686469e-01 1.430416195974734961e-01 5.176345586805063126e-02 3.952500957695954074e-03 2.017657657373070961e-05 3.171189999999999842e-01 1.798531931263735518e+06 +2.053000000000000000e+03 1.209462622288251632e+00 7.208326085642712266e-01 4.523570658277183965e-01 2.577619429850079302e-01 1.199843075616049831e-01 4.030249980805632876e-02 2.810644044372305906e-03 1.377545456484539437e-05 1.683850000000000069e-01 3.086220805118334945e+06 +2.054000000000000000e+03 9.837275735059048953e-01 6.138597817566444625e-01 3.912357793856653387e-01 2.197800945720879140e-01 1.042464574442210773e-01 4.367698769000918219e-02 6.063784279345191958e-03 9.179878985672976276e-05 8.464110000000000245e-01 -2.413057688633134123e+06 +2.055000000000000000e+03 1.635442602881606033e+00 9.025168645328747186e-01 5.262120645035212041e-01 2.758426672192486606e-01 1.160047740446836506e-01 3.411095520429540534e-02 1.770908492104927845e-03 5.030723391792249190e-06 -4.178600000000000092e-01 -3.577659828034211695e+07 +2.056000000000000000e+03 1.023957953214006178e+00 5.725330980091951627e-01 3.385740027078304459e-01 1.805096100890180577e-01 7.749208181940940576e-02 2.396471960976665275e-02 1.765468858245760556e-03 1.366648919986363631e-05 -5.206199999999999717e-02 -1.272501674125158973e+07 +2.057000000000000000e+03 1.222466167191937902e+00 5.698678885222884238e-01 2.661990181712421411e-01 9.669904504160092840e-02 2.221505443812065578e-02 3.402304897477295698e-03 3.697005345081982690e-04 5.450004013086637458e-06 -1.557640000000000136e-01 -1.553644421452769451e+07 +2.058000000000000000e+03 1.262599799430028868e+00 5.255866393743352516e-01 2.454712421295531244e-01 1.298179403275240007e-01 8.369919675079787180e-02 4.266607246231073070e-02 4.687420462649453771e-03 3.479880517111463812e-05 5.368220000000000214e-01 -3.060289614268313628e+06 +2.059000000000000000e+03 1.406928830497019112e+00 5.960836882018410998e-01 2.683576814334501237e-01 1.170906241243020451e-01 6.233415934730104913e-02 3.511527456601790803e-02 5.832543098879548575e-03 8.404798620469556159e-05 9.450509999999999744e-01 5.948225884241271764e+06 +2.060000000000000000e+03 1.361787527450774471e+00 5.330568558659497524e-01 2.315789461486825462e-01 1.111845434277623917e-01 6.784851259520537081e-02 3.599024316417694797e-02 5.545596145402635103e-03 9.002352213989816025e-05 4.904370000000000118e-01 -2.703765681597245857e+07 +2.061000000000000000e+03 1.863588179353342200e+00 7.451601570517949469e-01 2.803646634565490348e-01 5.753357405016771425e-02 -1.686374962930650354e-02 -1.808394060134813422e-02 -2.263303850199108094e-03 -1.446458964971046625e-05 -5.371460000000000123e-01 -1.457113548871514015e+07 +2.062000000000000000e+03 1.311697133120647951e+00 4.754852288377918734e-01 1.513620334334826456e-01 2.272787523856803146e-02 5.348206410802461806e-03 1.230421573601368258e-02 3.550611475357063999e-03 5.366722402280260033e-05 6.547560000000000047e-01 3.117919083127833437e+06 +2.063000000000000000e+03 1.660927534022805574e+00 5.575043676962285755e-01 1.531582719645441792e-01 2.588116670903209404e-03 -1.936645561639708038e-02 -8.480691267773695849e-03 -7.936569588655781977e-04 -9.696203697072869167e-06 -2.512530000000000041e-01 -1.084042755568476953e+07 +2.064000000000000000e+03 1.649952553022131951e+00 5.408529294128926468e-01 1.607260313765341009e-01 2.794760997710472525e-02 1.856926755998744138e-03 -7.905566151602479207e-04 -2.317671093176433355e-04 -2.430768481593875442e-07 8.616400000000000448e-02 1.788073537134993821e+07 +2.065000000000000000e+03 1.482735833853959795e+00 4.345728030845241729e-01 5.524801878557082657e-02 -7.937543765507955318e-02 -7.642810187792170584e-02 -3.259648139686661256e-02 -2.292195039240166148e-03 -4.402055281921928077e-06 -2.351930000000000132e-01 2.931072156443964690e+06 +2.066000000000000000e+03 1.550988892682913622e+00 4.912060987256089417e-01 8.575645226672264088e-02 -7.278650109374143473e-02 -8.307999674397795187e-02 -4.027775736140943447e-02 -3.788677567619670727e-03 -2.136209783005007062e-05 -5.825820000000000443e-01 -4.005420100537350401e+06 +2.067000000000000000e+03 1.870228281459791697e+00 5.732610338778132419e-01 5.487021548578908253e-02 -1.446170898393737136e-01 -1.337245820495504001e-01 -5.722987440362566069e-02 -5.042862321764925854e-03 -3.962245412240826472e-05 -6.610800000000000010e-01 9.180234698708223179e+06 +2.068000000000000000e+03 1.610844081909317937e+00 4.235858170903019637e-01 -1.321292830926426576e-03 -1.455479229429552657e-01 -1.281471446798171931e-01 -5.995415185788272733e-02 -6.088733057233656001e-03 -5.097363493305281815e-05 -1.046643999999999908e+00 -1.520561920586184599e+07 +2.069000000000000000e+03 1.860034114587987508e+00 5.121234928036888512e-01 6.833280167437838504e-04 -1.815108474136442607e-01 -1.571547241922329752e-01 -6.742388923762719644e-02 -5.109834501636797803e-03 -2.275347264769677556e-05 -7.211020000000000207e-01 -2.069557177012341563e+06 +2.070000000000000000e+03 1.853809125016405490e+00 5.076681928815361955e-01 -2.782561984606968242e-03 -1.840469081701587850e-01 -1.587203428563138674e-01 -6.814977653639220367e-02 -5.198494454861549152e-03 -2.357080289142694709e-05 -7.434359999999999857e-01 -2.802836024285173509e+06 +2.071000000000000000e+03 2.103870080061955861e+00 1.408736552428754507e+00 9.688370789190082766e-01 5.982604994576860014e-01 2.928856880436465637e-01 9.920546280133377137e-02 6.802078744285232001e-03 3.244638059978261391e-05 3.129739999999999744e-01 4.310931151814460754e+06 +2.072000000000000000e+03 1.694171011281936146e+00 1.169238363347242515e+00 8.367369165958374877e-01 5.565657801006738126e-01 3.153475054535372357e-01 1.344921643316671078e-01 1.513607006309134612e-02 1.815349788023958109e-04 1.528075999999999990e+00 -3.049228489177037030e+07 +2.073000000000000000e+03 2.081690475086631409e+00 1.325479074424731341e+00 8.804209094100436950e-01 5.352668029812190920e-01 2.684905750270653590e-01 9.698019517448869253e-02 7.488191744712887656e-03 4.153972874684497681e-05 5.337530000000000330e-01 4.070128183074140921e+06 +2.074000000000000000e+03 2.001196908843429600e+00 1.283966219648524865e+00 8.495250756002383774e-01 5.020457599684317040e-01 2.381567364604094683e-01 8.359786957183366896e-02 7.701692382419304990e-03 7.752021646754201462e-05 6.303220000000000489e-01 -1.814639004386280663e+06 +2.075000000000000000e+03 2.117671367557289130e+00 1.277996584461594587e+00 8.094149379690562807e-01 4.694425965539830159e-01 2.279347679883973743e-01 8.250513086411580266e-02 6.868298357676306219e-03 4.495381282116179899e-05 2.469220000000000026e-01 -2.749572552060448751e+07 +2.076000000000000000e+03 1.845527554040829799e+00 1.146324490043221456e+00 7.578198535267867131e-01 4.661092449134612847e-01 2.421204430407534469e-01 9.460137328694548375e-02 9.467419517207364965e-03 1.006547404410881516e-04 6.966130000000000377e-01 -2.884289125146950036e+07 +2.077000000000000000e+03 1.940602067033547096e+00 1.120333142830098216e+00 6.626002264345373094e-01 3.351303195686904934e-01 1.207697040646080605e-01 2.420030686064169809e-02 -4.658147912918599265e-05 -6.864615796853872327e-06 -5.122170000000000334e-01 -6.708835549391013570e+06 +2.078000000000000000e+03 1.791296755467192803e+00 1.078829644926853293e+00 6.691646417475292097e-01 3.707455469285304561e-01 1.692806706485351642e-01 5.980909861068827577e-02 5.512955686199304782e-03 4.945730640079916657e-05 5.004880000000000440e-01 1.112007143218692858e+06 +2.079000000000000000e+03 2.100753072904699703e+00 1.153977658313804167e+00 6.671840910331582331e-01 3.467050705405813615e-01 1.494042395093100883e-01 4.867233564925876194e-02 3.165739408720492660e-03 7.131921994456259605e-06 3.141909999999999981e-01 2.044164981337166205e+07 +2.080000000000000000e+03 2.252691214750295323e+00 1.232661128967815323e+00 7.021472412521877482e-01 3.457946894045796360e-01 1.255467459133421115e-01 2.762101174146125090e-02 4.136384995916951341e-04 -3.400809987624705039e-06 -3.385380000000000056e-01 3.474653470208225306e+06 +2.081000000000000000e+03 2.128473705174273256e+00 9.830802594306903286e-01 5.100839114690290943e-01 2.666409466165994835e-01 1.370444572989006349e-01 5.529803942092516300e-02 4.863026434662673370e-03 3.391124158846691794e-05 3.775569999999999760e-01 -8.802502625230336562e+06 +2.082000000000000000e+03 2.304128944120471090e+00 1.200915263666049837e+00 6.324632063647712688e-01 2.679566552877876706e-01 7.079447119083900897e-02 6.493201412577185618e-03 -1.074305988490550272e-03 -1.830427225949340567e-05 -3.731519999999999837e-01 4.486385069263642654e+06 +2.083000000000000000e+03 2.089721914661023305e+00 9.494058187869804932e-01 4.830522557796737004e-01 2.474673637858077202e-01 1.257518994489806308e-01 5.030556508967587437e-02 4.317798779984083693e-03 2.957599253060046000e-05 3.092170000000000196e-01 -8.705700249376229942e+06 +2.084000000000000000e+03 1.868421422917342811e+00 9.124395597583858653e-01 4.493653917072646942e-01 1.715470621498071113e-01 3.509300570910196815e-02 -5.971851690187751811e-04 -5.259879224870506187e-04 -9.367769523290400161e-07 -2.204730000000000023e-01 -2.723905775317361578e+06 +2.085000000000000000e+03 2.092048685605213176e+00 8.809057961080085652e-01 4.057996362633120024e-01 1.850541754923389903e-01 8.754743776839549185e-02 3.415666029578469376e-02 2.827263643340237418e-03 1.490438672718956830e-05 5.180679999999999730e-01 2.654169650641253591e+07 +2.086000000000000000e+03 2.289426675855401161e+00 9.566017971177371848e-01 4.187765639310374044e-01 1.698888848393045881e-01 7.325215891027830883e-02 2.907388983829052240e-02 2.431352066169055817e-03 1.245390758572090316e-05 2.903290000000000037e-01 6.920292838041810319e+06 +2.087000000000000000e+03 2.031117279824336208e+00 7.458472632740950070e-01 2.297593226442653236e-01 1.422095338093770298e-02 -2.577519508123105388e-02 -1.203463010281433966e-02 -9.889299735450940865e-04 -4.813266383294133741e-06 -3.338749999999999774e-01 -1.150891911854300648e+07 +2.088000000000000000e+03 2.068601549547788299e+00 8.121821463571872179e-01 3.188939230260969815e-01 9.920378415882456780e-02 2.189714994982287083e-02 -8.062038834264737041e-05 -1.484730744954534118e-03 -2.382279375720384537e-05 -3.884889999999999732e-01 -1.711924032839722931e+06 +2.089000000000000000e+03 2.142088715646070618e+00 7.941800168754307165e-01 2.400227061867580280e-01 -5.784315586833431617e-03 -5.392930965121536802e-02 -2.530469856720786795e-02 -1.774590493591846367e-03 -1.405711384778105373e-05 -3.039839999999999764e-01 -8.943943566759711131e+06 +2.090000000000000000e+03 2.309032982441094894e+00 8.350428958261590928e-01 2.662208250115346009e-01 4.209797696454322530e-02 1.060596084258330976e-02 2.105473768812841234e-02 5.579093976425217837e-03 6.721724998228986335e-05 1.090370000000000061e+00 1.042662894063088112e+07 +2.091000000000000000e+03 2.297127675304638128e+00 7.873914617824109285e-01 1.966073847325567336e-01 -3.456218862292097932e-02 -4.958309008102269183e-02 -1.061887875479840433e-02 1.419177671448348943e-03 2.825142506201019818e-05 3.426350000000000229e-01 8.477014758401017636e+06 +2.092000000000000000e+03 2.700688024527386766e+00 9.797164531363706796e-01 2.924570157581965479e-01 3.769184401425931200e-03 -4.382297958716160208e-02 -1.334838985757172240e-02 1.036288430449986428e-03 3.533385586188600967e-05 4.421959999999999780e-01 2.051160473953267559e+07 +2.093000000000000000e+03 2.329766776260671080e+00 7.649213708585516081e-01 1.306258205951110751e-01 -1.357494313154186949e-01 -1.527507427291720232e-01 -7.055936792566287752e-02 -6.053935402728762537e-03 -3.969862945084761020e-05 -8.862710000000000310e-01 -2.879849026434329804e+06 +2.094000000000000000e+03 2.216241759851483639e+00 6.859900102745221107e-01 1.025458676567542332e-01 -1.076641884944201932e-01 -9.760757869266717401e-02 -3.595077416091738143e-02 -2.280781948555209594e-03 -1.043301061354297454e-05 -4.833410000000000206e-01 -8.424368018771870062e+06 +2.095000000000000000e+03 2.978907154321443151e+00 1.890078975545453011e+00 1.242872088330767566e+00 7.360546106715516457e-01 3.506980740815183184e-01 1.204036257683032407e-01 9.804044669661329467e-03 8.209279736175192845e-05 5.568589999999999929e-01 -3.749444769939283724e+05 +2.096000000000000000e+03 2.964174658348204261e+00 1.888690866825150305e+00 1.250089330232106999e+00 7.490345140565858317e-01 3.642678414208349036e-01 1.290070335903196197e-01 1.126345380391508520e-02 1.068811942812959617e-04 7.822480000000000544e-01 -9.170055580843400676e+05 +2.097000000000000000e+03 2.492397941785236881e+00 1.550815251625612401e+00 1.014806923813735606e+00 6.039423771871981206e-01 2.918895277151670187e-01 1.023945691463102187e-01 8.630907976386187341e-03 6.968092675667926180e-05 5.970290000000000319e-01 4.741803457828649553e+05 +2.098000000000000000e+03 2.593838109565870909e+00 1.593757331810783162e+00 1.032222533141467613e+00 6.187713100217977491e-01 3.222874856778268349e-01 1.354869717357319869e-01 1.661907635670916220e-02 2.344117665219590946e-04 2.138774999999999871e+00 8.560452229537012056e+06 +2.099000000000000000e+03 2.459054955265640441e+00 1.509309477045942760e+00 9.580687042702014100e-01 5.442318157436542014e-01 2.484191452997007443e-01 8.105372537584072667e-02 5.323208330805676534e-03 2.210557654516745894e-05 1.440839999999999899e-01 9.633585673244220670e+05 +2.100000000000000000e+03 2.552555300066512434e+00 1.530979682966819189e+00 9.602758944910957384e-01 5.378123910087423409e-01 2.401044669791934649e-01 7.771175441142030849e-02 5.448933553482110392e-03 2.734802598110005307e-05 5.731749999999999901e-01 3.642803487721343338e+07 +2.101000000000000000e+03 2.855336867315745764e+00 1.655569100589943554e+00 9.773664500562661006e-01 4.823450645046842289e-01 1.602671847436812069e-01 2.394245130844388850e-02 -3.064144819779392789e-03 -1.127553007028957437e-04 -8.755420000000000424e-01 2.710582411126294732e+07 +2.102000000000000000e+03 2.426896452407209193e+00 1.408673996632614056e+00 8.542365447439143056e-01 4.602979791496242257e-01 1.963926464480082179e-01 6.020751086927520618e-02 4.072845230900404984e-03 2.479781402009583968e-05 3.166519999999999890e-01 2.291048472762995213e+07 +2.103000000000000000e+03 2.997803321195866122e+00 1.614322442190838647e+00 9.222540633005208432e-01 4.723226645035403237e-01 1.934608419926440726e-01 5.801834580027862009e-02 4.639524900294855932e-03 5.280065934520284852e-05 1.942929999999999935e-01 -1.089860395399034256e+06 +2.104000000000000000e+03 2.871410218199052622e+00 1.629121630058541381e+00 9.452989381713879924e-01 4.623462875393097860e-01 1.595509496061991161e-01 3.333644879210972273e-02 8.641236385248733361e-04 5.480025224413188034e-07 -2.457270000000000010e-01 1.650099474320121668e+07 +2.105000000000000000e+03 2.793453076686330139e+00 1.460871325054353465e+00 8.067863809911005601e-01 3.951474482812967204e-01 1.532673567622536703e-01 4.191552917069674838e-02 2.065885853055799987e-03 6.177710787560939533e-06 -1.166399999999999937e-01 -4.878154090620687930e+05 +2.106000000000000000e+03 2.680512992403958794e+00 1.435688776745872586e+00 7.887140435477224543e-01 3.661834356920928846e-01 1.206386304222255429e-01 1.982822077892525819e-02 -2.152614153332907745e-03 -7.486804938291510413e-05 -6.708439999999999959e-01 1.558355646198227629e+07 +2.107000000000000000e+03 3.080702203214089163e+00 1.521205215730259575e+00 7.917198806740477490e-01 3.643049912329653917e-01 1.371441133869415463e-01 3.944250188532833629e-02 2.377145899903528210e-03 9.736314869796698759e-06 7.799300000000000677e-02 2.585404166043444071e+06 +2.108000000000000000e+03 2.601848335697299675e+00 1.317242272750114518e+00 6.647140098380207585e-01 2.535645597216746872e-01 4.186070760442613115e-02 -1.184325296267960646e-02 -3.233172144361656179e-03 -3.977089459259023935e-05 -6.893470000000000431e-01 3.382675514526096173e+06 +2.109000000000000000e+03 2.878624518106445151e+00 1.360502208158230530e+00 6.628679574605290670e-01 2.747073639040258919e-01 9.540051628013759832e-02 3.099438099526304752e-02 3.103049715126216575e-03 2.914347989267903672e-05 3.433539999999999925e-01 2.467688656525006052e+06 +2.110000000000000000e+03 3.340725926553353098e+00 1.600573731687988888e+00 7.853704768166991368e-01 3.157374642672156062e-01 8.927900105420688570e-02 1.410482456617094885e-02 -1.417243883270692586e-03 -5.840382948738691586e-05 -6.281820000000000181e-01 -1.475898951597711630e+07 +2.111000000000000000e+03 3.269338958527283179e+00 1.479401520016004667e+00 6.531266742490492438e-01 1.946498324682529590e-01 2.626807268791389854e-03 -2.552476395283113583e-02 -4.444063178452892053e-03 -5.123464344800565640e-05 -6.710260000000000113e-01 1.356152977941249125e+07 +2.112000000000000000e+03 3.268519583514201798e+00 1.477865356654334716e+00 6.523688138707323114e-01 1.964631400556424989e-01 6.921556231572082406e-03 -2.175760684932532066e-02 -3.671923505743755149e-03 -3.740739132416967912e-05 -5.732070000000000221e-01 1.090722535946880654e+07 +2.113000000000000000e+03 3.456395066775138858e+00 1.498158647027001633e+00 6.380234999965109788e-01 2.046085871214564922e-01 4.766864342157981632e-02 1.222157441920266804e-02 6.358910493961517476e-04 -9.728905764174359492e-06 -1.068319999999999964e-01 -9.962467925648985431e+06 +2.114000000000000000e+03 3.010081470739935483e+00 1.269356084451942479e+00 5.300961631607420399e-01 1.766340071078183749e-01 5.889265042942527784e-02 2.896310718179933782e-02 4.961755024570523552e-03 7.020156717080161741e-05 8.054170000000000496e-01 5.844993019535738975e+06 +2.115000000000000000e+03 3.330868250561084931e+00 1.373748651404936405e+00 5.143060825973934103e-01 8.339365621168752518e-02 -5.372229912463478974e-02 -4.193737221242611196e-02 -4.757472383837244544e-03 -3.127247425375336264e-05 -8.209689999999999488e-01 -4.154798116110450123e+06 +2.116000000000000000e+03 2.940227058573928520e+00 1.136237692911962638e+00 4.075273877114490850e-01 8.865487392112163245e-02 4.588827949979521446e-03 -1.043124975388301685e-03 -1.763875294613930671e-04 -4.814066772187916328e-06 2.367000000000000180e-03 1.042213101938886195e+07 +2.117000000000000000e+03 2.930758026761084434e+00 1.096293103242963474e+00 3.357797961604038206e-01 -2.081409300067592078e-03 -6.653226605397224991e-02 -2.935600466808309383e-02 -1.342158073907523527e-03 2.405799848118853491e-05 -2.464040000000000119e-01 -4.077617072744938079e+06 +2.118000000000000000e+03 3.013803289410971420e+00 1.144269240379767405e+00 3.546484674933184089e-01 -5.427297028000906479e-03 -7.884229441409634775e-02 -3.854084073655522635e-02 -3.135273607668219182e-03 -1.791261566214409946e-05 -5.111740000000000173e-01 -1.674334456429856946e+05 +2.119000000000000000e+03 3.055054624400697083e+00 1.929116931966408988e+00 1.264881613537108151e+00 7.564064067012399306e-01 3.756496907649095052e-01 1.386646868239303221e-01 1.263707864430868404e-02 1.211634953482313104e-04 9.193550000000000333e-01 -1.085348747242309339e+07 +2.120000000000000000e+03 3.071713051179647547e+00 1.943248486857219071e+00 1.273328009332355348e+00 7.580307923879436860e-01 3.727009788025626436e-01 1.358620600027203862e-01 1.216491556803360810e-02 1.139647431973972821e-04 8.462330000000000130e-01 -1.025916889435224794e+07 +2.121000000000000000e+03 3.695313482728260990e+00 2.223014786260585129e+00 1.405485097350785306e+00 8.021589323293369933e-01 3.651962053087015048e-01 1.157745344686744726e-01 7.337200036882969220e-03 3.559548604023814091e-05 2.571930000000000049e-01 2.771175591398638859e+07 +2.122000000000000000e+03 3.336139722205645697e+00 2.057690030416408522e+00 1.312061599708176374e+00 7.443503687210770714e-01 3.305563318185832933e-01 1.011182142677909263e-01 6.058558319616999879e-03 2.630041096806314438e-05 4.705100000000000254e-02 1.587073920903200097e+07 +2.123000000000000000e+03 3.371970117368858322e+00 1.955199334123575383e+00 1.206232590283268902e+00 6.862722961054749105e-01 3.269223981193342121e-01 1.146389289724699112e-01 8.922106192946982137e-03 5.369575114311206544e-05 6.357779999999999543e-01 1.353249374518627115e+07 +2.124000000000000000e+03 3.296664581626109314e+00 2.011488635340738185e+00 1.261803022799879992e+00 6.956987717276116312e-01 2.983521870016838107e-01 9.033123268861015243e-02 5.822671789408758597e-03 3.369522591871264685e-05 1.429799999999999995e-02 2.736702178326753434e+06 +2.125000000000000000e+03 3.860609181559996106e+00 2.180602507272777490e+00 1.288906466896885261e+00 6.734641818241592359e-01 2.732600291084820721e-01 7.624413807239442675e-02 4.016250812645965999e-03 1.655092266197759137e-05 -3.193920000000000092e-01 -5.390086168377230875e+06 +2.126000000000000000e+03 3.726152100948118662e+00 2.102162938563845618e+00 1.250799984210327009e+00 6.649136682212609673e-01 2.813216344543261749e-01 8.538860352439749113e-02 5.792061989816551897e-03 4.351893011611043929e-05 1.352180000000000049e-01 8.713476951552543789e+06 +2.127000000000000000e+03 3.861568547135139973e+00 2.141192314638038940e+00 1.241180918730047544e+00 6.360056157136857458e-01 2.607771629060192109e-01 7.908940447517565087e-02 5.378111196160840698e-03 3.516241140777773147e-05 1.844580000000000108e-01 1.162220386255775020e+07 +2.128000000000000000e+03 3.479149962807960961e+00 1.887681481328270738e+00 1.094968806796393412e+00 5.780560915475325690e-01 2.549082164326232358e-01 8.791246931042001611e-02 8.215384538827467942e-03 8.215146171390702297e-05 1.004397999999999902e+00 3.163030808646824583e+07 +2.129000000000000000e+03 3.603229273195979410e+00 1.895185566348301043e+00 1.056101654656958155e+00 5.327505434608234003e-01 2.308562163268708389e-01 8.209621177439067885e-02 7.543604013196314462e-03 5.598481750499722089e-05 8.871440000000000436e-01 1.880821764020953700e+07 +2.130000000000000000e+03 3.799073135766780407e+00 1.959154246513805653e+00 1.070696472628375195e+00 5.201854965946393072e-01 2.017906433890263307e-01 5.754466012343451009e-02 3.782414285488326991e-03 2.237692700172599195e-05 1.210890000000000022e-01 2.721509937792421784e+06 +2.131000000000000000e+03 3.988650170013666507e+00 2.081629603480207091e+00 1.127517180862022572e+00 5.233221650902112332e-01 1.810587155908106594e-01 4.148944724816357871e-02 1.667356722449095168e-03 1.369057773338963458e-05 -2.733929999999999971e-01 3.407099670233091805e+06 +2.132000000000000000e+03 3.715325935441532668e+00 1.900989909330154548e+00 9.950657374911481279e-01 4.279475330462190197e-01 1.188830231403589649e-01 9.485643222339780467e-03 -3.133796988136485287e-03 -5.651873999688428169e-05 -1.208815999999999891e+00 -2.260531874227641523e+07 +2.133000000000000000e+03 3.620588088169853780e+00 1.824963255227769254e+00 9.360405007737685468e-01 3.798053167725097823e-01 8.214645134557485573e-02 -7.246140143399877782e-03 -3.886095175425265894e-03 -4.619506477689374279e-05 -1.112640000000000073e+00 -1.406171778995610401e+07 +2.134000000000000000e+03 3.414035772000167945e+00 1.590251614840896055e+00 7.804442271811070642e-01 3.462584961945964213e-01 1.454449501641982279e-01 5.845048996279931380e-02 7.143526787706118084e-03 8.561910579500712170e-05 1.012982999999999967e+00 5.717617054321060888e+06 +2.135000000000000000e+03 3.572013338810108518e+00 1.621660444314379390e+00 7.504714125532689906e-01 2.831479790843878797e-01 7.614349492011267262e-02 1.029178117750083332e-02 -1.986207323973193141e-03 -6.715284511493142892e-05 -4.652259999999999729e-01 3.604955290298551321e+06 +2.136000000000000000e+03 3.947635276424790618e+00 1.847344850820705098e+00 8.746309342591745972e-01 3.330433667933453412e-01 8.828608543798159569e-02 1.389712863924031337e-02 -3.750852616423253094e-04 -7.223435764083809551e-06 -4.830929999999999946e-01 -1.805697412173052877e+07 +2.137000000000000000e+03 3.615106227726863075e+00 1.589026636152649052e+00 6.845298485748605444e-01 2.131761445266488197e-01 3.186221116796744690e-02 -2.532640122475290391e-03 -8.931896495603216168e-04 -4.803236661688748668e-06 -3.778599999999999737e-01 -1.338216462802351080e+07 +2.138000000000000000e+03 3.591047548583872207e+00 1.586103709784371985e+00 7.037052245724033650e-01 2.568705198128262701e-01 8.754962976138835895e-02 3.776223471152432426e-02 6.333403988169088693e-03 9.912694258457180893e-05 6.996830000000000549e-01 -2.220845823136742786e+07 +2.139000000000000000e+03 3.605853726209979015e+00 1.541578301940085938e+00 6.192903213222036296e-01 1.455310863073721039e-01 -1.983659164393141230e-02 -2.887480113162961548e-02 -4.137444859778688887e-03 -3.479634351675630380e-05 -8.552450000000000330e-01 -9.822273153441630304e+06 +2.140000000000000000e+03 3.744857416067892242e+00 1.645481440150709185e+00 6.957871642713873150e-01 1.929353383326118943e-01 2.677507201107469413e-04 -2.474731811353037686e-02 -4.505892981734555686e-03 -4.586848111995122003e-05 -8.700919999999999765e-01 -3.054377559727784246e+06 +2.141000000000000000e+03 3.879823368904757874e+00 2.316246113138813012e+00 1.461607164480813514e+00 8.402455806827962004e-01 3.935121233739361513e-01 1.330469902303328955e-01 1.007895081808377752e-02 6.778636229906740611e-05 5.063929999999999820e-01 8.936515465360881761e+06 +2.142000000000000000e+03 4.187580535650510249e+00 2.519699980943327589e+00 1.605436952634667236e+00 9.336144428328583267e-01 4.423508323126377206e-01 1.516218199492438967e-01 1.193049859346910144e-02 9.065397549446423250e-05 8.313709999999999711e-01 2.556887410806791484e+07 +2.143000000000000000e+03 4.019941995334113116e+00 2.313439179471178608e+00 1.410656909638627443e+00 7.844747989221427797e-01 3.590885458921784235e-01 1.198316544671285538e-01 8.486108521297492172e-03 4.183347820539279609e-05 5.544480000000000519e-01 2.632568610107885674e+07 +2.144000000000000000e+03 4.386113226543721488e+00 2.548600400755149042e+00 1.557698316434322328e+00 8.531967222916757576e-01 3.692613318638212072e-01 1.094122683756674347e-01 5.671562500344857344e-03 1.589032319333547237e-05 -3.707610000000000072e-01 -2.230694541004131082e+06 +2.145000000000000000e+03 4.177620976785242135e+00 2.329293715928225872e+00 1.379778201828047335e+00 7.429028001742272735e-01 3.289947265160280132e-01 1.084315546926672424e-01 8.587181259269664052e-03 7.034741914894995980e-05 4.548260000000000081e-01 2.811836667365662288e+06 +2.146000000000000000e+03 4.400265660212151708e+00 2.485717406010445885e+00 1.479178507525811703e+00 7.855004038993058657e-01 3.269180891442852177e-01 9.311390306575459408e-02 5.098825120649614837e-03 2.806153105760287239e-05 -2.982190000000000119e-01 -5.774160646824742435e+05 +2.147000000000000000e+03 3.962186735921573444e+00 2.214065355168452154e+00 1.291014887303260306e+00 6.607322476424811741e-01 2.599576297649038303e-01 6.914053530606996401e-02 3.007363761243937120e-03 2.819292865086205195e-06 -4.683269999999999933e-01 -6.925801328081942163e+06 +2.148000000000000000e+03 3.970376915959850095e+00 2.127787153372576512e+00 1.212459607912146353e+00 6.152748469763940076e-01 2.471185573283568859e-01 7.192593287250687029e-02 4.658465561868799405e-03 2.679643646109698254e-05 -9.719099999999999961e-02 -1.555121623519076221e+07 +2.149000000000000000e+03 4.261614517561590709e+00 2.295984937653430702e+00 1.302069056989324292e+00 6.545490581357699122e-01 2.574146849479675980e-01 6.964186660650507898e-02 3.592966919575499903e-03 1.625215080654238703e-05 -1.839429999999999954e-01 5.856865839934282936e+06 +2.150000000000000000e+03 4.343987031949366084e+00 2.351009526921920667e+00 1.329870454821749037e+00 6.528092464110070159e-01 2.384525918100022512e-01 5.378419377992024741e-02 5.762050107904261595e-04 -2.043133357505785307e-05 -6.921580000000000510e-01 4.828381697690203786e+06 +2.151000000000000000e+03 4.065261813584644557e+00 2.097885617981270823e+00 1.127473736690628003e+00 5.270259618165600290e-01 1.912766696816307621e-01 4.858932850498269562e-02 1.959438279158016993e-03 -8.491347484195650426e-06 6.792499999999999927e-02 3.024970193145177141e+07 +2.152000000000000000e+03 4.114016337542234503e+00 2.124789077476779919e+00 1.132546974295440823e+00 5.126335933357686336e-01 1.720803354706307298e-01 3.876683894997259849e-02 1.356032234128805173e-03 1.344334745879751211e-06 -3.095570000000000266e-01 1.443227377398709068e+05 +2.153000000000000000e+03 4.633165462048798311e+00 2.780244074932037179e+00 1.763826148833915752e+00 1.033406806866295158e+00 5.125096308913440479e-01 1.936211969372940989e-01 1.932915142261996955e-02 2.191165114977147016e-04 1.651742999999999961e+00 -8.379492646806958131e+06 +2.154000000000000000e+03 4.623501926371163862e+00 2.773430009078022174e+00 1.759522443290238103e+00 1.031307501765668988e+00 5.116508051405658231e-01 1.931571032118774012e-01 1.922220530457230403e-02 2.167575922632719121e-04 1.627397999999999900e+00 -9.009107085037143901e+06 +2.155000000000000000e+03 4.671289878752747704e+00 2.768641661761908956e+00 1.713538176613447206e+00 9.567321845667062785e-01 4.366999054532509361e-01 1.470699567585187773e-01 1.163121286729113663e-02 9.242462883608443583e-05 5.112839999999999607e-01 -4.025085577959937975e+06 +2.156000000000000000e+03 4.835921384503907738e+00 2.820819446251529694e+00 1.747507709974808865e+00 9.859445271645639330e-01 4.551955852443128059e-01 1.546468950289101030e-01 1.278497043224581520e-02 1.169913076140229638e-04 4.074280000000000124e-01 -2.856949010632911697e+07 +2.157000000000000000e+03 4.951895197737792742e+00 2.814388332668045223e+00 1.700480572154727144e+00 9.332839922868524374e-01 4.187883895144228763e-01 1.391295988528971905e-01 1.105895087331067866e-02 8.748862676756460649e-05 7.135430000000000383e-01 1.638819844296452403e+07 +2.158000000000000000e+03 4.702689851794072950e+00 2.699641482227713052e+00 1.649509001639391625e+00 9.237381284186604313e-01 4.280014727820394826e-01 1.449163770995067768e-01 1.096290265440628964e-02 7.534059431673927520e-05 2.875119999999999898e-01 -2.006871377126260474e+07 +2.159000000000000000e+03 5.020007594064100687e+00 2.853908458175211660e+00 1.694706701196170728e+00 8.844349565881300945e-01 3.559274147141147648e-01 9.806889935219423315e-02 4.854176689152668069e-03 1.573677820646039605e-05 -2.946250000000000258e-01 1.392345046397770010e+07 +2.160000000000000000e+03 4.865723461080828649e+00 2.746954671057888042e+00 1.622909118078285307e+00 8.447803377303015893e-01 3.372041556110227933e-01 9.024286314672962106e-02 4.160549837453548713e-03 1.140780635489402913e-05 -5.766489999999999672e-01 -7.553721386560992338e+06 +2.161000000000000000e+03 4.734912888856322333e+00 2.616281672560063498e+00 1.516093423591722722e+00 7.693012725447369027e-01 2.919069196522893206e-01 6.961282636304814975e-02 2.158858022814456532e-03 1.722891462383713337e-06 -3.151470000000000105e-01 3.881177029866019636e+07 +2.162000000000000000e+03 4.640164498643424729e+00 2.587535727403277530e+00 1.507882515417362956e+00 7.681768509597007855e-01 2.992262148071589412e-01 7.991312265481698152e-02 3.918786540714060823e-03 1.281077154328928380e-05 -6.117979999999999530e-01 -2.338694330303579196e+07 +2.163000000000000000e+03 -2.289164149112186408e-01 -8.326142014115883727e-02 -1.037944449246766196e-02 2.979190724290711051e-02 4.156143056194854662e-02 3.033973257316702546e-02 5.416064903752439152e-03 6.257817448111684740e-05 9.082729999999999970e-01 -4.346115388924623840e+06 +2.164000000000000000e+03 3.174428315389861588e+00 1.812668228126975700e+00 1.066355460921819098e+00 5.424765726837689206e-01 2.106712260359863698e-01 5.832698532451412871e-02 3.503350412736282778e-03 1.630739084045231956e-05 2.488599999999999840e-02 1.134806828560755961e+07 +2.165000000000000000e+03 6.956323217042533757e-01 2.902219855974091378e-01 1.085955852912694475e-01 1.793249127934419887e-02 -4.895037254279427028e-03 1.649416705279726451e-03 2.601450759784960584e-03 9.079233944394302699e-05 4.038579999999999948e-01 -8.077339495091553777e+06 +2.166000000000000000e+03 -1.092514340007805451e+00 -3.808495937205659265e-01 -1.187934430704538080e-01 -2.233880337854078982e-02 -8.962935763351628435e-03 -7.638768579822587286e-03 -5.649373667724714998e-04 1.190481733812444770e-05 6.478499999999999537e-02 7.628452748767113313e+06 +2.167000000000000000e+03 2.486907812749242552e+00 1.274699411180705955e+00 6.842649674088816525e-01 3.134190520500890198e-01 1.001377153177411411e-01 1.541301053938725837e-02 -9.238483626254135380e-04 -1.564357210866251324e-05 -5.696240000000000192e-01 -6.821718000804336742e+06 +2.168000000000000000e+03 3.724573570955907353e+00 2.086396617640783102e+00 1.223888886220440231e+00 6.311270695527787522e-01 2.507751441143321602e-01 6.845668095728035807e-02 3.599392761507235611e-03 1.699718611081349752e-05 -2.046939999999999871e-01 4.760043801608476788e+06 +2.169000000000000000e+03 3.898137382404140538e+00 2.205763696119562578e+00 1.290130372089548949e+00 6.487688958510996473e-01 2.406635305631679433e-01 5.884046348371806123e-02 2.665439849851150740e-03 1.054267261107184168e-05 -6.217810000000000281e-01 -2.023443018351992220e+07 +2.170000000000000000e+03 5.088846696538110059e+00 2.880969245952456514e+00 1.709127422107211247e+00 9.042909705386128483e-01 3.821075504298904746e-01 1.161944765880252167e-01 7.630452388989780732e-03 4.640476642594932872e-05 1.753560000000000119e-01 1.621029325602593832e+07 +2.171000000000000000e+03 -3.450790020764205490e+00 -1.916184811292823698e+00 -1.119481803011671328e+00 -5.777824112440650417e-01 -2.323918795574065610e-01 -6.509128995752226643e-02 -3.676724600140491260e-03 -2.154705523376038449e-05 2.194510000000000072e-01 5.357347770947368816e+06 +2.172000000000000000e+03 4.860346244869891974e-01 2.937013624782227050e-01 1.702610058555459882e-01 8.103366716239439327e-02 3.107710822851512608e-02 1.119837575155462235e-02 1.153462216456719366e-03 2.219552343237926812e-06 1.974029999999999951e-01 5.876151990473165177e+06 +2.173000000000000000e+03 -5.727881526361120468e-01 -3.038525637411498281e-01 -1.710011146522832648e-01 -9.159591457922196256e-02 -4.660111120289854580e-02 -1.993814912038803511e-02 -2.218781187649265883e-03 -1.763037932487111385e-05 -1.955349999999999866e-01 6.190069552619105205e+06 +2.174000000000000000e+03 3.208553339115661540e+00 1.625030807179381087e+00 8.796768430556803908e-01 4.378869848892947281e-01 1.903451741647088080e-01 6.595786132473144270e-02 5.924317963162093609e-03 5.827720176894016300e-05 2.741970000000000240e-01 -2.268523506316751987e+07 +2.175000000000000000e+03 1.705900769937915396e+00 1.032042970351508160e+00 6.414437530756527117e-01 3.489032067578024532e-01 1.483235298975247030e-01 4.444834128794384470e-02 2.000853646208422629e-03 -1.976789530754228500e-05 -1.372770000000000101e-01 -4.297609596517434344e+06 +2.176000000000000000e+03 2.032779998479277150e+00 1.137113978637603218e+00 6.505472174322930456e-01 3.113689040280628317e-01 9.931052056253114602e-02 1.237260222590323179e-02 -1.940266547139602457e-03 -3.473015264491885511e-05 -1.002247000000000110e+00 -2.758412688952871785e+07 +2.177000000000000000e+03 -4.678472699561308623e+00 -2.637454127982036933e+00 -1.547468990152887969e+00 -7.940291472499342307e-01 -3.125408413799459217e-01 -8.393038662857355003e-02 -4.014824927981042874e-03 -1.342686272298568654e-05 3.950759999999999827e-01 -6.725078355008651502e+06 +2.178000000000000000e+03 -2.210020483102754230e-01 -1.495236172970969002e-01 -1.201121722083374754e-01 -9.901734131208821121e-02 -7.012788303039504956e-02 -3.358389271171938889e-02 -3.431881209277510593e-03 -2.159469355995461898e-05 -5.238810000000000411e-01 -1.045032629164963774e+07 +2.179000000000000000e+03 1.704224755029646099e+00 9.827718126684588107e-01 6.135531717833324628e-01 3.705338800049358672e-01 2.079924149675949352e-01 9.388840804085578362e-02 1.143290936904476848e-02 1.592877975248648144e-04 1.447680999999999996e+00 -7.777241282995904330e+05 +2.180000000000000000e+03 -8.697070713353380889e-01 -4.309911174914615728e-01 -2.381298620592252058e-01 -1.296091586032267484e-01 -6.630804759836828044e-02 -2.683307012710499720e-02 -2.204288208200928714e-03 -8.420094969361688924e-06 -2.898709999999999898e-01 -7.807065728158853948e+06 +2.181000000000000000e+03 -3.813598566703026105e+00 -2.070589917360161181e+00 -1.200110172857797863e+00 -6.323070458496238277e-01 -2.735978232493506135e-01 -8.764064089923928602e-02 -6.813767339806342874e-03 -6.481198088617115571e-05 -4.637530000000000263e-01 -1.185045455665474385e+07 +2.182000000000000000e+03 2.116327097631960363e+00 1.213545542436529345e+00 7.292714259247435882e-01 3.876020516313404274e-01 1.618613200980021927e-01 4.854700618618146973e-02 2.884228197696543563e-03 5.593174287978733530e-06 1.892949999999999910e-01 1.665763393517973647e+07 +2.183000000000000000e+03 1.073413352707325519e+00 6.276710633275426332e-01 3.622250505618335725e-01 1.626352705724876113e-01 3.356671873526793221e-02 -1.054263455842157672e-02 -3.524848277988669107e-03 -3.443684781514946559e-05 -7.914489999999999581e-01 1.629167222650129581e+06 +2.184000000000000000e+03 -4.268642431337488219e+00 -2.372458052451158927e+00 -1.378796729791182507e+00 -7.029185520659324560e-01 -2.725360765019778642e-01 -6.958697718155584799e-02 -2.826861223192091068e-03 -7.314854930608666687e-06 7.532900000000000151e-01 2.811323314346309379e+07 +2.185000000000000000e+03 1.207348480928590595e+00 7.076048717231749885e-01 4.472562164464671253e-01 2.668887070148120433e-01 1.371610555228948425e-01 5.267053076607382256e-02 4.856421002643834459e-03 4.052881149932863365e-05 4.742230000000000056e-01 1.520408009891819675e+06 +2.186000000000000000e+03 -3.243837693400368205e-01 -3.178115035213122663e-01 -2.716328570865510494e-01 -2.149697354031079588e-01 -1.453266279657354221e-01 -7.008806440341645849e-02 -8.905916598489875546e-03 -1.226525652346001230e-04 -1.264496000000000064e+00 -9.182716142018919811e+06 +2.187000000000000000e+03 -1.442226185838153318e+00 -5.364282225540231153e-01 -2.046882475460769790e-01 -7.039052237664919498e-02 -2.440252878274130899e-02 -5.441144403289305785e-03 4.318798344150115084e-04 1.841887342213242883e-05 1.310459999999999958e-01 -5.131659112204842269e+06 +2.188000000000000000e+03 -1.967472345431255265e+00 -1.107220634315993157e+00 -6.588107419092590344e-01 -3.529310345367731028e-01 -1.506023697855342347e-01 -4.424088698344448567e-02 -2.374388563016372085e-03 -6.279368521510773594e-06 6.796299999999999564e-02 -1.532596355888935737e+06 +2.189000000000000000e+03 1.045644783769646424e-01 5.459733744824342427e-02 3.523283901104593691e-02 5.109374389654610521e-03 -2.435212809778348336e-02 -2.597539200649581076e-02 -5.160130006035868605e-03 -7.453211104653607237e-05 -8.223850000000000326e-01 7.068197530815646052e+06 +2.190000000000000000e+03 -3.375193048474923074e+00 -1.778713828803461183e+00 -9.856184459072929727e-01 -4.774345246767929263e-01 -1.779560225989412214e-01 -4.660677955456134919e-02 -2.361803918652542918e-03 -7.567822356688288791e-06 3.832809999999999828e-01 2.842251198685937002e+07 +2.191000000000000000e+03 1.638251310639762259e+00 1.089314874626460927e+00 7.548831147427920163e-01 4.799729062071836916e-01 2.464857026575998089e-01 8.574856925660462315e-02 5.351083282394211715e-03 1.517032132155857248e-05 -2.571049999999999724e-01 -4.065842866948556900e+07 +2.192000000000000000e+03 -1.886454244493399157e+00 -8.267244041838676116e-01 -3.964717063026376720e-01 -1.926797839351273023e-01 -1.024134280716740841e-01 -4.710321637006542606e-02 -5.171584806823985130e-03 -4.048006522171606779e-05 -6.389730000000000132e-01 1.482764282813414931e+06 +2.193000000000000000e+03 -2.749403353838074104e-01 -8.715990725583891430e-02 -1.807135666302375071e-02 -4.734746067284510500e-04 -1.070489703965706030e-02 -1.596359045193588080e-02 -4.267721943025181743e-03 -7.517706234678122289e-05 -8.249680000000000346e-01 -6.044985184070892632e+06 +2.194000000000000000e+03 3.559533310990169230e+00 1.791335211353325851e+00 9.515124635107671258e-01 4.448956287025178091e-01 1.626262677387251832e-01 3.913418126274490622e-02 6.408543822323345971e-04 -1.478308152096903942e-05 -1.774799999999999989e-01 1.906174406136353314e+07 +2.195000000000000000e+03 -4.045799347926939404e+00 -2.239344143934252518e+00 -1.309683320005371687e+00 -6.934822055048843747e-01 -3.051732395747489002e-01 -1.029598420192001651e-01 -8.750986271285097345e-03 -7.162224545855789789e-05 -5.945270000000000277e-01 -2.876891669718157500e+05 +2.196000000000000000e+03 4.277293082319567397e+00 2.421901000044575980e+00 1.448326202106973160e+00 7.807948341176070839e-01 3.423996992860675048e-01 1.093651557166261945e-01 7.111126799674032453e-03 2.092734668468801848e-05 1.225890000000000035e-01 1.798414650596142281e+06 +2.197000000000000000e+03 1.129267823453964592e+00 7.204363633424556435e-01 4.783666137369931293e-01 2.903806537290253287e-01 1.420129794800468193e-01 4.763241812698128241e-02 3.178479559549996294e-03 1.464531301833408143e-05 4.927299999999999736e-02 -7.367760187033453956e+06 +2.198000000000000000e+03 4.110486701309264412e-01 1.675698326373308844e-01 5.999792016335459000e-02 4.093683699875559287e-03 -1.432552594340629620e-02 -9.872028263184454838e-03 -8.804762496017330990e-04 4.095016878889129844e-06 -8.798100000000000365e-02 3.855660836417383514e+06 +2.199000000000000000e+03 -2.254939606921573692e+00 -9.662488678351418558e-01 -4.471145441477217264e-01 -1.965348621738265966e-01 -8.395576636515109104e-02 -2.930191605005147068e-02 -2.330397462010817301e-03 -1.748915197285690092e-05 -3.067559999999999731e-01 -1.211258279131081328e+07 +2.200000000000000000e+03 -1.223810407367747155e+00 -4.031164372220087388e-01 -1.050486732267481571e-01 2.552267988447320078e-03 1.375004611037330092e-02 4.490800532964352859e-03 2.086259874479995770e-04 8.771962341181953386e-07 8.764700000000000268e-02 1.387232046920212684e+06 +2.201000000000000000e+03 2.983859274489816804e-01 2.020906015731564198e-01 1.379926830620319123e-01 8.299092804918334343e-02 3.690218173017233844e-02 9.129829301189417920e-03 -1.087368422969815221e-04 -7.160231342519973248e-06 -1.494010000000000060e-01 -2.820670118685067864e+05 +2.202000000000000000e+03 -3.786002265831702296e+00 -1.922707219248281030e+00 -1.006670271670785377e+00 -4.431080859638567016e-01 -1.391638627788481797e-01 -2.484771927247908518e-02 4.897531935378791890e-04 1.812370628208019997e-05 5.950499999999999678e-01 6.844674457849137485e+06 +2.203000000000000000e+03 -1.372855310896275327e+00 -8.604267540315994056e-01 -5.615371731964869939e-01 -3.280517009903427539e-01 -1.504132783376823379e-01 -4.716482018163646595e-02 -2.807187809035947661e-03 -1.164018941921652344e-05 7.964300000000000546e-02 1.050982553569684550e+07 +2.204000000000000000e+03 2.271962596145888080e-01 2.300888971690193963e-01 1.795052091825709295e-01 1.089989697986406686e-01 4.505231282371270629e-02 1.151712122733278103e-02 6.710697703114393590e-04 1.029081406279706413e-05 -9.302699999999999858e-02 -9.268109165646413341e+06 +2.205000000000000000e+03 -4.511877980348412365e+00 -2.505154625532799439e+00 -1.466903802585260319e+00 -7.715805861871671834e-01 -3.304609553152099699e-01 -1.047819856931078430e-01 -7.157815041419945262e-03 -3.336267409798339623e-05 -1.706830000000000014e-01 1.774853811554124579e+06 +2.206000000000000000e+03 2.969943788286486974e+00 1.588535871998350002e+00 8.745662671850640280e-01 4.001627630428307159e-01 1.201136628141154516e-01 1.542273971690693961e-02 -1.014160612200448383e-03 -1.409062953733971201e-05 -6.230040000000000022e-01 -2.360161365903581958e+06 +2.207000000000000000e+03 -1.929222277091086346e-01 -9.300605649897719651e-02 -4.262857038749628957e-02 -1.534185212549532031e-02 -6.900157549027406516e-03 -4.824552232864790999e-03 -6.758240755184575892e-04 -4.122267206056637020e-06 -1.983700000000000047e-02 8.936203816767375916e+06 +2.208000000000000000e+03 -2.312240143310510199e+00 -1.295833254194298734e+00 -7.582791696173898366e-01 -3.901175721246951666e-01 -1.501746603470672514e-01 -3.388929704448576108e-02 9.465064949580780031e-05 1.902147269943428912e-05 3.056539999999999813e-01 -2.484956536329476163e+07 +2.209000000000000000e+03 6.794536649102880799e-02 2.164612791059783437e-02 1.091693010470398337e-02 1.358305288007083909e-02 1.967490688721462364e-02 1.639451394087174108e-02 3.375217002427126009e-03 5.472785710675352473e-05 4.607450000000000156e-01 -1.063584397521167621e+07 +2.210000000000000000e+03 -1.194703877924235824e+00 -7.047096455997911013e-01 -4.356118884946167391e-01 -2.413921980097595010e-01 -1.073283976236104192e-01 -3.571315805306227859e-02 -3.499676828910843352e-03 -4.893589785905436270e-05 -2.202109999999999901e-01 9.061168480644751340e+06 +2.211000000000000000e+03 5.270860085206320322e-01 2.851876192971760648e-01 1.549044426532475427e-01 5.996141596425476339e-02 -5.367127861127264486e-05 -1.543627156712606627e-02 -3.451914805821802018e-03 -3.894019058723546345e-05 -7.172549999999999759e-01 -5.964777030504472554e+06 +2.212000000000000000e+03 -4.455135151244170033e-01 -3.062745311877694276e-01 -1.636806841213294950e-01 -3.530098882403434613e-02 3.491821711887214963e-02 3.387322569561996427e-02 5.609828004683240638e-03 7.826252733802873025e-05 7.540710000000000468e-01 -1.408802140092131123e+07 +2.213000000000000000e+03 -3.265086972334630300e+00 -1.828275598176017258e+00 -1.058123959690224325e+00 -5.210964702498108725e-01 -1.819578414407867217e-01 -3.747142141819390093e-02 -5.585941424248449605e-04 7.027727237962200716e-06 6.318840000000000012e-01 1.113150110022283345e+07 +2.214000000000000000e+03 -1.621427013181961474e+00 -1.047627527691731730e+00 -7.010066876836578142e-01 -4.159418516461646509e-01 -1.876163874549988675e-01 -5.490467862400660176e-02 -2.789332657892164627e-03 -9.641889559949412010e-06 4.615920000000000023e-01 3.465583511734893918e+07 +2.215000000000000000e+03 3.252634359573032707e+00 1.905548522648498722e+00 1.166726072027193917e+00 6.344808331203496410e-01 2.733564138243994579e-01 8.625516102675045982e-02 6.615200124681174139e-03 5.469913891263563217e-05 4.115289999999999782e-01 1.559298883547283337e+07 +2.216000000000000000e+03 1.930121088125680506e+00 1.082194329517638831e+00 6.109453172552992140e-01 2.838793686586090215e-01 8.863745979030140942e-02 1.399241837082995307e-02 -4.500788370902795489e-04 -1.012611846410009767e-05 -3.957820000000000227e-01 -4.850080801438277704e+05 +2.217000000000000000e+03 2.409145398696574070e+00 1.440341345781787741e+00 8.959669634699883867e-01 4.952501272381284458e-01 2.144833698718017767e-01 6.221737114039770089e-02 1.702787847825500221e-03 -7.173703337931007962e-05 -7.751800000000000357e-02 3.362852669288931787e+07 +2.218000000000000000e+03 -7.649105843494581336e-01 -4.941477262163135320e-01 -3.325783204049526098e-01 -2.080846495006758445e-01 -1.120498097661142001e-01 -4.620687338808854294e-02 -5.226600594824249400e-03 -6.307668715852978835e-05 -6.033190000000000497e-01 -3.760755528168437304e+05 +2.219000000000000000e+03 4.578529396160144316e+00 2.574488530799758035e+00 1.525041698588751826e+00 8.100203377450031494e-01 3.439287484201735690e-01 1.023985982209600493e-01 5.651077373105307944e-03 1.920594324994273568e-05 -4.595890000000000253e-01 -2.504355104656052962e+07 +2.220000000000000000e+03 1.920536377114572479e+00 8.349245955728259450e-01 3.640252748054775278e-01 1.335813870812182502e-01 5.012274292130598774e-02 2.187038876047277258e-02 2.906194541267623135e-03 3.937340940043621777e-05 3.712269999999999737e-01 3.655307976682758424e+06 +2.221000000000000000e+03 -1.959164054341242522e+00 -1.085849934173463982e+00 -6.588694708395319566e-01 -3.832400526461927637e-01 -1.970931231531163064e-01 -7.754767366991643929e-02 -7.506586079924730016e-03 -6.590926235712323130e-05 -8.712539999999999729e-01 -1.223702019340168312e+07 +2.222000000000000000e+03 5.179859637667338035e+00 2.948444825490288856e+00 1.768528701125146041e+00 9.537354584718933381e-01 4.149757056248164488e-01 1.312277428152747727e-01 9.215905099106238771e-03 5.921670659180727146e-05 2.498990000000000100e-01 3.172875850905896164e+06 +2.223000000000000000e+03 1.846930237585355794e+00 7.654663810362355436e-01 3.153135320021011045e-01 1.019810532480916465e-01 3.053129290328785925e-02 1.336168061419013009e-02 1.989379173241026012e-03 1.930015368733901363e-05 1.900540000000000007e-01 -7.525845506283906288e+06 +2.224000000000000000e+03 1.433586445127390308e+00 5.545011956286557409e-01 2.229158339274966982e-01 7.598271075458989943e-02 1.803696587071770829e-02 -6.725939654375247137e-04 -9.904734940028997459e-04 -1.047644727499063758e-05 -2.484250000000000069e-01 1.657418106568727177e+06 +2.225000000000000000e+03 4.135984231656550492e+00 2.283341841035075426e+00 1.357785304538581705e+00 7.618499382264817266e-01 3.854246342183234586e-01 1.624204068044270977e-01 2.117379243107104722e-02 3.798927793772771807e-04 2.749401999999999902e+00 1.794538879298734665e+07 +2.226000000000000000e+03 1.939435167945590344e+00 1.215808274662674826e+00 8.005427685353527778e-01 4.812257246459843985e-01 2.358289907481750103e-01 8.257256196567368256e-02 6.353547097716391590e-03 4.299689339613378474e-05 4.702859999999999818e-01 8.369320352883939631e+06 +2.227000000000000000e+03 -1.736362224708364765e+00 -9.699493737405907590e-01 -5.798018963188543706e-01 -3.198097654202033957e-01 -1.506094973625417277e-01 -5.545537623283675055e-02 -5.555318438653653393e-03 -7.540005045028856255e-05 -4.830269999999999841e-01 5.170728773276552558e+06 +2.228000000000000000e+03 4.132052872545740385e+00 2.225048924662439198e+00 1.264894782777342686e+00 6.440044190356210008e-01 2.689526765745587911e-01 8.761487197069521560e-02 7.982646984063358070e-03 9.066319550662959876e-05 6.253220000000000445e-01 6.127438969542725943e+06 +2.229000000000000000e+03 2.981688299228146377e+00 1.643119410482080767e+00 9.448998552681684426e-01 4.748019141532640042e-01 1.822262328997765746e-01 4.899301115362179881e-02 2.994159354147487954e-03 1.739656195003713292e-05 -3.434650000000000203e-01 -2.898342740194465965e+07 +2.230000000000000000e+03 3.029294327922470220e+00 1.685128096031949241e+00 9.740031779332138928e-01 4.938117288308546682e-01 1.971170901065674719e-01 5.721771160771008113e-02 3.240493429451880413e-03 4.996523869173521068e-06 1.562649999999999872e-01 2.109646515369605646e+07 +2.231000000000000000e+03 1.280993588054778254e+00 3.605321434755429655e-01 4.691291563159513678e-02 -4.891570969341852565e-02 -3.768551264650004534e-02 -1.077419298274755882e-02 -1.337764634534038290e-04 5.626377997435744824e-06 7.502899999999999847e-02 5.545353448284275830e+06 +2.232000000000000000e+03 -4.502682043218603880e+00 -2.594945866881979590e+00 -1.570996079112449983e+00 -8.508654062507912119e-01 -3.667844761105380491e-01 -1.117485629616201126e-01 -6.762116274682704840e-03 -2.932052202612107146e-05 1.291609999999999980e-01 8.158239443233839665e+03 +2.233000000000000000e+03 3.846183626439968251e+00 2.176078079512159036e+00 1.309818032996937553e+00 7.061016572410516723e-01 2.945204243670291877e-01 8.159051493792640608e-02 3.837934245520528698e-03 8.478635627197651092e-06 -4.872929999999999762e-01 -1.055472976960323565e+07 +2.234000000000000000e+03 4.189048749555569273e+00 2.339452167618544909e+00 1.376219083513227304e+00 7.218096532945232902e-01 3.030075345875872239e-01 9.346961221538384323e-02 6.621735203455761040e-03 4.587592696829920192e-05 4.756600000000000272e-01 3.284457973137022927e+07 +2.235000000000000000e+03 3.878370472023995319e+00 2.159914869822172623e+00 1.266524126655481419e+00 6.576063115046035801e-01 2.627925288230530398e-01 6.971369835130922232e-02 3.049932728610766763e-03 8.272259289993935143e-06 -6.189759999999999707e-01 -2.112168983938910440e+07 +2.236000000000000000e+03 -6.960873387244914667e-01 -4.017570109017738478e-01 -2.200937020154799806e-01 -8.448575834777607985e-02 -5.346427821843900176e-03 1.302386263852059467e-02 2.730878379292185718e-03 3.018620313237405892e-05 4.513590000000000102e-01 -7.166509479389516637e+06 +2.237000000000000000e+03 -4.356377035597965630e+00 -2.469445381496753189e+00 -1.469775596952481056e+00 -7.765743721017144274e-01 -3.215566057857097149e-01 -9.308688013449867293e-02 -5.265814552909371671e-03 -2.036970886737068370e-05 1.938620000000000065e-01 -1.328276999475678196e+06 +2.238000000000000000e+03 2.713580627522766409e-01 1.377180825782463314e-01 5.501820548846988318e-02 -4.557912145344383131e-03 -3.209289311821311719e-02 -2.520098791864505000e-02 -3.927182718625444290e-03 -4.222368340208914261e-05 -4.223069999999999879e-01 2.191909290750795603e+07 +2.239000000000000000e+03 1.762620258242678373e-01 1.408935206577505428e-01 7.898862339308176939e-02 2.827582408036847378e-02 8.146933164900673277e-03 6.771929235067175243e-03 2.473804060383645587e-03 5.997740545558538470e-05 5.173750000000000293e-01 8.193066412526047789e+06 +2.240000000000000000e+03 2.537434991499179504e-01 1.486062604220589889e-01 9.046685014461131047e-02 5.353556484579539282e-02 3.229894095971497930e-02 1.562853618133927189e-02 1.452174624723363838e-03 6.241250869200157527e-06 3.415779999999999927e-01 1.827661373439316824e+07 +2.241000000000000000e+03 6.294813006503627295e-02 1.478435411612580297e-01 1.498599504286637352e-01 1.143331795585967176e-01 6.493579771990889982e-02 2.753866366746982389e-02 3.457452027010685536e-03 4.589529178645577621e-05 4.325320000000000276e-01 -6.053281605049154721e+06 +2.242000000000000000e+03 4.169925621136918309e-02 3.257403533000859802e-02 1.941521214251852590e-02 9.022321279940903604e-03 4.556146042277902167e-03 2.410869125530239795e-03 2.352301629682755754e-04 7.433109471199728443e-07 5.732199999999999795e-02 3.339661148599748965e+06 +2.243000000000000000e+03 3.542190142330217117e+00 1.785223306205576455e+00 9.601832165213211034e-01 4.688283471514995138e-01 1.949803928669102127e-01 6.311282987449226556e-02 4.533230361046253730e-03 2.377180085349786691e-05 2.368629999999999902e-01 -3.690050415008392185e+06 +2.244000000000000000e+03 2.750621870190647300e+00 1.572425212982914600e+00 9.270149731352835820e-01 4.756695160312536808e-01 1.891002483972442361e-01 5.297657733854622270e-02 2.781413492085343768e-03 9.540778301466540820e-06 3.634099999999999830e-02 1.871757779076518863e+07 +2.245000000000000000e+03 4.588255518727895499e+00 2.573917741035821383e+00 1.531076579345808542e+00 8.217843547674961169e-01 3.583905718380446248e-01 1.154039755886872853e-01 8.966076963308663647e-03 7.764878337925678069e-05 3.464450000000000029e-01 -1.121025206364113372e+06 +2.246000000000000000e+03 2.053766579920676350e+00 1.280461553576331069e+00 8.269655365972224947e-01 4.705208851680534043e-01 2.036173038795548174e-01 5.918807367563178740e-02 3.285106501834485302e-03 1.212497811112374459e-05 -1.134659999999999974e-01 -4.641507280613395385e+06 +2.247000000000000000e+03 -1.968510793641290002e+00 -1.159516234892143949e+00 -7.104540308737895549e-01 -3.894700517428652531e-01 -1.732576517375307157e-01 -5.641117786073234636e-02 -3.935899366782675060e-03 -1.653336670437226366e-05 -7.809499999999999775e-02 5.170868719047785737e+06 +2.248000000000000000e+03 4.054883445363794969e+00 2.326334602539232854e+00 1.391564193847458109e+00 7.315506482494940066e-01 2.932627239447179179e-01 7.768914968159194856e-02 3.004360310027238447e-03 -1.751715167165094174e-05 -8.161929999999999463e-01 -2.607097461030576006e+07 +2.249000000000000000e+03 -1.214896352253892031e+00 -6.822435401817968925e-01 -3.796052453838865692e-01 -1.638194818397762653e-01 -2.996441645825127786e-02 1.577423340998031220e-02 6.244911992454086486e-03 1.301323569827753243e-04 1.217575999999999992e+00 -5.846960593558211811e+06 +2.250000000000000000e+03 -4.897818794738793002e+00 -2.618788624456304337e+00 -1.459857161455251351e+00 -7.041998458951550521e-01 -2.551459474173314868e-01 -6.115813311056701035e-02 -2.260840703067027412e-03 -4.162620010302487453e-06 4.239720000000000155e-01 -4.484658135848606937e+06 +2.251000000000000000e+03 -4.902006222829994542e+00 -2.629277128434623467e+00 -1.474349533078365582e+00 -7.193476761101583739e-01 -2.658861309355605163e-01 -6.555722178236340902e-02 -2.559195844248683335e-03 -5.040590887791764201e-06 3.827019999999999866e-01 -6.529015406720195897e+06 +2.252000000000000000e+03 -5.052806903452248477e+00 -2.785560903508831565e+00 -1.600755262972533899e+00 -7.966965167989793484e-01 -2.970475185709618993e-01 -7.455574299929818016e-02 -3.334860852338938832e-03 -1.015223070707808593e-05 4.486999999999999877e-01 -2.736042877295523882e+06 +2.253000000000000000e+03 -4.842412842649681082e+00 -2.651958548347019828e+00 -1.526036819917981679e+00 -7.786009546016531280e-01 -3.155745362048699709e-01 -9.154206468467034064e-02 -5.226490090141151790e-03 -2.253417905430239902e-05 2.037599999999999828e-02 -1.509805756689951010e+07 +2.254000000000000000e+03 -4.797166681939288857e+00 -2.675280782166254756e+00 -1.575602555105608760e+00 -8.352052979735842264e-01 -3.571295216653080917e-01 -1.084497845931851889e-01 -6.387387243646298896e-03 -2.614006745736399868e-05 2.786159999999999748e-01 1.628108729429411143e+07 +2.255000000000000000e+03 -4.795016462872008667e+00 -2.672891795074582966e+00 -1.573344873509165076e+00 -8.333514203528861186e-01 -3.560499811440679396e-01 -1.080768620951504111e-01 -6.361754246893055326e-03 -2.598669798259973176e-05 2.858720000000000150e-01 1.686921618239948153e+07 +2.256000000000000000e+03 -5.109552000163083640e+00 -2.852862507441560336e+00 -1.694947630838093744e+00 -9.170705066454114540e-01 -4.143751495569591436e-01 -1.448987121779012066e-01 -1.367980970194267523e-02 -1.617707715626860471e-04 -1.137386999999999926e+00 -5.454551055034097284e+06 +2.257000000000000000e+03 -5.229457770581783294e+00 -2.913462763876009998e+00 -1.716235667188806824e+00 -9.141869289024633360e-01 -4.029587793964553022e-01 -1.366518041278797502e-01 -1.243455037352305531e-02 -1.333264450032782761e-04 -9.787609999999999921e-01 -7.921313006332779303e+06 +2.258000000000000000e+03 -5.432311726363116655e+00 -3.142772938589096565e+00 -1.919756876662976230e+00 -1.056136735313514263e+00 -4.664383745806250925e-01 -1.497364396500878714e-01 -1.144603370166050703e-02 -9.934031734072166077e-05 -5.819870000000000321e-01 -1.574435129983794130e+07 +2.259000000000000000e+03 -5.324460592383976731e+00 -3.056979560842041366e+00 -1.854892721762002372e+00 -1.013347280897583857e+00 -4.432841726755742950e-01 -1.393626849333556572e-01 -9.729930935266173017e-03 -6.335746846213729687e-05 -2.865480000000000249e-01 -9.012018038178140298e+06 +2.260000000000000000e+03 -4.690275663299128261e+00 -2.749019708087776959e+00 -1.706661759616166840e+00 -9.644446095711649569e-01 -4.505481486991597118e-01 -1.599330450006659354e-01 -1.504735135276364690e-02 -1.648908377488328989e-04 -1.259727999999999959e+00 -1.182062944939824939e+07 +2.261000000000000000e+03 -4.677371034978825115e+00 -2.745687994673479349e+00 -1.708797925404633267e+00 -9.708428832916514706e-01 -4.587722658539189480e-01 -1.660390466236781326e-01 -1.638272801696014774e-02 -1.996490316812477527e-04 -1.450190000000000090e+00 -8.918079404442692176e+06 +2.262000000000000000e+03 -4.751322564171301721e+00 -2.445368673415230898e+00 -1.304773634547817363e+00 -5.938552825613162556e-01 -2.031631148030259848e-01 -4.839298626444143298e-02 -2.253681192299199134e-03 -1.228669057759235094e-05 5.710300000000000098e-02 -1.754745555705978349e+07 +2.263000000000000000e+03 -4.254582022706914657e+00 -2.152426633290408287e+00 -1.123313482387827467e+00 -4.892513234078808004e-01 -1.476452622771052825e-01 -2.491346725365369344e-02 -1.925973377948358306e-04 1.180433833264550383e-06 6.134370000000000100e-01 2.333091343548449501e+07 +2.264000000000000000e+03 -4.396379750644604734e+00 -2.232213883826679623e+00 -1.208197262160692009e+00 -5.950434715701907740e-01 -2.551574009623250872e-01 -9.180462317310743303e-02 -1.002258445776195092e-02 -1.457602594339636379e-04 -1.264351000000000003e+00 -1.305657754210739024e+07 +2.265000000000000000e+03 -4.762736275150910359e+00 -2.492679916373592874e+00 -1.359090871174487569e+00 -6.415887970896047010e-01 -2.298505249228395275e-01 -5.371004797452100243e-02 -7.057996424298428398e-04 3.593946366286270483e-05 4.191770000000000218e-01 -1.777849188400408626e+07 +2.266000000000000000e+03 -4.196103600242682141e+00 -2.216321612110153882e+00 -1.218134158469852180e+00 -5.736998766008337691e-01 -1.999359083517274205e-01 -4.660857025652716257e-02 -2.038059650945192765e-03 -7.896514099517068847e-06 4.423070000000000057e-01 1.739735629477888718e+07 +2.267000000000000000e+03 -4.734282829304527596e+00 -2.532415969551164103e+00 -1.406569040056567133e+00 -6.717137541696570624e-01 -2.387917507679989670e-01 -5.570753326158571495e-02 -1.864124061349983676e-03 -2.701017841981758281e-07 8.681640000000000468e-01 3.796675298951074481e+07 +2.268000000000000000e+03 -4.307916471240647027e+00 -2.306021724848287047e+00 -1.305108023460615385e+00 -6.621679189243712127e-01 -2.765605327303642391e-01 -8.761421774830510656e-02 -6.401798162806539294e-03 -4.085976152959717029e-05 -7.965600000000000458e-02 1.705497168573595583e+07 +2.269000000000000000e+03 -4.227315556703987731e+00 -2.258567469149951989e+00 -1.289847983216739991e+00 -6.727307501501683662e-01 -2.918473117848968679e-01 -9.356201423775313553e-02 -6.341985016275046919e-03 -3.142361765864965016e-05 -4.420250000000000012e-01 -1.912847772468362004e+07 +2.270000000000000000e+03 -4.070235957148813810e+00 -2.298283509906676070e+00 -1.369615046132298453e+00 -7.258752867595790192e-01 -2.959310524071517290e-01 -7.855273369465125277e-02 -2.989779308120017482e-03 2.480505903344031784e-07 1.960610000000000130e-01 -3.689219991385690868e+07 +2.271000000000000000e+03 -4.093287268437221904e+00 -2.257359830154357816e+00 -1.321206094665614561e+00 -6.953820492406108666e-01 -2.989821973607844630e-01 -9.867534654390933135e-02 -8.924008190979548782e-03 -1.061723311142165024e-04 -9.150749999999999718e-01 -2.976152517047510296e+07 +2.272000000000000000e+03 -4.300831965856548145e+00 -2.490414222670171096e+00 -1.514949042389871492e+00 -8.207579053480299480e-01 -3.511935554738574994e-01 -1.067963645632986208e-01 -6.874070155356045222e-03 -4.235963201124525785e-05 -2.776400000000000048e-02 -8.706098393559521064e+06 +2.273000000000000000e+03 -4.073275347271358093e+00 -2.315625381073679989e+00 -1.378839332672923579e+00 -7.275690580890705750e-01 -3.054457439374800298e-01 -9.696664565823207016e-02 -9.028004764022424383e-03 -1.288763504447527431e-04 -7.516939999999999733e-01 -1.988117821005958319e+07 +2.274000000000000000e+03 -4.086279088616586286e+00 -2.364772548810083919e+00 -1.453076364922019525e+00 -8.131101120226731371e-01 -3.717857355371721462e-01 -1.225248376058503258e-01 -8.664388482027300317e-03 -5.350129394238994766e-05 -1.285399999999999876e-01 8.741309782646289095e+06 +2.275000000000000000e+03 -4.139592248132675678e+00 -2.383114270423772663e+00 -1.456165537078823347e+00 -8.089492960942281652e-01 -3.665447126079830475e-01 -1.209703626531740961e-01 -9.044499260786419484e-03 -6.146458159421188370e-05 -4.609989999999999921e-01 -1.129430804236230440e+07 +2.276000000000000000e+03 -4.338530275347611820e+00 -2.586870783524659601e+00 -1.611620398147238120e+00 -8.943096683808982039e-01 -3.887119188676419479e-01 -1.166192979396094426e-01 -6.896840785722418120e-03 -3.712058532854735365e-05 4.797020000000000173e-01 2.424625380368342996e+07 +2.277000000000000000e+03 -4.149172908449300756e+00 -2.496807008144751983e+00 -1.566252118055620812e+00 -8.696114297641838187e-01 -3.715861726802263121e-01 -1.074053557509904305e-01 -5.914109564999831502e-03 -2.620110427320523216e-05 4.126949999999999785e-01 6.504098857604762539e+06 +2.278000000000000000e+03 -4.151939998421611655e+00 -2.523687945479930139e+00 -1.606950995796208037e+00 -9.173506507378398345e-01 -4.145025649323222372e-01 -1.316069891172676476e-01 -8.841288136280331736e-03 -5.234371153139355477e-05 -4.774799999999999878e-02 1.581504541621516109e+05 +2.279000000000000000e+03 -3.506189625734186244e+00 -1.633223994497795761e+00 -7.714168939351360166e-01 -2.886814722540683165e-01 -6.882643835375754082e-02 -6.946696005767839799e-03 8.970760059739484558e-04 1.630892439566358204e-05 9.695700000000000152e-02 -2.068943633267658949e+07 +2.280000000000000000e+03 -3.514764488870721237e+00 -1.642529629797242707e+00 -7.800396023666622547e-01 -2.956438269422798637e-01 -7.327407176105310560e-02 -8.919093501958408332e-03 6.968007680044404489e-04 1.495328982744717844e-05 7.840600000000000347e-02 -1.998304274834008515e+07 +2.281000000000000000e+03 -3.605111962177273810e+00 -1.755041357833845739e+00 -8.782955874718338940e-01 -3.623678399244275594e-01 -1.036000186643474957e-01 -1.605451999799064472e-02 8.563754523038093550e-04 2.577536045616810414e-05 2.501820000000000155e-01 -1.801715253888326138e+07 +2.282000000000000000e+03 -3.651886704938278605e+00 -1.732301309019229629e+00 -8.500449817036136446e-01 -3.403111407832598578e-01 -7.893465531902443821e-02 8.022010620974637587e-03 6.619013882237779339e-03 1.480492006269290290e-04 1.122465000000000046e+00 -2.312591547675570473e+07 +2.283000000000000000e+03 -3.472281500454972747e+00 -1.659731053080449215e+00 -8.464151652975122619e-01 -3.878576277715392595e-01 -1.454786058437117502e-01 -3.798902910538274474e-02 -1.426934434082134098e-03 2.110884276344054738e-06 -1.659049999999999969e-01 -2.536724279391088709e+07 +2.284000000000000000e+03 -3.737060865643270446e+00 -1.880935033710896098e+00 -9.781436297861511031e-01 -4.294336934688178231e-01 -1.343558397801229432e-01 -2.344058353106375642e-02 2.163193163288521371e-04 8.933594060684007431e-06 1.298680000000000112e-01 -2.990084471377253532e+07 +2.285000000000000000e+03 -4.071937774899994089e+00 -2.103740541457768565e+00 -1.133254217783028706e+00 -5.221163727816271471e-01 -1.783393412378201648e-01 -4.020095411053332957e-02 -1.376888473907674762e-03 -2.689490602630246978e-06 4.007419999999999871e-01 7.998434592325571924e+06 +2.286000000000000000e+03 -3.847232882208091009e+00 -1.966994046821677777e+00 -1.053013047575669603e+00 -4.773925985781533043e-01 -1.509001322501012932e-01 -2.698623192539962440e-02 -5.388739995001542342e-04 -4.082661053563467452e-06 1.701870000000000049e-01 -1.586255904925276525e+07 +2.287000000000000000e+03 -3.990520160758976420e+00 -2.171888082868949965e+00 -1.219064911719280220e+00 -5.850738435768743084e-01 -2.073537448658657467e-01 -4.771414765619417381e-02 -1.546712368359313972e-03 8.224592969108576290e-07 5.637780000000000014e-01 1.058240708831244707e+07 +2.288000000000000000e+03 -3.811692720058740047e+00 -2.004782559480713822e+00 -1.119348799131701933e+00 -5.583638533659057712e-01 -2.233484063466852909e-01 -6.341930221870339945e-02 -3.163153795632427275e-03 -8.581430953868610751e-06 -2.655599999999999974e-02 -1.675434578928806819e+07 +2.289000000000000000e+03 -3.479332029101370072e+00 -1.898729237266842951e+00 -1.080260933936315837e+00 -5.366700461783540099e-01 -2.027674396568780180e-01 -5.062278685474717183e-02 -1.960058366225992006e-03 -4.499422470870520376e-06 3.704200000000000270e-01 3.329974109759623650e+06 +2.290000000000000000e+03 -3.420120094898603913e+00 -1.876418004519098126e+00 -1.096787109160425766e+00 -5.826897642945730871e-01 -2.542735718388607347e-01 -8.195714877692468481e-02 -6.239739247345012750e-03 -5.080659252465543355e-05 -2.551180000000000114e-01 4.062482087897444610e+06 +2.291000000000000000e+03 -3.913311740148323725e+00 -2.220525215336426328e+00 -1.322291823777654196e+00 -6.924267644791287646e-01 -2.729338724612269118e-01 -6.848600122267854695e-02 -2.375633312490886724e-03 -3.074909274836608894e-06 5.381310000000000260e-01 -5.550565139795361087e+06 +2.292000000000000000e+03 -3.350052030460583197e+00 -1.893613608035815021e+00 -1.127395226739767553e+00 -5.970553460577425753e-01 -2.472901619918528582e-01 -7.121972758589650843e-02 -4.240812017689277180e-03 -2.731748044715234108e-05 -1.989549999999999930e-01 -2.898843423897778988e+07 +2.293000000000000000e+03 -3.425794299448210900e+00 -1.973275105462496404e+00 -1.203239919036237948e+00 -6.569081994068689534e-01 -2.808353627000785835e-01 -8.116600991591395309e-02 -3.892286324324864717e-03 -7.662179629301276698e-06 2.822709999999999941e-01 -4.868427768642714247e+06 +2.294000000000000000e+03 -3.790548665140018425e+00 -2.198900561150052280e+00 -1.347861260878377321e+00 -7.413160189564916847e-01 -3.258888927129734991e-01 -1.023048208246720436e-01 -6.445229442413782060e-03 -2.465715770810153671e-05 1.508269999999999889e-01 1.277834140696418844e+07 +2.295000000000000000e+03 -3.660538781627060256e+00 -2.114905215614415024e+00 -1.305148753927754424e+00 -7.435042599358966386e-01 -3.563737461025203723e-01 -1.295829273891415112e-01 -1.210962916036619451e-02 -1.395610986059864819e-04 -1.008327999999999891e+00 -1.146667114367439412e+06 +2.296000000000000000e+03 -3.757151588164897138e+00 -2.156651767094100780e+00 -1.331491531430963660e+00 -7.594442527791984698e-01 -3.641494963514593786e-01 -1.324498677647034384e-01 -1.205150303355241245e-02 -1.155566302219995355e-04 -9.704970000000000541e-01 -2.208002057004226372e+06 +2.297000000000000000e+03 -3.417002769207765578e+00 -2.047273439043179710e+00 -1.308000810538169079e+00 -7.632401159441872807e-01 -3.525755018717275369e-01 -1.087977335384948258e-01 -6.046070438548651130e-03 -2.260016759066369479e-05 -6.492999999999999640e-03 -2.207375119659585878e+07 +2.298000000000000000e+03 -3.280555940963331363e+00 -2.020807741991385686e+00 -1.313700256389927823e+00 -7.887165484804159465e-01 -4.006983655209789275e-01 -1.548985406158238376e-01 -1.538837144473043789e-02 -1.553003883847180568e-04 -1.427230999999999916e+00 1.233662762888403144e+06 +2.299000000000000000e+03 -3.343973878108221331e+00 -2.066648263719051304e+00 -1.348871382914829331e+00 -8.151995210057261243e-01 -4.186720300681611162e-01 -1.642513949204618406e-01 -1.695087159210364319e-02 -1.901843221260667678e-04 -1.601925999999999961e+00 5.484731200110545382e+06 +2.300000000000000000e+03 -3.296037728792371890e+00 -2.032504256853657321e+00 -1.323590265857219395e+00 -7.972487880695341422e-01 -4.073983929030682294e-01 -1.588387077060808561e-01 -1.611327142007195831e-02 -1.707989583727355007e-04 -1.519759000000000082e+00 2.898883883040034212e+06 +2.301000000000000000e+03 -2.960808869439123914e+00 -1.136598116376960288e+00 -3.616004584905441188e-01 8.371147353794043330e-03 1.082846519082136666e-01 7.183522653709219219e-02 1.034427895466930730e-02 1.463761313263841843e-04 1.519611999999999963e+00 -1.181729290539785288e+07 +2.302000000000000000e+03 -2.962982829182009947e+00 -1.131203268998342226e+00 -3.573212184454799822e-01 8.834485497966861750e-03 1.054388193587281336e-01 6.896362169455590163e-02 9.653176282871721997e-03 1.255088891842521398e-04 1.425135999999999958e+00 -1.043303217520970292e+07 +2.303000000000000000e+03 -2.916056350723541524e+00 -1.191599936857556274e+00 -4.562557142173397362e-01 -9.391927479361925069e-02 2.835407209969203340e-02 2.903824228317234898e-02 3.625073322678677972e-03 2.865550914699546473e-05 4.862659999999999760e-01 -6.697222776006078348e+06 +2.304000000000000000e+03 -2.986982731656568912e+00 -1.205551115911061233e+00 -4.626579958323029373e-01 -1.084819120312859736e-01 6.484860881964527729e-03 1.398701083412870819e-02 1.782613694531014030e-03 1.424891596164067862e-05 2.580020000000000091e-01 -1.737484106601974228e+06 +2.305000000000000000e+03 -2.968171076008160103e+00 -1.271530477524594582e+00 -5.163415088635665562e-01 -1.198226003853921223e-01 2.688904634685226891e-02 3.368871908307948665e-02 5.186454959358188441e-03 6.461507927837060181e-05 9.692749999999999977e-01 8.763090830312194303e+06 +2.306000000000000000e+03 -3.000629397277585486e+00 -1.249363441250438189e+00 -5.203302027179074196e-01 -1.683236624034512019e-01 -4.066283089608487000e-02 -1.047178473115336142e-02 -1.094064147846968886e-03 -8.315230289392768856e-06 -1.984950000000000048e-01 -3.287013424725562334e+06 +2.307000000000000000e+03 -2.800713981750127424e+00 -1.240237022641138331e+00 -5.691890948601623368e-01 -2.081044574653942714e-01 -3.885154342120984011e-02 8.029607106230898447e-03 2.950004952823311131e-03 3.462473439976147566e-05 4.940899999999999737e-01 -7.133999154192115180e+06 +2.308000000000000000e+03 -3.434768686372856372e+00 -1.562639927172969845e+00 -7.081857794739478962e-01 -2.387672166721623024e-01 -3.777797890276711479e-02 6.238482203649912960e-03 2.062515890678145829e-03 2.076719702650471643e-05 2.531909999999999994e-01 -1.926977106346809492e+07 +2.309000000000000000e+03 -2.744561163802627934e+00 -1.254998103608781168e+00 -5.821116419585448121e-01 -2.196890836452371210e-01 -6.413015321580513295e-02 -1.698364448539750257e-02 -1.424094033390412061e-03 -1.005843367363608086e-05 -1.200729999999999992e-01 -4.711256786759012379e+06 +2.310000000000000000e+03 -2.818646763852886483e+00 -1.313787916387488153e+00 -6.248871552838569654e-01 -2.403201396612001106e-01 -6.148274990315130001e-02 -3.262874561282198046e-03 3.659928446627502569e-03 1.229055845040272405e-04 8.701649999999999663e-01 -2.133112714186293539e+06 +2.311000000000000000e+03 -3.379413829274085845e+00 -1.688544430505297900e+00 -8.693338400636996255e-01 -3.688330262449067698e-01 -1.025832605665578240e-01 -1.139431511070755458e-02 1.081306743584242985e-03 1.370767912993748173e-05 3.568319999999999825e-01 -1.384961790344767831e+07 +2.312000000000000000e+03 -2.682001190448615180e+00 -1.257274760007740078e+00 -6.086761602905153001e-01 -2.481691413185748429e-01 -7.929936705790063822e-02 -2.060981393119293639e-02 -1.435323167229039061e-03 -1.376432081775095834e-05 -2.398299999999999876e-01 -1.988385515859581903e+07 +2.313000000000000000e+03 -2.823263618689121568e+00 -1.447122594795203998e+00 -7.780241561505406578e-01 -3.634091409363994218e-01 -1.286025386162123474e-01 -3.044694879848085928e-02 -1.268317188510609391e-03 -5.194945817294834898e-06 2.330430000000000001e-01 8.344528464552300051e+06 +2.314000000000000000e+03 -3.357974403642814742e+00 -1.687929269759704809e+00 -8.989945575126342403e-01 -4.255158291557632477e-01 -1.615986205683986876e-01 -4.375417883140401976e-02 -2.135182508743116870e-03 -6.429407807727853569e-06 -3.218900000000000233e-02 -1.073758840904667974e+07 +2.315000000000000000e+03 -3.296046908773385908e+00 -1.693912021491452258e+00 -9.305460444518937058e-01 -4.671778192470056323e-01 -1.999931120589034939e-01 -6.501374814365057375e-02 -4.301894355872011230e-03 -1.781783557147498926e-05 -2.987839999999999940e-01 -1.356751662910713442e+07 +2.316000000000000000e+03 -3.313670217659896444e+00 -1.756643553329086505e+00 -9.733426553715822660e-01 -4.692407574439957374e-01 -1.731661418010785047e-01 -4.277111912652274694e-02 -1.377200935697245679e-03 1.445001090009482817e-06 1.976999999999999869e-01 -1.465828585202364810e+07 +2.317000000000000000e+03 -3.028084530291029530e+00 -1.637307546377026579e+00 -9.341633171881241759e-01 -4.744869969783584440e-01 -1.925321552409153814e-01 -5.713387678540894632e-02 -3.958500691088905933e-03 -3.825870454925802447e-05 -5.608799999999999897e-02 4.258181811132305302e+06 +2.318000000000000000e+03 -2.686932118176547313e+00 -1.500160252776551184e+00 -8.762356512446184409e-01 -4.536166748884515876e-01 -1.854847319256797133e-01 -5.511850204921788648e-02 -4.509786242871086093e-03 -7.192986199926634067e-05 -3.640329999999999955e-01 -1.669159197197099030e+07 +2.319000000000000000e+03 -2.838249913679616654e+00 -1.608127543988778108e+00 -9.737369338826977749e-01 -5.412650410230318565e-01 -2.474038617116461336e-01 -8.078183938318497792e-02 -5.252997793144478615e-03 -2.264007578080394449e-05 -4.782900000000000346e-02 7.169295083457329310e+06 +2.320000000000000000e+03 -3.196674529164636347e+00 -1.820692494357329272e+00 -1.083686613599087689e+00 -5.700083950171611624e-01 -2.333787159647746634e-01 -6.521667570744048292e-02 -3.244796057296349401e-03 -1.177795661014443487e-05 5.365170000000000217e-01 2.695626132930155843e+07 +2.321000000000000000e+03 -3.007357287344136765e+00 -1.686954323899509944e+00 -1.028229981547673866e+00 -5.984133130615787444e-01 -3.145225400300898921e-01 -1.353867821734405508e-01 -1.769339908989302906e-02 -2.722735203863420501e-04 -2.137056999999999984e+00 1.001844161481430754e+07 +2.322000000000000000e+03 -2.491944424110182688e+00 -1.513109610564709939e+00 -9.412407262570259281e-01 -5.120330441871455696e-01 -2.134228192699023363e-01 -6.019596447126568384e-02 -3.216639653204831674e-03 -1.476434827000283948e-05 3.711699999999999999e-01 2.010022494105284661e+07 +2.323000000000000000e+03 -2.454514822521175699e+00 -1.521557454477208582e+00 -9.819399842225918773e-01 -5.661105478300652027e-01 -2.558227445516110254e-01 -8.003147699331049358e-02 -5.546916305349728835e-03 -5.111050835861270265e-05 1.041799999999999948e-01 2.191057502925072238e+07 +2.324000000000000000e+03 -2.440523018751308282e+00 -1.533001387000681559e+00 -1.008104773318369451e+00 -5.975343562236170580e-01 -2.799542590605196835e-01 -9.090088755051285718e-02 -6.572145329876369867e-03 -6.425955089594730465e-05 -5.461999999999999841e-03 2.106173035277771577e+07 +2.325000000000000000e+03 -2.748023476361621587e+00 -1.684586252394121964e+00 -1.103632715963564825e+00 -6.707892103511686743e-01 -3.422632888289764419e-01 -1.313656575089549028e-01 -1.352732756728479944e-02 -1.699825993241845727e-04 -1.606904000000000110e+00 -3.154467768634079397e+07 +2.326000000000000000e+03 -2.871989659457376831e+00 -1.785520367411465026e+00 -1.173692677424842401e+00 -7.081936488024495047e-01 -3.543248425113419975e-01 -1.321718995555518639e-01 -1.278075087900195153e-02 -1.430831043389012194e-04 -1.335382000000000069e+00 -2.362772510026042908e+07 +2.327000000000000000e+03 -2.523906809292969289e+00 -9.557081337064436966e-01 -2.831005356029358544e-01 3.710143268876835848e-02 1.097607494670097827e-01 6.347206385159646913e-02 7.385223684793052780e-03 6.353409623896118220e-05 1.299986000000000086e+00 1.127020419811589271e+07 +2.328000000000000000e+03 -2.521669615532501574e+00 -9.549190882538736158e-01 -2.834865550820553359e-01 3.581580429844701680e-02 1.082214989857479964e-01 6.245931526224315217e-02 7.222787929552505759e-03 6.137897548183618413e-05 1.279001000000000055e+00 1.181337371346431784e+07 +2.329000000000000000e+03 -2.523882486932628844e+00 -9.688393744033987343e-01 -3.320295186010477906e-01 -4.486549877315824247e-02 2.564035579582765040e-02 1.335642930303959121e-02 5.148435243128845215e-04 -7.878277316574865068e-06 1.597300000000000109e-02 -5.857776294160064310e+06 +2.330000000000000000e+03 -2.525171127988635078e+00 -9.724366065768552669e-01 -3.361560702873481188e-01 -4.831842706077264793e-02 2.385087440207255341e-02 1.300468284012586996e-02 5.791790105240500345e-04 -6.077897906300755668e-06 2.401299999999999962e-02 -6.526586080038648099e+06 +2.331000000000000000e+03 -2.542586048376264785e+00 -1.035354625521034189e+00 -4.005460023743901421e-01 -9.094082236249161066e-02 1.245137414711988688e-02 1.744550604132086291e-02 2.589993618565012215e-03 3.185166042755033174e-05 3.466960000000000042e-01 -1.011740264409318194e+07 +2.332000000000000000e+03 -2.682874933819082486e+00 -1.086714035898440400e+00 -4.192577242386577030e-01 -9.732577688363003299e-02 1.155491481234848308e-02 2.101552666934842356e-02 4.429246393284052424e-03 7.329837445138347640e-05 9.592429999999999568e-01 1.614215855213335901e+07 +2.333000000000000000e+03 -2.510498755948209926e+00 -1.060924345931522739e+00 -4.336929547501695015e-01 -1.074531920453687256e-01 2.150022867015934092e-02 3.675774261051623776e-02 8.253101301376259552e-03 1.357859818493273752e-04 1.426973999999999965e+00 -7.848178848853563890e+06 +2.334000000000000000e+03 -2.210505607176456166e+00 -8.897184389275295535e-01 -3.341943413358108850e-01 -7.833193429701042210e-02 -7.581969342187229108e-03 -1.917090127131560687e-03 9.131220413960747630e-05 1.763601216743471847e-05 1.789320000000000077e-01 6.266480410279763862e+06 +2.335000000000000000e+03 -2.553448625313887721e+00 -1.150599824407182892e+00 -5.239089153205210847e-01 -1.850275437604035900e-01 -3.629724514196391166e-02 2.283833664135761013e-03 1.542664967838809761e-03 1.080715174621656994e-05 2.667340000000000266e-01 -1.357909510990289971e+07 +2.336000000000000000e+03 -2.234990206996376294e+00 -9.258486165162157500e-01 -3.793819104946347109e-01 -1.281387326809589333e-01 -5.165715643918499661e-02 -2.877955544632877088e-02 -4.476589919909223017e-03 -5.724531849393420008e-05 -6.053610000000000380e-01 2.252787459793734364e+06 +2.337000000000000000e+03 -1.930083669299546889e+00 -8.797878922957936831e-01 -4.031951441659464841e-01 -1.436446537313624816e-01 -3.372530981407424744e-02 -6.944553627902558951e-03 -7.381666734026367735e-04 -2.887308860071006592e-06 1.060939999999999939e-01 1.665787639869632199e+07 +2.338000000000000000e+03 -2.513604954946151882e+00 -1.189275298201083686e+00 -5.861913594456645837e-01 -2.464415472045339006e-01 -8.294994720114363951e-02 -2.375220726677348959e-02 -1.954929386884266158e-03 -1.338507880229548569e-05 -1.727859999999999951e-01 -3.953116391946505755e+06 +2.339000000000000000e+03 -2.248746667606195349e+00 -1.101020805250329859e+00 -5.720675521832863097e-01 -2.725693523026670451e-01 -1.177635509124664859e-01 -4.319655183675906451e-02 -4.566020340361811279e-03 -5.981287496035478162e-05 -7.304640000000000022e-01 -2.841947330385196954e+07 +2.340000000000000000e+03 -2.471643978383221363e+00 -1.296124737967169871e+00 -6.893699211116183223e-01 -2.939971372831337026e-01 -7.606674038832783591e-02 -6.178895059391905677e-03 6.990726288531624866e-04 3.820621589685200277e-06 3.214839999999999920e-01 -2.541104691586815286e+06 +2.341000000000000000e+03 -2.286749670140395096e+00 -1.187726101553651104e+00 -6.503819658030151052e-01 -3.167615499282063762e-01 -1.243412618308575579e-01 -3.571942361740994276e-02 -2.175029108427036211e-03 -1.166332373036628341e-05 -9.056699999999999473e-02 -8.676836335213594139e+06 +2.342000000000000000e+03 -1.909329068137030516e+00 -9.625050757928445000e-01 -5.143693079872787566e-01 -2.441273577501791858e-01 -9.470420868237566792e-02 -2.821768461244791165e-02 -2.174945128646177221e-03 -2.044673464186561772e-05 -1.607389999999999930e-01 -8.252559076468316838e+06 +2.343000000000000000e+03 -1.770601328728511836e+00 -9.704420649049401160e-01 -5.836279628950332699e-01 -3.278908356817544223e-01 -1.512751947738897595e-01 -4.780056338720128223e-02 -2.721176770753079913e-03 -1.114575153126392331e-05 -1.246140000000000025e-01 -1.560544657224762626e+07 +2.344000000000000000e+03 -2.015766208541231563e+00 -1.114823802705313671e+00 -6.509581652856043510e-01 -3.424285711063078108e-01 -1.479993948713405894e-01 -4.675094378292891234e-02 -2.891819103273985617e-03 -1.112885782937668793e-05 -2.627900000000000028e-02 -1.763052422838540515e+06 +2.345000000000000000e+03 -2.427127113286557947e+00 -1.356819074918947932e+00 -8.150446209948035703e-01 -4.504937019064018111e-01 -2.044821847348936850e-01 -6.645275202354174182e-02 -4.556417879417242259e-03 -2.554412444301434258e-05 -1.922230000000000050e-01 -3.201329045979832765e+06 +2.346000000000000000e+03 -2.355228574112926410e+00 -1.370806260811362476e+00 -8.374493802653192320e-01 -4.615124453074011535e-01 -2.072776725929898756e-01 -6.748802251076879699e-02 -4.555944431484938197e-03 -2.222136871858937208e-05 -3.463399999999999812e-02 8.139791404004480690e+06 +2.347000000000000000e+03 -2.308168448113075311e+00 -1.394077532576661005e+00 -8.759208110085854315e-01 -4.942334264095865071e-01 -2.274558247963770485e-01 -8.073560458487198666e-02 -8.577864420169008242e-03 -1.279644458041269547e-04 -7.579799999999999871e-01 8.631854370401227847e+06 +2.348000000000000000e+03 -2.183861207412874261e+00 -1.318615508665762492e+00 -8.358269966927526218e-01 -4.794076781636220086e-01 -2.222284863831666957e-01 -7.559662094525362863e-02 -6.700806856797521076e-03 -7.236514582804212214e-05 -3.914449999999999874e-01 1.151004352811481617e+07 +2.349000000000000000e+03 -1.678587834996605022e+00 -1.071296055373066825e+00 -7.261948683754269052e-01 -4.484277263474506503e-01 -2.221324873930458910e-01 -7.775398895297350177e-02 -6.141320807109813470e-03 -4.804523446963463091e-05 -2.370289999999999897e-01 1.566907623396115005e+07 +2.350000000000000000e+03 -1.967300171436882961e+00 -1.240476727263990275e+00 -8.343630005045629128e-01 -5.321700821398632764e-01 -2.986257341210566407e-01 -1.334257195706722299e-01 -1.946382350050512508e-02 -4.365503323992647559e-04 -2.604797000000000029e+00 -2.568114286363152787e+06 +2.351000000000000000e+03 -1.882844251948278647e+00 -1.224128959002119155e+00 -8.466694518631650013e-01 -5.440192659285144616e-01 -2.926654526267228884e-01 -1.172347712784297530e-01 -1.172054887083418852e-02 -9.923312117581740348e-05 -1.510534999999999961e+00 -2.724247157506170124e+07 +2.352000000000000000e+03 -1.591354195581180742e+00 -1.088776601648128617e+00 -7.567646855724483590e-01 -4.693125460001965066e-01 -2.303192955379369522e-01 -8.032070839255475714e-02 -6.639562903466862849e-03 -5.258927388257064918e-05 -5.195140000000000313e-01 -1.462761706815229962e+06 +2.353000000000000000e+03 -1.344098754374373206e+00 -2.764718996013355579e-01 9.300358026309632486e-02 1.935820430979178774e-01 1.415033432562403382e-01 5.724576781443415502e-02 4.302667685188331023e-03 1.843139433649550161e-05 5.385349999999999859e-01 -2.261718818938910961e+06 +2.354000000000000000e+03 -1.360511225472713193e+00 -2.857131577888583074e-01 8.872980938384282534e-02 1.936257932786043245e-01 1.442334909377464558e-01 5.963832668095580408e-02 4.628623602670792724e-03 1.951709026296105239e-05 5.911459999999999493e-01 -2.410578837369918823e+06 +2.355000000000000000e+03 -1.492396290935099845e+00 -4.096871427639515173e-01 -1.428006035848867344e-02 1.227180309339126335e-01 1.104626029417862115e-01 5.060916295705916723e-02 4.279265260811926722e-03 1.849298022010171049e-05 5.877520000000000522e-01 1.447212308018934855e+05 +2.356000000000000000e+03 -1.951052650467835603e+00 -6.583348045619488165e-01 -1.326005146526773315e-01 8.573575153873130850e-02 1.031815262504525987e-01 4.731423887955982233e-02 3.926836869896128610e-03 1.783002840925175471e-05 6.610089999999999577e-01 1.011699462702520564e+07 +2.357000000000000000e+03 -1.344525225338210506e+00 -3.791491913669650660e-01 -2.951762980006581577e-02 8.865695870909559573e-02 7.345796392525993923e-02 2.521692199337893445e-02 4.821781027232919939e-04 -1.644289574939963129e-05 -2.171140000000000014e-01 -1.420532699296090566e+07 +2.358000000000000000e+03 -1.780950797531619223e+00 -6.551721461641929478e-01 -1.961357127889131469e-01 1.881879767507505657e-02 7.332823847530356431e-02 4.441366249510678155e-02 4.685215000426685983e-03 2.966749547122903634e-05 6.085199999999999498e-01 -8.092278626789214090e+06 +2.359000000000000000e+03 -1.586488206080648222e+00 -5.385268383213123178e-01 -1.409191522589695600e-01 2.066250155780150269e-02 5.021124745328858774e-02 2.856873480251074376e-02 2.925425913510085879e-03 1.573647975405785410e-05 4.630420000000000091e-01 7.807359934116284130e+05 +2.360000000000000000e+03 -1.962995392321384314e+00 -7.608199322116118157e-01 -2.800270824186629759e-01 -6.433221287190755977e-02 4.493998523837021419e-03 1.482187624275269761e-02 4.239838204213162987e-03 8.390435506193639700e-05 7.698390000000000510e-01 -7.955726765591133386e+06 +2.361000000000000000e+03 -1.430362951646546144e+00 -5.156805661609256131e-01 -1.728939805889974091e-01 -4.073700175122271089e-02 -1.555573569047522323e-02 -1.110902422085361003e-02 -1.668404118190759330e-03 -2.376617289434031975e-05 -1.331499999999999906e-01 6.268962818404825404e+06 +2.362000000000000000e+03 -1.602499052676716884e+00 -6.325654942695619898e-01 -2.251941796538212970e-01 -3.974438668150048065e-02 6.967072709049419374e-03 3.077430386135684547e-03 -3.666724371349808979e-04 -9.028392168912148814e-06 3.133500000000000174e-02 7.041829894496925175e+06 +2.363000000000000000e+03 -1.723616686562842393e+00 -7.777492370405422184e-01 -3.708395989882846688e-01 -1.541209477512833770e-01 -5.301778032349895725e-02 -1.504564579777599442e-02 -1.270741888823733508e-03 -1.534021410300106061e-05 -1.178740000000000065e-01 -6.628899907602318563e+06 +2.364000000000000000e+03 -1.759441562144771209e+00 -7.565957994241893081e-01 -3.602013218411301287e-01 -1.625143428513727561e-01 -6.835031345490782950e-02 -2.423605393683504056e-02 -2.054452043061614185e-03 -1.261856811939119015e-05 -2.049360000000000070e-01 -1.964811681756454986e+06 +2.365000000000000000e+03 -1.671258790176449072e+00 -8.066301315648127801e-01 -4.063190937566643068e-01 -1.773831585192949534e-01 -6.257736239297445602e-02 -1.586441790304507146e-02 -2.680212291119952865e-04 1.024195315563703649e-05 3.137619999999999854e-01 1.123760272833344154e+07 +2.366000000000000000e+03 -1.683817825354033682e+00 -7.353512588905604108e-01 -3.763030618184004528e-01 -2.187895189833411469e-01 -1.395481412133772192e-01 -6.581086283999119935e-02 -6.254167906934375402e-03 -3.937444609834678591e-05 -7.970509999999999540e-01 -1.239452458945820667e+07 +2.367000000000000000e+03 -1.711654852684652894e+00 -8.817854993458027479e-01 -4.792897414557988345e-01 -2.263484025410219536e-01 -7.904052289862416314e-02 -1.591696426636704520e-02 7.672507142836266321e-04 3.853330238274732571e-05 3.669089999999999852e-01 -2.148386136531721335e+06 +2.368000000000000000e+03 -1.215533618683087180e+00 -6.049150793536396398e-01 -3.276846562183945988e-01 -1.618030874246932371e-01 -6.580471799512919995e-02 -1.910162056375414377e-02 -8.822715018633768211e-04 -9.249824297865558917e-07 1.164749999999999952e-01 4.113600939698215108e+06 +2.369000000000000000e+03 -1.228439242499369310e+00 -6.958590275331351105e-01 -4.254965020973121570e-01 -2.344865829717551198e-01 -9.693101592894631802e-02 -2.336449372734634641e-02 -2.694828008148293587e-04 6.883916712098306558e-06 5.151719999999999633e-01 2.295735254151670262e+07 +2.370000000000000000e+03 -1.103433363644527043e+00 -6.202023404229355386e-01 -3.603133606810625666e-01 -1.707130642519297803e-01 -4.954647668208432554e-02 -5.263196395123666792e-03 4.196995181166444716e-04 3.346507876154980181e-06 2.165199999999999902e-01 2.153587385183329228e+06 +2.371000000000000000e+03 -1.638054061728701383e+00 -9.712806608136614894e-01 -6.149097745212087629e-01 -3.631898957578483245e-01 -1.868811916488559155e-01 -7.495578709480012203e-02 -7.889275477928312658e-03 -8.883198818333734028e-05 -7.389959999999999862e-01 7.759375815820517018e+06 +2.372000000000000000e+03 -1.623702969960422848e+00 -9.312706529496537211e-01 -5.954494191282547755e-01 -3.656588975285148813e-01 -1.902217250735393772e-01 -7.142426299171657222e-02 -6.167028799401941958e-03 -4.499185267298672536e-05 -5.988510000000000222e-01 -6.010144666739965789e+06 +2.373000000000000000e+03 -1.160516586567394315e+00 -8.158856420036011414e-01 -5.586218550379332681e-01 -3.322635889786407226e-01 -1.547769042745239243e-01 -5.187214929523619594e-02 -4.144966930991881605e-03 -3.411205298112542897e-05 -2.508279999999999954e-01 3.648153182614210527e+06 +2.374000000000000000e+03 -1.153642902077099741e+00 -7.303155016335568517e-01 -4.832729216315354015e-01 -2.929419844207843959e-01 -1.471008495536031968e-01 -5.478574235070953619e-02 -5.032466452036748507e-03 -4.138280401860985311e-05 -4.552080000000000015e-01 1.933005097974611446e+06 +2.375000000000000000e+03 -8.992483590324128473e-01 -6.756486173191487143e-01 -4.904785362493209733e-01 -3.096209113054233519e-01 -1.539437030422449171e-01 -5.771929634017238658e-02 -6.750319067327782523e-03 -1.039056616039677665e-04 -8.175820000000000309e-01 -1.169307326264346251e+06 +2.376000000000000000e+03 -1.550473806189906156e+00 -1.056521508129111497e+00 -7.254892608979198743e-01 -4.345269204568489307e-01 -1.961705260153160657e-01 -5.874294672326972611e-02 -3.334219934878640025e-03 -1.281236383008365532e-05 9.868100000000000482e-02 1.007871659680827707e+07 +2.377000000000000000e+03 -8.321151390594700992e-01 -6.626122789678271507e-01 -5.339551514671586618e-01 -3.864482002726046805e-01 -2.125513130642106840e-01 -7.372092994386091058e-02 -4.625119568355904459e-03 -1.953635504176821962e-05 -3.947800000000000198e-01 -2.282304469051842019e+07 +2.378000000000000000e+03 -1.547376443896614218e+00 -1.071106821521767616e+00 -7.477019188984289633e-01 -4.607550696044734329e-01 -2.193723422752741070e-01 -7.126207665954664705e-02 -4.796583430516542651e-03 -2.495019109258654139e-05 -1.030080000000000023e-01 8.829656024227248505e+06 +2.379000000000000000e+03 -7.401789381373178323e-01 -8.126430379764182366e-02 1.459845627902552068e-01 2.037816199721173838e-01 1.478980255953523948e-01 5.987756975418027233e-02 4.322646170250074756e-03 2.013177562243037487e-05 3.620459999999999789e-01 -3.166698114713564981e+06 +2.380000000000000000e+03 -7.471818167524171272e-01 -1.563075918774994022e-01 9.067399693007741068e-02 1.975270520166838017e-01 1.934450773858443495e-01 1.184522189753628996e-01 2.097141572028815917e-02 4.269483582128771318e-04 3.192898000000000014e+00 -2.024937474371216446e+07 +2.381000000000000000e+03 -8.247728790516715147e-01 -1.821592302193724699e-01 5.282922168494730286e-02 1.324859875709921142e-01 1.115793073255168383e-01 5.176440168958787447e-02 4.631634938448093465e-03 3.381287336055188876e-05 6.677859999999999907e-01 1.037318385960915312e+07 +2.382000000000000000e+03 -8.984124661991905736e-01 -1.742330262683938202e-01 5.720530807901598458e-02 1.094902333218974871e-01 6.994350975167547280e-02 2.236323379499453520e-02 8.934544458150064537e-04 -9.252056852690555972e-07 1.755009999999999903e-01 1.482182113145480677e+07 +2.383000000000000000e+03 -5.575043298868798125e-01 -1.226381418483270397e-01 5.260344564627963265e-02 1.289303777344769364e-01 1.252532642501756888e-01 7.245537334265854390e-02 1.176339939902287107e-02 2.415702218476219849e-04 1.815547999999999940e+00 -1.796386069831098197e+06 +2.384000000000000000e+03 -6.318736678691929676e-01 -1.951492828827327553e-01 -2.835777282046029590e-03 9.574482772509704254e-02 1.175488193991308938e-01 7.754301456170206719e-02 1.256896523084164753e-02 1.791815793749179056e-04 2.063410999999999884e+00 2.257469324683102779e+06 +2.385000000000000000e+03 -7.555698818244100945e-01 -2.751322123903781613e-01 -6.239966273766959365e-02 4.536804170871025499e-02 7.152439182846655197e-02 4.263479178255517171e-02 4.717266018637697629e-03 3.684042091545142563e-05 6.078670000000000462e-01 -3.412168359935788903e+06 +2.386000000000000000e+03 -7.468167257352857913e-01 -2.161328812924787623e-01 -3.982691353932993339e-02 1.668775732497049247e-02 2.100913613844773362e-02 1.236546774343424623e-02 1.389485669106352338e-03 3.522353403052726949e-06 4.002609999999999779e-01 1.338422281970313750e+07 +2.387000000000000000e+03 -5.307467259423019890e-01 -1.769528677567384634e-01 -3.495787299487686239e-02 1.175010149148632971e-02 2.311091392340753128e-03 -7.765229901302847688e-03 -2.069021434451141176e-03 -2.683358972806120665e-05 -1.887469999999999981e-01 1.436341159883200005e+07 +2.388000000000000000e+03 -8.321364164137634578e-01 -3.365227563457424131e-01 -1.247795924340564522e-01 -2.526732257524322983e-02 2.920848364544382288e-04 -3.589120110351706402e-03 -2.126612422730580956e-03 -4.429549334508229728e-05 -4.166050000000000031e-01 6.772539356333732139e+05 +2.389000000000000000e+03 -7.135078720377709960e-01 -3.506966137789558347e-01 -1.885259365495076944e-01 -9.417864808721765346e-02 -4.056734509022076607e-02 -1.172103678877093116e-02 -3.239418480837091157e-04 1.815972156323169606e-06 2.946540000000000270e-01 1.436221232803839818e+07 +2.390000000000000000e+03 -4.657415530737228360e-01 -2.251093942168291562e-01 -1.017984795927161651e-01 -2.106352355095766210e-02 1.832781816202103467e-02 1.837541796286082038e-02 3.051187933175469099e-03 4.520191630230600680e-05 5.747379999999999711e-01 7.578423073376469314e+06 +2.391000000000000000e+03 -3.120941271475565215e-01 -1.539133911533233368e-01 -9.670947220651306131e-02 -5.930065022557631099e-02 -2.646831325091898376e-02 -5.628799011347221208e-03 8.179266158431286243e-04 3.675545570754354890e-05 1.274019999999999875e-01 -9.419976982356891036e+06 +2.392000000000000000e+03 -2.393322385829868559e-01 -1.465528280589875887e-01 -1.095073808552822769e-01 -8.834208652522944349e-02 -6.456860986391961543e-02 -3.267348223910704341e-02 -3.863175086558160321e-03 -4.076696381943427936e-05 -5.256380000000000496e-01 -1.784602776360211661e+06 +2.393000000000000000e+03 -3.355334203077692257e-01 -2.480117672823717867e-01 -1.803459264499699677e-01 -1.156364646335557161e-01 -6.133045796497173935e-02 -2.557476654803129967e-02 -2.807823865986809695e-03 -2.482711744552577234e-05 -3.212550000000000128e-01 3.240712478285284713e+06 +2.394000000000000000e+03 -7.385058818040649564e-01 -4.402526932447355934e-01 -2.815341688120736596e-01 -1.700431735637001340e-01 -9.572001669595893436e-02 -4.771139922531784927e-02 -7.807519558756654404e-03 -1.455200951655548553e-04 -1.307590999999999948e+00 -1.397834235651527531e+07 +2.395000000000000000e+03 -4.445404510203241899e-01 -4.018100074254010168e-01 -3.251125084037329027e-01 -2.220319314433217561e-01 -1.135943744419108531e-01 -3.921518160358634236e-02 -2.826314992277385602e-03 -1.805392715336607979e-05 -4.191829999999999723e-01 -2.119390618590020388e+07 +2.396000000000000000e+03 -4.786499282740230843e-01 -3.446295263708294976e-01 -2.607718717204111081e-01 -1.948719662836263522e-01 -1.388116485210196260e-01 -7.617478788013498647e-02 -1.082065000800877357e-02 -1.486568846373786989e-04 -1.507803999999999922e+00 5.350200329126730561e+06 +2.397000000000000000e+03 -5.903187848604140031e-01 -5.429719472464709096e-01 -4.394552120235878379e-01 -3.046834720353786552e-01 -1.657432278653473146e-01 -6.358264692043948119e-02 -5.395440814182634985e-03 -3.505716990310043878e-05 -8.059039999999999537e-01 -2.887180887034546211e+07 +2.398000000000000000e+03 -6.159557410142535439e-01 -4.807832227631924638e-01 -3.901551711359623753e-01 -2.932543820172966442e-01 -1.764131480698224175e-01 -7.295276707924545911e-02 -7.607576699421913190e-03 -8.461145886794463865e-05 -9.218809999999999505e-01 -5.520106400166309439e+06 +2.399000000000000000e+03 -6.577455862170380474e-01 -5.476999568961884446e-01 -4.772907175837244886e-01 -3.880122109712868528e-01 -2.554378182129536379e-01 -1.130918292684025273e-01 -1.169935908297325793e-02 -1.269621215822798292e-04 -1.454442999999999930e+00 -1.562358878285934217e+07 +2.400000000000000000e+03 -3.433205712802462894e-01 -4.215196013393071039e-01 -4.010294689868519891e-01 -3.116975327605076007e-01 -1.749806975622821004e-01 -6.338695729027428449e-02 -5.226672189811842374e-03 -4.529166718158384862e-05 -3.845239999999999769e-01 1.057371912169819511e+07 +2.401000000000000000e+03 -9.090722582726108725e-02 2.827424930798917435e-01 3.723620239992856962e-01 3.510247645453171139e-01 2.411954385502367293e-01 1.039344857373225156e-01 9.466139224055153054e-03 7.817261940309422764e-05 1.070356000000000085e+00 3.753120920615918934e+06 +2.402000000000000000e+03 -1.421844470250958059e-01 2.513525450948886353e-01 3.569052569283961973e-01 3.476823559688089760e-01 2.437043694337119593e-01 1.063732621218344138e-01 9.915759928803431419e-03 8.707754515211319629e-05 1.130945000000000089e+00 3.116464952727989759e+06 +2.403000000000000000e+03 8.751512452138225651e-02 3.367329565854091378e-01 3.780805597394117923e-01 3.348266267272135277e-01 2.354417121900214960e-01 1.196512165959609658e-01 1.737839384678675075e-02 2.995694305764932605e-04 2.640530000000000044e+00 1.886447503965978976e+06 +2.404000000000000000e+03 -2.763809361177625712e-02 3.069240078262018279e-01 3.724414963244839227e-01 3.356329755557428407e-01 2.221073446143574659e-01 9.195838703029007855e-02 7.562272664005284875e-03 4.745853818735929386e-05 7.854360000000000230e-01 4.807243930914881639e+06 +2.405000000000000000e+03 -9.847917631645516923e-02 2.015324155237370185e-01 2.543119882478753202e-01 2.228472348827916227e-01 1.443111110069378589e-01 6.351401916634098754e-02 6.530337690006995759e-03 2.807682727785226423e-05 9.147950000000000248e-01 3.181484713242321741e+06 +2.406000000000000000e+03 -2.589465999309430444e-01 1.141422243321652819e-01 2.377052081472917355e-01 2.509910713477840338e-01 1.795036671782618831e-01 7.976427552985827785e-02 7.410386050076390660e-03 5.677464522821683908e-05 6.973780000000000534e-01 -1.540261453556970879e+07 +2.407000000000000000e+03 2.785447771519092980e-02 2.191654097537198143e-01 2.630862510605908589e-01 2.439071804232438856e-01 1.743424389925537221e-01 8.411159421392704061e-02 9.646039646211223770e-03 1.124535913717279837e-04 1.395346999999999893e+00 1.010012464896379039e+07 +2.408000000000000000e+03 1.800088037017942288e-01 2.122205084651231921e-01 2.253753544597730252e-01 2.259158832880754919e-01 1.916801960638375713e-01 1.118899751320910074e-01 1.827934660141214071e-02 3.709638674417584841e-04 2.725935999999999915e+00 -4.044008210803725291e+06 +2.409000000000000000e+03 1.278548255826298108e-01 1.773533329732522035e-01 1.822638668910121218e-01 1.577413429640084075e-01 1.090207456748632925e-01 5.161724955802889092e-02 5.448794776481589823e-03 4.721538799364968808e-05 6.983129999999999615e-01 2.513817279713747092e+06 +2.410000000000000000e+03 3.115899416919948872e-01 3.017288755930410127e-01 2.643570401755067079e-01 2.026544909783001558e-01 1.226220466100475665e-01 5.050624973808518631e-02 4.987251396977789887e-03 5.579000697745465818e-05 6.314549999999999885e-01 1.149637469359842129e+07 +2.411000000000000000e+03 4.093706934882068715e-01 3.027593908456792660e-01 2.093598890026183990e-01 1.310558457898517160e-01 7.291174477094022888e-02 3.148231296997766604e-02 3.301633701893961353e-03 3.483497730586247048e-05 3.338269999999999849e-01 -4.463013940436182544e+06 +2.412000000000000000e+03 2.914517977371884894e-01 2.148763123575172240e-01 1.621705247922305970e-01 1.134830750573911501e-01 6.646660723538218296e-02 2.755281405088510702e-02 2.443579235201891360e-03 1.485068703315826624e-05 2.785239999999999938e-01 3.103206962319860701e+06 +2.413000000000000000e+03 1.790826643809536045e-01 1.243375812148433540e-01 1.055804414051599860e-01 9.877504900929773290e-02 8.195672312831775441e-02 4.288555672695164300e-02 4.447373316467068821e-03 2.858253151011925768e-05 5.550690000000000346e-01 3.743913605581215583e+06 +2.414000000000000000e+03 -1.032936614253833763e-01 1.749798583508581362e-02 2.356603748700246068e-02 -1.345833616566670561e-02 -5.098647057457055681e-02 -4.702787514421607334e-02 -9.904453674816342257e-03 -1.855458168002438013e-04 -1.583865999999999996e+00 8.041508965230488218e+06 +2.415000000000000000e+03 3.661791113579358492e-01 1.834243721923837223e-01 6.526704204175629020e-02 -6.561581583921029075e-03 -2.369099619046426131e-02 -9.925363658798862232e-03 4.721611197219496609e-04 3.338580359126551070e-05 1.245330000000000048e-01 -3.155345867139860988e+06 +2.416000000000000000e+03 1.779281962487894997e-01 6.417955396033267479e-02 1.614508484057935664e-02 -1.069832559970397556e-02 -2.818917327287245866e-02 -2.801733358445854596e-02 -6.113675567643866646e-03 -1.136717499422329101e-04 -1.022977999999999943e+00 8.447490740242680535e+06 +2.417000000000000000e+03 1.061988338429963319e-01 -3.150274399534624958e-02 -6.675674315033416906e-02 -5.674741104420297222e-02 -2.722136052543035201e-02 -7.583628453838319600e-03 -4.773865708142864626e-04 -3.225741404472292590e-06 1.911200000000000052e-02 6.010224584830241278e+06 +2.418000000000000000e+03 -1.932811633073262814e-02 -9.504911806222332560e-02 -1.064297342423029258e-01 -8.778488195563392826e-02 -5.166266224877746893e-02 -1.900512365901372083e-02 -1.149663303740710955e-03 -2.730507970465985175e-07 -1.395399999999999974e-01 -9.359456938902417198e+06 +2.419000000000000000e+03 1.802557481465876799e-01 -5.423792680618579748e-02 -1.349886334854441261e-01 -1.382956932471914313e-01 -8.381690007998647551e-02 -2.552077761949571658e-02 -3.824375817712725387e-05 2.036309159406824175e-05 1.736590000000000078e-01 -9.898173933029593900e+06 +2.420000000000000000e+03 3.676251386126038190e-01 8.349390695674187290e-02 -2.369350533815148957e-02 -7.079131171707189751e-02 -7.566555219721451953e-02 -4.617867462211894258e-02 -6.341002753519532457e-03 -6.468224117790593588e-05 -9.471230000000000482e-01 -3.021826864255367545e+05 +2.421000000000000000e+03 4.744331891856055083e-01 7.430275277920976584e-02 -7.349567138946608291e-02 -1.303231664142943669e-01 -1.144262293638237532e-01 -5.748568713100465910e-02 -6.271011604619298151e-03 -5.535448827385344343e-05 -8.366949999999999665e-01 -2.901844675753411837e+06 +2.422000000000000000e+03 3.416991267829782020e-01 2.208781254515128703e-02 -9.877082498236972041e-02 -1.445519051149539158e-01 -1.301543786553849558e-01 -7.376703482621090047e-02 -1.062269309266921508e-02 -1.538252448226864685e-04 -1.504564000000000012e+00 7.258673240622929297e+06 +2.423000000000000000e+03 2.947762765625345782e-01 -8.459683663399249209e-02 -1.976143262492026931e-01 -2.053724069280331299e-01 -1.403089129773868737e-01 -5.824676791188691111e-02 -4.853232947406665998e-03 -3.069242353142662187e-05 -5.372109999999999941e-01 -5.706050557911206968e+06 +2.424000000000000000e+03 3.401597830106857789e-01 -5.501013214061601514e-02 -1.795357289897088482e-01 -1.959697147773525883e-01 -1.365544668946680473e-01 -5.734692055719421006e-02 -4.865786804060418490e-03 -3.210728101735428689e-05 -5.400000000000000355e-01 -4.344735309300859459e+06 +2.425000000000000000e+03 7.483239815822457786e-01 1.217983520071737047e-01 -1.174277294362453261e-01 -1.979851447102494166e-01 -1.613637168053188853e-01 -7.633107782797544927e-02 -8.098400234184234894e-03 -9.281492577577203802e-05 -8.604549999999999699e-01 1.952729937796996906e+07 +2.426000000000000000e+03 7.401474467822326542e-01 1.253022316726496166e-01 -1.119810149331008226e-01 -1.940251165816657408e-01 -1.587562319341314643e-01 -7.372028318853598994e-02 -7.023730386948890195e-03 -5.654778849808882207e-05 -6.515499999999999625e-01 2.059600455256352946e+07 +2.427000000000000000e+03 5.671442140157160194e-01 5.808319315010772588e-01 5.144361799685498449e-01 3.884791380420982709e-01 2.207756727411836484e-01 8.354654095222915910e-02 7.273730350946515724e-03 5.831536535659274435e-05 4.252639999999999754e-01 -3.103199652463508397e+07 +2.428000000000000000e+03 5.879864174501397978e-01 5.944207059439656771e-01 5.231548676631214700e-01 3.942507676134155425e-01 2.254257819495795456e-01 8.699412833645829568e-02 8.054775253798690526e-03 7.345712998541283957e-05 5.665710000000000468e-01 -3.033471908557209000e+07 +2.429000000000000000e+03 6.387864837077757985e-01 5.603992432268487534e-01 4.642476306472767544e-01 3.390621627113803438e-01 1.976920709849141200e-01 8.431046299807461175e-02 1.025117160298924350e-02 1.508278609980117898e-04 1.533519000000000077e+00 1.798866945315859094e+07 +2.430000000000000000e+03 4.825059963528687268e-01 5.129147666551676643e-01 4.605440478499283063e-01 3.474213474193588169e-01 1.919706171754960999e-01 6.755113661777319145e-02 4.738301022046895010e-03 2.414253305455150520e-05 3.665199999999999708e-02 -2.983808961578669772e+07 +2.431000000000000000e+03 4.622338199934261094e-01 4.140217203205329710e-01 3.491590914182869931e-01 2.702126221800312811e-01 1.830292828206891986e-01 9.510207580106927461e-02 1.374911322652104528e-02 2.017487942141438803e-04 2.069150000000000045e+00 1.270717840113000479e+06 +2.432000000000000000e+03 6.454482040263708198e-01 5.764612839251720411e-01 4.544085272251691121e-01 2.989105924765599331e-01 1.411719313745584126e-01 4.010421398443870383e-02 1.273995066643284196e-03 -9.035117887740507848e-06 -1.029240000000000016e-01 8.094494654062511399e+06 +2.433000000000000000e+03 1.249499372228701555e+00 7.792463145068129204e-01 5.217161810580837056e-01 3.273670668906134562e-01 1.727236790752539053e-01 6.559467656887900400e-02 5.298411295176928305e-03 2.921010444324095482e-05 3.931439999999999935e-01 -3.720673427340964321e+06 +2.434000000000000000e+03 4.662408583914926519e-01 4.412480205403479516e-01 3.520793453172117449e-01 2.398253786904666618e-01 1.255927432254872744e-01 4.251294215192750331e-02 2.671598946672263004e-03 1.665537219668507195e-05 2.997389999999999777e-01 2.379619969073225185e+07 +2.435000000000000000e+03 1.136927607619626190e+00 6.789542446852854241e-01 4.479841112364067457e-01 2.829252467042341346e-01 1.466773173879864223e-01 5.300798445557456523e-02 5.185058579301351014e-03 6.735836186865117492e-05 7.055169999999999497e-01 2.325072209431893378e+07 +2.436000000000000000e+03 6.332244266558667567e-01 4.265698929139952744e-01 2.860427141793929207e-01 1.597074745937217821e-01 5.726149364420438787e-02 8.006340048419506930e-03 -5.527505079322818111e-04 -4.012028425249317336e-06 -2.653960000000000208e-01 1.750954443628133042e+06 +2.437000000000000000e+03 8.250300751902293062e-01 4.710303858672957311e-01 2.897575465678168261e-01 1.656597305283491472e-01 7.642671091589602062e-02 2.204349790622686309e-02 4.295302810311339269e-04 -1.307704949074697047e-05 3.013100000000000153e-02 2.365901292524427921e+07 +2.438000000000000000e+03 6.353314000857783750e-01 3.835648705578169060e-01 2.529214308278913692e-01 1.583725270582954647e-01 8.585382332089119828e-02 3.604782632444862578e-02 4.041460537241208309e-03 5.087684843063711892e-05 6.294009999999999883e-01 1.167228234857948869e+07 +2.439000000000000000e+03 1.026120426352656212e+00 5.417609606029518687e-01 2.795608064026364747e-01 1.051685276242320805e-01 1.274635179975704483e-02 -8.360166152432905312e-03 -1.433875032584064390e-03 -8.522429621898060446e-06 -6.844090000000000451e-01 -3.816615948713735491e+07 +2.440000000000000000e+03 8.702691085722361608e-01 4.120345521203286898e-01 2.068355996055989965e-01 9.064486496055454423e-02 3.400787729122300984e-02 1.351155430480447533e-02 2.382065699759257100e-03 4.257933013674345687e-05 4.462289999999999868e-01 8.502482502607129514e+06 +2.441000000000000000e+03 7.379438905661699355e-01 2.406644353189561769e-01 8.081064517604544251e-02 4.109238466471605566e-02 4.695228240125024627e-02 3.680775764789639970e-02 7.149361812680468838e-03 1.485907276369535508e-04 1.100692000000000004e+00 -1.548407937621359248e+06 +2.442000000000000000e+03 1.291994920963371873e+00 5.688004481797853673e-01 2.678839979812545069e-01 1.157319189197106996e-01 5.153306981454123387e-02 2.279714024461702501e-02 2.171159236110080035e-03 7.798461400657356556e-06 3.018239999999999812e-01 5.279103757433274761e+06 +2.443000000000000000e+03 1.169944520659078613e+00 5.320893043232086672e-01 2.110796995788966623e-01 1.490751814525301949e-02 -6.531187921237407989e-02 -5.235906005469719710e-02 -8.758403005582270431e-03 -1.427356403985749163e-04 -1.429851999999999901e+00 -1.552260653685663594e+06 +2.444000000000000000e+03 9.091085006214871811e-01 2.871614704960577802e-01 7.389921842759024362e-02 2.398818792629514585e-04 -5.169802197963295314e-03 2.620222933244995348e-03 1.313821658341005148e-03 1.886070787630310215e-05 3.227650000000000241e-01 6.758628037943810225e+06 +2.445000000000000000e+03 1.123350725383412296e+00 3.978220365305019102e-01 1.179686803949559076e-01 -4.630487616261436817e-03 -3.721229887216479654e-02 -2.883584902984440146e-02 -6.328626504246186862e-03 -1.526380559774947457e-04 -1.054140999999999995e+00 4.265328500446055084e+06 +2.446000000000000000e+03 1.030878404865180231e+00 3.966348841108537360e-01 1.026521954297753836e-01 -5.550581874145519429e-02 -9.521015066978946728e-02 -5.644496657765810110e-02 -7.094868130800914205e-03 -8.098664458788770476e-05 -8.578480000000000549e-01 1.553466382058024220e+07 +2.447000000000000000e+03 9.043667874277738772e-01 2.223695193105553469e-01 -4.988597304680550404e-02 -1.435293936725395014e-01 -1.078733432107526063e-01 -3.771890801016236638e-02 -1.304624217045715490e-03 6.975802515954501206e-06 1.124200000000000026e-02 -3.743980505299171899e+06 +2.448000000000000000e+03 1.381805414741684501e+00 4.773724050090814575e-01 1.269012705923363571e-01 -1.896615388415818712e-02 -4.750442882998357624e-02 -3.188279920606323925e-02 -5.998170779152683062e-03 -1.129301825657727661e-04 -1.041350999999999916e+00 2.474195311435062904e+06 +2.449000000000000000e+03 1.542593605537617707e+00 5.645289712333919629e-01 1.269621346027726694e-01 -8.874806965785622670e-02 -1.344418151220108104e-01 -8.294892012222918054e-02 -1.247782306928262031e-02 -1.942300571563727765e-04 -1.974792000000000103e+00 1.848717369864183944e+06 +2.450000000000000000e+03 1.299554063466555220e+00 4.063982288406081667e-01 4.816363592765302709e-02 -9.829839275850181524e-02 -1.005121583846308037e-01 -4.813940952948852353e-02 -5.406541553596727438e-03 -6.658282135246223359e-05 -8.717059999999999809e-01 -9.106099751137997955e+06 +2.451000000000000000e+03 1.310341108203822102e+00 3.917000704981791759e-01 1.429939396386974669e-02 -1.531837464168494811e-01 -1.692696146405361368e-01 -9.875534974021103751e-02 -1.423637609864781585e-02 -2.161009767238537274e-04 -2.256925999999999988e+00 -6.072764287608381361e+06 +2.452000000000000000e+03 1.235328680749256280e+00 2.637196114314396822e-01 -9.551863812189181902e-02 -2.048558577491337573e-01 -1.569648021979615782e-01 -6.696448632239386523e-02 -5.618781932382820900e-03 -3.197538571069769990e-05 -7.974459999999999882e-01 -5.132967237431704998e+06 +2.453000000000000000e+03 1.167591300608453508e+00 8.418200627488030552e-01 6.325496066683328200e-01 4.355600000519887494e-01 2.395433964118498515e-01 9.027715397866327429e-02 7.397929361687826527e-03 4.694192836291275893e-05 8.375270000000000215e-01 2.236371647679879889e+07 +2.454000000000000000e+03 1.775655322137297265e+00 1.131657238901497387e+00 7.660838913112060222e-01 4.868442730618102732e-01 2.665551351625424781e-01 1.108853529500348628e-01 1.225813588909720024e-02 1.609114278154686706e-04 1.334832999999999936e+00 -7.877050286561588757e+06 +2.455000000000000000e+03 1.490363485870588756e+00 9.615331905502991772e-01 6.608302969474769695e-01 4.250561979336825447e-01 2.305186621120183521e-01 9.134111568055168495e-02 8.564440082640723678e-03 7.739451767287019892e-05 9.513709999999999667e-01 1.015626560206816904e+07 +2.456000000000000000e+03 1.591217123637317155e+00 9.740223387154997026e-01 6.365833025133040834e-01 3.926021817060160179e-01 2.135314678023033930e-01 9.086229127695438779e-02 1.001435352137408988e-02 1.004195620147651727e-04 1.188628000000000018e+00 -2.014607245168609312e+06 +2.457000000000000000e+03 1.746625445099538432e+00 1.082356320473358613e+00 6.917269699388929327e-01 4.056664912164464343e-01 2.092068385830967159e-01 8.708719659710066618e-02 9.521790972712156076e-03 9.300201703036214821e-05 1.475789000000000017e+00 3.421244629917313159e+07 +2.458000000000000000e+03 1.555413195290372030e+00 8.729330771209385942e-01 5.686591707221978487e-01 3.737931820046668796e-01 2.203971838675068406e-01 9.444757510003981560e-02 9.053326708759664235e-03 6.827498669254735927e-05 1.108133000000000035e+00 1.596034749027969316e+07 +2.459000000000000000e+03 1.855578359475994921e+00 1.087059941901059146e+00 6.840429773955449821e-01 3.950342096272396741e-01 1.891955610328196480e-01 6.980183719410024135e-02 7.511615848277098002e-03 1.004222720253163570e-04 9.354109999999999925e-01 1.458765001164572500e+07 +2.460000000000000000e+03 1.793565048683484875e+00 9.766866680289877367e-01 5.663751246893945490e-01 2.848011673257802023e-01 9.860890101457470136e-02 1.480030923745953748e-02 -1.681358966455493310e-03 -4.256148192112177095e-05 -7.036029999999999784e-01 -5.677719006312453188e+06 +2.461000000000000000e+03 1.834697152009128196e+00 1.040514645210596667e+00 6.189753255676616606e-01 3.269832810205436924e-01 1.368680161640987714e-01 4.159889013953354392e-02 2.817654082723438074e-03 1.625101957936222083e-05 -2.071500000000000077e-02 -1.085056604200290702e+07 +2.462000000000000000e+03 1.679656616504314082e+00 9.250882654107123182e-01 5.255052973921715553e-01 2.523017541455548352e-01 8.243874965405768862e-02 1.251088988697470622e-02 -7.052607629498406543e-04 -1.227735901902925574e-05 -4.609150000000000191e-01 -4.804286775100116618e+06 +2.463000000000000000e+03 1.644709989679753681e+00 8.530261102098568582e-01 4.737556689549015654e-01 2.383571566175616829e-01 9.809252688085487448e-02 2.899560084578465396e-02 1.377414850421248161e-03 -8.346751096549388023e-06 -3.767909999999999870e-01 -3.211637423917420581e+07 +2.464000000000000000e+03 1.834239388265221482e+00 9.129113646505652158e-01 4.665942142456478425e-01 1.982428033195496320e-01 5.771880926641104886e-02 7.034243131215264268e-03 -1.116435590375877349e-03 -2.155333375370828292e-05 -2.525339999999999807e-01 1.669301449950552918e+07 +2.465000000000000000e+03 1.511410509239349498e+00 7.868188434835707845e-01 4.011623517327549959e-01 1.502742786828250299e-01 2.244432704599600217e-02 -6.682451298609711453e-03 -1.462496475944873118e-03 -1.419899863674752145e-05 -2.945200000000000040e-01 2.174757417671224568e+06 +2.466000000000000000e+03 1.936385126713595195e+00 9.102928666581968642e-01 4.406216729319699654e-01 1.835078285513785934e-01 7.158857487440176137e-02 3.227114762004377330e-02 5.118316002851792945e-03 6.680771121194503551e-05 9.427339999999999609e-01 1.684075819113216922e+07 +2.467000000000000000e+03 1.866365866905473236e+00 8.095218275359665761e-01 3.670317820108515150e-01 1.465144623549391456e-01 5.632229921378338611e-02 2.408326186897327345e-02 3.739009072129477907e-03 5.001065223335283440e-05 6.311280000000000223e-01 8.577441232288084924e+06 +2.468000000000000000e+03 1.895427100277856658e+00 8.327587224475415661e-01 3.495293413626628931e-01 9.265270358309043996e-02 -1.387067635381645375e-03 -9.291310724445032282e-03 -1.326965507409853546e-03 -1.614955284129154859e-05 -1.059530000000000055e-01 1.365739105235895328e+07 +2.469000000000000000e+03 2.293016514823454255e+00 9.599477738447503850e-01 4.244674425177213384e-01 1.803092295011462787e-01 9.635873308408336724e-02 5.789236562643980399e-02 1.182637197195228994e-02 2.758202243955102284e-04 1.755090000000000039e+00 -1.205269146677100845e+07 +2.470000000000000000e+03 2.108324299460024864e+00 8.045107704995819731e-01 2.948508355149301874e-01 7.657008076925546358e-02 2.446765955354768957e-02 2.155715198155164908e-02 6.595448615091722630e-03 1.832663928349250067e-04 1.104085999999999901e+00 2.421753847475916264e+05 +2.471000000000000000e+03 1.674733106797420934e+00 6.194307510861316590e-01 1.909869126335438372e-01 1.706747097436485741e-03 -3.180550311654856133e-02 -8.708448771919691939e-03 1.175005986895585885e-03 2.520818594049524294e-05 3.214469999999999827e-01 6.697578396384400548e+05 +2.472000000000000000e+03 1.690582048843908503e+00 6.163179884759971694e-01 1.494179311709026292e-01 -6.055522769395615956e-02 -8.538232020987258919e-02 -3.913994611108071592e-02 -3.817664643180695896e-03 -4.361292310048486029e-05 -5.587820000000000009e-01 -5.806952301834840328e+05 +2.473000000000000000e+03 2.147077453376152967e+00 8.085803407190322867e-01 2.864589225530957406e-01 5.996092824641294922e-02 3.645746774118724691e-05 -2.989336971006293156e-03 -1.029571990050929435e-03 -3.670530684581901231e-05 -2.730199999999999849e-01 -5.813579529163157567e+06 +2.474000000000000000e+03 2.277422167815578380e+00 8.619166024382456381e-01 2.701410287454331649e-01 -4.544870277215669156e-03 -7.296550453107912559e-02 -4.781332730975164369e-02 -7.570153106284791336e-03 -1.201719952965774534e-04 -1.325020000000000087e+00 -6.992330165746397339e+06 +2.475000000000000000e+03 1.824111790767334318e+00 6.221507899003668740e-01 1.202110238390993180e-01 -1.052453487755603823e-01 -1.408802340598733216e-01 -8.238095179186440131e-02 -1.117397055906937248e-02 -1.326543425080336342e-04 -1.652627999999999986e+00 1.334793383438355289e+07 +2.476000000000000000e+03 2.517950799339172541e+00 1.669560561430469159e+00 1.133849409415436771e+00 6.891379396848591465e-01 3.323963795120319920e-01 1.121586358506969916e-01 7.869442151229026627e-03 3.931426335745473704e-05 5.787039999999999962e-01 2.634918006729149818e+07 +2.477000000000000000e+03 2.477072455060751466e+00 1.656281226246788307e+00 1.138844471507632239e+00 7.045096222258376839e-01 3.474466184865416252e-01 1.202557087366991212e-01 9.032996189069065693e-03 5.832191311046918010e-05 7.809989999999999988e-01 3.015547907794976234e+07 +2.478000000000000000e+03 2.278212476453707058e+00 1.530492909812565250e+00 1.037517428237239248e+00 6.178526605276175587e-01 2.831006005708716078e-01 8.727775049533936791e-02 5.000677110964625756e-03 1.933173682968222448e-05 9.331100000000000505e-02 1.541750055704324692e+07 +2.479000000000000000e+03 2.191882627781448711e+00 1.417877491971177628e+00 9.485852647052460673e-01 5.748572120316846057e-01 2.865631011036270381e-01 1.066141155573187005e-01 9.830875541940703455e-03 8.108026342829351824e-05 9.876169999999999671e-01 8.741544890657288954e+06 +2.480000000000000000e+03 2.112780957851662311e+00 1.328337298728170746e+00 8.797655780914466206e-01 5.335537749048860912e-01 2.637279940696580227e-01 9.284638227085935391e-02 7.259287323633030649e-03 4.860794002446835798e-05 3.511650000000000049e-01 -9.620993696884140372e+06 +2.481000000000000000e+03 2.559882187672922527e+00 1.564645132028992247e+00 1.009736058700307471e+00 5.937063975020676621e-01 2.862340312983306378e-01 1.016030464586566567e-01 8.164350500621662954e-03 4.907825638321339272e-05 6.877910000000000412e-01 1.206544189654737338e+07 +2.482000000000000000e+03 2.149200418260725609e+00 1.335734891996532170e+00 8.577347515459275984e-01 4.918740129880552203e-01 2.222784997257207518e-01 6.890168558480290473e-02 4.175042699394970226e-03 2.023907692430640956e-05 -1.005140000000000061e-01 -8.804358478151952848e+06 +2.483000000000000000e+03 2.185860635145095543e+00 1.333310442213597957e+00 8.587903722502204795e-01 5.033260179954793800e-01 2.369764757787365950e-01 7.702173540694375042e-02 4.812519007959149310e-03 1.956627235298412083e-05 3.439000000000000216e-03 -5.000845990787087940e+06 +2.484000000000000000e+03 2.482103841064938976e+00 1.426082016339656811e+00 8.508966259243300190e-01 4.383279091306601649e-01 1.636024482580113737e-01 3.734413960031634366e-02 1.173956435792862822e-03 2.392976634136692851e-06 -1.413709999999999967e-01 2.160840176799096912e+07 +2.485000000000000000e+03 2.422912677396383163e+00 1.405658999072343374e+00 8.592425602262239170e-01 4.736642734982512981e-01 2.128104610401077568e-01 7.014112301299220420e-02 4.987789470618385693e-03 2.757761042584059555e-05 -4.629999999999999784e-04 -2.094025897373038530e+07 +2.486000000000000000e+03 2.835099554892825502e+00 1.534897136839893594e+00 8.922501313929296352e-01 4.794913860656247473e-01 2.175475721438767940e-01 7.271473232702588274e-02 5.119490348607739008e-03 2.897290461429981583e-05 2.483299999999999952e-01 3.049194907207025681e+06 +2.487000000000000000e+03 2.723880445743636081e+00 1.481725616808455825e+00 8.699586840932793663e-01 4.715950818434934133e-01 2.117207900318149039e-01 6.760382546234623702e-02 4.126740507814447012e-03 1.707895137545593559e-05 1.364699999999999941e-02 -3.049052288954610471e+06 +2.488000000000000000e+03 2.195927624264016664e+00 1.135550886840887008e+00 6.166735571438523023e-01 2.893285048538803972e-01 1.049936548123034802e-01 2.963088546890047664e-02 2.529493708288399565e-03 2.368093741251552491e-05 3.145000000000000018e-01 1.541092602899854071e+07 +2.489000000000000000e+03 2.436768113530498603e+00 1.326255218432743854e+00 7.456969214518620603e-01 3.519601404018405377e-01 1.087293132549373154e-01 1.183886990388655081e-02 -1.627050777241351902e-03 -1.795961875806402768e-05 -8.560600000000000431e-01 -1.404739774047285877e+07 +2.490000000000000000e+03 2.297982652424813477e+00 1.139997119519615021e+00 6.032300230002834995e-01 2.869477831111266197e-01 1.157199831532621098e-01 3.802178802862037771e-02 3.149274112532823855e-03 2.093233636624682232e-05 3.155890000000000084e-01 6.623826338862787001e+06 +2.491000000000000000e+03 2.812058447408707362e+00 1.369797660331518507e+00 7.156655134571400234e-01 3.340902756729657863e-01 1.244379994189042382e-01 3.025901562293087724e-02 -7.470071297439903439e-04 -8.400744058314412951e-05 -3.833190000000000208e-01 7.180421829926660284e+06 +2.492000000000000000e+03 2.333521167506993343e+00 1.056297605984331645e+00 5.048436288714305276e-01 2.118120907539336462e-01 6.845052719459240875e-02 1.091397888917873017e-02 -1.188467962835434988e-03 -2.214561895247399998e-05 -3.860040000000000138e-01 6.568214376898105256e+06 +2.493000000000000000e+03 2.323785062919600630e+00 1.089997427197789692e+00 5.183152733901928988e-01 1.982513612479329668e-01 5.518074798844580658e-02 1.369021288103234452e-02 1.680877379648900534e-03 3.635838361714207375e-05 -1.701599999999999988e-02 -1.567016038718211651e+07 +2.494000000000000000e+03 2.555229916960508163e+00 1.099619064230428656e+00 4.923388773307816324e-01 1.938277544587407863e-01 6.764970770224283669e-02 1.779458827248185313e-02 2.746337671398056571e-04 -9.850653958513919914e-06 -7.655099999999999405e-02 8.632831826197275892e+06 +2.495000000000000000e+03 2.408286790482378148e+00 1.175525116322685859e+00 5.538981515979999326e-01 1.747168736209229467e-01 -6.036224792133241569e-03 -3.892215900773943887e-02 -9.067041190614983509e-03 -1.560322830032453902e-04 -1.601150000000000073e+00 1.063439836255103536e+07 +2.496000000000000000e+03 2.687259832936291559e+00 1.232826620357950986e+00 5.513942212225465545e-01 1.661498984473237517e-01 -7.462833479350978712e-04 -2.602282881923640226e-02 -4.524790899902324422e-03 -4.646750999703714913e-05 -8.132110000000000172e-01 3.402705978244492784e+06 +2.497000000000000000e+03 2.377790388587905923e+00 1.032003823590612379e+00 4.390144252195195551e-01 1.369097218657628900e-01 2.542749210471149934e-02 4.022381746270878647e-03 5.572339330666559176e-04 5.803862213925929480e-06 -7.072000000000000161e-03 -2.006781313141870778e+06 +2.498000000000000000e+03 2.655205248099057336e+00 1.091865127136300684e+00 4.067761931026727673e-01 6.229698689991924887e-02 -4.313746229278998812e-02 -2.734698412107289256e-02 -1.355731044180247995e-03 1.446708171254125627e-05 -2.551260000000000194e-01 -1.280178305515184812e+07 +2.499000000000000000e+03 2.383905782493323411e+00 9.714116583521759107e-01 3.719397326068025755e-01 7.948800333874968260e-02 -1.685858182993750509e-02 -2.064845621577536885e-02 -3.557124823884616396e-03 -4.561061812327248859e-05 -6.795830000000000481e-01 -3.446631890841545071e+06 +2.500000000000000000e+03 2.688102714316953801e+00 1.052587493212739034e+00 3.791125205423470645e-01 6.816265059797761705e-02 -1.754360421631992115e-02 -1.177102420212686358e-02 -6.382509660085600731e-04 -3.919966768426053758e-07 -2.966799999999999993e-02 5.010207421402614564e+06 +2.501000000000000000e+03 2.794496411442429107e+00 1.117530640952981269e+00 4.211431950019360326e-01 9.604893993325397394e-02 2.064100311195722105e-03 -2.280679552290265714e-05 1.254653562842773578e-03 2.114376088956603211e-05 3.268929999999999891e-01 9.691995208890706301e+06 +2.502000000000000000e+03 2.967705249656662048e+00 1.822336468638996676e+00 1.182272997734054254e+00 7.023506863285843282e-01 3.398721686047089796e-01 1.171016902016939198e-01 9.061319517498566539e-03 7.401740796512559599e-05 6.337840000000000140e-01 1.900794933257829398e+07 +2.503000000000000000e+03 3.027610455026213288e+00 1.854417820515788851e+00 1.197665605203931172e+00 7.070380450726396759e-01 3.409554452178723549e-01 1.188635257361479458e-01 9.994627519944475347e-03 1.018139782858307982e-04 8.363479999999999803e-01 2.262500919826779515e+07 +2.504000000000000000e+03 2.935761026814249330e+00 1.793028792606948585e+00 1.155145457513141682e+00 6.781657262017135590e-01 3.209506422322516150e-01 1.061167828722640732e-01 7.175202582225216272e-03 4.121049874419749175e-05 3.198449999999999904e-01 1.607595762864198163e+07 +2.505000000000000000e+03 2.938994574495911838e+00 1.796114108377869778e+00 1.158064888261655767e+00 6.808012507556313597e-01 3.230098948402367331e-01 1.072912926218633906e-01 7.366083306958897368e-03 4.416888640517808659e-05 3.527910000000000212e-01 1.652697280358367041e+07 +2.506000000000000000e+03 2.855065373289658481e+00 1.651730938538409577e+00 1.034516635890008640e+00 6.018959651912132447e-01 2.934183047921039567e-01 1.079169505523557560e-01 1.051670605679721690e-02 1.183981276847796335e-04 7.291720000000000423e-01 -2.096940288810229674e+07 +2.507000000000000000e+03 3.070722889118388199e+00 1.750366711196570613e+00 1.075202740484493269e+00 6.060091334812157671e-01 2.814609680703059058e-01 9.846389610039792128e-02 9.180737327162152850e-03 1.000206032188216487e-04 5.075720000000000232e-01 -2.263780995718137175e+07 +2.508000000000000000e+03 3.030205605784990652e+00 1.696537012176608350e+00 1.007258211864979991e+00 5.321502018074437679e-01 2.224393878521951362e-01 6.787139362521851793e-02 4.684721070133021983e-03 2.627805214913648494e-05 -2.287140000000000006e-01 -3.552862232017999887e+07 +2.509000000000000000e+03 3.314524963624842613e+00 1.884300282226517353e+00 1.131025684068185599e+00 6.069253572861648127e-01 2.596607617376459065e-01 8.100168552774629493e-02 5.845294691709576780e-03 3.798257776603566047e-05 3.978999999999999898e-02 -1.379266467375906371e+07 +2.510000000000000000e+03 3.586742388189728015e+00 1.942078040417187346e+00 1.106043817164204857e+00 5.512695408436287803e-01 2.096093119036522290e-01 5.386771848785348871e-02 2.260837635472628428e-03 4.541925044658879278e-06 -4.707589999999999830e-01 -1.767789064823963493e+07 +2.511000000000000000e+03 3.358043894562813048e+00 1.817028174562106191e+00 1.040395906528130299e+00 5.343352517025989901e-01 2.282218501466692084e-01 8.088387530994284313e-02 1.033646824089750303e-02 2.225839931104068106e-04 1.223316999999999988e+00 1.026590372623669542e+07 +2.512000000000000000e+03 3.515180577744303925e+00 1.863497819390155019e+00 1.042773173231211103e+00 5.214075189374987040e-01 2.117878162603596959e-01 6.348791740917943127e-02 4.109214807647782776e-03 2.113820045417936141e-05 1.394320000000000004e-01 7.850469902729677036e+06 +2.513000000000000000e+03 3.054347147490172887e+00 1.539346405716647714e+00 8.458899672066508835e-01 4.361395484916303356e-01 1.991600977318435106e-01 7.279699957588840753e-02 7.401345452318724288e-03 1.025081544988407789e-04 1.050661000000000067e+00 3.002847836290479451e+07 +2.514000000000000000e+03 3.463313022528154761e+00 1.746171524989905244e+00 9.275237682672734518e-01 4.462685293406339349e-01 1.938661138778836890e-01 7.804984318757324235e-02 1.165411804649510094e-02 2.432709838587627095e-04 1.736742000000000008e+00 2.160978334959661961e+07 +2.515000000000000000e+03 3.126895249124671317e+00 1.610044064062040814e+00 8.595492036923667589e-01 3.873474947172129146e-01 1.276229400741964171e-01 2.907984100157489163e-02 1.295819998712133747e-03 3.803565967225929726e-06 -1.306130000000000069e-01 6.252632662535987329e+05 +2.516000000000000000e+03 3.542211403125341107e+00 1.757608499949903758e+00 8.984967351738049057e-01 3.768594086219806960e-01 1.032341899211317165e-01 1.044706495288504934e-02 -1.878010880449448644e-03 -3.255486240714407724e-05 -3.930480000000000085e-01 2.466300618882141635e+07 +2.517000000000000000e+03 3.298369232809107210e+00 1.613040576310051932e+00 8.231730906733616404e-01 3.604373296880485911e-01 1.223621523750039602e-01 3.294101671254190400e-02 3.152317413915380236e-03 4.801347644032287243e-05 4.006029999999999869e-01 1.471842998966369405e+07 +2.518000000000000000e+03 3.306951095042399480e+00 1.594078843225737563e+00 7.948070731106945397e-01 3.308578316382008166e-01 9.823024914833733412e-02 1.864638449160056083e-02 8.161076714686707565e-04 1.339284167288715636e-05 -8.196999999999999426e-03 9.781001644404763356e+06 +2.519000000000000000e+03 3.728881188498006427e+00 1.805604340793021345e+00 8.951960929649600551e-01 3.611775915381909563e-01 9.324342835012081054e-02 5.085071655680339919e-03 -3.214849061996711242e-03 -6.109101053378464816e-05 -6.594330000000000469e-01 1.779704590580772981e+07 +2.520000000000000000e+03 3.099994476175299774e+00 1.447347779181568539e+00 6.718595936641955646e-01 2.303056373192186590e-01 3.233027363551140010e-02 -1.063527051577334466e-02 -2.147761021121226931e-03 -6.951640954269593411e-06 -4.793049999999999811e-01 2.947158671441424638e+06 +2.521000000000000000e+03 3.077760452485331477e+00 1.431375046277452601e+00 6.528845166731376271e-01 2.057483508053712384e-01 7.323041396822349038e-03 -2.639139403951233642e-02 -4.835363520329771098e-03 -5.481599147878629539e-05 -9.345470000000000166e-01 -1.564401771312002791e+06 +2.522000000000000000e+03 3.780438539867739589e+00 2.264716341267104749e+00 1.446342069230093008e+00 8.485902562398728310e-01 4.047646908745008987e-01 1.368813866457558592e-01 1.031283903495861312e-02 7.048163181537244577e-05 2.349640000000000062e-01 -1.522009478171453066e+07 +2.523000000000000000e+03 4.172097201571110858e+00 2.461947199602406045e+00 1.554533043164566086e+00 9.090486485277083917e-01 4.424613255017822433e-01 1.567659089454287169e-01 1.249678630079651548e-02 8.196924211432385669e-05 7.276789999999999647e-01 2.065383836757873651e+06 +2.524000000000000000e+03 3.549743225459596196e+00 2.078199454319418216e+00 1.300460564492549098e+00 7.403701491301152293e-01 3.352861154834106405e-01 1.041202298709359708e-01 6.022565942296624966e-03 2.167740244549787543e-05 -1.445349999999999968e-01 -1.677803532734888373e+06 +2.525000000000000000e+03 4.071153652914349941e+00 2.368661314893020453e+00 1.469367757606591107e+00 8.345780133522783251e-01 3.908238721060892651e-01 1.331356476915830367e-01 9.863161366723416021e-03 5.892026523765138001e-05 3.751160000000000050e-01 -3.154994267020853236e+06 +2.526000000000000000e+03 4.181181651338063077e+00 2.355504215922570754e+00 1.423068325630423292e+00 7.809314137303224879e-01 3.440374427864830165e-01 1.075668825581092003e-01 7.076824652567052266e-03 3.647017923508783264e-05 -9.380099999999999549e-02 -1.713570198725553602e+07 +2.527000000000000000e+03 4.148340780537679073e+00 2.360707757754156422e+00 1.435474129789145792e+00 7.886866835082810834e-01 3.447750778195693422e-01 1.061769438772971752e-01 6.810159773149409602e-03 3.426547394438479385e-05 -1.746910000000000129e-01 -1.781265674255631864e+07 +2.528000000000000000e+03 4.196773144244876796e+00 2.327278839530560361e+00 1.362341154749681760e+00 7.063400410962570319e-01 2.835457124576949983e-01 7.732597108567916544e-02 3.949658271853947328e-03 2.236634196228972510e-05 1.328509999999999969e-01 4.476701672416335344e+07 +2.529000000000000000e+03 3.754005589230334117e+00 2.070938573961480067e+00 1.222396966319075462e+00 6.572565113851266405e-01 2.946257112520670463e-01 1.034112907338135823e-01 1.025794569220693855e-02 1.287292913264346628e-04 8.211330000000000018e-01 -7.309400095035641454e+06 +2.530000000000000000e+03 4.150476295760016754e+00 2.276638711868024689e+00 1.300632525017719532e+00 6.457570332595492513e-01 2.446583730360870346e-01 6.403555431137232523e-02 2.965395820988031908e-03 4.157106630858816119e-06 -2.555080000000000129e-01 6.263972720334204845e+06 +2.531000000000000000e+03 3.884075076012605710e+00 2.149358567010989596e+00 1.240658902401324148e+00 6.282594712626288214e-01 2.524803090983408493e-01 7.791749920358526094e-02 6.964233883113522643e-03 1.007759891909147231e-04 4.270030000000000214e-01 4.878341037682970054e+06 +2.532000000000000000e+03 4.013896734628815466e+00 2.139065736358151337e+00 1.202821732866236948e+00 5.993244062055104182e-01 2.392263301955932508e-01 7.109853481667066655e-02 4.954321889320831632e-03 3.804468736581656513e-05 -7.630000000000000671e-02 -1.979653087559304014e+07 +2.533000000000000000e+03 4.159837159653203997e+00 2.233575821783850834e+00 1.269466338560718777e+00 6.347583678020616293e-01 2.407452695402294007e-01 5.834442470014376825e-02 1.261244216929232947e-03 -2.486488078169495856e-05 -1.942409999999999970e-01 3.844886765596608073e+07 +2.534000000000000000e+03 4.221571472052102258e+00 2.180931951257171875e+00 1.170012186192875614e+00 5.442859497173662131e-01 2.050476757972803377e-01 6.374694998224213205e-02 5.863979909927410396e-03 5.954379633307045112e-05 3.014379999999999837e-01 -1.200224367830413021e+07 +2.535000000000000000e+03 3.763273142813890804e+00 1.949531182639427263e+00 1.059743717525646112e+00 5.011702569802489737e-01 1.786369075047902488e-01 4.122274278455671098e-02 1.340514542006080324e-03 2.237834646512188211e-06 -2.658900000000000152e-01 6.190880189815106802e+06 +2.536000000000000000e+03 4.203235837348883841e+00 2.150702673286955857e+00 1.123334335872873346e+00 4.834265991316470945e-01 1.453914985351746070e-01 2.756526561049194371e-02 5.121947689474902043e-04 -5.752479001201448933e-06 -3.282900000000000262e-01 4.545925663455169648e+06 +2.537000000000000000e+03 3.812405969276477791e+00 1.913191203494342796e+00 1.011070503564571066e+00 4.658405575306202584e-01 1.625334381565732567e-01 3.533304895361452647e-02 2.104265904864200624e-04 -2.338232195472274310e-05 -8.389499999999999735e-02 3.395950872707045078e+07 +2.538000000000000000e+03 3.996247637463699931e+00 1.971483565728801013e+00 9.804363512160286787e-01 3.817189357597521870e-01 8.342594655367417678e-02 2.105307698297103735e-04 -2.079246145884451526e-03 -2.484500213287138074e-05 -5.076380000000000337e-01 1.030115065345642716e+07 +2.539000000000000000e+03 4.000027200933982563e+00 1.972308496930491373e+00 9.795472664046788180e-01 3.798867516517047127e-01 8.152257808434737463e-02 -1.021601972032564918e-03 -2.290689974046435356e-03 -2.806432533229559243e-05 -5.384520000000000417e-01 1.057235543490529060e+07 +2.540000000000000000e+03 3.864974898920151336e+00 1.857916675326846789e+00 8.963148636781467227e-01 3.259055179230567201e-01 5.229178436187580103e-02 -1.403002405066495865e-02 -4.408980395323792642e-03 -6.513189041918163505e-05 -9.242709999999999537e-01 -2.112225455898954067e+06 +2.541000000000000000e+03 3.929572638306636723e+00 1.903377435409389307e+00 9.266279197504574405e-01 3.422242655671688394e-01 5.753442862878955372e-02 -1.400218042750083283e-02 -4.815461715560507595e-03 -7.708585482327551708e-05 -9.994870000000000143e-01 -4.613304736585029168e+05 +2.542000000000000000e+03 4.269471624931803433e+00 2.514706376064260951e+00 1.575821518478409899e+00 9.103597065997000026e-01 4.410139765924061539e-01 1.609303437763078271e-01 1.516781052468881182e-02 1.640690468173089042e-04 1.209846999999999895e+00 2.190498439044914208e+06 +2.543000000000000000e+03 4.273122522382291955e+00 2.515516817541302519e+00 1.574669476763772780e+00 9.079021687240942384e-01 4.384472776040689856e-01 1.593867356694440574e-01 1.492435828090202081e-02 1.597319056897793645e-04 1.174395999999999995e+00 2.245559253628170118e+06 +2.544000000000000000e+03 4.310529617834923499e+00 2.517002113520458106e+00 1.552755148989828582e+00 8.708326982021690199e-01 4.006209486850653700e-01 1.357608056655428275e-01 1.088913328938047494e-02 8.587322394798932630e-05 4.654849999999999821e-01 -7.537255049541059881e+06 +2.545000000000000000e+03 4.699700216153591015e+00 2.698089682719702509e+00 1.648148989782755480e+00 9.032831359073354438e-01 3.867344435043291173e-01 1.147902667423172929e-01 7.036276109783832361e-03 3.630282715827313551e-05 -8.440699999999999592e-02 4.330534251487368718e+06 +2.546000000000000000e+03 4.958502851527051725e+00 2.782953510688117138e+00 1.654259128154234926e+00 8.845100801608442032e-01 3.794972039590963631e-01 1.161257779758674835e-01 7.191671243478774643e-03 3.210442356317440543e-05 5.688399999999999707e-02 7.468879694924133830e+06 +2.547000000000000000e+03 4.896966944121566634e+00 2.804627651171895053e+00 1.680240722662954989e+00 8.869620388242679399e-01 3.593922522510176742e-01 9.869116653810157402e-02 5.038754823959964817e-03 2.122631494167225897e-05 -5.244039999999999813e-01 -8.889876795816017315e+06 +2.548000000000000000e+03 5.043229427903138884e+00 2.781891602178229839e+00 1.635515880525597598e+00 8.712809904782375936e-01 3.784400085311837580e-01 1.215556569556194011e-01 9.454392901378600930e-03 9.185854982881954561e-05 2.803749999999999853e-01 -1.443629340375310183e+07 +2.549000000000000000e+03 4.671015677518441045e+00 2.630340116763444591e+00 1.553698846720976690e+00 8.150812049183877583e-01 3.392750808121333117e-01 1.038030509129238832e-01 7.829942065341686380e-03 6.296935571205835973e-05 1.347599999999999909e-01 -6.329376508669794537e+06 +2.550000000000000000e+03 4.984971303091453088e+00 2.736544256832419197e+00 1.589087100806065633e+00 8.214480161518485923e-01 3.371267514779531793e-01 9.989315651152200215e-02 6.227467452170000646e-03 3.146100918825946299e-05 -9.036900000000000488e-02 -8.262149833224750124e+06 +2.551000000000000000e+03 4.571082259136209025e+00 2.509567957776980496e+00 1.430927353635937260e+00 7.113847839059566081e-01 2.744412451393838936e-01 7.467125616882795691e-02 3.634155694034499600e-03 5.739783032169254067e-06 -1.872479999999999978e-01 1.264163103304209746e+07 +2.552000000000000000e+03 4.765377975203384686e+00 2.582093523921586531e+00 1.464385192431349347e+00 7.196318781063103520e-01 2.671096301135777451e-01 6.895337065471847382e-02 3.703343734710764449e-03 1.854279347091381723e-05 -6.958760000000000501e-01 -4.479925358573171496e+07 +2.553000000000000000e+03 4.795677502010969206e+00 2.600103760812800591e+00 1.475716197247142203e+00 7.260386852115492395e-01 2.698172529625968985e-01 6.958474009434197083e-02 3.659071257768249305e-03 1.633910195002842691e-05 -7.112110000000000376e-01 -4.467714827835053205e+07 +2.554000000000000000e+03 4.746308126886988887e+00 2.507831413157961542e+00 1.385306166732247268e+00 6.644599691848469547e-01 2.409624417370062055e-01 5.783592811906252545e-02 2.044276172379834184e-03 2.597790599347535738e-06 -1.670929999999999915e-01 2.640141491358172148e+07 +2.555000000000000000e+03 4.811442875573973765e+00 2.535427452721367381e+00 1.399121192601766372e+00 6.750153303912327374e-01 2.526821391421150143e-01 6.645080676421218080e-02 3.394423787840434529e-03 1.631048295046415726e-05 1.591499999999999859e-02 2.262490802638558298e+07 +2.556000000000000000e+03 5.798760472560721801e+00 3.295835088629637699e+00 1.976290536167993661e+00 1.064714858542901821e+00 4.652945465486149623e-01 1.515968519338544707e-01 1.191993962809288592e-02 9.337666220613005457e-05 6.788939999999999975e-01 4.992200581316611730e+06 +2.557000000000000000e+03 5.821086102714581934e+00 3.319761851444233525e+00 1.996949779245418721e+00 1.079529302744852259e+00 4.738162254002384888e-01 1.555592645117369888e-01 1.253130381809978121e-02 1.036461753534523701e-04 7.709430000000000449e-01 5.609276796958954073e+06 +2.558000000000000000e+03 5.475556481313915036e+00 3.072277825451765754e+00 1.819505874346117213e+00 9.660583885217043365e-01 4.100024030263768604e-01 1.244424151422854896e-01 7.916711057698960080e-03 4.080326609932049127e-05 -1.163830000000000003e-01 -1.520115715229721926e+07 +2.559000000000000000e+03 5.615745583588759970e+00 3.139985069617222013e+00 1.856194441495787828e+00 9.871707020889388673e-01 4.253118091590010197e-01 1.344291942516715188e-01 9.528037655256152774e-03 6.121877940914464196e-05 1.845449999999999868e-01 -1.268505997991905361e+07 +2.560000000000000000e+03 5.177828662412643723e+00 2.844584235834965114e+00 1.656713580870981639e+00 8.656900379624339337e-01 3.619862864998135699e-01 1.084069640521229672e-01 6.804412539716514670e-03 3.918247751747963765e-05 -1.744999999999999885e-01 -1.843674545740455016e+07 +2.561000000000000000e+03 5.178526226898533480e+00 2.868324674129762553e+00 1.675545232783858918e+00 8.705689087753621935e-01 3.603700354037236986e-01 1.115931496698777808e-01 9.114821837865199478e-03 9.061128520087168481e-05 7.493700000000000361e-02 -3.096722334306402877e+07 +2.562000000000000000e+03 5.318405243921446868e+00 2.918648799447605136e+00 1.675468644756120673e+00 8.427585112125367539e-01 3.260037198185936069e-01 8.652965212751782820e-02 4.220609338222442407e-03 1.384068417403698895e-05 -5.244539999999999758e-01 -1.359548222655171528e+07 +2.563000000000000000e+03 5.262598346653040160e+00 2.883878191041070238e+00 1.668382314293339386e+00 8.587849750778870916e-01 3.484553877983485037e-01 9.903026573434495217e-02 5.355749164337094206e-03 2.256668706272057362e-05 -3.931799999999999740e-01 -1.802095935437361151e+07 +2.564000000000000000e+03 5.206723151040677955e+00 2.816314147573239168e+00 1.596702821191960275e+00 7.906212087839253888e-01 2.961736616602094752e-01 7.395813646836814359e-02 3.344740030407510403e-03 1.319502096331710436e-05 -1.249259999999999954e-01 3.063332311107704416e+07 +2.565000000000000000e+03 5.206686523573250902e+00 2.817127853341559351e+00 1.597951743510624745e+00 7.918752100938700744e-01 2.970052396334345590e-01 7.431708088386422550e-02 3.387757343684126218e-03 1.371500008191644111e-05 -1.256609999999999949e-01 3.007411492805307731e+07 +2.566000000000000000e+03 -2.425410328955589723e+00 -9.709603344079120735e-01 -3.758700581375427618e-01 -1.064200667196236183e-01 -3.039096211785798779e-02 -1.766713271618951947e-02 -3.175499796385222121e-03 -3.605069151544190904e-05 -3.166340000000000265e-01 1.441557613133885898e+07 +2.567000000000000000e+03 4.348867883699714554e+00 2.320428564517446723e+00 1.309967230683581452e+00 6.554016604953634140e-01 2.560940250279949426e-01 6.898458278976246638e-02 3.368366919286674803e-03 1.170119454798719710e-05 -6.791369999999999907e-01 -4.444099804613185674e+07 +2.568000000000000000e+03 -1.399887198144421641e+00 -7.980760225177454537e-01 -4.931304582512796575e-01 -2.819120319257191198e-01 -1.340995147198628390e-01 -4.729819493314132289e-02 -3.856244284399496132e-03 -2.495512224453774560e-05 -4.920109999999999761e-01 -2.057546361891162768e+07 +2.569000000000000000e+03 3.392846736860049006e-01 1.892014135745264947e-01 1.246871349601224310e-01 8.555308971958369701e-02 5.452341839182053840e-02 2.476147847030954474e-02 2.138446094951402653e-03 9.672387991013830442e-06 2.960530000000000106e-01 7.661484825079358183e+06 +2.570000000000000000e+03 -3.387652273132832903e+00 -1.808627031677319419e+00 -1.014169457068590408e+00 -5.017559931974966414e-01 -1.937372056522684571e-01 -5.052856113545354383e-02 -1.624447829755451414e-03 1.610296426416610972e-05 -1.078699999999999971e-02 -3.560920049749476463e+07 +2.571000000000000000e+03 -4.173640679189630776e-01 -8.940609097825860663e-02 4.043692255318370732e-02 1.021540173985100025e-01 1.116911111894735714e-01 7.246841910997023350e-02 1.182350017520546887e-02 1.740565340849521963e-04 1.698755000000000015e+00 -1.747830208184561878e+07 +2.572000000000000000e+03 3.136481794535113998e+00 1.610683704079525436e+00 9.009227552848058096e-01 4.761892246612389745e-01 2.229261864345742361e-01 8.057973265090852266e-02 6.640943615593323558e-03 4.427415161832432385e-05 8.278050000000000130e-01 2.822586011683639511e+07 +2.573000000000000000e+03 -3.292495003442474366e-01 -1.294961763174143077e-01 -5.030543937116701420e-02 -5.906981110322519300e-04 2.900860455853483677e-02 2.804670291302058596e-02 5.465737467433034145e-03 8.739520776515097582e-05 7.214220000000000077e-01 -2.288009465085525066e+07 +2.574000000000000000e+03 -2.514743891818508548e+00 -1.302051324659529330e+00 -7.111417742201825432e-01 -3.442348957894900141e-01 -1.313516046148940075e-01 -3.418012724351252724e-02 -1.433762425042167362e-03 -3.222190354184026156e-06 3.358200000000000074e-01 1.616800537041161023e+07 +2.575000000000000000e+03 -4.033027016679086585e-01 -2.890566777804888798e-01 -1.910987102315858943e-01 -1.037198223091214816e-01 -4.135840562579676249e-02 -1.123509389219814157e-02 -7.277622223200292100e-04 -1.377869783754990436e-05 1.557689999999999908e-01 1.419374954087343812e+07 +2.576000000000000000e+03 1.240213705618808948e+00 7.085792523033563883e-01 4.296097870706996891e-01 2.308447785680521891e-01 9.348019459813419751e-02 2.490280726251197646e-02 1.268921530062187830e-03 6.054944218360572114e-06 7.723800000000000110e-02 1.213011230737625808e+07 +2.577000000000000000e+03 -9.904058955691228405e-01 -4.408433922062818255e-01 -2.165933850401149663e-01 -9.221700259105361508e-02 -2.614916199755124016e-02 -1.731946019865024606e-03 8.297726651629502154e-04 1.014046757862900631e-05 1.997190000000000076e-01 -6.743773598774222657e+06 +2.578000000000000000e+03 -5.224325354368759555e-01 -3.345860947315798528e-01 -2.623975480830007534e-01 -1.960241415167064127e-01 -1.157837817532676034e-01 -4.825094486463853138e-02 -6.905155710244587595e-03 -1.901300259761114773e-04 -1.126657999999999937e+00 -2.488268096762559935e+07 +2.579000000000000000e+03 3.303660529721291983e+00 1.886646269501238260e+00 1.126371289245176266e+00 5.864024932835972814e-01 2.253149742949545897e-01 5.346140356124760157e-02 1.591218307832433735e-03 6.633583321372409003e-08 -6.385549999999999837e-01 -7.184976796350197867e+06 +2.580000000000000000e+03 1.404715367587984487e-01 1.080218447663723047e-01 7.303252740635976514e-02 4.002837840894766380e-02 1.645203605317877016e-02 5.489025189815146047e-03 6.199166055905589064e-04 5.872219460405976271e-06 1.949690000000000034e-01 1.131499552461087704e+07 +2.581000000000000000e+03 -5.411370836069007151e-01 -1.676583550340241535e-01 -5.604711830828321834e-02 -2.825937745550496927e-02 -2.732399396676345529e-02 -1.837626092107732395e-02 -2.621109902693217857e-03 -2.570425217408080107e-05 -3.493109999999999826e-01 3.132611508133944124e+06 +2.582000000000000000e+03 9.079058810619129449e-01 3.931352388356207928e-01 1.490694717576522277e-01 1.426582978956270585e-02 -3.309766821737579467e-02 -2.352989597053104648e-02 -2.507819258276164018e-03 -1.349822579649656859e-05 -4.730929999999999858e-01 -1.136657394155102596e+07 +2.583000000000000000e+03 -9.428575302455777241e-03 2.398984604592133141e-02 2.557347398361435598e-02 1.589523968175645882e-02 5.282895321476513070e-03 1.428486756243617123e-04 -4.526885680772834829e-04 -2.735976017420777880e-06 -2.436299999999999924e-02 7.084800024298479781e+06 +2.584000000000000000e+03 4.121726328259767591e+00 2.235697345440653461e+00 1.274941138406908703e+00 6.382389235665599792e-01 2.468499763570881078e-01 6.684037375755395860e-02 3.765227521753299316e-03 2.060805474010725283e-05 -1.438339999999999896e-01 2.191450055037700571e+06 +2.585000000000000000e+03 3.279610308605251046e+00 1.890352991054751630e+00 1.140225839104854311e+00 6.069159080318647925e-01 2.487414973612368241e-01 6.931104694470786864e-02 3.392225412844225400e-03 5.529110707124361497e-06 2.176450000000000051e-01 4.872703007047113776e+07 +2.586000000000000000e+03 -2.932105270713553091e-03 1.180349969354172746e-01 1.497369407637860750e-01 1.390485995760005755e-01 9.560051549091820589e-02 4.391965452676076936e-02 4.932535983143559663e-03 4.876393040451349733e-05 5.908269999999999911e-01 -4.718343484758462757e+06 +2.587000000000000000e+03 8.691951926485731728e-02 2.161708776522930087e-01 2.371852605153983162e-01 2.064317954367523300e-01 1.399779167481041697e-01 6.679095397096379561e-02 7.662724535381621946e-03 6.520034561935918118e-05 1.179756000000000027e+00 1.069648773624897376e+07 +2.588000000000000000e+03 -2.125838817827186755e+00 -9.015175839030459271e-01 -4.209498200727908035e-01 -2.038612079381354747e-01 -1.162634973754114592e-01 -5.826193020152457824e-02 -7.119429464182399150e-03 -7.154202937712044700e-05 -8.320579999999999643e-01 1.104384518419309147e+07 +2.589000000000000000e+03 -2.783920452845269067e-02 -5.942362391996035970e-02 -5.770073315801158009e-02 -3.524573111070639087e-02 -1.138090857673801706e-02 -2.102264256347155264e-03 -2.106373029796836419e-04 3.723658855708554874e-06 4.105700000000000321e-02 6.600458400716513395e+06 +2.590000000000000000e+03 7.202244265623514163e-02 4.315279409745906986e-02 3.397388616075864426e-02 3.437347973149383618e-02 4.006060252673553784e-02 3.375207941448206406e-02 8.008119562302387986e-03 1.876681241386671934e-04 1.352449999999999930e+00 -3.185085267334788106e+06 +2.591000000000000000e+03 2.648257267209004895e-01 2.245478154677892635e-01 2.110877740736370189e-01 1.998697555066203668e-01 1.603243491229777995e-01 8.545622149908219112e-02 1.153625626471929677e-02 1.859163481283019833e-04 1.677356000000000069e+00 9.388838047473834828e+06 +2.592000000000000000e+03 6.478600131052459909e-01 2.523974626914407549e-01 6.228676941369774150e-02 -3.423892362221103020e-02 -4.966702273153864727e-02 -2.547929396298237448e-02 -3.233141607610086950e-03 -5.359495208079210284e-05 -4.675130000000000119e-01 -1.479189844771999400e+06 +2.593000000000000000e+03 5.712562710043770364e-01 3.740807095257838721e-01 2.464346766818134860e-01 1.357946053710486767e-01 4.825847746749916539e-02 6.412826213943987469e-03 -7.295228120581929597e-04 -1.005475470111710036e-05 -3.273639999999999883e-01 -4.124360052866632584e+06 +2.594000000000000000e+03 2.681471553156637100e+00 1.514945772040709127e+00 8.947341653609354184e-01 4.621684595961204622e-01 1.801792678266774805e-01 4.680397841346248256e-02 2.079164514233523917e-03 5.202804101356870997e-06 -1.601990000000000081e-01 6.508550026808388531e+06 +2.595000000000000000e+03 -2.375859130052821566e+00 -1.114842618103693672e+00 -5.313034292415200754e-01 -2.052144346878190528e-01 -5.931455792644407116e-02 -1.566177667868911758e-02 -1.645519842873690783e-03 -1.521605443137224416e-05 -1.452229999999999910e-01 -2.481893594572500326e+06 +2.596000000000000000e+03 -1.763150287850461462e+00 -7.589748801226814390e-01 -3.636223259105810235e-01 -1.668251493637979144e-01 -7.222009442293268744e-02 -2.639041549471638284e-02 -2.273222571856947302e-03 -1.306210036963743953e-05 -2.303969999999999907e-01 -1.024308877314432641e+06 +2.597000000000000000e+03 -7.761748609344087946e-01 -2.966750915153362200e-01 -8.784332139751770130e-02 2.271449598315448959e-02 5.879173193129853120e-02 3.935345211562132905e-02 4.932982022604100701e-03 4.001091097015918189e-05 6.460580000000000211e-01 -8.660989519423674792e+06 +2.598000000000000000e+03 -2.436248768426742206e+00 -1.357455837653384068e+00 -8.179767714056123129e-01 -4.589523945407879002e-01 -2.135579156177535853e-01 -7.068334241182297473e-02 -4.946137136492705783e-03 -2.972864047174862489e-05 4.457300000000000151e-02 2.463506261047763750e+07 +2.599000000000000000e+03 1.468269860336197663e+00 4.800372507491480478e-01 1.206209176706352915e-01 -1.468610456253551487e-02 -3.933918717532625814e-02 -2.959168869630958779e-02 -6.587435708588110922e-03 -1.256064877763842826e-04 -1.075792999999999999e+00 1.259023716441378929e+07 +2.600000000000000000e+03 -1.889660478900702101e+00 -8.438836703884876611e-01 -3.698717881224488635e-01 -1.143449923205137331e-01 -1.202497523092124244e-02 4.531834155017479965e-03 9.187234361428072869e-04 1.963213576765779846e-05 3.598299999999999832e-01 1.749125273055340350e+07 +2.601000000000000000e+03 4.109718738034638719e+00 2.322131381833717256e+00 1.385961951646260237e+00 7.365432324039844492e-01 3.008653248279065107e-01 8.032449437938658787e-02 3.451977459695942940e-03 9.898477121462129831e-06 -6.587950000000000195e-01 -1.486429585121708177e+07 +2.602000000000000000e+03 6.298768660740541314e-01 3.012281330906200205e-01 1.384516848473568151e-01 4.685554169933346669e-02 1.354511173430643020e-02 7.071437115651895040e-03 9.526493625535422749e-04 3.922782899912593998e-06 2.420420000000000071e-01 9.541703401027040556e+06 +2.603000000000000000e+03 -3.968659577705407338e-01 -2.632862976483295037e-01 -1.677408324078797086e-01 -8.770017116003736568e-02 -2.806286467934340778e-02 -1.010031457482521043e-03 1.292933808274726462e-03 1.832409946959161367e-05 2.251170000000000115e-01 -1.098478536958687194e+07 +2.604000000000000000e+03 1.933795944648837084e+00 1.041691032140804607e+00 5.835850774820633413e-01 2.770819169901008183e-01 8.941618282528457362e-02 1.306154523632495519e-02 -6.104623894822647830e-04 -5.554890108967237161e-06 -3.640399999999999747e-01 7.484495960234877653e+06 +2.605000000000000000e+03 1.895233976706286017e+00 1.048715198477984334e+00 6.296923857914696887e-01 3.446428455979835270e-01 1.485791179176578769e-01 4.329664594785418569e-02 2.486101380055093842e-03 1.427368051499782817e-05 -8.612899999999999723e-02 -4.911286562666460872e+06 +2.606000000000000000e+03 -4.618044488454623453e-01 -3.078747498583589981e-01 -2.057347090168518966e-01 -1.284082445260351923e-01 -7.504577011914215223e-02 -3.663970810326279415e-02 -4.798591582489708865e-03 -6.078375850005583860e-05 -7.509069999999999911e-01 -8.237477151758974418e+06 +2.607000000000000000e+03 -6.551204360943968519e-01 -2.883048971102156743e-01 -1.711053296638319343e-01 -1.121559706321700184e-01 -6.457963526553749112e-02 -2.870212562820834146e-02 -4.526211186286992379e-03 -8.579588117998653680e-05 -6.977029999999999621e-01 -1.594765400754458737e+06 +2.608000000000000000e+03 -2.700105785547536330e-01 -1.465983582463942503e-01 -7.904535102248022582e-02 -2.813604252862060562e-02 3.926714485101063037e-03 1.083509250680977400e-02 2.393163302434721598e-03 3.026043859196704048e-05 2.697280000000000233e-01 -1.776569057564156502e+07 +2.609000000000000000e+03 1.474088348630787360e-01 3.202670887414973966e-02 -1.607566253278675319e-02 -3.880826559941281256e-02 -3.925920403736219561e-02 -2.193127812198815071e-02 -2.512963861627519335e-03 -1.968597160073013686e-05 -3.874940000000000051e-01 -5.764500780082250945e+06 +2.610000000000000000e+03 -1.734575901225984818e-03 -1.514865131843773360e-02 -6.062408490804074152e-02 -8.721156163657817206e-02 -7.050661390516044236e-02 -3.190357322163715065e-02 -3.395237927992855471e-03 -4.153382804923781035e-05 -2.698769999999999780e-01 1.286071934624881484e+07 +2.611000000000000000e+03 3.058462481818089884e+00 1.694057853477203945e+00 9.990766992337801744e-01 5.286544829035848547e-01 2.228148881322308261e-01 6.882162836653718530e-02 5.337499843806640769e-03 4.857850326573317931e-05 1.127950000000000064e-01 -1.303251658363508619e+07 +2.612000000000000000e+03 -2.365231904331220603e-02 -7.803870819157615601e-02 -5.104998438348843509e-02 -9.294644581714349776e-03 1.418860851049731642e-02 1.090069577699288687e-02 1.233243816393811247e-03 6.306632004783420293e-06 1.253390000000000060e-01 -1.680689480314944871e+06 +2.613000000000000000e+03 3.175673192423580371e+00 1.768530043919464889e+00 1.018335671486038096e+00 4.976911992169695820e-01 1.706376582406221032e-01 3.367070647231249630e-02 4.288912502345957234e-04 -7.483257740050513243e-06 -7.691040000000000099e-01 -2.366586525832226127e+07 +2.614000000000000000e+03 -1.294752991396754149e+00 -4.754571648859229338e-01 -1.561181934808971994e-01 -1.668672664226335256e-02 1.956398775071170951e-02 1.442693055083742702e-02 2.499636195006450182e-03 4.545055795083825513e-05 4.495410000000000239e-01 2.408136795601641352e+05 +2.615000000000000000e+03 -7.546126677902406099e-01 -4.294475485133657511e-01 -2.574826369401217452e-01 -1.412658242971477074e-01 -7.019585019570923068e-02 -3.129412062159525609e-02 -4.606532303218429519e-03 -9.000530593015504562e-05 -7.708840000000000137e-01 -1.355345454564744420e+07 +2.616000000000000000e+03 3.430925867264453366e+00 1.679538190375672535e+00 8.541781956923207852e-01 3.707977725967182003e-01 1.226983192685132257e-01 2.940823631403533672e-02 1.754913923043221156e-03 2.061077259238215393e-05 1.939720000000000055e-01 2.119398754181299359e+07 +2.617000000000000000e+03 3.138308727550382926e-01 1.457787931970480066e-01 6.134357532305644012e-02 1.243299548026403738e-02 -8.416248618437925308e-03 -8.760793322111088896e-03 -1.560340845442286829e-03 -2.827674497534389710e-05 -1.010420000000000068e-01 1.527998855616984330e+07 +2.618000000000000000e+03 -6.272207623152906142e-03 -9.782357055886542474e-02 -1.183972391552770981e-01 -1.073254774320502591e-01 -7.488236984434072652e-02 -3.687484705192635437e-02 -4.698948648908051959e-03 -5.407685576215836296e-05 -6.801989999999999981e-01 -1.438410448811236536e+06 +2.619000000000000000e+03 2.219881022404460502e+00 8.766970741003887735e-01 3.363802788406176636e-01 9.130144892333373619e-02 1.407920130474230036e-02 2.618084591054154094e-03 7.017801521760036161e-04 1.359582919370769586e-05 8.435600000000000043e-02 -6.744594731646629516e+05 +2.620000000000000000e+03 1.785953103242248430e+00 9.676604927589216310e-01 5.654216048389212323e-01 3.028410038538358884e-01 1.338397300402107137e-01 4.451720323441182153e-02 4.000813879262712751e-03 5.110611223981987049e-05 2.716549999999999798e-01 -4.381781632187589072e+06 +2.621000000000000000e+03 -1.403561341352417058e+00 -6.552503305712643611e-01 -3.706012318370602854e-01 -2.281547828338874595e-01 -1.371367691345739825e-01 -5.940250826364798509e-02 -5.079888528020271021e-03 -2.513340838227831630e-05 -4.984850000000000114e-01 -3.543547143344838638e+06 +2.622000000000000000e+03 1.780856278333881715e+00 9.695113015596521500e-01 5.574835205765675816e-01 2.786561274052565818e-01 1.023304403566554638e-01 2.529052352414734584e-02 2.214545396301839924e-03 4.476774849473932671e-05 7.072799999999999920e-02 -1.114982253940244671e+06 +2.623000000000000000e+03 4.424988566685932767e+00 2.331402602014347902e+00 1.308429652318757519e+00 6.637948055264792924e-01 2.775340261661394803e-01 8.681151136300865878e-02 6.291249352087763085e-03 4.775507206174151525e-05 3.208369999999999833e-01 4.777803558981712908e+06 +2.624000000000000000e+03 -4.930189119889233140e+00 -2.758174723401919159e+00 -1.640432827149958861e+00 -8.883677971285663943e-01 -4.012745144386140050e-01 -1.380889964521967994e-01 -1.146200692775049129e-02 -8.676286423737406884e-05 -5.848280000000000145e-01 1.459099056827567331e+07 +2.625000000000000000e+03 -4.925458245837183391e+00 -2.603380943363061917e+00 -1.429104450265893167e+00 -6.723952306741003415e-01 -2.350882347167554676e-01 -5.283707590566346507e-02 -6.898670587808730052e-04 4.142136381764465294e-05 6.542390000000000150e-01 -3.252964137497400865e+06 +2.626000000000000000e+03 -4.909897002052997728e+00 -2.592412745001458241e+00 -1.420515411668021422e+00 -6.661214335942963194e-01 -2.315688632021168647e-01 -5.153724743102720829e-02 -5.671058931223812126e-04 4.310310383607209587e-05 6.665860000000000118e-01 -3.080055669401203748e+06 +2.627000000000000000e+03 -4.844741718293627208e+00 -2.612654413714965873e+00 -1.485746508656605958e+00 -7.490093782277230661e-01 -2.970698379468550976e-01 -8.255369949852907341e-02 -4.346986024258730173e-03 -1.661220289212853965e-05 1.831369999999999942e-01 -3.836531329014315736e+06 +2.628000000000000000e+03 -5.203125760322607540e+00 -2.791216766909447422e+00 -1.558134337726536200e+00 -7.498379084595440114e-01 -2.665122736547543836e-01 -6.060141599792015499e-02 -2.122906097535912431e-03 -5.315696735097960526e-06 7.322530000000000427e-01 1.844231963371816650e+07 +2.629000000000000000e+03 -4.825910512918350825e+00 -2.671823189441544955e+00 -1.561730281674590826e+00 -8.139354230312841887e-01 -3.354135142796121349e-01 -9.838112735953515042e-02 -6.104551486624678648e-03 -3.426620673263240337e-05 3.788099999999999801e-02 -9.442113942072467180e+05 +2.630000000000000000e+03 -4.882023970614850938e+00 -2.687211381887176564e+00 -1.562153617923329296e+00 -8.137437383619519071e-01 -3.437526831483853629e-01 -1.086846332083430400e-01 -8.367672689063257452e-03 -7.335837577567625291e-05 -4.500990000000000268e-01 -9.281515425987996161e+06 +2.631000000000000000e+03 -4.889458453312897745e+00 -2.741318397225870118e+00 -1.607119803638251021e+00 -8.295300866300379106e-01 -3.304895986642577554e-01 -8.910679987021447035e-02 -4.216097714094555436e-03 -1.953525748534426279e-05 6.264990000000000281e-01 1.286949324455723353e+07 +2.632000000000000000e+03 -4.769052817952257328e+00 -2.721926823400134143e+00 -1.629137880683179329e+00 -8.630409689646790783e-01 -3.593353848932158146e-01 -1.086259942780297416e-01 -8.157489984081917056e-03 -8.198359636554633284e-05 -1.343519999999999992e-01 7.749125063153767260e+05 +2.633000000000000000e+03 -4.696027692505250428e+00 -2.721119644235758805e+00 -1.669021830477282808e+00 -9.250234448531762244e-01 -4.139244258942439969e-01 -1.337121654321138109e-01 -9.480541250773962675e-03 -5.599021592442944345e-05 -2.987360000000000015e-01 -8.897751286209627986e+06 +2.634000000000000000e+03 -4.744763082556635148e+00 -2.717416433559409317e+00 -1.639490992797139723e+00 -8.927591984887911503e-01 -3.992835646079612166e-01 -1.354015615457068167e-01 -1.187381937926127243e-02 -1.178570475687072265e-04 -7.946480000000000210e-01 -4.155218248878607526e+06 +2.635000000000000000e+03 -5.313222418860742202e+00 -3.103293466621917851e+00 -1.914882021358765840e+00 -1.065389036023930425e+00 -4.780558575732171689e-01 -1.556591049101181679e-01 -1.124563491996138226e-02 -7.018430157621650468e-05 -3.932069999999999732e-01 -8.245685578453100286e+06 +2.636000000000000000e+03 -5.293906867849063502e+00 -3.081527014090358563e+00 -1.903001310631471599e+00 -1.065375966352672066e+00 -4.859964882490965254e-01 -1.637964392502665456e-01 -1.309817811789100971e-02 -1.030652797005982436e-04 -7.515720000000000178e-01 -9.899652991439079866e+06 +2.637000000000000000e+03 -4.800522945208618886e+00 -2.525966625034855806e+00 -1.378711804168246902e+00 -6.452018432847629326e-01 -2.279723640900149784e-01 -5.516484049134353501e-02 -1.998062608318163305e-03 4.609954755482994492e-06 3.767240000000000033e-01 -4.367905933589057997e+06 +2.638000000000000000e+03 -4.804088828073399320e+00 -2.526445080127060372e+00 -1.379179681837918725e+00 -6.469116211964757168e-01 -2.270341490398610773e-01 -5.226755055605483702e-02 -9.844193945147986999e-04 3.481815120445033208e-05 2.655279999999999863e-01 -2.706905059917588532e+07 +2.639000000000000000e+03 -4.636984251564800097e+00 -2.488371621028806935e+00 -1.411512537614321605e+00 -7.162571529626249323e-01 -2.941253398913225570e-01 -8.753482079459377896e-02 -4.939276641832265544e-03 -8.928885516511439073e-06 -2.923629999999999840e-01 -3.684975475402921438e+07 +2.640000000000000000e+03 -4.634759634192432642e+00 -2.504839477019572325e+00 -1.409761506423338417e+00 -6.875200948085874453e-01 -2.525313796389230259e-01 -6.021779492198242600e-02 -1.454970058756166473e-03 1.961317258353824356e-05 8.496820000000000483e-01 2.020470356168192998e+07 +2.641000000000000000e+03 -4.203358039261243739e+00 -2.362960051034641573e+00 -1.384961039713631825e+00 -7.061520424606724244e-01 -2.713850283766905958e-01 -6.954153337824033054e-02 -3.008348688560401503e-03 -7.554127806309109940e-06 7.347719999999999807e-01 2.621739475382838026e+07 +2.642000000000000000e+03 -4.592089788505558268e+00 -2.536018528807673089e+00 -1.485811662513755405e+00 -7.820958523525534112e-01 -3.269200035520071213e-01 -9.436586993073821372e-02 -4.899010122208809562e-03 -1.544142363787541042e-05 2.268940000000000123e-01 -4.019313942285118625e+06 +2.643000000000000000e+03 -4.611739287195600667e+00 -2.572316053960627791e+00 -1.511165892227460228e+00 -7.903834609800798328e-01 -3.279946478766883056e-01 -9.800582857631924549e-02 -6.552434468812662512e-03 -5.290686657134552920e-05 3.371100000000000207e-01 3.594569554933489859e+07 +2.644000000000000000e+03 -4.495655993022094954e+00 -2.543438019783842652e+00 -1.516798842390215230e+00 -8.122804177029288031e-01 -3.491999897510925654e-01 -1.079870177165097728e-01 -7.450712857712525096e-03 -5.512090367494560452e-05 -1.039380000000000026e-01 -4.825464152290539932e+05 +2.645000000000000000e+03 -4.579125868184537929e+00 -2.656036659121830290e+00 -1.623336626237006364e+00 -8.945371530076454691e-01 -4.000894227170900264e-01 -1.330074175160811945e-01 -1.102622496992261558e-02 -9.413107645002970778e-05 -6.000689999999999635e-01 -1.065147251267051790e+06 +2.646000000000000000e+03 -4.677872892936547622e+00 -2.702096955390236310e+00 -1.659688220741859510e+00 -9.364242030057366994e-01 -4.422628826597063689e-01 -1.577143951955342349e-01 -1.406928806207642310e-02 -1.284924587600747036e-04 -1.186588999999999894e+00 -1.430095460034238920e+07 +2.647000000000000000e+03 -4.521848985269037335e+00 -2.601462728379182021e+00 -1.613614796983315669e+00 -9.365949495847147865e-01 -4.682782917714557458e-01 -1.835857879989460373e-01 -2.110074468567438993e-02 -3.364307632266463010e-04 -1.991327000000000069e+00 2.543835954343007877e+07 +2.648000000000000000e+03 -4.456811897570281289e+00 -2.652968858927280849e+00 -1.685044487331068597e+00 -9.818227627955155024e-01 -4.688947182431472127e-01 -1.639871197161064942e-01 -1.381632295392512186e-02 -1.130704368686055950e-04 -1.003582999999999892e+00 -1.585044848973864876e+07 +2.649000000000000000e+03 -3.537165090535428380e+00 -1.721835168484460388e+00 -8.408223027219734469e-01 -3.119462109041706288e-01 -5.636221779982669017e-02 6.208566792500934232e-03 1.960786057188254952e-03 1.553255165430888614e-05 2.985349999999999948e-01 -1.941855021093240008e+07 +2.650000000000000000e+03 -3.545616521045320102e+00 -1.727728084373194806e+00 -8.449710873820895918e-01 -3.144169282492786932e-01 -5.739199782380188797e-02 5.988457549781188438e-03 1.976622283497636752e-03 1.618993193586756429e-05 2.963609999999999856e-01 -2.032934894465255365e+07 +2.651000000000000000e+03 -3.512715192179650003e+00 -1.745874829859095811e+00 -8.809941935236389465e-01 -3.552990420737470179e-01 -9.099273385194046881e-02 -1.065909725376087795e-02 4.702171298526667468e-04 5.364694305027923768e-06 3.643830000000000124e-01 6.696307968772345921e+05 +2.652000000000000000e+03 -3.681010124757964075e+00 -1.802304863318543227e+00 -9.056597863177286989e-01 -3.796297797811600261e-01 -1.210095738900741347e-01 -3.207118399719134649e-02 -2.754493307633033850e-03 -2.722947843554679508e-05 -2.535060000000000091e-01 -4.229020283438673243e+06 +2.653000000000000000e+03 -3.562818038217129946e+00 -1.843791773983293192e+00 -9.996009040704892934e-01 -4.775710442886528795e-01 -1.851683614821012791e-01 -5.474797992070865038e-02 -3.676190118474059309e-03 -2.252116014300681649e-05 1.735849999999999893e-01 2.684208929923776910e+07 +2.654000000000000000e+03 -3.619992968682404832e+00 -1.810067666042165957e+00 -9.528670127909500964e-01 -4.343402381624755226e-01 -1.492145475536863775e-01 -3.239424850295576780e-02 4.683035880920545518e-05 2.951299860113005817e-05 3.928900000000000170e-01 -3.022144380638500210e+06 +2.655000000000000000e+03 -3.608336417692550313e+00 -1.925738728948100054e+00 -1.069573563404967231e+00 -5.077714336935720274e-01 -1.694103147014690280e-01 -2.512854605046288894e-02 4.674205191024132129e-03 1.803392588231693405e-04 1.486177000000000081e+00 6.336437778085788712e+06 +2.656000000000000000e+03 -3.632937841139781465e+00 -1.956629687219529234e+00 -1.095903552947695703e+00 -5.311309170027961324e-01 -1.975346526981127393e-01 -5.370421585742389536e-02 -3.678754050524728723e-03 -2.760327391184453036e-05 2.354459999999999886e-01 2.706908482685334980e+07 +2.657000000000000000e+03 -3.604916870050948852e+00 -2.010809551128622363e+00 -1.166294723459282201e+00 -5.880967997119811441e-01 -2.247147917625410274e-01 -5.747136676820160939e-02 -2.475890506339367258e-03 -7.972524917996248785e-06 4.162179999999999769e-01 4.465163427677151747e+06 +2.658000000000000000e+03 -3.866852684738551815e+00 -2.148978139758770389e+00 -1.250055247702248407e+00 -6.405094302124072492e-01 -2.546834550303606060e-01 -6.903200610535602244e-02 -3.161809573767672497e-03 -8.861468210731338700e-06 4.608809999999999851e-01 1.010215872405229881e+07 +2.659000000000000000e+03 -3.349294818230423854e+00 -1.915231118994881410e+00 -1.159346897089214679e+00 -6.344838215702742756e-01 -2.795198682739976070e-01 -8.746678550179398659e-02 -5.827239753317905134e-03 -3.837936860913314558e-05 9.674000000000000307e-03 8.348974371631934308e+06 +2.660000000000000000e+03 -3.948414645160952752e+00 -2.251128780056834700e+00 -1.355088330849977041e+00 -7.204333558004801796e-01 -2.915009545307695182e-01 -7.852768305242628644e-02 -3.675923398866467410e-03 -1.086893701524074491e-05 7.746929999999999650e-01 3.752517595904606581e+07 +2.661000000000000000e+03 -3.262105239482669283e+00 -1.889381060796819556e+00 -1.164796034274466985e+00 -6.621226185446554835e-01 -3.187556511731426956e-01 -1.182777022899750147e-01 -1.140551470331596824e-02 -1.119037279377860337e-04 -1.305212000000000039e+00 -2.734143742127466574e+07 +2.662000000000000000e+03 -3.563893550686739964e+00 -2.040418938620935929e+00 -1.252621945049950725e+00 -7.115326521444438335e-01 -3.389890653053792557e-01 -1.200659627591086354e-01 -9.880827636212955595e-03 -7.233243430375133954e-05 -7.377399999999999514e-01 -8.102201356933459640e+06 +2.663000000000000000e+03 -3.922533234607801678e+00 -2.299117325864846517e+00 -1.449829343432572193e+00 -8.586281175941513633e-01 -4.414032347906640119e-01 -1.806350113842972449e-01 -2.372408221539977491e-02 -5.260144379814867942e-04 -2.609605000000000175e+00 1.721770964344133437e+07 +2.664000000000000000e+03 -3.479194894488913281e+00 -2.088684556644539114e+00 -1.321442039401851565e+00 -7.605058532277816363e-01 -3.558624895847068981e-01 -1.193403229823242484e-01 -8.939820836264598600e-03 -6.229390836966317447e-05 -5.310190000000000188e-01 -2.019225855698731542e+07 +2.665000000000000000e+03 -3.223254547635031830e+00 -1.400031677105133987e+00 -5.665688639979229446e-01 -1.065300946704207108e-01 7.380126200009003157e-02 7.069917027458548497e-02 1.186458417950849581e-02 1.820993564779345387e-04 1.981449000000000016e+00 5.429363930571137927e+06 +2.666000000000000000e+03 -3.054300184765641024e+00 -1.272471495506185324e+00 -4.847878011904001028e-01 -7.893744916737242823e-02 5.834774418535648710e-02 4.832099067834443040e-02 7.012866362963042846e-03 9.039687609102107916e-05 1.006777999999999951e+00 -1.189880400118924119e+07 +2.667000000000000000e+03 -2.929843185123731431e+00 -1.276044223521176191e+00 -5.342822636888212573e-01 -1.420190747503190243e-01 8.717840506642589998e-03 2.640402667927140359e-02 5.635858993970566978e-03 9.615282685971407721e-05 9.142249999999999543e-01 -1.101071994125151262e+07 +2.668000000000000000e+03 -3.047870028619960259e+00 -1.311083496613103971e+00 -5.506303744524883026e-01 -1.600795154105783547e-01 -1.130796545825895651e-02 1.188601439357737412e-02 1.745563214735365229e-03 1.587263476348039376e-06 4.974330000000000140e-01 1.473296729295893386e+07 +2.669000000000000000e+03 -2.977742952685136668e+00 -1.340728692511635511e+00 -6.063529441104307249e-01 -1.974898036717710192e-01 -1.399849492963134955e-02 1.941270586368487247e-02 3.037133640636668734e-03 2.337202678321072938e-05 3.525969999999999938e-01 -1.356437130797515437e+07 +2.670000000000000000e+03 -3.085296591271837752e+00 -1.400101293348627429e+00 -6.500189347177505184e-01 -2.488356585136872190e-01 -7.610716707113371338e-02 -2.381010886185433439e-02 -3.296959145862903267e-03 -4.615615045497800157e-05 -6.253119999999999790e-01 -1.714418035649977997e+07 +2.671000000000000000e+03 -3.149149526159516377e+00 -1.495518250850860209e+00 -7.301358595928167938e-01 -3.010279152244661471e-01 -9.924559943938228435e-02 -2.794409875959072420e-02 -2.574989323063869677e-03 -2.885685716052842429e-05 -1.959309999999999941e-01 5.983780975420977920e+05 +2.672000000000000000e+03 -2.944355546420907910e+00 -1.361634942827684602e+00 -6.792555200918648506e-01 -3.184335782665004277e-01 -1.437994368487615637e-01 -5.759565580279395192e-02 -5.955215827875752141e-03 -4.722059496291294649e-05 -9.415510000000000268e-01 -1.838095014967291057e+07 +2.673000000000000000e+03 -2.819562342610740124e+00 -1.391655395084177238e+00 -7.242471176729503579e-01 -3.259310067025268931e-01 -1.106316050612514562e-01 -2.465476039825662338e-02 -7.319567273202025152e-04 -3.947279846394397430e-06 6.689100000000000601e-02 -1.281165987665602565e+07 +2.674000000000000000e+03 -3.291752124917969091e+00 -1.644559139405091130e+00 -8.626142595712026351e-01 -3.944340140207331924e-01 -1.367984667193416770e-01 -2.677812705713413649e-02 2.027674356110185754e-03 1.035591485967040629e-04 8.486609999999999987e-01 7.268217669361262582e+06 +2.675000000000000000e+03 -2.754313382167284718e+00 -1.457733592854505211e+00 -7.968155092529030092e-01 -3.705237157461438446e-01 -1.267670800520428742e-01 -2.736547488673451989e-02 -1.021875157234738437e-04 2.438517626707577588e-05 1.450849999999999917e-01 -2.650897026373874396e+07 +2.676000000000000000e+03 -2.906314210590594804e+00 -1.562352553272564171e+00 -8.812798518205304799e-01 -4.407085594657078609e-01 -1.790630518959102635e-01 -5.462795843588039157e-02 -3.277383822328761975e-03 2.720284849908551062e-07 -1.413109999999999922e-01 -1.351044789296747372e+07 +2.677000000000000000e+03 -2.697402491503139377e+00 -1.475241480621461765e+00 -8.602687528060438682e-01 -4.484287648558002437e-01 -1.810361639456891936e-01 -4.740900246142536190e-02 -1.077438368008985705e-03 3.379627397215683018e-05 2.936570000000000014e-01 -1.139328647681570053e+07 +2.678000000000000000e+03 -2.827248237834968592e+00 -1.551707353950183554e+00 -9.076862233689888537e-01 -4.864495369187482599e-01 -2.219385161534420670e-01 -8.023188382151176523e-02 -7.886179496134621339e-03 -8.299368698053202753e-05 -6.100870000000000459e-01 1.347311230326328985e+07 +2.679000000000000000e+03 -3.202798844129657319e+00 -1.824563399410350506e+00 -1.097274200488829399e+00 -5.972054150275669659e-01 -2.683361002432502751e-01 -9.045699114423211284e-02 -6.948058290270440508e-03 -4.328451317679488271e-05 -2.164190000000000003e-01 1.370428193567920104e+07 +2.680000000000000000e+03 -3.254528608949364799e+00 -1.895918962590905421e+00 -1.155568609851981510e+00 -6.265889162385746003e-01 -2.700391084124541541e-01 -8.614761198419193522e-02 -7.093544349171972824e-03 -6.838539762573839611e-05 -3.668589999999999907e-01 1.761354901424276875e+06 +2.681000000000000000e+03 -2.607527059815031301e+00 -1.576093043994579723e+00 -1.012807961894449882e+00 -6.026517703279641314e-01 -3.004841575798794517e-01 -1.107270020187773318e-01 -1.029437083232851054e-02 -1.163289848147993185e-04 -1.144050000000000011e+00 -3.236237280446004868e+07 +2.682000000000000000e+03 -2.935757220808174583e+00 -1.741681751665810296e+00 -1.089590138018425414e+00 -6.079340916119713167e-01 -2.671979727965024809e-01 -8.396970369826080305e-02 -5.668399600971968551e-03 -3.045642675408344435e-05 -2.115529999999999911e-01 -9.345058094018865377e+06 +2.683000000000000000e+03 -2.661679002483021694e+00 -1.653385067796487640e+00 -1.088409599535698158e+00 -6.505351767205813651e-01 -3.114059546623890173e-01 -1.076402595475196566e-01 -9.310341566756693416e-03 -9.201954062050532717e-05 -6.079179999999999584e-01 5.222894813590110280e+06 +2.684000000000000000e+03 -3.038822769939296897e+00 -1.833951704478125944e+00 -1.190501398053129600e+00 -7.209713229099041776e-01 -3.595081650435779097e-01 -1.253490048733250095e-01 -9.200369457951971391e-03 -5.844169043114672175e-05 -4.154399999999999760e-01 -3.270209350323238876e+06 +2.685000000000000000e+03 -2.608672983637139620e+00 -1.671274706387098963e+00 -1.131821449072646368e+00 -7.140775352218818872e-01 -3.856302794273082646e-01 -1.619437302239735144e-01 -2.014493905445130517e-02 -3.421361398644899902e-04 -2.159262000000000015e+00 2.443234887369416654e+07 +2.686000000000000000e+03 -2.617085580803739209e+00 -1.668290973310338821e+00 -1.121644179113247652e+00 -6.981834278324348109e-01 -3.675879970900312599e-01 -1.482440012823156850e-01 -1.675778747757179082e-02 -2.354722578660957974e-04 -1.617413999999999907e+00 2.238366246568929031e+07 +2.687000000000000000e+03 -2.775124031038572081e+00 -1.061466629716188326e+00 -3.342444500378772276e-01 1.385424413832856208e-02 1.050140469201269605e-01 6.541996027892330035e-02 7.712928545484034649e-03 7.211747421585782628e-05 1.168905000000000083e+00 -9.577608495818958618e+05 +2.688000000000000000e+03 -2.516585275628977492e+00 -8.879601971515572734e-01 -2.343900349861145205e-01 3.802105617723856856e-02 7.208652098011866793e-02 2.753313136693544272e-02 9.672939877069104382e-04 -3.779172719880857932e-06 6.012399999999999689e-02 -2.498799080852921586e+06 +2.689000000000000000e+03 -2.545190444018907705e+00 -9.235691709306524944e-01 -2.769360742662679842e-01 -6.073706213115386346e-03 3.736419460830267547e-02 9.386455644508599414e-03 -1.454034985040046591e-03 -3.140027184502893392e-05 -3.344389999999999863e-01 -1.384314694439213024e+06 +2.690000000000000000e+03 -2.832933904530209990e+00 -1.099677671111441102e+00 -3.712563742228776609e-01 -3.288829841111476360e-02 5.531063739901947302e-02 3.463781573190737040e-02 3.305485123919382501e-03 8.267219509961892899e-06 5.015079999999999538e-01 -2.254258613049632870e+06 +2.691000000000000000e+03 -2.627202610752865208e+00 -1.084439231291193240e+00 -4.289804568037959842e-01 -1.083828337551103055e-01 1.864890885642858437e-03 1.377935430105680162e-02 2.585122729823066592e-03 3.203824206209618446e-05 4.819249999999999923e-01 -9.955167270080671879e+05 +2.692000000000000000e+03 -2.437496736391197238e+00 -9.378082191432296488e-01 -3.184841510242415463e-01 -3.531290371130573619e-02 3.957735885326536113e-02 2.682446087761692841e-02 3.259192610367544866e-03 2.701687267754602405e-05 6.660819999999999519e-01 1.202566057240070775e+07 +2.693000000000000000e+03 -2.417229581106502323e+00 -1.027298305189555228e+00 -4.187013920009902690e-01 -1.076381122847154398e-01 7.747967746100235982e-03 1.827844330379487306e-02 2.268977726234466374e-03 1.098954950419305277e-05 4.055489999999999928e-01 1.429483446433047764e+06 +2.694000000000000000e+03 -2.705705582371471074e+00 -1.128715959427788906e+00 -4.721032125253995515e-01 -1.596778248898597929e-01 -5.292168589190177769e-02 -2.380549319936844932e-02 -3.217287696437048754e-03 -2.851970725971072338e-05 -4.251170000000000226e-01 4.158718803413553629e+06 +2.695000000000000000e+03 -2.224767729102056890e+00 -1.015679787548262158e+00 -4.552582000496691594e-01 -1.353028507157140459e-01 1.117976305566700627e-02 3.573726695504204909e-02 7.769932352499672908e-03 1.189299419117677384e-04 1.455996000000000068e+00 2.243086620915070642e+06 +2.696000000000000000e+03 -2.453259096663617189e+00 -1.160889093673178385e+00 -5.721547354797087426e-01 -2.375914548396011183e-01 -7.001958867416974153e-02 -1.158106022233697414e-02 1.025457804522740166e-04 5.249755297221095140e-06 2.769090000000000162e-01 8.692092095047146082e+06 +2.697000000000000000e+03 -2.279565508308255772e+00 -1.097639663901162299e+00 -5.359621828689951073e-01 -2.037051088706264002e-01 -3.874017176000869173e-02 7.198787154644231343e-03 2.856754798636891839e-03 3.516636105784683706e-05 6.553350000000000009e-01 -2.269742718347571208e+05 +2.698000000000000000e+03 -2.479172808519845006e+00 -1.255888033394949810e+00 -6.514118364925599591e-01 -2.776516990221947756e-01 -7.607136252224357131e-02 -5.740357877800453604e-03 1.544201540513482534e-03 1.401650961357069904e-05 4.386760000000000104e-01 -1.215566467061049305e+07 +2.699000000000000000e+03 -2.237282298254740454e+00 -1.141051157465013732e+00 -6.019776700511998424e-01 -2.665341284663938493e-01 -8.299070745410144778e-02 -1.509761932622552712e-02 -4.526851756319322630e-04 -8.064743194660898976e-06 2.423690000000000011e-01 4.786617300333883613e+06 +2.700000000000000000e+03 -2.590463838267299757e+00 -1.318280114254781532e+00 -7.098846267265649379e-01 -3.408985574232211713e-01 -1.350349154865904955e-01 -4.151800701905619673e-02 -3.076015057387938671e-03 -1.998126332232177612e-05 -1.228090000000000015e-01 3.142928329239371233e+06 +2.701000000000000000e+03 -2.564881655124359838e+00 -1.400799434609372396e+00 -8.190852017729379764e-01 -4.360484759576565006e-01 -1.903982516461771024e-01 -6.109457989260658889e-02 -4.433827874662780132e-03 -3.045142965927684982e-05 -1.607240000000000058e-01 3.014560218661762774e+06 +2.702000000000000000e+03 -2.508021350752429601e+00 -1.434591494012323221e+00 -8.554244598074900452e-01 -4.415131781023410307e-01 -1.669510573114634522e-01 -4.043222694758576846e-02 -1.916507112984555975e-03 -1.656556591990147089e-05 -1.606000000000000136e-02 -2.134586132845361903e+07 +2.703000000000000000e+03 -2.289236228717788979e+00 -1.362707176568531020e+00 -8.323356343710315297e-01 -4.385459669333595101e-01 -1.725061542184564700e-01 -4.589395327037695815e-02 -2.639757618987177441e-03 -2.477999371516013675e-05 4.607200000000000184e-02 -4.658430602165093645e+06 +2.704000000000000000e+03 -1.794206363809391247e+00 -1.074828302415999026e+00 -6.783397355245791571e-01 -3.959283323044975322e-01 -1.973647878292831837e-01 -7.478665549842633542e-02 -6.909717404778728013e-03 -5.625787656030161170e-05 -3.458499999999999908e-01 2.739279229290065169e+07 +2.705000000000000000e+03 -1.885878574799214835e+00 -1.183484252491466826e+00 -7.590169223773185481e-01 -4.281298273274066757e-01 -1.937398555705904246e-01 -6.741408848296748246e-02 -6.191490336887459783e-03 -5.525609924738877768e-05 -6.923259999999999970e-01 -1.608657934295816906e+07 +2.706000000000000000e+03 -2.444008095050971718e+00 -1.455954768959963452e+00 -9.174619206003050698e-01 -5.337197711460712757e-01 -2.585187256370366504e-01 -8.946205244951879743e-02 -6.169258947412077122e-03 -2.924249438262023577e-05 -2.931520000000000237e-01 -6.994191574947384186e+06 +2.707000000000000000e+03 -1.764756928838179695e+00 -1.222999580690484533e+00 -8.603655166344160721e-01 -5.472462165403568779e-01 -2.825693069118087042e-01 -1.043541146805072595e-01 -8.944119961782914102e-03 -7.434902954447452186e-05 -4.884459999999999913e-01 2.257471542570960149e+07 +2.708000000000000000e+03 -2.152999664092201559e+00 -1.397182649037283175e+00 -9.371051555584796189e-01 -5.641191521730678504e-01 -2.685515944043252445e-01 -8.878749990320526642e-02 -6.136623710206463855e-03 -3.361869822753719181e-05 -1.081489999999999951e-01 1.105490071389359981e+07 +2.709000000000000000e+03 -1.784358703542587410e+00 -1.250813100002524880e+00 -8.905172572909283435e-01 -5.732523205149191448e-01 -3.028908826630837270e-01 -1.198563086252905918e-01 -1.289867003029918600e-02 -1.552696725421495554e-04 -1.184741000000000044e+00 2.495649313659539446e+07 +2.710000000000000000e+03 -1.981119689489804880e+00 -1.349658446886513596e+00 -9.594853780323664427e-01 -6.350809467938065556e-01 -3.558182389627054798e-01 -1.473594939904283863e-01 -1.531313791248280903e-02 -1.640933703970947255e-04 -1.934131999999999962e+00 -3.020652251398243383e+07 +2.711000000000000000e+03 -1.959270882897455879e+00 -1.359797600513226623e+00 -9.907607563126950012e-01 -6.831175707928652807e-01 -4.086155455358950195e-01 -1.859181269295030192e-01 -2.450369779992693162e-02 -4.327358309133240498e-04 -3.381505999999999901e+00 -2.320229141829834506e+07 +2.712000000000000000e+03 -1.957276335782663246e+00 -1.358680069100037358e+00 -9.905080068141245420e-01 -6.838177736076019864e-01 -4.100233435674944804e-01 -1.872648059884004512e-01 -2.491948441341821849e-02 -4.484939257507647870e-04 -3.446654999999999802e+00 -2.259766185363306478e+07 +2.713000000000000000e+03 -2.075036611093887373e+00 -7.034211681214174172e-01 -1.226356359719217026e-01 1.328892034035395187e-01 1.571207427641682641e-01 8.111260458307099908e-02 9.939241172917371095e-03 1.540090441910412975e-04 1.598033999999999955e+00 5.344559856483463198e+06 +2.714000000000000000e+03 -1.807858265882523296e+00 -4.714393572153525724e-01 2.458440499399431461e-02 1.914306149969871862e-01 1.624852496336472163e-01 7.674087461053491488e-02 8.298602000398499351e-03 7.011990086044221670e-05 1.462474000000000052e+00 8.663680107118267566e+06 +2.715000000000000000e+03 -1.804063183374609691e+00 -5.581839632311950128e-01 -6.894103571652750173e-02 1.291072016308309756e-01 1.367532676063830388e-01 6.990004193209500838e-02 9.803104201088753272e-03 2.150416346161247228e-04 1.528232000000000035e+00 -4.843147478128353250e+05 +2.716000000000000000e+03 -1.880806131999344100e+00 -6.008446204101894894e-01 -9.751467078447823011e-02 1.079110241730746322e-01 1.230078704399615031e-01 6.120218323308420499e-02 6.093759475538849425e-03 4.399178083492804664e-05 9.100399999999999601e-01 2.556756877316769212e+06 +2.717000000000000000e+03 -1.734825466089361834e+00 -5.758292085237574076e-01 -1.145771810299719279e-01 7.393326801447380747e-02 8.913102116923624085e-02 4.048649500812082080e-02 3.046699215315328002e-03 1.091011945218800129e-05 3.410000000000000253e-01 -3.825842459812925663e+06 +2.718000000000000000e+03 -1.734447866718321851e+00 -5.743399568504585773e-01 -1.125077351383135943e-01 7.620573615457297556e-02 9.103606968506287866e-02 4.152293669973183138e-02 3.172073258637630924e-03 1.206057924665125280e-05 3.603620000000000156e-01 -3.832499890408856329e+06 +2.719000000000000000e+03 -1.528693473894818577e+00 -5.601045997765204953e-01 -1.594941789799563248e-01 2.826687812428994515e-02 7.808024343728760253e-02 5.132848776645915212e-02 6.582169551746281169e-03 5.510912314733322953e-05 9.014450000000000518e-01 -1.344618323105259985e+07 +2.720000000000000000e+03 -1.911463468581943381e+00 -7.031654546123620175e-01 -2.543298054858844637e-01 -7.404609070371565016e-02 -3.154603350752703539e-02 -2.033787410524542927e-02 -2.902630600274358225e-03 -2.069377743875223691e-05 -5.804129999999999567e-01 -1.575327372052615322e+07 +2.721000000000000000e+03 -1.725124421328836810e+00 -6.899163817166158452e-01 -2.734725363795733055e-01 -7.586646448356730577e-02 8.825020349042466902e-05 1.583666501220540659e-02 4.600116872926442516e-03 9.126127605402159385e-05 9.932560000000000278e-01 1.051468870545984246e+07 +2.722000000000000000e+03 -1.562508633600197649e+00 -6.342649248711430543e-01 -2.636901453703752729e-01 -9.899030535761740857e-02 -4.475623082371824046e-02 -2.196479599392714768e-02 -2.471168274340463256e-03 -1.447734575700262764e-05 -4.211650000000000116e-01 -1.329396461029144190e+07 +2.723000000000000000e+03 -1.370570372475167886e+00 -6.587911528935065375e-01 -2.933739778509109608e-01 -7.067306919556197442e-02 2.731039625410992128e-02 3.150439536840728832e-02 4.620898110237804148e-03 4.245198952690083880e-05 9.331509999999999527e-01 1.453155434348789230e+07 +2.724000000000000000e+03 -1.498443424702738946e+00 -5.902137068478258142e-01 -2.623734988617693609e-01 -1.336459349291291010e-01 -8.779266151755366066e-02 -4.671151484120578817e-02 -5.106586648614727664e-03 -3.148609085743418924e-05 -7.044880000000000031e-01 -3.684370237968160771e+06 +2.725000000000000000e+03 -1.523435192479752454e+00 -7.772421935473928789e-01 -4.077426231464761908e-01 -1.800576886862763348e-01 -6.008069419708679526e-02 -1.532053446561889437e-02 -9.050814135615644056e-04 -1.752818508089075026e-06 -1.863170000000000104e-01 -2.063653985046921298e+07 +2.726000000000000000e+03 -1.265515904791512325e+00 -6.660501936505232035e-01 -3.557089180386662775e-01 -1.493767796017902716e-01 -3.364582221480302837e-02 1.327286659691923271e-03 1.029701345891856660e-03 7.409094918034335664e-06 2.896110000000000073e-01 4.677096782210448873e+05 +2.727000000000000000e+03 -1.666415369540986458e+00 -9.479914757313389062e-01 -5.568985944336288796e-01 -2.803506954756138092e-01 -1.029910520204720265e-01 -2.396341106447276784e-02 -8.036226097381139874e-04 -1.706291917702221528e-06 3.235410000000000230e-01 1.353139900943064690e+07 +2.728000000000000000e+03 -1.440244330840846798e+00 -7.791300485111127827e-01 -4.566383966923835414e-01 -2.503483109300373988e-01 -1.228302186362139614e-01 -5.238645338336515161e-02 -7.152826873088394266e-03 -9.486450907389387102e-05 -1.063364999999999894e+00 -7.753758105610704049e+06 +2.729000000000000000e+03 -1.569330726632061523e+00 -9.554924519807168615e-01 -5.795726708130215510e-01 -2.929012920234378980e-01 -1.024719224382319716e-01 -1.898418146096456788e-02 6.809823363869559488e-04 1.908790712454196792e-05 3.993430000000000035e-01 -8.095103535381597467e+06 +2.730000000000000000e+03 -1.404194784772117455e+00 -8.214976688444753927e-01 -5.017714640494624900e-01 -2.804978005886463177e-01 -1.393624318719710320e-01 -5.920352325365933754e-02 -7.168329288155332255e-03 -7.277801372574577339e-05 -1.135134000000000087e+00 -2.120846335410848260e+07 +2.731000000000000000e+03 -1.560134194026503440e+00 -9.837890603394962019e-01 -6.513795868034012448e-01 -3.951508639380086896e-01 -1.996384828646151077e-01 -7.668910100012993336e-02 -7.895934833827434468e-03 -7.869035178042414714e-05 -7.504939999999999944e-01 8.926206241901244968e+06 +2.732000000000000000e+03 -1.434783374359967612e+00 -9.377529587785180532e-01 -6.523916134919467424e-01 -4.259253099002084375e-01 -2.380229564818780730e-01 -1.017053961545273111e-01 -1.254144381865662967e-02 -1.923905824429766810e-04 -1.673778999999999906e+00 -1.292012729683949240e+07 +2.733000000000000000e+03 -1.559891782862916187e+00 -1.102918137119011988e+00 -7.971161332490188656e-01 -5.242287326175835149e-01 -2.816654981534715274e-01 -1.118140607159700123e-01 -1.255059049438679401e-02 -1.963596223320869950e-04 -1.540867999999999904e+00 -1.057779501809925027e+07 +2.734000000000000000e+03 -1.551992710784875440e+00 -1.063632804818093858e+00 -7.548398000229246119e-01 -4.823847781762606868e-01 -2.447612067289075266e-01 -8.944888977235734839e-02 -8.583718452440524879e-03 -9.765519006784769047e-05 -8.143420000000000103e-01 2.395586037164010108e+06 +2.735000000000000000e+03 -1.577004843270893408e+00 -1.117134719618235517e+00 -8.081341604817380286e-01 -5.319318709125195888e-01 -2.864322456842349207e-01 -1.142842083112523971e-01 -1.301025926775450405e-02 -2.099250694732774931e-04 -1.613634999999999931e+00 -1.098936949246581458e+07 +2.736000000000000000e+03 -1.647685211180561771e+00 -1.169531019284744122e+00 -8.442836680507194158e-01 -5.530501592964557345e-01 -2.963055981215103607e-01 -1.179323711312482009e-01 -1.337953160925625488e-02 -2.140678443291279306e-04 -1.670690000000000008e+00 -1.328751718529057689e+07 +2.737000000000000000e+03 -1.105632047006951835e+00 -1.201644600151776932e-01 2.103248700809721705e-01 2.784117533843796788e-01 1.880778291475362629e-01 7.222212671678747420e-02 5.115018676454710644e-03 2.662527184346257940e-05 7.096430000000000238e-01 7.680611216301967390e+06 +2.738000000000000000e+03 -1.088091501197293143e+00 -9.396240601533434322e-02 2.385942430979322293e-01 3.048147252678453101e-01 2.070846572778865524e-01 8.095893423920223764e-02 5.965467230827494610e-03 3.074278975998852434e-05 8.525859999999999550e-01 9.192804664190419018e+06 +2.739000000000000000e+03 -1.379411932927878670e+00 -3.111293052489328415e-01 6.856736952719262590e-02 1.789166069464421804e-01 1.293462696418386793e-01 4.624831789819067174e-02 2.111047103491690054e-03 -3.515487275542628950e-06 -3.491000000000000179e-03 -1.338918008919452131e+07 +2.740000000000000000e+03 -1.243242643954961757e+00 -2.658024731219687520e-01 6.914858486673450266e-02 1.566878436540019570e-01 1.094180783661249101e-01 4.138512658815606676e-02 2.773243017889350046e-03 8.677597527930160513e-06 2.518150000000000110e-01 -1.008477069947145134e+07 +2.741000000000000000e+03 -1.115649409730724351e+00 -3.123299288313667876e-01 5.470708413493575659e-03 1.354035518467593402e-01 1.291494954434125875e-01 6.072250424517771500e-02 5.192242417020676362e-03 2.809659723911659101e-05 7.758159999999999501e-01 1.608874742405396327e+07 +2.742000000000000000e+03 -7.553146379679346323e-01 -6.318808733991865267e-02 1.455724846058872035e-01 1.812497674684757365e-01 1.239732493750902304e-01 5.046353163950852150e-02 4.051789062107164115e-03 2.422571619279051749e-05 4.931389999999999940e-01 3.735490808375019114e+06 +2.743000000000000000e+03 -7.333781965307570871e-01 -9.732275166251330711e-02 1.193488002825824623e-01 1.652666413226756836e-01 1.147058376669596730e-01 4.871496256087835125e-02 4.727593111917704691e-03 3.885564601811608348e-05 5.447400000000000020e-01 -9.102864013685086742e+06 +2.744000000000000000e+03 -1.141487814418616464e+00 -3.439800447837872976e-01 -7.170237900461175207e-02 2.156584337188003839e-02 3.202994094322816204e-02 1.853899310134678874e-02 2.448999505603770104e-03 2.973942130426430352e-05 4.382139999999999924e-01 2.978005348650052212e+06 +2.745000000000000000e+03 -1.100559197449963111e+00 -3.949777028462125861e-01 -1.318957100898610624e-01 -2.733885254306860774e-02 -1.199952925532264333e-03 3.890208907887545125e-03 1.663043910321876373e-03 2.461708712203772837e-05 3.695459999999999856e-01 -4.538293630911041051e+06 +2.746000000000000000e+03 -1.084994407279409767e+00 -3.618598771909583012e-01 -8.299003358053365365e-02 3.792598528278530445e-02 6.621369085928240084e-02 4.563772476716980442e-02 7.526222124602601621e-03 1.090398249391873653e-04 1.152881999999999962e+00 -1.295039877146632969e+07 +2.747000000000000000e+03 -7.675472573854613678e-01 -2.478801149807069171e-01 -8.851078499432635249e-02 -3.059616211851456588e-02 -9.553677970182064896e-03 -1.083568192368882140e-03 4.244863837943880494e-04 5.952778024896687610e-06 -1.532969999999999888e-01 -2.823311886355656013e+07 +2.748000000000000000e+03 -8.082296289730167560e-01 -2.621534132790060978e-01 -6.623561306305926488e-02 5.894775148993579295e-03 1.621009458988898963e-02 8.086450495184100556e-03 6.095911517458564794e-04 2.193682082100049277e-06 1.011340000000000017e-01 1.178448987121354090e+06 +2.749000000000000000e+03 -5.888240700317759480e-01 -2.654356312666338868e-01 -1.195554170974900132e-01 -3.759993455717101224e-02 -1.428276801353428084e-03 4.331287198116086541e-03 5.456995297035389198e-04 1.849040544620190014e-06 3.206599999999999728e-02 -8.503463470337487757e+06 +2.750000000000000000e+03 -9.022246084381653208e-01 -3.672923145753972385e-01 -1.898015182097873843e-01 -1.000340423400750134e-01 -3.937821664231905272e-02 -6.441006910027823919e-03 1.170132183671886887e-03 3.888688748450888324e-05 1.153980000000000006e-01 -2.064919206581280753e+07 +2.751000000000000000e+03 -7.781212070732331787e-01 -4.814270260694810677e-01 -3.129228818288825598e-01 -1.857240534313243929e-01 -8.899506209816569757e-02 -2.971834419676778333e-02 -1.913401658671287989e-03 -7.491866071947284020e-06 -9.992900000000000393e-02 -2.433023769467430189e+06 +2.752000000000000000e+03 -5.453208850131782137e-01 -3.495975958528523275e-01 -2.326646886877677955e-01 -1.334684221384177250e-01 -5.385690051719038696e-02 -1.391987060425393767e-02 -1.151719306051756687e-03 -1.650078376808054186e-05 -4.618499999999999689e-02 4.906102574963471852e+06 +2.753000000000000000e+03 -9.068079157010479063e-01 -5.955350071211106266e-01 -4.115630424421146127e-01 -2.648867947853523752e-01 -1.401644230591029272e-01 -5.126569684148246653e-02 -3.905352812889635334e-03 -2.224620329029322968e-05 2.736000000000000151e-03 2.556885558190422878e+07 +2.754000000000000000e+03 -1.043978665938722239e+00 -6.649942343821569901e-01 -4.573797924038496276e-01 -2.875361916494679204e-01 -1.369112924613035409e-01 -3.884896697375194580e-02 -1.519013377214684882e-03 -2.236148892816816969e-05 3.167209999999999748e-01 9.288270767322191969e+06 +2.755000000000000000e+03 -3.164996014110986189e-01 -3.208428569042180989e-01 -3.015263341658172003e-01 -2.447848142115351122e-01 -1.542480836524356969e-01 -6.855846136795680501e-02 -7.879723655278732253e-03 -7.869025963449584901e-05 -1.153505999999999920e+00 -1.012716280524737760e+07 +2.756000000000000000e+03 -4.214923175604750605e-01 -3.877567504468781845e-01 -3.217711525133835626e-01 -2.461445985332549324e-01 -1.579332946611073929e-01 -6.805670598417964956e-02 -5.807355247645555260e-03 -3.333066237772483432e-05 -6.210919999999999774e-01 -1.172315801438251138e+07 +2.757000000000000000e+03 -3.929210173502487025e-01 -4.004379683823605096e-01 -3.647061588567399593e-01 -2.856487414653259838e-01 -1.693667579593622075e-01 -6.513003791660453012e-02 -5.069108701702495709e-03 -3.308119633756269405e-05 -4.751929999999999765e-01 -7.084215802968205884e+06 +2.758000000000000000e+03 -4.525876913260845624e-01 -4.388831296118057002e-01 -3.871204235703854524e-01 -2.943832876892698014e-01 -1.690243800377510264e-01 -6.229409645771843973e-02 -4.273761663450704150e-03 -1.954959220118749410e-05 -3.261200000000000210e-01 -7.393017460100878030e+06 +2.759000000000000000e+03 -3.909753332824433825e-01 -4.580798455492249288e-01 -4.368346109798124655e-01 -3.658507649197070277e-01 -2.406527218198009910e-01 -1.051195274833758991e-01 -1.062931725116078759e-02 -1.051142748848430612e-04 -1.335326000000000013e+00 -1.232096149650341831e+07 +2.760000000000000000e+03 -6.521205898838452475e-01 -7.102571242576449784e-01 -5.984502559705751068e-01 -4.159735972696640971e-01 -2.195764703514169469e-01 -8.133587009003584445e-02 -7.193713411862660313e-03 -5.656162639017064503e-05 -9.099420000000000286e-01 -1.220110587464945018e+07 +2.761000000000000000e+03 -4.567885854418911595e-01 7.661298794673462864e-02 2.264739419322403247e-01 2.262056998245890183e-01 1.376834027804045291e-01 4.871582388311103406e-02 3.084841418601588781e-03 6.308872953323853198e-06 1.766210000000000002e-01 -8.213855523642320186e+06 +2.762000000000000000e+03 -6.122474936222975783e-01 -4.583052169847127294e-02 1.567994113424772407e-01 2.065521108742824907e-01 1.524999187020995572e-01 7.036094727597910770e-02 8.222913579252292063e-03 9.060616173349806042e-05 1.163581999999999894e+00 -2.690368417822032701e+06 +2.763000000000000000e+03 -6.334606496262509823e-02 2.402334430864457582e-01 3.072928286810292509e-01 2.704591732738611531e-01 1.717284063863650789e-01 7.198852471287597865e-02 6.263591707925134956e-03 3.876870717588033977e-05 7.760610000000000008e-01 4.964895965011792257e+06 +2.764000000000000000e+03 -1.020393996432695793e-01 1.854964317737574642e-01 2.488671876017934104e-01 2.265756529045947487e-01 1.506060745890530905e-01 6.409084152822497327e-02 5.181881121490546950e-03 2.356364297511309133e-05 6.705029999999999601e-01 1.512222240832767822e+07 +2.765000000000000000e+03 1.775624110049026649e-01 2.593092856016532277e-01 2.777306032205513198e-01 2.519139036909912588e-01 1.793459303615032863e-01 8.469295619785313645e-02 8.751752473815802361e-03 7.045437465600520800e-05 1.231729999999999992e+00 1.735663819498308748e+07 +2.766000000000000000e+03 -4.201101131255929322e-01 -2.293005369430377218e-03 1.268566039837478732e-01 1.493037543267843048e-01 1.072624697165040775e-01 4.755823561471504701e-02 4.879875433546830045e-03 5.436130388355898556e-05 5.387549999999999839e-01 -4.986821629821023904e+06 +2.767000000000000000e+03 -1.365748419678911862e-01 -2.725335046312813217e-02 4.741238740674673380e-02 1.011694836497988997e-01 1.081694767474026264e-01 6.471637280200828735e-02 9.265252474761811324e-03 1.298144414155833805e-04 1.259219000000000088e+00 -1.072304521868948080e+07 +2.768000000000000000e+03 -3.365989849101549414e-01 -8.062103061526681991e-02 1.271032170427738653e-02 5.019904009596282829e-02 5.291252923934430114e-02 3.122208978707046584e-02 3.861346119154810894e-03 3.736037046728745028e-05 5.771469999999999656e-01 1.909582324509132653e+06 +2.769000000000000000e+03 1.984633670293742269e-02 3.579617192927625480e-02 3.557718355180130437e-02 3.227863786146282360e-02 2.633516066977947476e-02 1.571008199194964122e-02 2.865199726085899869e-03 6.253737242747240755e-05 4.616600000000000148e-01 1.920090580078287283e+06 +2.770000000000000000e+03 -1.578153889336596227e-01 -1.695713867972004768e-02 3.427983010698469613e-02 5.288895467495486474e-02 4.678854771607245805e-02 2.468233886780583919e-02 2.643859424871549974e-03 1.670537512129648274e-05 1.563350000000000017e-01 -1.980199384347929806e+07 +2.771000000000000000e+03 4.299032809400520072e-02 -7.352375434881097899e-04 -3.673208623411013639e-03 9.684323350520626303e-03 2.707461256956525744e-02 2.569359661984960824e-02 4.387955310291520583e-03 4.183130784680167297e-05 7.739810000000000301e-01 -1.073390656756545417e+06 +2.772000000000000000e+03 1.868538169714601960e-01 5.227448556543103086e-02 1.879163664753362092e-02 9.540792986920123078e-03 1.694078081463589467e-03 -5.389000638271259323e-03 -2.608708732631202613e-03 -6.314291898069846387e-05 -4.945129999999999804e-01 2.119418238379214890e+06 +2.773000000000000000e+03 -8.360493425332835016e-02 -9.688624267213451213e-02 -1.096975433639662129e-01 -1.132255005310574963e-01 -9.259534973028393789e-02 -4.947673532992868939e-02 -6.030823189813075240e-03 -5.508051346198319199e-05 -8.615080000000000515e-01 -1.352510314674731810e+06 +2.774000000000000000e+03 1.461257039163485483e-03 -8.328658602245710141e-02 -1.173553040105043133e-01 -1.178136603507837082e-01 -8.240513329812929055e-02 -3.466137029758901283e-02 -2.639178948565779580e-03 -1.207355216837336454e-05 -3.140649999999999831e-01 -9.484641496322739869e+06 +2.775000000000000000e+03 4.419479723610124644e-01 6.746725437750991650e-02 -3.633798912684889360e-02 -5.086502994539837674e-02 -3.191325945092621935e-02 -1.239447004150788512e-02 -9.312731449863234428e-04 -7.493300415328141650e-06 -1.532500000000000008e-02 6.082017381502622738e+06 +2.776000000000000000e+03 3.553729003306891343e-01 -2.468300349581382599e-03 -8.551752707604291792e-02 -7.540541132142007663e-02 -3.454142446588778781e-02 -7.862942481172597795e-03 -7.971475418420382003e-05 -2.177175099780501977e-06 -7.728999999999999759e-03 -8.522169745274996385e+06 +2.777000000000000000e+03 3.773285535920268274e-01 1.462542955438296544e-02 -1.367051189709983794e-01 -1.897581235252449039e-01 -1.495234592007297358e-01 -6.574655969993227489e-02 -5.319261719447736236e-03 -2.801141205091481199e-05 -4.333699999999999775e-01 5.567545699921899475e+06 +2.778000000000000000e+03 3.077504816275598021e-01 -7.165953021064863648e-02 -1.898432268759050190e-01 -1.946065859893921224e-01 -1.256056781082889040e-01 -4.870396290075218459e-02 -3.689690746481618083e-03 -1.863158480814756457e-05 -2.411830000000000085e-01 8.998246662601772696e+06 +2.779000000000000000e+03 5.475683046674796328e-01 -1.426400660590441960e-02 -1.762164444807202968e-01 -1.883378332510904918e-01 -1.188103337843596508e-01 -4.478827783723995926e-02 -3.394941895683021953e-03 -2.008375666838104268e-05 -3.590840000000000143e-01 -2.368016742412560619e+06 +2.780000000000000000e+03 5.503058941360466916e-01 -5.619509143671493068e-02 -2.318677168999463412e-01 -2.356442733065921558e-01 -1.417626896625252542e-01 -4.887539964993699998e-02 -2.850037380520651156e-03 -8.458100949936380857e-06 -2.797560000000000047e-01 -8.042750864640382119e+06 +2.781000000000000000e+03 4.374088101619401647e-01 -1.310157833824890927e-01 -2.916937269685889733e-01 -2.975745419953115256e-01 -2.058770872096945537e-01 -9.165236754490319049e-02 -1.028599271498891778e-02 -1.495098226237756111e-04 -1.410622000000000043e+00 -8.083118386144103482e+06 +2.782000000000000000e+03 3.251342331258827989e-01 -1.945466716928039852e-01 -3.118896901475901595e-01 -2.900979156650109192e-01 -1.940407254282187910e-01 -8.507425074494022466e-02 -8.163042913250071614e-03 -7.374693557302479483e-05 -7.818650000000000322e-01 1.861978256935906410e+07 +2.783000000000000000e+03 7.204713441612569103e-01 -1.253084503062361632e-01 -3.682333804619238871e-01 -3.692785306270607304e-01 -2.324802576688370093e-01 -9.016050067658698541e-02 -7.278244445547896006e-03 -4.889481484666855686e-05 -9.627700000000000147e-01 -1.415844097224279074e+06 +2.784000000000000000e+03 7.237492584973238552e-01 -1.149590967776569633e-01 -3.554178312237724069e-01 -3.571597619357332887e-01 -2.243124356691348908e-01 -8.680185743107290963e-02 -7.034434446834926698e-03 -4.839985531197551675e-05 -9.432490000000000041e-01 -2.959710452976177447e+06 +2.785000000000000000e+03 7.352156322660454713e-01 -1.780813757388037544e-01 -4.451361341915113790e-01 -4.449463417557023015e-01 -2.847976023746744412e-01 -1.140761229619937228e-01 -1.040066139774968937e-02 -9.399821320661107466e-05 -1.415003000000000011e+00 7.284932894977417774e+06 +2.786000000000000000e+03 7.283276458484707616e-01 -1.824009161160244086e-01 -4.483849226412486844e-01 -4.475621009390107208e-01 -2.866221562911561160e-01 -1.147860765713736575e-01 -1.035291437357852180e-02 -8.992938214508184019e-05 -1.397996999999999934e+00 7.738159629015496932e+06 +2.787000000000000000e+03 5.044307777970263862e-01 5.338563529167204003e-01 4.881504993553952843e-01 3.936025498147809887e-01 2.493145113149247971e-01 1.034317682591768817e-01 8.721494135782919405e-03 5.212630416187917731e-05 1.090224000000000082e+00 2.627767562578889728e+07 +2.788000000000000000e+03 5.049858225622233521e-01 5.349692791142451886e-01 4.892956810074738927e-01 3.946619493546760782e-01 2.502820290097459432e-01 1.041763134841289656e-01 8.901688911077683397e-03 5.553041813560271955e-05 1.119363000000000108e+00 2.597810523680227250e+07 +2.789000000000000000e+03 6.451345301208368799e-01 5.735569717207951168e-01 4.666857814728424536e-01 3.426572202022410418e-01 2.034016785055016430e-01 8.050905555327235452e-02 6.060027679727744525e-03 2.811102174039527339e-05 5.508189999999999475e-01 7.637379216801742092e+06 +2.790000000000000000e+03 5.993898745715003917e-01 5.456757156135647602e-01 4.496402896389707915e-01 3.269423305543680547e-01 1.901782089646924245e-01 7.679135416408272574e-02 6.878472585877058731e-03 5.700011558632761495e-05 7.433659999999999712e-01 2.288394440944208298e+06 +2.791000000000000000e+03 4.897443649857572412e-01 3.882828589167927058e-01 3.310636776577328133e-01 2.793599802355310469e-01 2.082878745553332633e-01 1.112470428174475862e-01 1.544023631362826179e-02 2.113595439688629757e-04 2.169630999999999865e+00 -6.092289392120910808e+06 +2.792000000000000000e+03 5.728728798009056211e-01 4.589021568258284667e-01 3.656463941605780921e-01 2.644164016224717084e-01 1.581364899898808352e-01 7.018625667485579867e-02 8.266208962549304734e-03 9.403026201868971013e-05 9.672530000000000294e-01 -1.337026952663736604e+07 +2.793000000000000000e+03 3.961427336558331347e-01 3.162775117815412318e-01 2.393513907221281045e-01 1.598984824624944401e-01 8.459734925954619233e-02 3.043142961401023791e-02 2.406186482203640561e-03 2.470310888184206700e-05 3.842369999999999952e-01 2.236318869934397936e+07 +2.794000000000000000e+03 2.930922556719190997e-01 2.864191997143907820e-01 2.258584135616518163e-01 1.500083658085686056e-01 7.928488978867458126e-02 3.034727876286913428e-02 2.454053163498618167e-03 1.326256179921188857e-05 2.354710000000000136e-01 -6.022240575864759739e+05 +2.795000000000000000e+03 3.769532043547643152e-01 2.489347443129801274e-01 1.655491592050592764e-01 1.047485273102256864e-01 6.198999064830786748e-02 2.922780079144061266e-02 3.383808455471501095e-03 2.927356769366860629e-05 4.754229999999999845e-01 2.702187638237958774e+06 +2.796000000000000000e+03 4.414311031164526167e-01 2.525566552721087987e-01 1.632513196168842717e-01 1.171386150164745316e-01 8.661631919931725432e-02 4.468387119052662226e-02 4.682441985764765682e-03 3.318471513793886345e-05 5.733730000000000215e-01 4.773155160357141867e+06 +2.797000000000000000e+03 9.413094260253471735e-01 4.775635313562235362e-01 2.751525833837476509e-01 1.591442385572388318e-01 8.265051791179514606e-02 2.985396914755234637e-02 1.480779715352800426e-03 -1.231303979499038802e-05 1.584510000000000085e-01 1.560432119279607013e+07 +2.798000000000000000e+03 7.036405136922003756e-01 3.622295197007098233e-01 2.004542834068796520e-01 9.928373220259500975e-02 3.421994728779798739e-02 1.996260718048055178e-03 -2.345680777213090921e-03 -7.949554518246413888e-05 -5.108780000000000543e-01 6.767682207272146828e+06 +2.799000000000000000e+03 7.691599220689913086e-01 3.194826782661884246e-01 1.216292258142582655e-01 2.158968756846359194e-02 -1.113748298192285789e-02 -9.550177214793214436e-03 -1.360512628986121353e-03 -1.451243526112632318e-05 -1.549850000000000116e-01 8.037237539800933562e+06 +2.800000000000000000e+03 8.807136225151445119e-01 3.735579684601934569e-01 1.344866664018760927e-01 6.769032370769301893e-03 -3.245819043288194344e-02 -2.185068043341545363e-02 -2.976912232567056286e-03 -2.954007833092954692e-05 -3.438800000000000190e-01 1.297261930319061317e+07 +2.801000000000000000e+03 1.197000772674709390e+00 5.054919274485917269e-01 2.003462771311828039e-01 3.945609151563776035e-02 -2.238063314484870642e-02 -2.362238085520346545e-02 -3.962086415571245898e-03 -4.645981928174460911e-05 -7.666770000000000529e-01 -5.563652344385660253e+06 +2.802000000000000000e+03 7.352816785810111222e-01 1.724879150700138752e-01 -2.761050760741353208e-02 -8.181774188711608831e-02 -5.402113695648685932e-02 -1.774115178123962869e-02 -9.709604072239315375e-04 -2.508537898276024996e-06 -8.067699999999999871e-02 1.443441297519874293e+06 +2.803000000000000000e+03 9.391122209307608548e-01 2.019603671345394924e-01 -2.922139931903375287e-02 -9.360662044692397155e-02 -8.748059928068446789e-02 -5.869860702880542319e-02 -1.262205594625627307e-02 -3.081825012572987957e-04 -2.272517000000000120e+00 -1.010815471387821063e+07 +2.804000000000000000e+03 1.069467155373563738e+00 3.345571780036029619e-01 7.679417720633298361e-02 -2.399143308145287173e-02 -4.417429865250136617e-02 -2.876626472005688884e-02 -4.129551052665790534e-03 -4.073253693374459967e-05 -5.528039999999999621e-01 1.282509811127040349e+07 +2.805000000000000000e+03 1.073717873914695753e+00 2.943568224343451889e-01 -1.313959342302719983e-05 -1.162979861857674768e-01 -1.155185716385721401e-01 -5.868513683476646314e-02 -5.799945900486478713e-03 -4.052812071109210490e-05 -9.075819999999999999e-01 -1.503097906052019447e+07 +2.806000000000000000e+03 6.159161234575944999e-01 4.828271972672465440e-02 -1.653194406027068131e-01 -2.237814626248411931e-01 -1.636575206061531285e-01 -6.732669784725424378e-02 -5.218415522339583598e-03 -3.341900831586172506e-05 -6.968239999999999990e-01 -1.935937524116561189e+07 +2.807000000000000000e+03 1.044518688259507222e+00 1.792907217167374334e-01 -1.256329164279252064e-01 -2.151494844803593098e-01 -1.686272277836314004e-01 -7.531585573834911895e-02 -6.597456414347798066e-03 -4.307405435220032692e-05 -7.048360000000000181e-01 7.421373587381580845e+06 +2.808000000000000000e+03 6.521974925429602221e-01 1.496064510605817771e-02 -2.114025871182707295e-01 -2.604059650675620285e-01 -1.964932959635711240e-01 -1.038205675274714995e-01 -1.900482893054128083e-02 -5.414099744640855612e-04 -3.085719000000000101e+00 -2.853739322605533060e+06 +2.809000000000000000e+03 7.395897378012423751e-01 -6.668696132468703019e-02 -2.957166297606885208e-01 -3.007307326915856782e-01 -1.864920627760897343e-01 -7.153505098255590056e-02 -5.996877295364109323e-03 -4.563345691266644278e-05 -8.454089999999999661e-01 -6.745100411630547605e+06 +2.810000000000000000e+03 9.050441319101109050e-01 -1.024446370025277643e-02 -2.845468211614193277e-01 -3.033277230550224246e-01 -1.835327475020089860e-01 -6.549770932174069082e-02 -5.209449477109840895e-03 -4.783321654328670042e-05 -6.497309999999999475e-01 2.893248431624038611e+06 +2.811000000000000000e+03 8.071243951325109967e-01 -1.128199828900742913e-01 -3.844773380101113580e-01 -3.917394297077224641e-01 -2.467752952874974759e-01 -9.636509269210351281e-02 -8.878839900676709779e-03 -8.996578953405499326e-05 -1.226707999999999910e+00 3.587725414496172220e+06 +2.812000000000000000e+03 8.175754734126057244e-01 -1.021926962980764658e-01 -3.741842382907011322e-01 -3.826093527755720647e-01 -2.402276162213503874e-01 -9.320415913824020571e-02 -8.526257090451547921e-03 -8.615872748641602167e-05 -1.172976000000000019e+00 3.390783857603735290e+06 +2.813000000000000000e+03 1.434501846920972046e+00 1.072533882243595027e+00 7.975466082351118091e-01 5.279616684553811723e-01 2.772593583622500746e-01 1.027831860849555690e-01 9.013032873094595568e-03 7.944447386177232433e-05 3.916390000000000149e-01 -4.269021876963128150e+07 +2.814000000000000000e+03 1.433223342649027732e+00 1.070658886737800186e+00 7.957332960925460608e-01 5.261846229506985662e-01 2.755729005723318581e-01 1.015841452095068154e-01 8.739549303848457781e-03 7.324451656683157882e-05 3.483129999999999837e-01 -4.241776217454792559e+07 +2.815000000000000000e+03 9.590500930538689017e-01 7.321842417783638313e-01 5.622211466362135868e-01 3.877080268083555881e-01 2.123807031620090768e-01 8.176062392981103821e-02 7.598529108305330550e-03 7.219866527834925801e-05 5.503440000000000554e-01 -2.247929443763871491e+07 +2.816000000000000000e+03 1.401821229486507114e+00 9.819808174962595393e-01 7.051994271251805779e-01 4.582524012935244584e-01 2.357380216787366423e-01 8.165970055695968843e-02 5.303061294928269713e-03 1.442400720928888534e-05 3.671860000000000124e-01 1.568447773975481465e+07 +2.817000000000000000e+03 1.319993397516958877e+00 8.481763532816998241e-01 5.818760089864123408e-01 3.770865817044909973e-01 2.109239791361034733e-01 8.833252758147336348e-02 9.082998722345797873e-03 8.639340214216339835e-05 9.209310000000000551e-01 -1.092912547615862638e+07 +2.818000000000000000e+03 1.510138997619638657e+00 9.614406634825126696e-01 6.487540193670974231e-01 4.033656299148314361e-01 2.031715379964243451e-01 7.203309092811496783e-02 6.028537900916963906e-03 5.750654914725552230e-05 5.553799999999999709e-02 -3.906262679303198308e+07 +2.819000000000000000e+03 1.484278128017413323e+00 9.258959453534940653e-01 6.113973101576540836e-01 3.686831196154625179e-01 1.774488093831993740e-01 5.884759724479755871e-02 4.099918976144398958e-03 2.584156826170179899e-05 -1.571299999999999919e-01 -3.318404937785100564e+07 +2.820000000000000000e+03 1.159208442092443558e+00 7.367799527566182283e-01 5.047258896525494976e-01 3.371610022119463923e-01 2.049666773729150737e-01 9.411824973673904582e-02 1.021928944346166789e-02 8.926920302668135210e-05 1.332173000000000052e+00 7.393249007861196995e+06 +2.821000000000000000e+03 1.295600374580048841e+00 7.110808886495300074e-01 4.352876747661282297e-01 2.727422576861794901e-01 1.669724761938103930e-01 7.986496859387967606e-02 9.572199048245846539e-03 1.103601330965565697e-04 1.410760000000000014e+00 1.711247722286176682e+07 +2.822000000000000000e+03 1.605204802896436966e+00 9.334416388317796631e-01 5.829609214607923695e-01 3.334998890850276454e-01 1.574732040423042490e-01 5.675322164673256981e-02 4.928523901315307737e-03 2.918428238089785690e-05 5.315999999999999615e-01 5.369834123497231863e+06 +2.823000000000000000e+03 1.542499181239181283e+00 8.603227059573037572e-01 4.837694833173099562e-01 2.258388954833974172e-01 7.202717766308205927e-02 8.979007623973212296e-03 -2.676994847829690816e-03 -8.156362557827649587e-05 -6.161330000000000418e-01 1.343426434617990442e+07 +2.824000000000000000e+03 1.644365143012024522e+00 8.953439174223803976e-01 5.142698194168731085e-01 2.614156109671412209e-01 1.038350480069770154e-01 2.862898310892632997e-02 1.462023448227353466e-03 6.315475576276680191e-06 -2.128939999999999999e-01 -1.422527084817056917e+07 +2.825000000000000000e+03 1.281321049429260839e+00 6.006415135398752714e-01 2.743923362130424870e-01 7.963173874946646857e-02 -9.196262420608749405e-03 -1.810456239810778398e-02 -2.336600381291779709e-03 -1.564207213791342398e-05 -3.468789999999999929e-01 3.345541878295404837e+06 +2.826000000000000000e+03 1.235058398536625246e+00 4.954122606009564445e-01 2.101610197387427659e-01 7.839163002838921146e-02 2.527708467777422738e-02 5.304278011268315218e-03 -4.732947075237898529e-04 -1.163312436375665032e-05 -1.292669999999999930e-01 6.586383872000806965e+06 +2.827000000000000000e+03 1.232485884027711087e+00 4.806605862891785153e-01 1.911319151534986160e-01 7.249396818424519440e-02 4.654275407101301359e-02 3.627361284527259172e-02 8.838209920142409831e-03 2.127013190675165028e-04 1.400346000000000091e+00 -4.466947855013271794e+06 +2.828000000000000000e+03 1.429716196269876116e+00 5.352294965365618218e-01 1.896599513864626607e-01 4.341996864239529297e-02 7.272826419605609403e-03 4.632484568921713640e-03 7.758686503465247672e-04 5.004655417543635143e-06 1.419600000000000029e-01 4.352850353052789345e+06 +2.829000000000000000e+03 1.580743458672323909e+00 5.563472689271076188e-01 1.502391949176721808e-01 -1.721552218147149801e-02 -3.976048469658145790e-02 -1.727634552948266802e-02 -1.548568073662498793e-03 -1.393263994858769759e-05 -4.858350000000000168e-01 -2.273763155889701098e+07 +2.830000000000000000e+03 1.951290407193091214e+00 7.281035022142713364e-01 2.666558170083724866e-01 9.070792298219178262e-02 5.747861425482315989e-02 4.269819335209142086e-02 8.421188185030660522e-03 1.405806339484014635e-04 1.411129999999999995e+00 6.828735929336492904e+06 +2.831000000000000000e+03 1.601823588329706505e+00 5.160673201409925470e-01 1.181486763900716080e-01 -2.374051715285934935e-02 -3.026816491511487295e-02 -9.428018382947579712e-03 -1.113111711640619225e-03 -4.015403326609242462e-05 -1.688399999999999970e-02 1.615467232895476371e+07 +2.832000000000000000e+03 1.320157910979598892e+00 4.163481345278580159e-01 5.853634614032415806e-02 -8.235753410652355000e-02 -8.011236266233646985e-02 -3.089937023860796911e-02 -1.519037099327970753e-03 4.494904937693906713e-06 -7.181200000000000083e-02 4.078025639080970432e+05 +2.833000000000000000e+03 2.120306662432492661e+00 7.276496142855264360e-01 1.753364447107042812e-01 -5.412992184102752291e-02 -8.633813333365929210e-02 -4.615582651791110685e-02 -5.800220394913536796e-03 -6.091339180056307379e-05 -1.212877999999999901e+00 -2.580747724520992115e+07 +2.834000000000000000e+03 1.460548996357841078e+00 3.933428345564730644e-01 6.819863967530778379e-03 -1.195823729858543488e-01 -1.001453200863379744e-01 -4.529914321499906721e-02 -5.300179458075401744e-03 -5.813627377093514865e-05 -7.950019999999999865e-01 2.855416316919207573e+06 +2.835000000000000000e+03 1.516661982563257460e+00 3.778754913780690838e-01 -5.996871336566433897e-02 -2.242283079663536793e-01 -2.094318139358198327e-01 -1.163668501571497871e-01 -1.777533021942238889e-02 -2.988876547262334744e-04 -2.828936000000000117e+00 3.167126176791683305e+06 +2.836000000000000000e+03 1.863793546100968479e+00 5.721304283810006996e-01 4.795041581728520103e-02 -1.619060744754381997e-01 -1.520589740690201364e-01 -6.524903689928814032e-02 -5.401105134974941609e-03 -3.835034620925981851e-05 -7.127949999999999564e-01 3.045271517220574897e+06 +2.837000000000000000e+03 1.739700461356041616e+00 4.657484352067026157e-01 -5.118060233109840429e-02 -2.544979690401850125e-01 -2.284918279765144056e-01 -1.089399067320591247e-01 -1.180818287549460777e-02 -1.332966434775962998e-04 -1.771927000000000030e+00 -1.647387795758753084e+06 +2.838000000000000000e+03 1.821648687543136136e+00 4.693701208720347795e-01 -3.691601285739926769e-02 -2.050049024595018421e-01 -1.674776543889836544e-01 -7.341216930503842442e-02 -6.907526776102298517e-03 -5.731214299626143441e-05 -1.115520000000000067e+00 -3.974091020968280733e+06 +2.839000000000000000e+03 1.690461849840614095e+00 1.260591308036949076e+00 9.428556343290304120e-01 6.419237878781742790e-01 3.615819080223356963e-01 1.510704528822303105e-01 1.677551178694879422e-02 1.908605616441258728e-04 2.188476999999999784e+00 1.397235588916915655e+07 +2.840000000000000000e+03 1.688393738486205775e+00 1.259936401706308162e+00 9.434140016705597764e-01 6.431669197646555647e-01 3.624471310112489797e-01 1.510886531009629774e-01 1.663653295435317536e-02 1.876427946040828802e-04 2.155262000000000011e+00 1.376663052278141864e+07 +2.841000000000000000e+03 1.674199852295748414e+00 1.244270788989239485e+00 9.288307181018310432e-01 6.302848509688693257e-01 3.515048059892848520e-01 1.434173445983524531e-01 1.492200380241307141e-02 1.531678325931627141e-04 1.835266999999999982e+00 1.154758740855260193e+07 +2.842000000000000000e+03 2.295243024003498000e+00 1.554417952412151749e+00 1.097851530771591477e+00 7.203662414546884163e-01 4.012715098517121715e-01 1.685224045768571044e-01 1.895770575673920086e-02 2.435569934193398153e-04 2.495976999999999890e+00 2.693339873944047466e+07 +2.843000000000000000e+03 2.163689820667669572e+00 1.410157641204983436e+00 9.444918026390339838e-01 5.714392851501893800e-01 2.836902438063116372e-01 1.067997417510753583e-01 1.150745972932466603e-02 1.632203211893740061e-04 1.382387999999999950e+00 1.772682986784583703e+07 +2.844000000000000000e+03 2.214389286526714962e+00 1.459626855811857027e+00 1.001400120246578318e+00 6.322066993709576366e-01 3.334612680692854991e-01 1.292330539218234375e-01 1.170985655314672226e-02 9.284289836384662740e-05 1.339493999999999962e+00 2.546739418092106655e+07 +2.845000000000000000e+03 1.838350866168446895e+00 1.158018626640842097e+00 7.783370088662071584e-01 4.873744822597981252e-01 2.566920249386732689e-01 1.000245373517306968e-01 9.223961640896794975e-03 7.034732495760904851e-05 9.156910000000000327e-01 1.601680914638551651e+06 +2.846000000000000000e+03 2.020442779783970799e+00 1.255485136944177071e+00 8.399454438690041602e-01 5.276603528859084014e-01 2.776854610716827931e-01 1.052549490597655957e-01 9.262414520101083792e-03 8.805109293895559130e-05 8.333059999999999912e-01 5.987536898956397548e+06 +2.847000000000000000e+03 1.999454228010149492e+00 1.148510915772939622e+00 7.133260828410347143e-01 4.086202611218348046e-01 1.893044306964081491e-01 5.941226538978488375e-02 2.623274182993467693e-03 -5.242514847387073093e-05 -2.053449999999999998e-01 -4.742585169474347495e+06 +2.848000000000000000e+03 2.424494919070425247e+00 1.411380644236917892e+00 8.600606622707489546e-01 4.590580962496842443e-01 1.823001487154024547e-01 4.645912852047924535e-02 2.121426357297061336e-03 1.160484136009318924e-05 -3.853050000000000086e-01 -1.370104884913614579e+07 +2.849000000000000000e+03 2.209003397072304864e+00 1.223636908903571463e+00 7.134718627622876896e-01 3.639719024243697754e-01 1.393155967197758360e-01 3.450878081871528585e-02 1.182042944232402238e-03 7.287296694778874970e-08 -7.218700000000000117e-02 1.721325267469551042e+07 +2.850000000000000000e+03 2.398896276586300669e+00 1.350470489816930630e+00 7.959555901690958946e-01 4.093986265821878412e-01 1.583799573511575076e-01 4.077285784123771406e-02 1.876138733721956523e-03 5.669651736855768769e-06 -3.900319999999999898e-01 -2.051114778323471174e+07 +2.851000000000000000e+03 2.345107151911530963e+00 1.229008103214742187e+00 6.825756087594664345e-01 3.350129160502369197e-01 1.286138335841640890e-01 3.473106621505633873e-02 1.827824172654139278e-03 7.800043345253589668e-06 -9.381799999999999862e-02 -2.074205781082203146e+06 +2.852000000000000000e+03 2.047665059753212002e+00 1.047253452411512020e+00 5.666166834136042718e-01 2.819841335494374102e-01 1.276523329089851722e-01 4.913117260926334190e-02 4.891996329181202280e-03 3.679082831447421921e-05 3.282169999999999810e-01 -1.801182129836878181e+07 +2.853000000000000000e+03 1.947094017512938091e+00 1.002596489802962898e+00 5.125771421657051574e-01 2.009731337717840516e-01 3.638350716318752148e-02 -1.032464997734437208e-02 -3.691173719366596523e-03 -5.492208591052327032e-05 -7.109980000000000189e-01 1.146568508832861297e+07 +2.854000000000000000e+03 2.643747910116709399e+00 1.302900101973792246e+00 6.641589563230883009e-01 2.847708482544025199e-01 8.477827791363114207e-02 9.457136964190419881e-03 -2.646423846473861235e-03 -7.010312156648730759e-05 -8.457430000000000225e-01 -7.988708699279646389e+06 +2.855000000000000000e+03 2.570034255931613387e+00 1.164679053095834194e+00 5.493129656435262742e-01 2.247845333396746026e-01 7.874099726223537932e-02 2.334578009325078904e-02 1.523950075555255673e-03 7.843663400759755703e-06 9.161999999999999311e-02 3.282763788557302672e+06 +2.856000000000000000e+03 1.996444498724573524e+00 9.495488317515987653e-01 4.606058931571397896e-01 1.769966741746213379e-01 3.648790311568796824e-02 -3.658500152234937190e-03 -1.569892237324986301e-03 -1.112700741391059603e-05 -4.643930000000000002e-01 -5.017486682854078710e+06 +2.857000000000000000e+03 2.280130480656241687e+00 9.224242176670887083e-01 3.671353987021484522e-01 1.164329652415925370e-01 3.767374649404581222e-02 1.510909114337526810e-02 1.406477165537997750e-03 1.015396395191301585e-05 -3.604099999999999665e-02 -1.307452102046007663e+07 +2.858000000000000000e+03 2.451140309697782627e+00 1.050871626414888071e+00 4.679693638630871289e-01 1.833931201427331237e-01 7.325371438206244867e-02 3.475752971519405904e-02 6.253550759791969005e-03 1.088961954600097047e-04 9.917259999999999964e-01 2.605791967449049000e+06 +2.859000000000000000e+03 2.707312234515159233e+00 1.117348577712496294e+00 4.532201146289256966e-01 1.423170483169733380e-01 4.321929420410525885e-02 2.041717216755593520e-02 2.945583073059636781e-03 3.260354711724626825e-06 4.107549999999999812e-01 -1.026865423750558170e+06 +2.860000000000000000e+03 2.364109671544207814e+00 9.115723260838806130e-01 3.134084505642771301e-01 5.387447836073378654e-02 -6.398203881670910635e-04 4.792158652946316294e-03 1.425732944704045111e-03 1.094685817725495647e-05 2.560499999999999998e-01 7.487373560719339177e+06 +2.861000000000000000e+03 2.422012671365535663e+00 8.991883747736207910e-01 2.565267917379143170e-01 -4.077925514687665703e-02 -1.054056150640466094e-01 -6.402193690576166163e-02 -9.582445167695454943e-03 -1.503054453345254327e-04 -1.711475000000000080e+00 -1.379795846048539318e+07 +2.862000000000000000e+03 2.171810482975739642e+00 7.568968273143541481e-01 1.982711257646799508e-01 -3.203476089648579078e-02 -6.555350175253910061e-02 -3.486590810921234157e-02 -5.760002935292335945e-03 -1.065528010655901556e-04 -8.272460000000000369e-01 1.483162024838023074e+07 +2.863000000000000000e+03 2.860734008492425762e+00 1.113600286055101751e+00 3.550592153471053836e-01 -1.185512750212754443e-02 -1.064441388864572624e-01 -6.756751933327816151e-02 -9.114530474694173753e-03 -1.048170565970586330e-04 -1.567094999999999905e+00 -6.293096824308622628e+06 +2.864000000000000000e+03 2.395527101872326980e+00 8.522481500722135506e-01 2.068584487419699303e-01 -7.791631009372058936e-02 -1.193568693069901737e-01 -5.984104032061274281e-02 -5.694050541478631877e-03 -3.921242154624101224e-05 -8.103449999999999820e-01 5.914674116493276320e+06 +2.865000000000000000e+03 2.379356086310534746e+00 1.652507881453608718e+00 1.171502980825922746e+00 7.541218254246158104e-01 4.017676675496392180e-01 1.639222957484555154e-01 2.236734892209286951e-02 6.751182078604315000e-04 2.947061999999999848e+00 1.875998802494140714e+07 +2.866000000000000000e+03 2.306590942372609199e+00 1.607370184663137191e+00 1.142171685800886349e+00 7.364929044321127938e-01 3.925472524295759991e-01 1.593578757521189881e-01 2.093685580299496293e-02 5.854045734332860790e-04 2.749152000000000040e+00 2.024796332384351641e+07 +2.867000000000000000e+03 2.288156217854993457e+00 1.593154171691621990e+00 1.130794608875594687e+00 7.277631740397938476e-01 3.865914394666703502e-01 1.559484081290469781e-01 2.001646857357232065e-02 5.324539863157025116e-04 2.601332000000000200e+00 1.993643327865944058e+07 +2.868000000000000000e+03 2.307042577046062970e+00 1.571917827095484776e+00 1.107555961623672980e+00 7.197826485456180201e-01 3.967773830647570721e-01 1.684304742656561327e-01 2.126197253975234749e-02 3.883029824531051264e-04 2.830928999999999807e+00 1.819022888591756299e+07 +2.869000000000000000e+03 2.536976981834988987e+00 1.646998454741196660e+00 1.095991595035814559e+00 6.508823942948226415e-01 3.059504870650266994e-01 1.005386519176278276e-01 6.978304632699630812e-03 4.403830034403673097e-05 1.333110000000000128e-01 -8.350486902106065303e+06 +2.870000000000000000e+03 2.371707547194808807e+00 1.561899992317971053e+00 1.053635629304866983e+00 6.366151236353018161e-01 3.092168245631760071e-01 1.106952241893660177e-01 1.086024328676265215e-02 1.493996219611070308e-04 1.048850999999999978e+00 8.832890789937701076e+06 +2.871000000000000000e+03 3.090026408375602163e+00 1.831713003451035826e+00 1.156557138268908824e+00 6.728750275635309031e-01 3.258930792220188777e-01 1.174820009436955137e-01 1.062802548733109316e-02 1.006472453383471454e-04 6.835339999999999749e-01 -1.318849262452049553e+07 +2.872000000000000000e+03 2.916246553474664438e+00 1.747918959846029185e+00 1.103824623058820231e+00 6.244047309438393034e-01 2.799816531795664698e-01 9.086923432576554660e-02 7.299769929474926936e-03 6.416318077024413984e-05 3.821990000000000109e-01 2.235313734835615847e+06 +2.873000000000000000e+03 2.770025363127426310e+00 1.585280813635028485e+00 9.591540669047067258e-01 5.243325038639236046e-01 2.359966799177782570e-01 8.062519991777782058e-02 6.758440861736078435e-03 5.477003163270025601e-05 5.381110000000000060e-01 7.353204067824211903e+06 +2.874000000000000000e+03 2.596683864792036278e+00 1.502586998827624587e+00 9.248061464157234512e-01 5.135204315234119798e-01 2.284093997712340340e-01 7.382522129318142001e-02 5.523047986421357469e-03 3.583980329671886372e-05 7.895699999999999941e-02 -1.832183100050680339e+07 +2.875000000000000000e+03 2.877681941615160000e+00 1.595535830628101559e+00 9.314119810012472245e-01 4.867796561489924345e-01 2.046503956817219416e-01 6.205569291199751480e-02 3.804526136808135915e-03 1.630345127886105423e-05 -2.147219999999999962e-01 -2.253936065945174918e+07 +2.876000000000000000e+03 3.141758171504129837e+00 1.768701658778182750e+00 1.036388413332828273e+00 5.234670520175053188e-01 1.945682796462080977e-01 4.676737704235357784e-02 1.741462422328692245e-03 3.337336418502211739e-06 -4.711190000000000100e-01 -1.011007084387543052e+07 +2.877000000000000000e+03 3.280728715764669623e+00 1.774861279449946094e+00 1.015745384394684425e+00 5.123470006069594795e-01 1.933897959806902545e-01 4.362449725082440111e-02 3.520165206254612252e-04 -1.538713197347254895e-05 -3.312579999999999969e-01 2.959496503022274375e+07 +2.878000000000000000e+03 2.991713592358222762e+00 1.603092079737301168e+00 8.949119407986578789e-01 4.314216970245972615e-01 1.538769040660285525e-01 3.449629842341742081e-02 9.254862578923971029e-04 2.349644987043944704e-07 -3.308269999999999822e-01 3.094270338526682463e+06 +2.879000000000000000e+03 3.032600366430387329e+00 1.513065310772418126e+00 7.814513984507156508e-01 3.408395785374881970e-01 1.096875831062470580e-01 2.376432208785241723e-02 7.405198670295519165e-04 -4.289406451170240986e-07 -3.631929999999999881e-01 -1.750764029264551401e+07 +2.880000000000000000e+03 2.675385430817855070e+00 1.335743995446615262e+00 7.084574935178057364e-01 3.295778296092833348e-01 1.160117505120501075e-01 2.568401295226888439e-02 1.879721049485825752e-04 -3.407133153290689429e-05 -3.647619999999999751e-01 -6.419174377233213745e+06 +2.881000000000000000e+03 3.114409236752519572e+00 1.550005941600587578e+00 7.974194751384188207e-01 3.480839610422902797e-01 1.198929545663070112e-01 3.499281011768623495e-02 3.547089881555939590e-03 5.398811221532215691e-05 3.657920000000000060e-01 7.698128655822845176e+06 +2.882000000000000000e+03 3.011520859319064769e+00 1.480412903770898625e+00 7.488252940300668126e-01 3.121373186159754898e-01 9.055401475266457167e-02 1.531988896234559583e-02 -4.468472048913612010e-04 -2.087079979494440958e-05 -2.612539999999999862e-01 7.123170910683251917e+06 +2.883000000000000000e+03 3.265913089827047422e+00 1.576271836758639022e+00 7.648934894834436005e-01 2.893701045287171425e-01 6.332746374183348403e-02 1.206411179921318844e-03 -1.479434229585499657e-03 -1.770689427592513480e-05 -3.435969999999999858e-01 1.294730200878297724e+07 +2.884000000000000000e+03 3.019799630758245090e+00 1.444834020363847227e+00 6.861544236932369811e-01 2.399456762912129670e-01 3.223507853959858838e-02 -1.314793440597979146e-02 -2.907455979370690644e-03 -2.624732736907357233e-05 -7.392349999999999755e-01 -1.067699816597460769e+07 +2.885000000000000000e+03 2.879140097465989534e+00 1.229930854738783941e+00 4.889236370350075189e-01 1.097379887700909024e-01 -2.063195620984542913e-02 -2.561968074984492111e-02 -3.664252368369846132e-03 -3.580040646888797646e-05 -5.095159999999999689e-01 1.725813084196047485e+07 +2.886000000000000000e+03 2.887960687698946316e+00 1.255839989941404999e+00 5.365295883800016430e-01 1.584990927841147534e-01 8.803794269270635506e-03 -1.501411954762723808e-02 -3.383421409726540627e-03 -6.135471478494058267e-05 -7.602189999999999781e-01 -1.631359688478575274e+07 +2.887000000000000000e+03 2.927114133703817345e+00 1.243541058136492294e+00 4.828398344803935260e-01 9.165432423289400499e-02 -4.017493883372955099e-02 -3.684920236240589453e-02 -4.998669574970902342e-03 -5.022225094842103444e-05 -7.172190000000000509e-01 1.644295123791249283e+07 +2.888000000000000000e+03 2.859686617883264503e+00 1.164140452323472186e+00 4.434382777850154889e-01 9.163903891724416162e-02 -2.459733030104207380e-02 -2.624338216832985612e-02 -3.492119252986230615e-03 -3.096020472755951899e-05 -5.619420000000000526e-01 2.768017926294044126e+06 +2.889000000000000000e+03 3.211114676209808394e+00 1.323965798230480218e+00 4.650352254257299478e-01 1.749112073688243243e-02 -1.244061870877651160e-01 -9.064206050475909215e-02 -1.413954871254668143e-02 -1.979173358374379467e-04 -2.458511000000000113e+00 -1.207609991407066211e+07 +2.890000000000000000e+03 2.977155521208343369e+00 1.205013607533407027e+00 4.240066423907289939e-01 2.813797231206789998e-02 -9.648248665057142237e-02 -7.203435219795764621e-02 -1.158448733369294402e-02 -1.865574359931920800e-04 -1.965700000000000003e+00 -6.739614116861774586e+06 +2.891000000000000000e+03 3.216982616795418970e+00 1.306120586685002749e+00 4.355804249619009694e-01 -1.656323076101969341e-02 -1.544805172137121430e-01 -1.089077975256225045e-01 -1.743287000470299108e-02 -2.666371362295257767e-04 -2.953249000000000013e+00 -8.651642515499141067e+06 +2.892000000000000000e+03 3.216246606864882729e+00 1.301520064534798182e+00 4.293504596770633119e-01 -2.330561773931461370e-02 -1.604164520010538109e-01 -1.126326492571438076e-01 -1.818171081256950497e-02 -2.865342713912099248e-04 -3.061441999999999997e+00 -7.526809286512117833e+06 +2.893000000000000000e+03 3.718249983145762272e+00 2.234624369577002057e+00 1.435923123183986405e+00 8.523112789181871429e-01 4.172691356102233851e-01 1.474653894849052571e-01 1.161995985075916192e-02 7.444656668202332620e-05 4.207830000000000181e-01 -2.126315844238853827e+07 +2.894000000000000000e+03 3.737340694788540141e+00 2.255162705871472273e+00 1.459378859477823864e+00 8.769163913695919854e-01 4.392813613719780963e-01 1.625918980470109632e-01 1.490221795520100222e-02 1.391442659090385572e-04 1.071253000000000011e+00 -9.410762675782838836e+06 +2.895000000000000000e+03 3.666178609656218779e+00 2.144245830677122377e+00 1.337527091039497407e+00 7.737393086053532265e-01 3.787705921983113844e-01 1.393911360996284710e-01 1.273239518359857610e-02 1.278359109327154063e-04 1.284345999999999988e+00 2.804162822231094167e+07 +2.896000000000000000e+03 3.712190572732220861e+00 2.168066839164456194e+00 1.348899547217316641e+00 7.659227185353189027e-01 3.491795166479881862e-01 1.094613208078804995e-01 6.482267557575345160e-03 2.704967691124928028e-05 -3.374699999999999922e-01 -2.225723475549374521e+07 +2.897000000000000000e+03 3.368715187499005559e+00 1.931080325169693079e+00 1.167291540751923984e+00 6.323989577101835069e-01 2.714513888663291352e-01 8.073521837071850893e-02 4.400835836275122578e-03 1.428019132506512229e-05 -3.489369999999999972e-01 -1.750735702900142968e+07 +2.898000000000000000e+03 3.836132425932583079e+00 2.182939232664296014e+00 1.305378312587820000e+00 6.985462231153924950e-01 3.043236912622862556e-01 1.015605301536382371e-01 8.968646680423089657e-03 8.614070832619378593e-05 7.609150000000000080e-01 1.841944220985327289e+07 +2.899000000000000000e+03 3.881853751596956226e+00 2.118927628715504774e+00 1.242128134517826998e+00 6.647507821804145012e-01 2.916209517439498078e-01 9.337026119254976386e-02 6.867395969797174954e-03 6.027382101661293471e-05 4.900479999999999836e-01 2.247286294162372500e+07 +2.900000000000000000e+03 3.472572278629623810e+00 1.909177352852729381e+00 1.103809202039991444e+00 5.646653520134602422e-01 2.278041525827369795e-01 6.495687716645488774e-02 3.442735953440055792e-03 1.065858325055871894e-05 -3.319590000000000041e-01 -1.743382299799063802e+07 +2.901000000000000000e+03 3.817067772574962436e+00 2.057410243125553873e+00 1.165910841171809986e+00 5.815056095232589151e-01 2.301425981351840067e-01 7.043833797497811577e-02 6.111130849717982816e-03 6.034492672110622932e-05 1.509260000000000046e-01 -2.244330301421957836e+07 +2.902000000000000000e+03 3.683393025836753321e+00 2.005022710438476352e+00 1.140255921567548514e+00 5.678024166283779373e-01 2.190534978321379556e-01 5.924696973888940454e-02 3.282869735331289673e-03 1.857610433424949160e-05 -3.082489999999999952e-01 -1.407486732055344246e+07 +2.903000000000000000e+03 3.437524929180244992e+00 1.774254206538418144e+00 9.686073803887678135e-01 4.757515752712878632e-01 1.971678201729144819e-01 6.394799065890324763e-02 4.775977048581853644e-03 2.810203351662970766e-05 3.509550000000000169e-01 7.897606393171007745e+06 +2.904000000000000000e+03 3.680862485141933593e+00 1.909162635099817651e+00 1.036435381700607783e+00 4.928855494296185413e-01 1.852202966371540860e-01 5.030142288694721547e-02 2.602671181429743168e-03 8.208185255465744469e-06 -1.676189999999999902e-01 -6.019071402087838389e+06 +2.905000000000000000e+03 4.082470457893906612e+00 2.037518287379024962e+00 1.046057015429835646e+00 4.497596802686990025e-01 1.390930882450703843e-01 2.533716236165424462e-02 -6.264133646928506062e-04 -4.018520347413228022e-05 -2.182030000000000081e-01 3.015382478186713532e+07 +2.906000000000000000e+03 3.528954585143611489e+00 1.748233221459695619e+00 8.824330692113582231e-01 3.569283166737917679e-01 8.488795552063825578e-02 -1.165668003725775460e-03 -3.648438851342127812e-03 -5.179482830419723013e-05 -9.008450000000000069e-01 3.785049523204848636e+06 +2.907000000000000000e+03 3.477421459629813860e+00 1.705386208305318396e+00 8.426705678766357455e-01 3.202156500922190840e-01 6.369174228096974311e-02 -3.182997071513393207e-03 -1.945315218091306711e-03 -1.558870482468356582e-05 -4.430799999999999739e-01 9.211210154055014253e+06 +2.908000000000000000e+03 3.939221603868336974e+00 1.919919709012264608e+00 9.367439602897575934e-01 3.446917506920214591e-01 5.520546103167009444e-02 -1.683161184675288982e-02 -5.388507098948616507e-03 -8.450186918582771906e-05 -7.698819999999999553e-01 3.446418842341944575e+07 +2.909000000000000000e+03 3.857587031677672584e+00 1.814458316081449585e+00 8.336124266284293816e-01 2.611026866557887294e-01 3.944841552284632236e-03 -3.834482015603948163e-02 -7.664287926864048715e-03 -1.097355065220613604e-04 -1.061787000000000036e+00 3.192375911296340823e+07 +2.910000000000000000e+03 3.829457396777744549e+00 1.790785573319579882e+00 8.160687966005557570e-01 2.506948608666533795e-01 -2.046143252803483276e-04 -3.924022086042450869e-02 -7.664488760108430741e-03 -1.110126800066967852e-04 -1.058006000000000002e+00 3.091101745973008871e+07 +2.911000000000000000e+03 4.112051924272042136e+00 2.472186734473863279e+00 1.562235488852895759e+00 8.988450328831923963e-01 4.281158234044347699e-01 1.531168879281870621e-01 1.368033660172146213e-02 1.245874191288896403e-04 8.444890000000000452e-01 -1.364247485608557984e+07 +2.912000000000000000e+03 4.527416019775399647e+00 2.688752369223569083e+00 1.686310025533246826e+00 9.562704937638982772e-01 4.327621131357718420e-01 1.361223081773265398e-01 8.358784294381102140e-03 3.669699418720062537e-05 1.362700000000000022e-02 9.182410530323171988e+06 +2.913000000000000000e+03 3.942468565887089049e+00 2.316019542587128388e+00 1.451014462641426972e+00 8.383877042435396998e-01 4.083500873853005420e-01 1.523340365332706003e-01 1.564959380849028497e-02 2.087089579161866340e-04 1.638134999999999897e+00 2.485016503954107687e+07 +2.914000000000000000e+03 4.489220757101572090e+00 2.657786836642689110e+00 1.651546770919549045e+00 9.162614777715479830e-01 3.999381990563506961e-01 1.236506586179336731e-01 9.051090668408196330e-03 8.078641277038688985e-05 2.678139999999999965e-01 1.473627702001765929e+07 +2.915000000000000000e+03 4.168126971337624553e+00 2.339757026698340514e+00 1.389575334990274857e+00 7.428885472710368143e-01 3.249621253762908779e-01 1.067058606495563805e-01 8.179271377553734915e-03 5.663028366061891781e-05 2.285079999999999889e-01 -1.421008470842797309e+07 +2.916000000000000000e+03 4.316269314499153964e+00 2.479750037111378536e+00 1.494389223501512376e+00 8.004064006505393625e-01 3.402106628725761195e-01 1.074166450984033738e-01 9.234094574269938877e-03 1.056369770205590640e-04 3.015780000000000127e-01 -1.169387851308777742e+07 +2.917000000000000000e+03 4.039311201706982324e+00 2.235931230971843764e+00 1.323975294645800771e+00 7.124019340991445404e-01 3.093196868412385059e-01 9.488759856618345090e-02 5.626936333809999524e-03 2.078275488527989105e-05 -2.211509999999999865e-01 -1.889961613745296746e+07 +2.918000000000000000e+03 4.409428063737744985e+00 2.437164681194075033e+00 1.430919401569572313e+00 7.651140451944684617e-01 3.413128538903637543e-01 1.159531657197845900e-01 9.898948642730975508e-03 9.419894105574295616e-05 4.294649999999999856e-01 -2.030315551966719702e+07 +2.919000000000000000e+03 4.258789219125064918e+00 2.305432055446427597e+00 1.300849696233387753e+00 6.304825557366993127e-01 2.247055116044465173e-01 5.247435410643620790e-02 2.120218898329909261e-03 6.728252849348101720e-06 -4.525029999999999886e-01 -5.128489475514488295e+06 +2.920000000000000000e+03 4.223852258777847091e+00 2.291368060298158316e+00 1.287076382886806813e+00 6.169549733537645908e-01 2.129748690807861111e-01 4.456609166720611886e-02 1.063410170390527952e-03 8.238644023591399584e-07 -8.216609999999999747e-01 -2.192554957226955518e+07 +2.921000000000000000e+03 4.157904719364276858e+00 2.151240934089047041e+00 1.148133896003844967e+00 5.147736985945214894e-01 1.629152317035471587e-01 2.937005776171144888e-02 -3.905851725034716732e-04 -2.054297733837803105e-05 -5.243910000000000515e-01 7.729622465489181690e+06 +2.922000000000000000e+03 4.470315812616602713e+00 2.319022660286932158e+00 1.253873161569623473e+00 5.911604993149829346e-01 2.179499186750102069e-01 5.617031009242694217e-02 2.343187791364630124e-03 4.168404688439385466e-06 -1.552659999999999874e-01 1.216583028120843135e+07 +2.923000000000000000e+03 4.156359422664140268e+00 2.134874178260072419e+00 1.128099106204015545e+00 4.970916552062618066e-01 1.523167547486516116e-01 2.595001455395562831e-02 -3.647269713828386450e-04 -1.369662192237153150e-05 -4.728530000000000233e-01 8.572585195244161412e+06 +2.924000000000000000e+03 4.179435220668261231e+00 2.134294898862853618e+00 1.121949845160542081e+00 4.928053200886047813e-01 1.532258114445173292e-01 2.981520808935161568e-02 1.006027914931398922e-03 1.572965837370487966e-05 -1.376840000000000008e-01 1.668526594331669062e+07 +2.925000000000000000e+03 4.885373502552215363e+00 2.935151498540884418e+00 1.896646912493096915e+00 1.156346130366582514e+00 6.147820836573698600e-01 2.612691436519227750e-01 3.710423087823719324e-02 9.435961485853205846e-04 4.514399000000000051e+00 4.032360527348007541e+06 +2.926000000000000000e+03 4.880306958491082092e+00 2.922416083530313013e+00 1.879537695732033331e+00 1.136711479784358048e+00 5.962246794325419819e-01 2.486338130001087277e-01 3.421001583520892619e-02 8.391879781288950728e-04 4.108035000000000103e+00 9.641241937305998057e+06 +2.927000000000000000e+03 4.606103589911131557e+00 2.730141628533881093e+00 1.717517532689434745e+00 9.856791312491118839e-01 4.605463352948106492e-01 1.542844719366825157e-01 1.115094823132145412e-02 6.576481735292076752e-05 6.010630000000000139e-01 2.222760192308488861e+07 +2.928000000000000000e+03 4.671020194740178155e+00 2.818064124242774415e+00 1.785239081316326804e+00 1.012738427038709865e+00 4.514060505465977702e-01 1.403323475744331916e-01 9.653403607065930148e-03 6.899347119311602763e-05 2.283920000000000117e-01 1.802915841897394881e+07 +2.929000000000000000e+03 4.935991898338739858e+00 2.826757297478706743e+00 1.720526362647807117e+00 9.554063449968738242e-01 4.358544798028314848e-01 1.454361604286452392e-01 1.096678515720100888e-02 7.602908150279491018e-05 5.722420000000000284e-01 9.994777691087352112e+06 +2.930000000000000000e+03 4.680656610970881815e+00 2.656416465707374108e+00 1.613275293517589803e+00 9.016912751547151439e-01 4.195132517356941482e-01 1.456680895246635354e-01 1.291520410822701893e-02 1.538332008232478991e-04 8.790890000000000093e-01 2.206122315780935809e+06 +2.931000000000000000e+03 5.028629918893693151e+00 2.839095660654709086e+00 1.707852088267570290e+00 9.364831395399630942e-01 4.177251532000414436e-01 1.322760743062138256e-01 8.391394772688683806e-03 3.920693185816341803e-05 8.690900000000000014e-02 8.418959155558970524e+05 +2.932000000000000000e+03 5.163803482775084497e+00 2.907042185996132400e+00 1.723154740195817158e+00 9.092250200753093647e-01 3.777642797045509537e-01 1.096730443741340544e-01 6.109639877719117915e-03 2.431559047194747033e-05 -6.982599999999999918e-02 1.609127454546063393e+07 +2.933000000000000000e+03 5.187742512709617948e+00 2.846302814036503204e+00 1.658585958493810963e+00 8.732412076504066922e-01 3.767336540653193344e-01 1.216533326476308546e-01 9.660414320853290965e-03 8.977873994366883034e-05 8.767880000000000118e-01 4.055377214138230681e+07 +2.934000000000000000e+03 4.953556695308276581e+00 2.773070470569102497e+00 1.623968494843087029e+00 8.315985396640610539e-01 3.231838227130324759e-01 8.641550219504734454e-02 5.284613469115546393e-03 4.031309605822680768e-05 -4.588889999999999914e-01 -2.034853034972431138e+07 +2.935000000000000000e+03 4.801167608821440780e+00 2.614912762616969477e+00 1.496976602764731101e+00 7.557293970216995005e-01 2.969243799841904674e-01 8.234697718821248902e-02 4.892332117092263073e-03 2.710090265654880568e-05 -1.527810000000000001e-01 -8.646474325707722455e+05 +2.936000000000000000e+03 4.871337876927927191e+00 2.650265880482315151e+00 1.517625839540535093e+00 7.604537341856795196e-01 2.862615181903332973e-01 7.093438612775863905e-02 3.125713954263698458e-03 1.257053066624907367e-05 -4.788240000000000274e-01 -4.279310483056918718e+06 +2.937000000000000000e+03 -1.089136519198012770e-01 2.636835781206657917e-02 8.481920717560297029e-02 1.007248241229545260e-01 7.680942367138469951e-02 3.554085924562955245e-02 3.202715459756129077e-03 1.676338377273862320e-05 3.890870000000000162e-01 1.375852983582218876e+06 +2.938000000000000000e+03 2.924594640604749163e+00 1.534094855095301746e+00 8.424019337342893987e-01 4.011574785535909626e-01 1.458920164775328876e-01 3.660170329010088708e-02 1.640491549081659261e-03 6.970017044305541477e-06 -2.096000000000000085e-01 -3.587878626089967322e+06 +2.939000000000000000e+03 2.186705702598756851e+00 8.661180356731379426e-01 3.339014256242453516e-01 9.315543544858126412e-02 1.891268234399270595e-02 5.644555363569792213e-03 5.470440226001348737e-04 2.335833746748290461e-06 2.415349999999999997e-01 2.092476370254481211e+07 +2.940000000000000000e+03 2.468317536939558021e+00 1.278313123146932462e+00 6.789681209276368090e-01 2.964675125236254649e-01 8.521927337661767965e-02 1.144630746702044420e-02 -4.956215080473127870e-04 -7.319368791856936182e-06 -4.636739999999999751e-01 -1.010437516081633605e+07 +2.941000000000000000e+03 2.892262880449073759e+00 1.653046610117600457e+00 9.956172663761435615e-01 5.349659360704048794e-01 2.247085927048492193e-01 6.356594093794545874e-02 2.364739442423698622e-03 -2.514831072401631787e-05 -4.722279999999999811e-01 -1.323966185952689871e+07 +2.942000000000000000e+03 -3.386745784094567835e+00 -1.815808732427659944e+00 -1.020457682652434750e+00 -5.005605439713461946e-01 -1.863607103994279479e-01 -4.714555431885804337e-02 -2.580534740311710585e-03 -2.118984626823201470e-05 -1.285080000000000111e-01 -2.540083908629514650e+07 +2.943000000000000000e+03 3.275015911382908040e-01 2.050284305338637980e-01 1.385584039566435111e-01 8.386938929067640214e-02 3.810764664756398357e-02 1.131512425918454814e-02 6.597091571556066387e-04 1.360772109848632465e-06 1.765150000000000052e-01 1.571379067586266249e+07 +2.944000000000000000e+03 2.383442886713130093e+00 9.673702560009473927e-01 3.919729683091101036e-01 1.294651145721703867e-01 4.651550940298096459e-02 2.209129797146519927e-02 2.653795160695337704e-03 2.100928151374570994e-05 3.055669999999999775e-01 -2.671086388511697762e+06 +2.945000000000000000e+03 1.078847291543447273e+00 7.522207055697198719e-01 5.389151936809332133e-01 3.505292094737883501e-01 1.837101780854325517e-01 6.968373644310675574e-02 7.418266841388313805e-03 1.280185952211632442e-04 7.387510000000000465e-01 -6.619839336858587340e+06 +2.946000000000000000e+03 1.215791085345758304e+00 6.228526112794939840e-01 3.322246557786151522e-01 1.611963761298125797e-01 7.519962613297249965e-02 3.585402755359060750e-02 6.104301708366963522e-03 9.608956677544892844e-05 9.484080000000000288e-01 1.631327096899924334e+06 +2.947000000000000000e+03 -3.115874015008051057e+00 -1.706694925933100793e+00 -9.911776335654991499e-01 -5.130325488713370907e-01 -2.077318525797149373e-01 -5.768119551573467479e-02 -2.982644693307996957e-03 -1.199770756637699578e-05 3.621070000000000122e-01 2.002280574046673253e+07 +2.948000000000000000e+03 -5.277710056096363012e-01 -1.123295464117858161e-01 1.634383185794074239e-02 4.274535792661881412e-02 2.542422762352285551e-02 8.646888388366554337e-03 7.167941258669897724e-04 3.690839818768972623e-06 5.354199999999999932e-02 -5.854782550525623374e+06 +2.949000000000000000e+03 -2.753725703032523509e+00 -1.617250358318720549e+00 -1.004994532400222740e+00 -5.764777079848311114e-01 -2.764654302553998799e-01 -9.601658125672402067e-02 -7.336896678410853405e-03 -5.905505422779379424e-05 -4.212440000000000073e-01 -5.995461745735185221e+06 +2.950000000000000000e+03 3.709783620761801792e+00 2.061866504514256349e+00 1.228630221224774388e+00 6.741088447897777280e-01 3.061659457664653305e-01 9.957173067594694837e-02 6.385424621844809807e-03 2.621253957734509738e-05 2.128770000000000107e-01 9.952518018826806918e+06 +2.951000000000000000e+03 1.969468108045562049e+00 1.164274293429375495e+00 7.319467479899095519e-01 4.291953881764110079e-01 2.183056689854392662e-01 8.556123676271090717e-02 8.521103299413383333e-03 8.754217272513798104e-05 9.562979999999999814e-01 9.658684800968414173e+06 +2.952000000000000000e+03 -1.319482199936541589e+00 -7.771976274338545654e-01 -4.748948192887575415e-01 -2.556066974378503609e-01 -1.037285796223098577e-01 -2.638101238708192089e-02 -5.039839122495325899e-04 2.369597719814622953e-05 3.348199999999999787e-02 -1.962990474802611768e+07 +2.953000000000000000e+03 1.984474876903013385e+00 1.195267610753746323e+00 7.677801104277446331e-01 4.470367833587772233e-01 2.057843531920334479e-01 6.705449412575288648e-02 5.570517580277033545e-03 6.221778221791415711e-05 2.082890000000000019e-01 -1.342674122876443341e+07 +2.954000000000000000e+03 2.901613089024500880e+00 1.507652408628655794e+00 8.248084392507949447e-01 4.027490069135029604e-01 1.640971890662672183e-01 5.598405395358324599e-02 7.019941724624778612e-03 1.287703212130317341e-04 6.398329999999999851e-01 -1.159318212156326510e+07 +2.955000000000000000e+03 8.247164373750773270e-02 3.363068514104135959e-02 6.650621791864970954e-03 -8.912202078242783057e-03 -9.047762336323261767e-03 -2.839545198755023033e-03 -4.419861667619135836e-04 -2.300287616827460170e-05 -1.406999999999999917e-01 -1.044356224395771511e+07 +2.956000000000000000e+03 4.804604699786854560e+00 2.703322063339719250e+00 1.601378587521788077e+00 8.469758623401156816e-01 3.549227515712935488e-01 1.055259208868540299e-01 6.605740609883422980e-03 3.374039247016007539e-05 -6.535599999999999743e-02 9.797476153780112509e+05 +2.957000000000000000e+03 -6.580171553273995999e-02 -2.137537039862530755e-02 -3.633380832194940679e-02 -5.853820303660955959e-02 -6.299478741429170858e-02 -4.013124864045663348e-02 -6.113547940298751614e-03 -7.765634935209560880e-05 -9.808769999999999989e-01 -3.511638613305635285e+06 +2.958000000000000000e+03 3.149048618931385768e+00 1.775852357631262146e+00 1.044078048740834319e+00 5.309445079245401766e-01 1.999710031638658458e-01 4.911751987988002138e-02 1.920950238779273742e-03 4.009197406557000178e-06 -4.517760000000000109e-01 -9.593011190031936392e+06 +2.959000000000000000e+03 -1.656679069061605780e+00 -9.498912010473310463e-01 -5.620044136668486123e-01 -2.855618937073253760e-01 -1.019491936750964028e-01 -1.750370172698336585e-02 1.795694717259421151e-03 7.213720542963845993e-05 4.860979999999999746e-01 -1.757502085026607662e+07 +2.960000000000000000e+03 1.446650178092936945e-02 4.124815071137828693e-03 -4.776071889430440545e-03 -2.082493687948513278e-02 -3.389136020609368610e-02 -2.712603116643661633e-02 -4.941562360423575571e-03 -6.918240181655662009e-05 -8.551459999999999617e-01 -2.699345045689515769e+06 +2.961000000000000000e+03 -4.031378131458707714e-01 9.684653929228999314e-02 2.241582488406226314e-01 2.143646535843670431e-01 1.345679597529868821e-01 5.205177083511439845e-02 3.678586287900545600e-03 1.837449600937862397e-05 4.174930000000000030e-01 1.063622380643768236e+07 +2.962000000000000000e+03 1.677912351388863188e+00 1.013265769513511660e+00 6.528459000315401939e-01 3.881090157025935405e-01 1.883282752624413081e-01 6.399528762151461547e-02 4.259551517992067951e-03 1.781600765217533793e-05 2.129749999999999976e-01 4.317645728768919595e+06 +2.963000000000000000e+03 -1.387405877145543864e-01 -1.443275272515857632e-01 -8.700970646792678675e-02 -1.786183055449719337e-02 2.368078482275296631e-02 2.213366601291479399e-02 3.285799755673767756e-03 3.211764744130193020e-05 2.227880000000000138e-01 -3.086739543818796426e+07 +2.964000000000000000e+03 1.286104928113658008e-01 1.208116298447683423e-01 1.312592887076716730e-01 1.409594141351795948e-01 1.237519208067157372e-01 7.116874674503718967e-02 1.039415704578074487e-02 1.540029022832343814e-04 1.555120999999999976e+00 1.433978808806367218e+06 +2.965000000000000000e+03 -4.802776413936252209e-01 -1.452970536697689719e-01 -3.733728645473138180e-02 -1.559876121057305470e-02 -2.898553523994409215e-02 -2.693439833740982406e-02 -4.892656951857028529e-03 -6.614143120730832024e-05 -7.811019999999999630e-01 1.886540449596624589e+06 +2.966000000000000000e+03 8.316106372701643767e-01 5.687471188916920495e-01 3.897779935163536713e-01 2.282437192512505597e-01 9.691177442899485961e-02 2.574060577097458599e-02 1.004513316786895608e-03 1.653415049831844143e-06 -1.472950000000000093e-01 -3.921457088500694837e+06 +2.967000000000000000e+03 3.303845314737956507e+00 1.802428891259522992e+00 1.062932627301986788e+00 5.790016300121555437e-01 2.590763940015333167e-01 8.095900325850761969e-02 4.550329408162835654e-03 1.425626775372401370e-05 1.135399999999999951e-02 5.784470246504365467e+06 +2.968000000000000000e+03 5.295542150788341562e-01 3.437028883650004585e-01 2.312109912754390095e-01 1.544026145220463719e-01 9.757094084679804324e-02 4.596605661941705750e-02 4.764221824877660875e-03 3.255006640554888441e-05 7.222910000000000164e-01 1.522226449082285538e+07 +2.969000000000000000e+03 2.555115839805757627e+00 1.371265196167667400e+00 7.743792107546590975e-01 3.941336518260910027e-01 1.766858027793786201e-01 7.179661431996445242e-02 9.733285102662657395e-03 1.369264856134370999e-04 1.564106999999999914e+00 2.835050140607109666e+07 +2.970000000000000000e+03 -3.444611738758351027e+00 -1.655918478505778335e+00 -7.928639041947969091e-01 -2.821563790360254176e-01 -4.300583064436024061e-02 9.780784062919965077e-03 1.961893267576753867e-03 1.092575443010215867e-05 2.688789999999999791e-01 -1.783491362992965803e+07 +2.971000000000000000e+03 -1.729984497690421730e+00 -8.860150685698371387e-01 -4.708391446704170979e-01 -2.137065922710336963e-01 -7.586270407062765952e-02 -2.151783050932953162e-02 -1.640452019310555684e-03 -1.354874649165516703e-05 1.738299999999999915e-02 7.131373680347776040e+06 +2.972000000000000000e+03 -3.148531277425457908e+00 -1.528883294841702378e+00 -7.531596430151764610e-01 -3.003789886678992493e-01 -8.263715370120805481e-02 -1.419211129358557456e-02 -2.149030304352031169e-04 1.291148362860299076e-06 4.214990000000000125e-01 2.110476579627110064e+07 +2.973000000000000000e+03 5.887281041544354387e-01 1.493054364261958700e-01 -1.915093604821216031e-02 -8.906453547349368893e-02 -9.317633253396857829e-02 -5.501374570779747619e-02 -7.396860438149758556e-03 -8.917736522569235768e-05 -1.063935999999999993e+00 4.417932331592696719e+06 +2.974000000000000000e+03 -4.345115137900944724e+00 -2.341903695350407766e+00 -1.330572800886172580e+00 -6.671407577838316394e-01 -2.579442656558440516e-01 -6.681141426562423047e-02 -2.624799751221492707e-03 -3.043981469516364313e-07 4.334480000000000000e-01 4.393484565828722902e+06 +2.975000000000000000e+03 9.165899218658107861e-01 3.840740380471568960e-01 1.498772190045947195e-01 3.268903980532571890e-02 -3.772713227064341309e-03 -3.115022315182781193e-03 -4.171014057105935555e-05 8.075321272460354022e-07 9.050199999999999911e-02 8.528658628110403195e+06 +2.976000000000000000e+03 4.123560013998095464e+00 2.312335038353440897e+00 1.363179348858596596e+00 7.148390200256418137e-01 2.980776231788916375e-01 9.148855198891861495e-02 6.775906512567152727e-03 5.011573444677912726e-05 -6.373700000000000199e-02 -2.527869711418281496e+07 +2.977000000000000000e+03 -1.699024931265729621e-01 -1.591404152708354447e-01 -1.511293301582076476e-01 -1.315561000896367794e-01 -1.003752300130177910e-01 -6.142334825415757260e-02 -1.196663926197637055e-02 -2.378967613842420856e-04 -2.144362999999999797e+00 -1.633225249776984006e+07 +2.978000000000000000e+03 8.924985710462040034e-01 3.395175373323267576e-01 9.197624228540796087e-02 -3.433373766927591553e-02 -6.597195497638022599e-02 -4.048856467495952349e-02 -5.497215953476779909e-03 -6.887254552088081512e-05 -8.943499999999999783e-01 -6.711164060142861679e+06 +2.979000000000000000e+03 -6.006171363480378861e-02 -5.671169906298242219e-02 -4.350804412921494696e-02 -2.861268119002342500e-02 -1.392317310072834977e-02 -4.214549770586107562e-04 1.762571382685062344e-03 4.265216737202513856e-05 4.333319999999999950e-01 -4.431846764984716661e+06 +2.980000000000000000e+03 1.542656097721003317e+00 6.896236931089496647e-01 3.293482062053609827e-01 1.401310200497053460e-01 5.119313632316931095e-02 1.705365062327173289e-02 1.912614829605386105e-03 1.798946832679240268e-05 3.524920000000000275e-01 1.223829187335541472e+07 +2.981000000000000000e+03 6.893329005013441035e-01 4.913676941974442491e-01 3.709926306285796227e-01 2.543060148109244079e-01 1.347522684387917891e-01 4.734745329144701698e-02 3.629057772271668692e-03 2.987442451535903174e-05 -1.187599999999999940e-02 -2.636971774566863105e+07 +2.982000000000000000e+03 -5.441562951533248871e+00 -3.030865180137590986e+00 -1.769902259714190906e+00 -9.136046587412662845e-01 -3.664221081426735638e-01 -1.005055776162284698e-01 -4.934582282532655982e-03 -1.541700915511277928e-05 3.148520000000000207e-01 -1.403851464698950015e+07 +2.983000000000000000e+03 -1.329751845453168491e+00 -7.193831841537905447e-01 -4.117558579785275952e-01 -2.084075439281753428e-01 -8.182777715753364323e-02 -2.298498163876899064e-02 -1.463493177347984777e-03 -6.773419382876259423e-06 2.167200000000000029e-02 5.923605746357999742e+06 +2.984000000000000000e+03 4.453394873145032129e+00 2.342737481159981261e+00 1.304892530121802396e+00 6.624808220756411847e-01 2.900093461317007071e-01 1.005638866048922664e-01 8.690230576053111639e-03 7.456547378947647135e-05 7.424079999999999568e-01 8.273728228149286471e+06 +2.985000000000000000e+03 -1.451996139057307289e+00 -7.084632287130728789e-01 -3.399217616232093064e-01 -1.100882351070844450e-01 6.888521196134505219e-03 2.929172678259988824e-02 6.578085643161601243e-03 1.088265712312841215e-04 1.111747000000000041e+00 -1.171926808783476241e+07 +2.986000000000000000e+03 1.965139626866380107e-02 -5.784030316680510708e-03 -9.909099441336315789e-03 -2.486332910424014775e-02 -4.873758300039650326e-02 -4.534699659982213693e-02 -9.258869969970584188e-03 -1.720766337284877474e-04 -1.543862000000000068e+00 4.116369851680864580e+06 +2.987000000000000000e+03 1.798530839308623230e+00 8.712490344149287358e-01 4.066734210026808904e-01 1.301503731799736607e-01 2.312930058005131882e-03 -2.165013997973264798e-02 -4.766287300844724260e-03 -6.445317317429878168e-05 -7.428139999999999743e-01 1.937996519536994398e+07 +2.988000000000000000e+03 1.294423976450160607e+00 5.372722678800738727e-01 2.186474197396101327e-01 5.530178621491559782e-02 -6.587705120863479938e-03 -1.032851559144360755e-02 -1.048739962922131275e-03 -5.965557174884867344e-06 -1.583400000000000085e-01 -2.383534525896814303e+05 +2.989000000000000000e+03 7.963374409206033233e-01 2.177852299108387346e-01 4.591617755564045278e-02 1.586791166096065226e-03 5.575966050622491350e-03 8.946030155214744484e-03 1.675929045102910820e-03 1.277478434229822613e-05 2.963259999999999783e-01 -6.790822165106218308e+05 +2.990000000000000000e+03 -2.114337074299451835e+00 -8.756513644615578906e-01 -3.532597933722487205e-01 -9.627077120121144138e-02 -3.335539959667244321e-03 1.110806922603421905e-02 3.023689651640607771e-03 6.840440174468794975e-05 6.370500000000000052e-01 3.722639820134504698e+06 +2.991000000000000000e+03 2.497124269327107182e+00 1.291669770274140649e+00 6.880591235928446014e-01 3.124281792101222810e-01 1.036008927654605699e-01 1.847740238679819458e-02 -1.173263108108074920e-03 -3.515016476518531487e-05 -4.693419999999999814e-01 1.229119734614059329e+07 +2.992000000000000000e+03 2.207748277066749587e+00 1.289492804513976409e+00 7.683733319870584833e-01 3.878849871971402075e-01 1.371076857944477090e-01 2.553539355456675708e-02 -6.940645591430142118e-04 -1.693411671374214672e-05 -6.648209999999999953e-01 -2.115808782167555764e+06 +2.993000000000000000e+03 -2.865649493093628042e+00 -1.514735759961340467e+00 -8.584209755844063316e-01 -4.378132524421322058e-01 -1.733702066825532906e-01 -4.460660824034730354e-02 -1.711795660877474820e-03 -3.330636855767365156e-06 2.649130000000000096e-01 4.305699697924745269e+06 +2.994000000000000000e+03 -1.116265804808289852e+00 -4.122634635821331162e-01 -1.603775207074204234e-01 -7.190729511528204387e-02 -4.844983778955160719e-02 -2.469850702981751453e-02 -2.314339695608773600e-03 -1.343573590789067704e-05 -2.457080000000000097e-01 -4.834558227499033324e+06 +2.995000000000000000e+03 -1.189763899145342835e-01 -2.568759300183281330e-03 4.834462200380882507e-02 6.973147651795386093e-02 6.295451300737388289e-02 3.565368228374071746e-02 4.685473813711476566e-03 4.450711064713586205e-05 7.219860000000000166e-01 1.122413865690425271e+06 +2.996000000000000000e+03 -1.218832620207929374e+00 -4.859842951817168188e-01 -2.289065023519744613e-01 -1.323824653913013016e-01 -9.509209460326899233e-02 -5.299910597842451276e-02 -6.770091937389330870e-03 -6.010386815312113905e-05 -1.080017000000000005e+00 -1.133723726854385994e+07 +2.997000000000000000e+03 1.967759462537168158e+00 9.589785121656022593e-01 4.791637789432864336e-01 1.989710751744056538e-01 6.028611385465709738e-02 1.279376927015190950e-02 5.858362188501415203e-04 2.579993112555058013e-06 -1.666729999999999878e-01 -8.674934976012550294e+06 +2.998000000000000000e+03 -4.240566127251100603e+00 -2.408721967279218390e+00 -1.465757028659624428e+00 -8.229633782799549158e-01 -3.841838551044692851e-01 -1.316934500744013359e-01 -1.037225776008762756e-02 -7.684660981513854680e-05 -5.277910000000000101e-01 5.487369837599623017e+06 +2.999000000000000000e+03 -2.508963294584926285e+00 -1.271853999635049970e+00 -6.688038121713064665e-01 -3.034735449894066517e-01 -1.097891762892281714e-01 -3.107214352266277069e-02 -2.003404157198208305e-03 -8.003620864648185393e-06 -9.880500000000000393e-02 -7.476938723918542266e+06 diff --git a/examples/USER/misc/agni/Al_prb.agni b/examples/USER/misc/agni/Al_prb.agni deleted file mode 100644 index a191b222206b876546114b9bf88358eb50a14219..0000000000000000000000000000000000000000 --- a/examples/USER/misc/agni/Al_prb.agni +++ /dev/null @@ -1,1019 +0,0 @@ -# DATE: 2016-11-11 CONTRIBUTOR: Venkatesh Botu <botuvenkatesh@gmail.com> CITATION: Botu, V. and Ramprasad, R., Phys. Rev. B, 92, 094306 (2015) -# This potential file is parameterized for metal units - -generation 1 -n_elements 1 - -element Al - -interaction Al -Rc 8.0 -Rs 0.0 -neighbors 500 -eta 0.0036 0.0357 0.0715 0.1251 0.2144 0.3573 0.7147 1.4294 -sigma 7.54312006335 -lambda 1e-08 -b -116.143708049 -n_train 1000 -endVar - -0.000000000000000000e+00 2.819999999999999937e-02 4.599999999999999922e-02 4.839999999999999858e-02 4.259999999999999898e-02 2.900000000000000147e-02 1.370000000000000037e-02 1.580000000000000024e-03 1.189999999999999957e-05 0.000000000000000000e+00 2.926153611883024685e+06 -1.000000000000000000e+00 6.569999999999999452e-02 8.820000000000000062e-02 1.010000000000000064e-01 1.010000000000000064e-01 7.950000000000000122e-02 4.120000000000000051e-02 4.519999999999999712e-03 2.850000000000000157e-05 0.000000000000000000e+00 -2.067059602323263418e+06 -2.000000000000000000e+00 4.959999999999999964e+00 2.669999999999999929e+00 1.510000000000000009e+00 7.479999999999999982e-01 2.829999999999999738e-01 7.320000000000000118e-02 3.380000000000000192e-03 1.079999999999999993e-05 0.000000000000000000e+00 2.483194988308514468e+06 -3.000000000000000000e+00 4.009999999999999676e-02 3.509999999999999926e-02 3.980000000000000204e-02 4.440000000000000197e-02 4.290000000000000063e-02 2.779999999999999832e-02 3.910000000000000281e-03 3.119999999999999944e-05 0.000000000000000000e+00 6.404534610390173271e+06 -4.000000000000000000e+00 -1.929999999999999938e+00 -8.429999999999999716e-01 -3.940000000000000169e-01 -1.710000000000000131e-01 -7.159999999999999698e-02 -2.529999999999999957e-02 -1.959999999999999937e-03 -1.049999999999999942e-05 0.000000000000000000e+00 8.618891733208227670e+05 -5.000000000000000000e+00 1.540000000000000049e-02 3.939999999999999752e-02 4.649999999999999967e-02 4.089999999999999886e-02 1.990000000000000102e-02 1.799999999999999951e-03 -7.780000000000000457e-04 -7.310000000000000315e-06 0.000000000000000000e+00 2.148079426653844770e+06 -6.000000000000000000e+00 -1.449999999999999956e+00 -5.050000000000000044e-01 -1.419999999999999873e-01 1.539999999999999919e-03 2.400000000000000050e-02 1.149999999999999981e-02 1.299999999999999940e-03 1.200000000000000030e-05 0.000000000000000000e+00 -4.732712872752211057e+06 -7.000000000000000000e+00 6.650000000000000355e-02 9.869999999999999607e-02 1.120000000000000023e-01 1.079999999999999988e-01 8.229999999999999816e-02 4.229999999999999732e-02 4.899999999999999842e-03 3.759999999999999915e-05 0.000000000000000000e+00 -4.618183660218703561e+06 -8.000000000000000000e+00 -6.049999999999999822e-02 -8.369999999999999662e-02 -9.550000000000000155e-02 -9.790000000000000091e-02 -8.409999999999999420e-02 -4.870000000000000023e-02 -6.250000000000000347e-03 -4.970000000000000188e-05 0.000000000000000000e+00 -2.681546230140202213e+06 -9.000000000000000000e+00 -8.640000000000000110e-03 -1.430000000000000021e-02 -1.720000000000000001e-02 -1.580000000000000154e-02 -9.129999999999999227e-03 -2.779999999999999919e-03 -1.330000000000000073e-04 -5.950000000000000207e-07 0.000000000000000000e+00 -6.556147834342471324e+05 -1.000000000000000000e+01 5.600000000000000117e-02 7.770000000000000517e-02 8.840000000000000635e-02 8.840000000000000635e-02 7.270000000000000073e-02 3.989999999999999797e-02 4.579999999999999870e-03 2.939999999999999973e-05 0.000000000000000000e+00 -2.443173211808265653e+06 -1.100000000000000000e+01 2.270000000000000143e-02 2.939999999999999905e-02 3.259999999999999704e-02 3.099999999999999978e-02 2.560000000000000123e-02 1.569999999999999868e-02 2.160000000000000028e-03 1.509999999999999942e-05 0.000000000000000000e+00 1.089901843671245733e+06 -1.200000000000000000e+01 1.660000000000000087e-01 6.859999999999999432e-02 1.580000000000000154e-02 -1.250000000000000069e-02 -1.870000000000000134e-02 -1.159999999999999920e-02 -1.510000000000000057e-03 -1.220000000000000008e-05 0.000000000000000000e+00 -2.761132102961545344e+06 -1.300000000000000000e+01 1.739999999999999880e-01 1.029999999999999943e-01 4.700000000000000011e-02 8.899999999999999491e-04 -2.630000000000000046e-02 -2.380000000000000171e-02 -3.759999999999999887e-03 -3.259999999999999958e-05 0.000000000000000000e+00 -4.180928573145626578e+06 -1.400000000000000000e+01 -3.989999999999999623e-03 -3.680000000000000111e-03 -9.669999999999999776e-04 6.190000000000000190e-03 1.540000000000000049e-02 1.359999999999999924e-02 1.990000000000000015e-03 1.399999999999999979e-05 0.000000000000000000e+00 1.439115215601348318e+06 -1.500000000000000000e+01 6.629999999999999782e-02 9.220000000000000417e-02 1.049999999999999961e-01 1.049999999999999961e-01 8.630000000000000171e-02 4.809999999999999692e-02 5.930000000000000375e-03 4.600000000000000004e-05 0.000000000000000000e+00 -2.611554020927426405e+06 -1.600000000000000000e+01 -1.810000000000000150e-02 -9.799999999999999684e-03 -9.860000000000000708e-03 -1.340000000000000045e-02 -1.899999999999999953e-02 -1.569999999999999868e-02 -2.449999999999999921e-03 -1.769999999999999994e-05 0.000000000000000000e+00 3.035375881467100233e+06 -1.700000000000000000e+01 -2.899999999999999800e-03 -4.510000000000000120e-03 -5.459999999999999576e-03 -3.860000000000000150e-03 2.730000000000000222e-04 2.109999999999999896e-03 4.209999999999999875e-04 2.799999999999999873e-06 0.000000000000000000e+00 9.825311348018027842e+06 -1.800000000000000000e+01 -5.559999999999999665e-02 -6.809999999999999387e-02 -7.870000000000000606e-02 -8.119999999999999440e-02 -6.829999999999999960e-02 -3.839999999999999664e-02 -4.720000000000000237e-03 -3.430000000000000025e-05 0.000000000000000000e+00 1.158035934701291146e+06 -1.900000000000000000e+01 -6.710000000000000686e-02 -8.809999999999999776e-02 -1.000000000000000056e-01 -9.760000000000000620e-02 -7.290000000000000646e-02 -3.590000000000000135e-02 -3.939999999999999926e-03 -2.699999999999999899e-05 0.000000000000000000e+00 -2.069380507488133386e+06 -2.000000000000000000e+01 6.189999999999999669e-02 5.009999999999999870e-02 3.880000000000000115e-02 2.900000000000000147e-02 2.210000000000000159e-02 1.430000000000000021e-02 2.439999999999999895e-03 2.540000000000000076e-05 0.000000000000000000e+00 6.471657192633075174e+05 -2.100000000000000000e+01 -1.709999999999999964e+00 -6.870000000000000551e-01 -2.700000000000000178e-01 -8.190000000000000058e-02 -2.290000000000000022e-02 -8.810000000000000123e-03 -9.909999999999999105e-04 -6.499999999999999600e-06 0.000000000000000000e+00 4.572914907713762368e+05 -2.200000000000000000e+01 4.979999999999999705e-02 5.909999999999999976e-02 5.809999999999999887e-02 5.279999999999999971e-02 4.139999999999999930e-02 2.259999999999999856e-02 2.769999999999999893e-03 2.019999999999999972e-05 0.000000000000000000e+00 1.923843859183471184e+06 -2.300000000000000000e+01 7.030000000000000138e-02 4.680000000000000132e-02 3.090000000000000038e-02 1.609999999999999973e-02 2.880000000000000181e-03 -2.289999999999999935e-03 -7.119999999999999593e-04 -1.090000000000000067e-05 0.000000000000000000e+00 8.655862126757971710e+05 -2.400000000000000000e+01 6.219999999999999835e-02 8.440000000000000280e-02 9.650000000000000244e-02 9.470000000000000639e-02 7.119999999999999940e-02 3.450000000000000289e-02 3.469999999999999994e-03 2.019999999999999972e-05 0.000000000000000000e+00 -8.892756948847862659e+05 -2.500000000000000000e+01 -2.809999999999999998e-02 -5.070000000000000201e-02 -5.670000000000000040e-02 -5.460000000000000270e-02 -4.410000000000000031e-02 -2.419999999999999929e-02 -2.759999999999999867e-03 -1.760000000000000090e-05 0.000000000000000000e+00 3.768628860013710801e+05 -2.600000000000000000e+01 1.550000000000000044e+00 5.949999999999999734e-01 2.179999999999999993e-01 5.349999999999999895e-02 4.389999999999999805e-03 -3.030000000000000141e-03 -1.039999999999999909e-03 -1.480000000000000060e-05 0.000000000000000000e+00 -2.122103093115863856e+06 -2.700000000000000000e+01 1.600000000000000089e+00 6.909999999999999476e-01 3.350000000000000200e-01 1.759999999999999898e-01 1.089999999999999997e-01 5.609999999999999709e-02 6.790000000000000029e-03 5.950000000000000292e-05 0.000000000000000000e+00 -4.239752005183836445e+06 -2.800000000000000000e+01 -5.269999999999999574e+00 -2.839999999999999858e+00 -1.620000000000000107e+00 -8.159999999999999476e-01 -3.250000000000000111e-01 -9.220000000000000417e-02 -5.029999999999999749e-03 -1.949999999999999965e-05 0.000000000000000000e+00 8.482344565515657887e+05 -2.900000000000000000e+01 3.869999999999999829e-02 5.000000000000000278e-02 5.600000000000000117e-02 5.419999999999999818e-02 4.320000000000000229e-02 2.340000000000000066e-02 2.609999999999999907e-03 1.590000000000000023e-05 0.000000000000000000e+00 -3.686899458711382933e+06 -3.000000000000000000e+01 -2.299999999999999961e-03 -1.510000000000000057e-03 -3.259999999999999877e-03 -4.610000000000000382e-03 -5.049999999999999802e-03 -3.490000000000000047e-03 -4.629999999999999784e-04 -2.870000000000000050e-06 0.000000000000000000e+00 2.554345570493280888e+06 -3.100000000000000000e+01 1.649999999999999911e+00 6.089999999999999858e-01 1.970000000000000084e-01 1.940000000000000058e-02 -2.029999999999999860e-02 -1.060000000000000005e-02 -6.269999999999999532e-04 6.810000000000000232e-07 0.000000000000000000e+00 1.185333865150472411e+04 -3.200000000000000000e+01 -1.379999999999999893e+00 -4.869999999999999885e-01 -1.549999999999999989e-01 -2.100000000000000130e-02 1.089999999999999997e-02 8.359999999999999376e-03 1.039999999999999909e-03 7.179999999999999866e-06 0.000000000000000000e+00 -5.970703798305813223e+06 -3.300000000000000000e+01 -1.739999999999999880e-02 -1.420000000000000082e-02 -1.540000000000000049e-02 -1.679999999999999896e-02 -1.660000000000000017e-02 -1.129999999999999928e-02 -1.649999999999999991e-03 -1.180000000000000052e-05 0.000000000000000000e+00 1.115707759560730774e+05 -3.400000000000000000e+01 -3.620000000000000301e-02 -3.099999999999999978e-02 -3.280000000000000276e-02 -3.300000000000000155e-02 -3.020000000000000115e-02 -2.000000000000000042e-02 -2.969999999999999984e-03 -2.330000000000000053e-05 0.000000000000000000e+00 -3.345254118175714742e+06 -3.500000000000000000e+01 -5.049999999999999822e+00 -2.729999999999999982e+00 -1.560000000000000053e+00 -7.880000000000000338e-01 -3.150000000000000022e-01 -8.999999999999999667e-02 -5.130000000000000011e-03 -2.120000000000000031e-05 0.000000000000000000e+00 -1.957829831248950679e+06 -3.600000000000000000e+01 -1.020000000000000073e-02 -8.959999999999999215e-03 -1.050000000000000065e-02 -1.140000000000000041e-02 -1.050000000000000065e-02 -6.590000000000000371e-03 -7.950000000000000252e-04 -2.280000000000000193e-06 0.000000000000000000e+00 1.461276988020667108e+06 -3.700000000000000000e+01 5.179999999999999716e+00 2.799999999999999822e+00 1.600000000000000089e+00 8.129999999999999449e-01 3.280000000000000138e-01 9.439999999999999780e-02 5.400000000000000286e-03 2.409999999999999965e-05 0.000000000000000000e+00 -1.441217257184329676e+06 -3.800000000000000000e+01 -1.839999999999999969e-02 -1.990000000000000102e-02 -2.210000000000000159e-02 -2.610000000000000167e-02 -2.879999999999999921e-02 -2.019999999999999921e-02 -3.089999999999999865e-03 -3.059999999999999840e-05 0.000000000000000000e+00 1.509890401089817053e+06 -3.900000000000000000e+01 -5.240000000000000213e+00 -2.819999999999999840e+00 -1.610000000000000098e+00 -8.110000000000000542e-01 -3.240000000000000102e-01 -9.229999999999999316e-02 -5.040000000000000209e-03 -1.889999999999999862e-05 0.000000000000000000e+00 1.352409543234174605e+06 -4.000000000000000000e+01 1.080000000000000057e-02 -5.630000000000000239e-04 -3.640000000000000006e-03 -8.880000000000000740e-03 -1.280000000000000061e-02 -8.680000000000000215e-03 -1.149999999999999981e-03 -1.099999999999999971e-05 0.000000000000000000e+00 1.897403636976558948e+06 -4.100000000000000000e+01 -1.679999999999999896e-02 -4.240000000000000019e-02 -4.789999999999999813e-02 -4.340000000000000108e-02 -2.860000000000000042e-02 -1.069999999999999944e-02 -4.229999999999999819e-04 3.270000000000000032e-06 0.000000000000000000e+00 -2.535541565133017022e+06 -4.200000000000000000e+01 1.609999999999999973e-02 1.650000000000000078e-02 1.720000000000000001e-02 2.009999999999999981e-02 2.290000000000000022e-02 1.629999999999999852e-02 2.299999999999999961e-03 1.709999999999999891e-05 0.000000000000000000e+00 -1.640130250720865559e+06 -4.300000000000000000e+01 -9.889999999999999486e-03 -1.430000000000000021e-02 -1.389999999999999916e-02 -9.979999999999999288e-03 -3.579999999999999849e-03 6.980000000000000256e-05 1.990000000000000124e-04 2.640000000000000135e-06 0.000000000000000000e+00 4.089907382840080390e+04 -4.400000000000000000e+01 -1.489999999999999991e+00 -5.240000000000000213e-01 -1.519999999999999962e-01 7.599999999999999985e-03 4.429999999999999910e-02 2.829999999999999877e-02 3.429999999999999889e-03 2.379999999999999913e-05 0.000000000000000000e+00 -1.580106087872282369e+06 -4.500000000000000000e+01 1.779999999999999985e-02 2.580000000000000002e-02 2.790000000000000119e-02 2.580000000000000002e-02 2.009999999999999981e-02 1.140000000000000041e-02 1.500000000000000031e-03 1.119999999999999949e-05 0.000000000000000000e+00 -4.630223169258913025e+06 -4.600000000000000000e+01 1.269999999999999948e-02 1.239999999999999956e-02 1.269999999999999948e-02 1.430000000000000021e-02 1.700000000000000122e-02 1.319999999999999993e-02 2.020000000000000094e-03 1.559999999999999972e-05 0.000000000000000000e+00 2.584800626559922937e+06 -4.700000000000000000e+01 -5.449999999999999983e-02 -6.270000000000000573e-02 -6.320000000000000617e-02 -5.410000000000000225e-02 -3.529999999999999805e-02 -1.529999999999999936e-02 -1.399999999999999986e-03 -7.099999999999999785e-06 0.000000000000000000e+00 -2.644786551131386776e+06 -4.800000000000000000e+01 -8.790000000000000591e-02 -8.469999999999999751e-02 -7.220000000000000029e-02 -5.190000000000000169e-02 -2.699999999999999969e-02 -9.360000000000000264e-03 -7.900000000000000121e-04 -5.689999999999999732e-06 0.000000000000000000e+00 -1.721290645877962233e+06 -4.900000000000000000e+01 -2.939999999999999905e-02 -4.299999999999999656e-02 -4.979999999999999705e-02 -4.819999999999999979e-02 -3.339999999999999913e-02 -1.359999999999999924e-02 -9.290000000000000297e-04 -3.300000000000000168e-06 0.000000000000000000e+00 -4.070604390076806158e+04 -5.000000000000000000e+01 1.889999999999999970e-03 -2.279999999999999909e-03 -1.539999999999999919e-03 -1.110000000000000011e-04 2.449999999999999921e-04 1.190000000000000058e-04 2.780000000000000149e-05 -1.910000000000000030e-07 0.000000000000000000e+00 -3.785669174783591647e+06 -5.100000000000000000e+01 -7.309999999999999831e-02 -9.139999999999999514e-02 -1.029999999999999943e-01 -1.039999999999999952e-01 -8.740000000000000546e-02 -5.109999999999999959e-02 -6.740000000000000331e-03 -5.530000000000000247e-05 0.000000000000000000e+00 1.105684364557556994e+07 -5.200000000000000000e+01 -5.969999999999999613e-03 -8.359999999999999376e-03 -1.050000000000000065e-02 -1.089999999999999997e-02 -7.020000000000000198e-03 -2.089999999999999844e-03 -6.440000000000000174e-06 1.019999999999999975e-06 0.000000000000000000e+00 6.861541887382235145e+05 -5.300000000000000000e+01 -1.000000000000000021e-02 -7.459999999999999618e-03 -6.799999999999999621e-03 -4.510000000000000120e-03 -6.949999999999999798e-04 6.149999999999999868e-04 4.830000000000000173e-05 -3.809999999999999706e-08 0.000000000000000000e+00 -9.913973512093452737e+06 -5.400000000000000000e+01 -4.839999999999999858e+00 -2.600000000000000089e+00 -1.479999999999999982e+00 -7.459999999999999964e-01 -2.989999999999999880e-01 -8.509999999999999509e-02 -4.839999999999999684e-03 -1.910000000000000009e-05 0.000000000000000000e+00 -1.807578454149134341e+05 -5.500000000000000000e+01 -2.670000000000000151e-01 -1.409999999999999865e-01 -8.089999999999999969e-02 -5.269999999999999685e-02 -4.200000000000000261e-02 -2.610000000000000167e-02 -3.749999999999999861e-03 -3.710000000000000054e-05 0.000000000000000000e+00 4.678914738638585433e+06 -5.600000000000000000e+01 5.200000000000000178e+00 2.819999999999999840e+00 1.610000000000000098e+00 8.030000000000000471e-01 3.089999999999999969e-01 8.010000000000000453e-02 3.299999999999999982e-03 6.710000000000000130e-06 0.000000000000000000e+00 1.670872079604447586e+06 -5.700000000000000000e+01 -4.930000000000000354e-03 3.160000000000000048e-03 3.609999999999999928e-03 1.920000000000000049e-03 -2.279999999999999909e-03 -4.109999999999999938e-03 -8.050000000000000515e-04 -5.779999999999999717e-06 0.000000000000000000e+00 -4.394955652055858518e+05 -5.800000000000000000e+01 4.959999999999999964e+00 2.669999999999999929e+00 1.510000000000000009e+00 7.439999999999999947e-01 2.819999999999999729e-01 7.270000000000000073e-02 3.340000000000000087e-03 1.049999999999999942e-05 0.000000000000000000e+00 5.577402399569002911e+06 -5.900000000000000000e+01 -8.010000000000000453e-02 -9.719999999999999474e-02 -1.019999999999999934e-01 -9.249999999999999889e-02 -6.569999999999999452e-02 -3.150000000000000022e-02 -3.340000000000000087e-03 -2.239999999999999899e-05 0.000000000000000000e+00 1.580332488044867991e+06 -6.000000000000000000e+01 4.190000000000000148e-03 7.519999999999999775e-03 6.519999999999999754e-03 5.250000000000000326e-03 4.749999999999999882e-03 3.340000000000000087e-03 5.299999999999999807e-04 4.959999999999999945e-06 0.000000000000000000e+00 1.408558858140191296e+06 -6.100000000000000000e+01 -2.510000000000000078e-02 -4.150000000000000216e-02 -3.670000000000000345e-02 -2.069999999999999965e-02 -4.640000000000000027e-03 9.300000000000000541e-04 3.240000000000000150e-04 3.390000000000000154e-06 0.000000000000000000e+00 3.870585109477314632e+06 -6.200000000000000000e+01 -1.099999999999999936e-02 -1.710000000000000062e-02 -2.079999999999999905e-02 -2.249999999999999917e-02 -1.980000000000000163e-02 -1.149999999999999981e-02 -1.610000000000000103e-03 -1.609999999999999832e-05 0.000000000000000000e+00 9.066000884724354546e+04 -6.300000000000000000e+01 1.830000000000000029e-02 2.829999999999999877e-02 2.980000000000000010e-02 2.210000000000000159e-02 6.749999999999999924e-03 -2.020000000000000094e-03 -7.169999999999999724e-04 -6.080000000000000233e-06 0.000000000000000000e+00 1.478071838315018686e+06 -6.400000000000000000e+01 -1.750000000000000036e-03 1.009999999999999960e-02 1.230000000000000017e-02 7.799999999999999642e-03 5.929999999999999941e-04 -2.129999999999999949e-03 -4.400000000000000157e-04 -3.239999999999999896e-06 0.000000000000000000e+00 -5.205879657669592416e+05 -6.500000000000000000e+01 5.000000000000000000e+00 2.689999999999999947e+00 1.530000000000000027e+00 7.580000000000000071e-01 2.879999999999999782e-01 7.349999999999999589e-02 2.969999999999999984e-03 6.109999999999999946e-06 0.000000000000000000e+00 -7.681192029427719535e+05 -6.600000000000000000e+01 -5.229999999999999927e-02 -7.879999999999999505e-02 -9.020000000000000240e-02 -8.909999999999999865e-02 -6.930000000000000049e-02 -3.529999999999999805e-02 -3.969999999999999571e-03 -3.320000000000000062e-05 0.000000000000000000e+00 9.774061380434323102e+06 -6.700000000000000000e+01 5.430000000000000104e-02 6.950000000000000622e-02 7.850000000000000033e-02 7.580000000000000626e-02 5.609999999999999709e-02 2.740000000000000074e-02 2.870000000000000155e-03 1.650000000000000127e-05 0.000000000000000000e+00 4.608630101024331525e+06 -6.800000000000000000e+01 -4.900000000000000355e+00 -2.649999999999999911e+00 -1.500000000000000000e+00 -7.439999999999999947e-01 -2.780000000000000249e-01 -6.829999999999999960e-02 -2.639999999999999986e-03 -6.989999999999999991e-06 0.000000000000000000e+00 4.463612145384795032e+06 -6.900000000000000000e+01 5.489999999999999741e-02 7.979999999999999594e-02 8.949999999999999623e-02 8.599999999999999312e-02 6.550000000000000266e-02 3.359999999999999792e-02 3.830000000000000071e-03 2.710000000000000142e-05 0.000000000000000000e+00 -1.085037295740774134e+06 -7.000000000000000000e+01 1.320000000000000062e+00 4.610000000000000209e-01 1.439999999999999891e-01 1.870000000000000134e-02 -9.069999999999999937e-03 -6.400000000000000307e-03 -6.970000000000000284e-04 -3.329999999999999881e-06 0.000000000000000000e+00 -6.936691973763444461e+06 -7.100000000000000000e+01 2.639999999999999986e-02 4.639999999999999680e-02 5.249999999999999806e-02 4.630000000000000088e-02 2.510000000000000078e-02 5.760000000000000363e-03 -1.589999999999999888e-04 -3.430000000000000194e-06 0.000000000000000000e+00 3.912016192033659667e+06 -7.200000000000000000e+01 5.440000000000000391e+00 2.970000000000000195e+00 1.709999999999999964e+00 8.659999999999999920e-01 3.410000000000000253e-01 9.149999999999999800e-02 4.089999999999999886e-03 9.809999999999999249e-06 0.000000000000000000e+00 -6.928155557587466901e+05 -7.300000000000000000e+01 4.590000000000000330e-03 7.550000000000000287e-03 5.930000000000000375e-03 3.030000000000000141e-03 1.059999999999999961e-03 3.579999999999999741e-04 -1.129999999999999955e-04 -5.980000000000000343e-06 0.000000000000000000e+00 1.350764370721959975e+06 -7.400000000000000000e+01 4.689999999999999725e-02 5.729999999999999677e-02 5.160000000000000003e-02 3.520000000000000212e-02 1.260000000000000009e-02 4.119999999999999856e-05 -4.569999999999999952e-04 -2.849999999999999818e-06 0.000000000000000000e+00 5.278951259703774704e+05 -7.500000000000000000e+01 2.129999999999999949e-02 2.840000000000000163e-02 3.330000000000000321e-02 3.529999999999999805e-02 3.180000000000000188e-02 1.890000000000000013e-02 2.249999999999999830e-03 1.349999999999999949e-05 0.000000000000000000e+00 -2.970754660445351619e+06 -7.600000000000000000e+01 6.230000000000000121e-02 4.800000000000000100e-02 2.800000000000000058e-02 3.700000000000000164e-03 -1.409999999999999969e-02 -1.310000000000000053e-02 -1.979999999999999989e-03 -1.760000000000000090e-05 0.000000000000000000e+00 2.865164246606369503e+06 -7.700000000000000000e+01 2.390000000000000110e-02 2.779999999999999832e-02 3.230000000000000232e-02 3.109999999999999917e-02 2.040000000000000147e-02 8.240000000000000796e-03 8.140000000000000534e-04 5.509999999999999761e-06 0.000000000000000000e+00 -1.941461713862823555e+06 -7.800000000000000000e+01 8.700000000000000051e-05 1.319999999999999993e-02 1.569999999999999868e-02 1.080000000000000057e-02 2.439999999999999895e-03 -1.350000000000000071e-03 -3.649999999999999816e-04 -2.719999999999999792e-06 0.000000000000000000e+00 -1.729375417929552961e+06 -7.900000000000000000e+01 -6.590000000000000024e-02 -9.020000000000000240e-02 -1.019999999999999934e-01 -9.850000000000000422e-02 -7.240000000000000602e-02 -3.509999999999999926e-02 -3.919999999999999873e-03 -3.149999999999999995e-05 0.000000000000000000e+00 -7.365757914775151294e+05 -8.000000000000000000e+01 -3.139999999999999736e-02 -2.599999999999999881e-02 -2.920000000000000026e-02 -3.520000000000000212e-02 -3.819999999999999785e-02 -2.570000000000000062e-02 -3.429999999999999889e-03 -2.430000000000000112e-05 0.000000000000000000e+00 -1.184536891249048495e+05 -8.100000000000000000e+01 -6.930000000000000396e-03 -2.359999999999999945e-02 -2.479999999999999913e-02 -1.529999999999999936e-02 1.360000000000000098e-03 8.510000000000000203e-03 2.139999999999999975e-03 2.960000000000000120e-05 0.000000000000000000e+00 -1.791962249517452903e+06 -8.200000000000000000e+01 8.649999999999999703e-03 1.409999999999999969e-02 1.679999999999999896e-02 1.770000000000000046e-02 1.499999999999999944e-02 8.130000000000000074e-03 9.269999999999999811e-04 6.080000000000000233e-06 0.000000000000000000e+00 -2.318018494036938064e+06 -8.300000000000000000e+01 1.530000000000000027e+00 5.749999999999999556e-01 2.049999999999999878e-01 4.209999999999999853e-02 -7.629999999999999630e-03 -9.400000000000000369e-03 -1.059999999999999961e-03 -3.989999999999999915e-06 0.000000000000000000e+00 -2.118138587037424557e+06 -8.400000000000000000e+01 2.139999999999999888e-02 9.140000000000000555e-03 3.769999999999999914e-03 2.409999999999999816e-03 2.350000000000000092e-03 1.260000000000000052e-03 1.269999999999999970e-04 7.789999999999999743e-07 0.000000000000000000e+00 5.016420749201073311e+06 -8.500000000000000000e+01 8.980000000000000352e-04 -4.199999999999999740e-03 -1.639999999999999965e-03 3.299999999999999982e-03 5.669999999999999693e-03 3.220000000000000206e-03 1.800000000000000113e-04 -1.410000000000000053e-06 0.000000000000000000e+00 5.524480628012565896e+06 -8.600000000000000000e+01 1.049999999999999961e-01 8.210000000000000631e-02 6.429999999999999605e-02 4.399999999999999745e-02 2.309999999999999901e-02 8.399999999999999481e-03 6.419999999999999925e-04 2.780000000000000065e-06 0.000000000000000000e+00 -3.317540275750931469e+05 -8.700000000000000000e+01 -1.570000000000000062e+00 -6.500000000000000222e-01 -2.839999999999999747e-01 -1.189999999999999947e-01 -5.949999999999999734e-02 -3.030000000000000054e-02 -4.040000000000000188e-03 -3.430000000000000025e-05 0.000000000000000000e+00 4.021960750338928774e+05 -8.800000000000000000e+01 8.909999999999999865e-02 9.130000000000000615e-02 8.269999999999999574e-02 6.900000000000000577e-02 5.109999999999999959e-02 2.769999999999999893e-02 3.510000000000000099e-03 2.760000000000000002e-05 0.000000000000000000e+00 1.425456131775010843e+06 -8.900000000000000000e+01 8.470000000000000098e-03 1.000000000000000021e-02 1.060000000000000005e-02 1.329999999999999932e-02 1.569999999999999868e-02 1.099999999999999936e-02 1.559999999999999972e-03 1.340000000000000045e-05 0.000000000000000000e+00 -1.164209855148910778e+06 -9.000000000000000000e+01 1.610000000000000098e+00 6.660000000000000364e-01 2.949999999999999845e-01 1.270000000000000018e-01 6.119999999999999746e-02 2.639999999999999986e-02 2.520000000000000104e-03 1.410000000000000053e-05 0.000000000000000000e+00 -8.092151669574594125e+06 -9.100000000000000000e+01 8.360000000000000460e-04 1.000000000000000021e-02 1.159999999999999920e-02 8.699999999999999400e-03 1.680000000000000070e-03 -2.399999999999999790e-03 -6.780000000000000002e-04 -5.849999999999999894e-06 0.000000000000000000e+00 3.143485501590505708e+06 -9.200000000000000000e+01 1.620000000000000051e-01 8.179999999999999771e-02 3.409999999999999837e-02 1.889999999999999970e-03 -1.349999999999999985e-02 -1.179999999999999973e-02 -1.690000000000000096e-03 -1.060000000000000016e-05 0.000000000000000000e+00 -5.572284950841398910e+06 -9.300000000000000000e+01 -1.310000000000000053e-02 -2.160000000000000114e-02 -2.580000000000000002e-02 -2.409999999999999989e-02 -1.340000000000000045e-02 -2.880000000000000181e-03 1.649999999999999991e-04 2.129999999999999935e-06 0.000000000000000000e+00 5.960780311638535000e+06 -9.400000000000000000e+01 4.780000000000000249e+00 2.580000000000000071e+00 1.459999999999999964e+00 7.369999999999999885e-01 2.919999999999999818e-01 8.150000000000000300e-02 4.239999999999999845e-03 1.469999999999999986e-05 0.000000000000000000e+00 -6.845732254543716554e+05 -9.500000000000000000e+01 1.949999999999999997e-02 2.599999999999999881e-02 3.080000000000000099e-02 2.999999999999999889e-02 2.179999999999999993e-02 1.050000000000000065e-02 1.059999999999999961e-03 6.389999999999999806e-06 0.000000000000000000e+00 2.144248599851863924e+06 -9.600000000000000000e+01 3.719999999999999696e-02 4.399999999999999745e-02 4.929999999999999660e-02 4.939999999999999947e-02 4.109999999999999765e-02 2.340000000000000066e-02 2.929999999999999879e-03 2.169999999999999891e-05 0.000000000000000000e+00 4.199622149528302252e+06 -9.700000000000000000e+01 3.710000000000000103e-02 5.419999999999999818e-02 6.110000000000000153e-02 5.899999999999999689e-02 4.590000000000000330e-02 2.419999999999999929e-02 2.779999999999999919e-03 1.889999999999999862e-05 0.000000000000000000e+00 -3.477382078313538805e+06 -9.800000000000000000e+01 8.389999999999999888e-03 6.819999999999999674e-03 7.889999999999999444e-03 1.050000000000000065e-02 1.319999999999999993e-02 1.000000000000000021e-02 1.440000000000000091e-03 9.249999999999999528e-06 0.000000000000000000e+00 1.847880276313410141e+06 -9.900000000000000000e+01 1.079999999999999988e-01 1.449999999999999900e-01 1.650000000000000078e-01 1.620000000000000051e-01 1.250000000000000000e-01 6.400000000000000133e-02 7.360000000000000223e-03 5.739999999999999931e-05 0.000000000000000000e+00 -8.072163711636247113e+06 -1.000000000000000000e+02 -2.089999999999999844e-02 -2.149999999999999828e-02 -2.450000000000000094e-02 -2.549999999999999836e-02 -2.179999999999999993e-02 -1.250000000000000069e-02 -1.580000000000000024e-03 -1.049999999999999942e-05 0.000000000000000000e+00 -6.188808144280438311e+06 -1.010000000000000000e+02 1.479999999999999982e+00 6.029999999999999805e-01 2.640000000000000124e-01 1.179999999999999938e-01 6.450000000000000178e-02 3.180000000000000188e-02 3.469999999999999994e-03 2.199999999999999943e-05 0.000000000000000000e+00 4.418186084833819768e+05 -1.020000000000000000e+02 -3.719999999999999891e-04 1.099999999999999936e-02 1.349999999999999985e-02 1.379999999999999977e-02 1.349999999999999985e-02 8.940000000000000030e-03 1.160000000000000007e-03 7.359999999999999836e-06 0.000000000000000000e+00 5.481468526785732247e+06 -1.030000000000000000e+02 -5.219999999999999751e+00 -2.839999999999999858e+00 -1.629999999999999893e+00 -8.339999999999999636e-01 -3.370000000000000218e-01 -9.610000000000000486e-02 -4.959999999999999999e-03 -1.439999999999999935e-05 0.000000000000000000e+00 4.421842797084680758e+06 -1.040000000000000000e+02 -2.630000000000000046e-02 -4.639999999999999680e-02 -5.419999999999999818e-02 -4.970000000000000112e-02 -2.989999999999999949e-02 -9.769999999999999171e-03 -5.079999999999999880e-04 -1.320000000000000067e-06 0.000000000000000000e+00 -6.277946149373124354e+06 -1.050000000000000000e+02 2.520000000000000018e-02 3.509999999999999926e-02 4.089999999999999886e-02 3.889999999999999708e-02 2.759999999999999953e-02 1.329999999999999932e-02 1.590000000000000050e-03 1.309999999999999994e-05 0.000000000000000000e+00 1.184807522291317815e+06 -1.060000000000000000e+02 -4.370000000000000273e-02 -6.590000000000000024e-02 -7.449999999999999678e-02 -7.030000000000000138e-02 -4.889999999999999902e-02 -2.189999999999999933e-02 -2.530000000000000131e-03 -3.160000000000000238e-05 0.000000000000000000e+00 1.410436646037343424e+06 -1.070000000000000000e+02 3.330000000000000321e-02 4.279999999999999777e-02 5.009999999999999870e-02 5.290000000000000258e-02 4.540000000000000285e-02 2.570000000000000062e-02 3.269999999999999903e-03 2.760000000000000002e-05 0.000000000000000000e+00 -8.085839500514952466e+06 -1.080000000000000000e+02 -2.429999999999999868e-02 -1.839999999999999969e-02 -2.060000000000000026e-02 -2.350000000000000006e-02 -2.290000000000000022e-02 -1.469999999999999953e-02 -2.220000000000000185e-03 -2.169999999999999891e-05 0.000000000000000000e+00 -7.218648766247381456e+06 -1.090000000000000000e+02 -1.260000000000000009e+00 -4.789999999999999813e-01 -1.980000000000000093e-01 -8.640000000000000457e-02 -4.880000000000000310e-02 -2.309999999999999901e-02 -2.079999999999999818e-03 -8.219999999999999226e-06 0.000000000000000000e+00 -3.324018274653325789e+06 -1.100000000000000000e+02 1.389999999999999902e+00 5.390000000000000346e-01 2.210000000000000020e-01 8.999999999999999667e-02 4.590000000000000330e-02 2.069999999999999965e-02 1.770000000000000089e-03 7.310000000000000315e-06 0.000000000000000000e+00 8.483424660427522613e+05 -1.110000000000000000e+02 -1.850000000000000089e+00 -7.900000000000000355e-01 -3.549999999999999822e-01 -1.459999999999999909e-01 -5.879999999999999810e-02 -2.079999999999999905e-02 -1.590000000000000050e-03 -7.580000000000000271e-06 0.000000000000000000e+00 3.902622635298477951e+06 -1.120000000000000000e+02 -1.540000000000000036e+00 -5.560000000000000497e-01 -1.710000000000000131e-01 -9.889999999999999486e-03 2.419999999999999929e-02 1.460000000000000013e-02 1.840000000000000056e-03 1.550000000000000068e-05 0.000000000000000000e+00 9.182344970788961276e+06 -1.130000000000000000e+02 5.259999999999999787e+00 2.859999999999999876e+00 1.639999999999999902e+00 8.389999999999999680e-01 3.469999999999999751e-01 1.049999999999999961e-01 6.479999999999999649e-03 2.729999999999999951e-05 0.000000000000000000e+00 -2.657542947411333444e+04 -1.140000000000000000e+02 -4.499999999999999833e-02 -6.140000000000000319e-02 -6.959999999999999520e-02 -7.040000000000000424e-02 -5.850000000000000339e-02 -3.280000000000000276e-02 -4.080000000000000293e-03 -3.149999999999999995e-05 0.000000000000000000e+00 -1.862981665252933744e+06 -1.150000000000000000e+02 -3.729999999999999982e-02 -5.109999999999999959e-02 -5.729999999999999677e-02 -5.399999999999999939e-02 -3.780000000000000027e-02 -1.710000000000000062e-02 -1.649999999999999991e-03 -9.890000000000000177e-06 0.000000000000000000e+00 2.780635743540789117e+05 -1.160000000000000000e+02 -2.759999999999999953e-02 -4.299999999999999656e-02 -4.889999999999999902e-02 -4.780000000000000221e-02 -3.810000000000000192e-02 -2.060000000000000026e-02 -2.469999999999999973e-03 -1.889999999999999862e-05 0.000000000000000000e+00 1.073171713216825621e+06 -1.170000000000000000e+02 -1.219999999999999973e-01 -9.959999999999999409e-02 -8.069999999999999396e-02 -6.339999999999999802e-02 -4.290000000000000063e-02 -1.919999999999999832e-02 -1.549999999999999946e-03 -5.589999999999999842e-06 0.000000000000000000e+00 1.028038258110941242e+05 -1.180000000000000000e+02 -3.980000000000000204e-01 -3.079999999999999960e-01 -2.190000000000000002e-01 -1.300000000000000044e-01 -5.489999999999999741e-02 -1.220000000000000077e-02 4.119999999999999856e-04 1.380000000000000001e-05 0.000000000000000000e+00 -4.999307039901603013e+06 -1.190000000000000000e+02 5.150000000000000355e+00 2.790000000000000036e+00 1.600000000000000089e+00 8.189999999999999503e-01 3.330000000000000182e-01 9.600000000000000200e-02 5.270000000000000379e-03 1.769999999999999994e-05 0.000000000000000000e+00 3.794116949603866786e+06 -1.200000000000000000e+02 1.069999999999999944e-02 1.379999999999999977e-02 1.779999999999999985e-02 1.949999999999999997e-02 1.689999999999999836e-02 9.480000000000000579e-03 1.049999999999999935e-03 5.540000000000000321e-06 0.000000000000000000e+00 2.214891996886577923e+06 -1.210000000000000000e+02 -1.990000000000000102e-02 -2.960000000000000131e-02 -3.529999999999999805e-02 -3.379999999999999671e-02 -2.009999999999999981e-02 -5.539999999999999786e-03 -4.130000000000000099e-05 1.140000000000000097e-06 0.000000000000000000e+00 8.330425850071886554e+06 -1.220000000000000000e+02 1.370000000000000107e+00 5.410000000000000364e-01 2.270000000000000073e-01 9.180000000000000659e-02 4.320000000000000229e-02 1.880000000000000074e-02 1.660000000000000017e-03 6.600000000000000337e-06 0.000000000000000000e+00 8.541588629435498267e+06 -1.230000000000000000e+02 -3.269999999999999990e-02 -6.669999999999999540e-02 -7.969999999999999307e-02 -8.160000000000000586e-02 -6.619999999999999496e-02 -3.500000000000000333e-02 -4.000000000000000083e-03 -2.729999999999999951e-05 0.000000000000000000e+00 -1.193840147395143844e+07 -1.240000000000000000e+02 5.460000000000000270e-02 7.539999999999999480e-02 8.359999999999999376e-02 7.710000000000000187e-02 5.349999999999999895e-02 2.500000000000000139e-02 2.720000000000000195e-03 1.870000000000000053e-05 0.000000000000000000e+00 4.813967312097975053e+06 -1.250000000000000000e+02 6.720000000000000279e-03 4.409999999999999858e-03 4.159999999999999636e-03 7.009999999999999738e-03 1.299999999999999940e-02 1.209999999999999964e-02 2.099999999999999870e-03 1.949999999999999965e-05 0.000000000000000000e+00 -4.743041127185376361e+06 -1.260000000000000000e+02 1.189999999999999947e+00 3.210000000000000075e-01 1.329999999999999932e-02 -9.120000000000000329e-02 -8.140000000000000013e-02 -3.670000000000000345e-02 -2.969999999999999984e-03 -1.119999999999999949e-05 0.000000000000000000e+00 -7.538259092355917674e+05 -1.270000000000000000e+02 1.610000000000000098e+00 6.610000000000000320e-01 2.909999999999999809e-01 1.239999999999999991e-01 5.800000000000000294e-02 2.419999999999999929e-02 2.200000000000000133e-03 1.160000000000000075e-05 0.000000000000000000e+00 -7.883373076942353509e+06 -1.280000000000000000e+02 2.549999999999999836e-02 5.269999999999999685e-02 6.049999999999999822e-02 5.899999999999999689e-02 4.830000000000000265e-02 2.699999999999999969e-02 3.210000000000000180e-03 2.190000000000000039e-05 0.000000000000000000e+00 1.073688080138421617e+06 -1.290000000000000000e+02 2.220000000000000098e-02 2.829999999999999877e-02 3.180000000000000188e-02 3.049999999999999933e-02 2.299999999999999961e-02 1.159999999999999920e-02 1.309999999999999967e-03 1.189999999999999957e-05 0.000000000000000000e+00 -3.770600231515195686e+06 -1.300000000000000000e+02 1.399999999999999911e+00 5.160000000000000142e-01 1.829999999999999960e-01 4.529999999999999999e-02 6.080000000000000335e-03 -3.150000000000000131e-04 -1.959999999999999937e-04 -8.780000000000000005e-07 0.000000000000000000e+00 -4.768594909906094894e+06 -1.310000000000000000e+02 1.399999999999999911e+00 5.280000000000000249e-01 1.940000000000000058e-01 5.630000000000000282e-02 1.980000000000000163e-02 9.650000000000000591e-03 1.010000000000000047e-03 4.179999999999999790e-06 0.000000000000000000e+00 7.042931556703868322e+06 -1.320000000000000000e+02 3.250000000000000111e-02 4.839999999999999858e-02 5.759999999999999842e-02 5.770000000000000129e-02 4.320000000000000229e-02 2.019999999999999921e-02 1.840000000000000056e-03 8.209999999999999321e-06 0.000000000000000000e+00 -1.150126187231003307e+06 -1.330000000000000000e+02 -4.359999999999999987e-02 -6.800000000000000488e-02 -7.779999999999999416e-02 -7.340000000000000691e-02 -5.190000000000000169e-02 -2.400000000000000050e-02 -2.370000000000000145e-03 -1.320000000000000067e-05 0.000000000000000000e+00 -7.999893736972480547e+05 -1.340000000000000000e+02 -1.880000000000000074e-02 -2.889999999999999861e-02 -3.090000000000000038e-02 -3.109999999999999917e-02 -2.980000000000000010e-02 -1.980000000000000163e-02 -2.670000000000000064e-03 -1.739999999999999942e-05 0.000000000000000000e+00 -2.317197636396454182e+06 -1.350000000000000000e+02 -4.939999999999999947e-02 -6.419999999999999318e-02 -7.190000000000000557e-02 -7.099999999999999367e-02 -5.870000000000000218e-02 -3.339999999999999913e-02 -4.159999999999999636e-03 -2.949999999999999877e-05 0.000000000000000000e+00 2.210494899954735301e+06 -1.360000000000000000e+02 -2.800000000000000058e-02 -3.699999999999999817e-02 -4.139999999999999930e-02 -3.729999999999999982e-02 -2.440000000000000155e-02 -1.080000000000000057e-02 -1.110000000000000092e-03 -6.720000000000000035e-06 0.000000000000000000e+00 -1.201459266277810792e+06 -1.370000000000000000e+02 -5.230000000000000426e+00 -2.839999999999999858e+00 -1.629999999999999893e+00 -8.249999999999999556e-01 -3.300000000000000155e-01 -9.249999999999999889e-02 -4.689999999999999725e-03 -1.380000000000000001e-05 0.000000000000000000e+00 1.649197918501710519e+06 -1.380000000000000000e+02 8.600000000000000006e-03 1.020000000000000073e-02 1.089999999999999997e-02 8.649999999999999703e-03 5.109999999999999959e-03 2.789999999999999945e-03 4.939999999999999730e-04 4.310000000000000239e-06 0.000000000000000000e+00 2.164996550962115638e+06 -1.390000000000000000e+02 -5.019999999999999574e+00 -2.700000000000000178e+00 -1.540000000000000036e+00 -7.740000000000000213e-01 -3.089999999999999969e-01 -8.880000000000000393e-02 -5.069999999999999854e-03 -1.970000000000000112e-05 0.000000000000000000e+00 -2.024898695244671544e+06 -1.400000000000000000e+02 -3.599999999999999728e-02 -4.639999999999999680e-02 -5.380000000000000060e-02 -5.399999999999999939e-02 -4.139999999999999930e-02 -2.050000000000000086e-02 -2.210000000000000159e-03 -1.439999999999999935e-05 0.000000000000000000e+00 1.209023481731338985e+07 -1.410000000000000000e+02 -5.110000000000000320e+00 -2.740000000000000213e+00 -1.550000000000000044e+00 -7.780000000000000249e-01 -3.109999999999999987e-01 -9.089999999999999469e-02 -5.470000000000000036e-03 -2.349999999999999862e-05 0.000000000000000000e+00 -6.825270830605545780e+05 -1.420000000000000000e+02 1.760000000000000106e-02 3.839999999999999664e-02 4.449999999999999789e-02 4.250000000000000305e-02 3.039999999999999994e-02 1.299999999999999940e-02 9.290000000000000297e-04 3.809999999999999944e-06 0.000000000000000000e+00 -2.551388316192814615e+06 -1.430000000000000000e+02 -3.599999999999999867e-01 -2.210000000000000020e-01 -1.469999999999999918e-01 -9.979999999999999982e-02 -6.660000000000000642e-02 -3.459999999999999881e-02 -4.309999999999999595e-03 -3.399999999999999973e-05 0.000000000000000000e+00 -7.523045455490514636e+06 -1.440000000000000000e+02 2.829999999999999877e-02 3.379999999999999671e-02 3.819999999999999785e-02 3.760000000000000148e-02 2.850000000000000103e-02 1.439999999999999961e-02 1.690000000000000096e-03 1.250000000000000060e-05 0.000000000000000000e+00 -7.458631100121702068e+06 -1.450000000000000000e+02 -5.089999999999999858e+00 -2.729999999999999982e+00 -1.540000000000000036e+00 -7.770000000000000240e-01 -3.119999999999999996e-01 -8.939999999999999336e-02 -4.760000000000000342e-03 -1.200000000000000030e-05 0.000000000000000000e+00 -8.119672876740148058e+05 -1.460000000000000000e+02 -1.639999999999999902e+00 -5.979999999999999760e-01 -1.950000000000000067e-01 -2.179999999999999993e-02 2.319999999999999840e-02 1.729999999999999941e-02 2.139999999999999975e-03 1.320000000000000067e-05 0.000000000000000000e+00 3.071757875469043385e+06 -1.470000000000000000e+02 5.129999999999999893e+00 2.770000000000000018e+00 1.580000000000000071e+00 8.010000000000000453e-01 3.200000000000000067e-01 9.059999999999999998e-02 4.919999999999999894e-03 1.970000000000000112e-05 0.000000000000000000e+00 -2.894084107555930503e+06 -1.480000000000000000e+02 3.339999999999999913e-02 4.299999999999999656e-02 5.029999999999999749e-02 5.299999999999999850e-02 4.540000000000000285e-02 2.570000000000000062e-02 3.259999999999999877e-03 2.729999999999999951e-05 0.000000000000000000e+00 -7.738884020114978775e+06 -1.490000000000000000e+02 -1.569999999999999868e-02 -2.630000000000000046e-02 -2.949999999999999845e-02 -2.829999999999999877e-02 -2.210000000000000159e-02 -1.149999999999999981e-02 -1.330000000000000019e-03 -1.160000000000000075e-05 0.000000000000000000e+00 6.322495675922815688e+06 -1.500000000000000000e+02 4.540000000000000285e-02 3.250000000000000111e-02 1.650000000000000078e-02 -1.939999999999999993e-04 -1.190000000000000085e-02 -1.099999999999999936e-02 -1.840000000000000056e-03 -1.989999999999999921e-05 0.000000000000000000e+00 5.563720990281989798e+06 -1.510000000000000000e+02 5.299999999999999850e-02 7.240000000000000602e-02 8.150000000000000300e-02 7.900000000000000078e-02 6.160000000000000198e-02 3.239999999999999825e-02 3.710000000000000190e-03 2.729999999999999951e-05 0.000000000000000000e+00 -3.073343458282757550e+06 -1.520000000000000000e+02 -1.269999999999999948e-02 -2.330000000000000127e-02 -2.690000000000000030e-02 -2.549999999999999836e-02 -1.990000000000000102e-02 -1.080000000000000057e-02 -1.190000000000000085e-03 -5.339999999999999695e-06 0.000000000000000000e+00 3.575534983732591500e+05 -1.530000000000000000e+02 -2.050000000000000086e-02 -2.759999999999999953e-02 -3.280000000000000276e-02 -3.450000000000000289e-02 -2.840000000000000163e-02 -1.460000000000000013e-02 -1.490000000000000005e-03 -8.230000000000000824e-06 0.000000000000000000e+00 1.658763708733441075e+06 -1.540000000000000000e+02 -7.220000000000000029e-02 -9.639999999999999958e-02 -1.089999999999999997e-01 -1.069999999999999979e-01 -8.250000000000000389e-02 -4.209999999999999853e-02 -4.669999999999999672e-03 -3.109999999999999700e-05 0.000000000000000000e+00 7.355793647291854024e+06 -1.550000000000000000e+02 1.560000000000000053e+00 6.099999999999999867e-01 2.389999999999999902e-01 8.019999999999999352e-02 3.259999999999999704e-02 1.580000000000000154e-02 1.760000000000000063e-03 9.510000000000000427e-06 0.000000000000000000e+00 -1.978759663010279182e+06 -1.560000000000000000e+02 1.340000000000000045e-02 3.039999999999999994e-02 3.300000000000000155e-02 2.730000000000000135e-02 1.549999999999999989e-02 4.830000000000000092e-03 1.289999999999999914e-04 -9.120000000000000138e-07 0.000000000000000000e+00 -3.543849025559293106e+06 -1.570000000000000000e+02 -9.959999999999999409e-02 -6.069999999999999701e-02 -3.309999999999999748e-02 -1.420000000000000082e-02 -5.300000000000000024e-03 -2.040000000000000147e-03 -1.910000000000000077e-04 -1.359999999999999896e-06 0.000000000000000000e+00 2.387573846685740631e+06 -1.580000000000000000e+02 -5.200000000000000178e+00 -2.779999999999999805e+00 -1.570000000000000062e+00 -7.780000000000000249e-01 -2.999999999999999889e-01 -8.060000000000000497e-02 -3.860000000000000150e-03 -1.110000000000000045e-05 0.000000000000000000e+00 -4.373027616267593578e+06 -1.590000000000000000e+02 4.769999999999999574e+00 2.560000000000000053e+00 1.449999999999999956e+00 7.229999999999999760e-01 2.819999999999999729e-01 7.589999999999999525e-02 3.429999999999999889e-03 6.989999999999999991e-06 0.000000000000000000e+00 8.777436350119073177e+05 -1.600000000000000000e+02 -1.540000000000000036e+00 -6.360000000000000098e-01 -2.829999999999999738e-01 -1.280000000000000027e-01 -7.109999999999999654e-02 -3.610000000000000014e-02 -4.309999999999999595e-03 -3.290000000000000010e-05 0.000000000000000000e+00 -2.986263646118096076e+06 -1.610000000000000000e+02 5.299999999999999822e+00 2.870000000000000107e+00 1.639999999999999902e+00 8.359999999999999654e-01 3.370000000000000218e-01 9.700000000000000289e-02 5.459999999999999576e-03 2.089999999999999980e-05 0.000000000000000000e+00 -7.703333694912287174e+05 -1.620000000000000000e+02 -5.379999999999999893e+00 -2.950000000000000178e+00 -1.699999999999999956e+00 -8.679999999999999938e-01 -3.479999999999999760e-01 -9.819999999999999563e-02 -5.599999999999999943e-03 -2.769999999999999906e-05 0.000000000000000000e+00 -3.024989343612347264e+06 -1.630000000000000000e+02 -2.419999999999999929e-02 -2.869999999999999982e-02 -3.160000000000000309e-02 -3.049999999999999933e-02 -2.630000000000000046e-02 -1.650000000000000078e-02 -2.180000000000000080e-03 -1.469999999999999986e-05 0.000000000000000000e+00 -1.215238492840236751e+06 -1.640000000000000000e+02 -5.569999999999999864e-04 -4.210000000000000200e-03 -5.559999999999999838e-03 -4.109999999999999938e-03 1.669999999999999935e-04 2.099999999999999870e-03 4.180000000000000230e-04 3.199999999999999855e-06 0.000000000000000000e+00 -1.080133902363308240e+06 -1.650000000000000000e+02 5.019999999999999574e+00 2.740000000000000213e+00 1.590000000000000080e+00 8.100000000000000533e-01 3.190000000000000058e-01 8.440000000000000280e-02 3.579999999999999849e-03 7.150000000000000153e-06 0.000000000000000000e+00 -1.307257089720880613e+05 -1.660000000000000000e+02 -1.409999999999999920e+00 -5.290000000000000258e-01 -1.980000000000000093e-01 -6.189999999999999669e-02 -2.450000000000000094e-02 -1.190000000000000085e-02 -1.250000000000000026e-03 -6.980000000000000086e-06 0.000000000000000000e+00 -6.191692954770057462e+06 -1.670000000000000000e+02 -6.489999999999999936e-02 -6.769999999999999629e-02 -7.530000000000000582e-02 -7.599999999999999811e-02 -6.110000000000000153e-02 -3.239999999999999825e-02 -3.749999999999999861e-03 -2.689999999999999995e-05 0.000000000000000000e+00 -2.645396444896961097e+06 -1.680000000000000000e+02 5.349999999999999645e+00 2.919999999999999929e+00 1.679999999999999938e+00 8.579999999999999849e-01 3.489999999999999769e-01 1.029999999999999943e-01 5.910000000000000323e-03 2.080000000000000075e-05 0.000000000000000000e+00 1.476399046078515006e+06 -1.690000000000000000e+02 4.750000000000000056e-02 5.519999999999999907e-02 6.049999999999999822e-02 5.729999999999999677e-02 4.089999999999999886e-02 1.949999999999999997e-02 2.180000000000000080e-03 1.849999999999999906e-05 0.000000000000000000e+00 -5.032029354050515220e+06 -1.700000000000000000e+02 -2.990000000000000036e-04 2.220000000000000098e-02 4.019999999999999962e-02 5.140000000000000124e-02 4.329999999999999821e-02 2.060000000000000026e-02 1.760000000000000063e-03 7.060000000000000168e-06 0.000000000000000000e+00 -1.679486716430974193e+05 -1.710000000000000000e+02 5.250000000000000000e+00 2.850000000000000089e+00 1.629999999999999893e+00 8.359999999999999654e-01 3.459999999999999742e-01 1.069999999999999979e-01 7.640000000000000090e-03 5.119999999999999768e-05 0.000000000000000000e+00 -2.850927800961033907e+06 -1.720000000000000000e+02 1.190000000000000085e-02 3.640000000000000006e-03 4.839999999999999684e-03 8.670000000000000623e-03 9.299999999999999239e-03 5.649999999999999641e-03 9.070000000000000371e-04 9.379999999999999978e-06 0.000000000000000000e+00 -1.274660138641534140e+06 -1.730000000000000000e+02 -2.649999999999999925e-02 -3.769999999999999740e-02 -4.250000000000000305e-02 -4.290000000000000063e-02 -3.520000000000000212e-02 -1.919999999999999832e-02 -2.320000000000000014e-03 -1.800000000000000046e-05 0.000000000000000000e+00 -9.734279295719143702e+05 -1.740000000000000000e+02 5.259999999999999787e+00 2.850000000000000089e+00 1.629999999999999893e+00 8.289999999999999591e-01 3.400000000000000244e-01 1.029999999999999943e-01 6.899999999999999883e-03 4.039999999999999944e-05 0.000000000000000000e+00 -3.767613146770673338e+06 -1.750000000000000000e+02 3.509999999999999926e-02 5.140000000000000124e-02 6.010000000000000064e-02 6.060000000000000109e-02 4.730000000000000177e-02 2.340000000000000066e-02 2.320000000000000014e-03 1.290000000000000016e-05 0.000000000000000000e+00 -4.212254690936317667e+06 -1.760000000000000000e+02 3.440000000000000002e-02 3.960000000000000325e-02 4.209999999999999853e-02 4.560000000000000164e-02 4.399999999999999745e-02 2.779999999999999832e-02 3.749999999999999861e-03 2.830000000000000010e-05 0.000000000000000000e+00 5.378774792565345997e+05 -1.770000000000000000e+02 -7.209999999999999742e-02 -8.690000000000000502e-02 -9.139999999999999514e-02 -8.719999999999999973e-02 -7.080000000000000182e-02 -3.980000000000000204e-02 -4.989999999999999644e-03 -3.830000000000000261e-05 0.000000000000000000e+00 -3.913943229820800480e+05 -1.780000000000000000e+02 -7.630000000000000671e-02 -9.610000000000000486e-02 -1.089999999999999997e-01 -1.089999999999999997e-01 -9.080000000000000571e-02 -5.249999999999999806e-02 -6.830000000000000134e-03 -5.479999999999999710e-05 0.000000000000000000e+00 9.736620796584658325e+06 -1.790000000000000000e+02 2.139999999999999888e-02 2.659999999999999865e-02 2.900000000000000147e-02 2.630000000000000046e-02 1.629999999999999852e-02 6.029999999999999770e-03 5.180000000000000143e-04 3.819999999999999848e-06 0.000000000000000000e+00 -1.959472647015526658e+06 -1.800000000000000000e+02 4.409999999999999858e-03 1.720000000000000001e-02 2.149999999999999828e-02 1.990000000000000102e-02 1.310000000000000053e-02 5.539999999999999786e-03 5.370000000000000424e-04 4.249999999999999966e-06 0.000000000000000000e+00 -1.754142280902941711e+06 -1.810000000000000000e+02 1.179999999999999938e-01 1.330000000000000071e-01 1.350000000000000089e-01 1.219999999999999973e-01 8.830000000000000349e-02 4.379999999999999866e-02 5.349999999999999721e-03 5.270000000000000026e-05 0.000000000000000000e+00 2.288513262059763540e+06 -1.820000000000000000e+02 1.640000000000000069e-01 1.529999999999999971e-01 1.250000000000000000e-01 8.870000000000000107e-02 5.050000000000000322e-02 2.029999999999999860e-02 1.740000000000000010e-03 1.009999999999999986e-05 0.000000000000000000e+00 -1.908220718629928771e+06 -1.830000000000000000e+02 -7.580000000000000626e-02 -7.409999999999999920e-02 -6.450000000000000178e-02 -5.109999999999999959e-02 -3.699999999999999817e-02 -2.110000000000000070e-02 -2.880000000000000181e-03 -2.229999999999999994e-05 0.000000000000000000e+00 -1.931207955683814129e+06 -1.840000000000000000e+02 6.370000000000000662e-02 8.240000000000000102e-02 9.239999999999999603e-02 8.849999999999999534e-02 6.500000000000000222e-02 3.180000000000000188e-02 3.579999999999999849e-03 2.760000000000000002e-05 0.000000000000000000e+00 1.699633516323986230e+06 -1.850000000000000000e+02 -3.070000000000000159e-02 -4.390000000000000152e-02 -4.939999999999999947e-02 -4.490000000000000241e-02 -3.020000000000000115e-02 -1.349999999999999985e-02 -1.240000000000000000e-03 -5.750000000000000004e-06 0.000000000000000000e+00 -1.273888227676837472e+06 -1.860000000000000000e+02 7.969999999999999307e-02 1.120000000000000023e-01 1.270000000000000018e-01 1.250000000000000000e-01 9.909999999999999365e-02 5.299999999999999850e-02 6.400000000000000307e-03 5.039999999999999857e-05 0.000000000000000000e+00 5.260336326808248647e+06 -1.870000000000000000e+02 -2.840000000000000163e-02 -4.540000000000000285e-02 -5.170000000000000290e-02 -5.029999999999999749e-02 -3.839999999999999664e-02 -1.940000000000000058e-02 -2.139999999999999975e-03 -1.460000000000000082e-05 0.000000000000000000e+00 6.888595021073129028e+06 -1.880000000000000000e+02 -1.340000000000000045e-02 -1.499999999999999944e-02 -1.710000000000000062e-02 -1.890000000000000013e-02 -1.799999999999999864e-02 -1.140000000000000041e-02 -1.629999999999999939e-03 -1.580000000000000119e-05 0.000000000000000000e+00 -7.084724667514334433e+06 -1.890000000000000000e+02 5.639999999999999875e-02 6.090000000000000274e-02 5.489999999999999741e-02 4.290000000000000063e-02 2.819999999999999937e-02 1.389999999999999916e-02 1.680000000000000070e-03 1.329999999999999972e-05 0.000000000000000000e+00 1.314825365725170821e+06 -1.900000000000000000e+02 -4.159999999999999809e-02 -6.199999999999999956e-02 -7.099999999999999367e-02 -6.959999999999999520e-02 -5.349999999999999895e-02 -2.709999999999999909e-02 -2.929999999999999879e-03 -1.849999999999999906e-05 0.000000000000000000e+00 3.922002331642251927e+06 -1.910000000000000000e+02 -2.050000000000000086e-02 -2.630000000000000046e-02 -3.009999999999999828e-02 -2.999999999999999889e-02 -2.440000000000000155e-02 -1.370000000000000037e-02 -1.690000000000000096e-03 -1.200000000000000030e-05 0.000000000000000000e+00 6.368021225321349688e+06 -1.920000000000000000e+02 -8.229999999999999469e-03 -8.580000000000000820e-03 -8.899999999999999925e-03 -1.060000000000000005e-02 -1.349999999999999985e-02 -1.069999999999999944e-02 -1.590000000000000050e-03 -1.099999999999999971e-05 0.000000000000000000e+00 3.211134698139533866e+05 -1.930000000000000000e+02 -4.279999999999999777e-02 -4.240000000000000019e-02 -4.830000000000000265e-02 -5.480000000000000149e-02 -5.460000000000000270e-02 -3.479999999999999760e-02 -4.449999999999999963e-03 -2.970000000000000024e-05 0.000000000000000000e+00 -1.613060733157309471e+06 -1.940000000000000000e+02 1.429999999999999882e-01 1.320000000000000062e-01 1.250000000000000000e-01 1.100000000000000006e-01 8.509999999999999509e-02 4.809999999999999692e-02 6.420000000000000359e-03 5.479999999999999710e-05 0.000000000000000000e+00 2.471762114279421512e+06 -1.950000000000000000e+02 1.189999999999999947e+00 3.320000000000000173e-01 2.960000000000000131e-02 -7.380000000000000449e-02 -6.859999999999999432e-02 -3.130000000000000143e-02 -2.619999999999999933e-03 -1.020000000000000060e-05 0.000000000000000000e+00 1.285711615948123625e+06 -1.960000000000000000e+02 4.080000000000000293e-02 5.630000000000000282e-02 6.360000000000000375e-02 5.759999999999999842e-02 3.320000000000000034e-02 9.429999999999999147e-03 9.940000000000000376e-05 -5.000000000000000409e-06 0.000000000000000000e+00 6.272878408701456152e+06 -1.970000000000000000e+02 1.610000000000000098e+00 6.229999999999999982e-01 2.379999999999999893e-01 7.190000000000000557e-02 2.189999999999999933e-02 7.979999999999999247e-03 5.829999999999999679e-04 9.190000000000000103e-07 0.000000000000000000e+00 7.886883838306769729e+06 -1.980000000000000000e+02 -3.459999999999999881e-02 -2.800000000000000058e-02 -1.909999999999999892e-02 -8.259999999999999981e-03 1.209999999999999921e-03 3.779999999999999940e-03 8.099999999999999561e-04 9.559999999999999949e-06 0.000000000000000000e+00 6.746044958720011637e+05 -1.990000000000000000e+02 2.599999999999999881e-02 3.180000000000000188e-02 3.670000000000000345e-02 3.749999999999999861e-02 3.119999999999999857e-02 1.779999999999999985e-02 2.579999999999999828e-03 3.259999999999999958e-05 0.000000000000000000e+00 2.111750880077018228e+05 -2.000000000000000000e+02 1.389999999999999916e-02 -4.859999999999999737e-03 -5.769999999999999955e-03 1.910000000000000022e-03 8.600000000000000006e-03 6.969999999999999633e-03 9.380000000000000317e-04 4.920000000000000328e-06 0.000000000000000000e+00 8.208294288404500112e+06 -2.010000000000000000e+02 -5.689999999999999919e-02 -9.189999999999999558e-02 -1.059999999999999970e-01 -1.059999999999999970e-01 -8.509999999999999509e-02 -4.499999999999999833e-02 -5.150000000000000064e-03 -3.869999999999999878e-05 0.000000000000000000e+00 -3.362213119604350999e+06 -2.020000000000000000e+02 -6.669999999999999714e-03 6.470000000000000057e-03 1.490000000000000005e-02 1.640000000000000138e-02 1.129999999999999928e-02 5.760000000000000363e-03 9.590000000000000000e-04 9.180000000000000199e-06 0.000000000000000000e+00 6.286278664636231028e+06 -2.030000000000000000e+02 -1.500000000000000000e+00 -5.360000000000000320e-01 -1.610000000000000042e-01 5.090000000000000123e-04 3.910000000000000281e-02 2.560000000000000123e-02 3.079999999999999839e-03 1.980000000000000016e-05 0.000000000000000000e+00 3.733569636163242161e+06 -2.040000000000000000e+02 -4.870000000000000023e-02 -2.409999999999999989e-02 -7.219999999999999855e-03 4.100000000000000346e-03 5.830000000000000113e-03 1.799999999999999951e-03 -1.520000000000000084e-04 -2.849999999999999818e-06 0.000000000000000000e+00 -3.794422474631735124e+06 -2.050000000000000000e+02 -5.500000000000000028e-02 -7.560000000000000053e-02 -8.569999999999999840e-02 -8.200000000000000344e-02 -6.069999999999999701e-02 -3.009999999999999828e-02 -3.210000000000000180e-03 -1.739999999999999942e-05 0.000000000000000000e+00 4.653365760426173918e+06 -2.060000000000000000e+02 2.280000000000000082e-02 4.420000000000000318e-02 4.229999999999999732e-02 3.109999999999999917e-02 1.499999999999999944e-02 3.099999999999999891e-03 -3.049999999999999868e-04 -5.939999999999999879e-06 0.000000000000000000e+00 3.028862106372312992e+05 -2.070000000000000000e+02 7.459999999999999618e-03 1.409999999999999969e-02 1.499999999999999944e-02 1.450000000000000074e-02 1.329999999999999932e-02 8.439999999999999586e-03 1.160000000000000007e-03 9.249999999999999528e-06 0.000000000000000000e+00 -7.683879226904624375e+04 -2.080000000000000000e+02 -1.499999999999999944e-02 -2.829999999999999877e-02 -3.339999999999999913e-02 -3.450000000000000289e-02 -3.099999999999999978e-02 -1.880000000000000074e-02 -2.439999999999999895e-03 -1.959999999999999869e-05 0.000000000000000000e+00 -2.000448229352988768e+06 -2.090000000000000000e+02 5.139999999999999604e-03 5.159999999999999656e-03 3.249999999999999851e-03 2.030000000000000120e-03 -6.489999999999999459e-04 -2.500000000000000052e-03 -5.130000000000000011e-04 -2.870000000000000050e-06 0.000000000000000000e+00 1.959685728422248576e+04 -2.100000000000000000e+02 1.099999999999999936e-02 1.619999999999999912e-02 1.729999999999999941e-02 1.830000000000000029e-02 1.909999999999999892e-02 1.340000000000000045e-02 1.979999999999999989e-03 1.690000000000000082e-05 0.000000000000000000e+00 -1.368982631329822587e+06 -2.110000000000000000e+02 -6.510000000000000508e-02 -9.080000000000000571e-02 -1.019999999999999934e-01 -9.729999999999999760e-02 -7.140000000000000513e-02 -3.509999999999999926e-02 -3.919999999999999873e-03 -2.970000000000000024e-05 0.000000000000000000e+00 1.942289331537161954e+06 -2.120000000000000000e+02 -2.920000000000000026e-02 -2.989999999999999949e-02 -3.330000000000000321e-02 -3.599999999999999728e-02 -3.389999999999999958e-02 -2.110000000000000070e-02 -2.749999999999999840e-03 -1.889999999999999862e-05 0.000000000000000000e+00 -4.216827902315846644e+06 -2.130000000000000000e+02 -2.290000000000000022e-02 -9.280000000000000054e-03 5.020000000000000157e-03 1.389999999999999916e-02 1.280000000000000061e-02 5.950000000000000427e-03 5.090000000000000123e-04 2.960000000000000035e-06 0.000000000000000000e+00 -1.075584362685261440e+05 -2.140000000000000000e+02 2.000000000000000042e-02 3.200000000000000067e-02 3.570000000000000256e-02 2.999999999999999889e-02 1.439999999999999961e-02 2.170000000000000054e-03 -2.480000000000000108e-04 -2.219999999999999921e-06 0.000000000000000000e+00 -2.750173164834531024e+06 -2.150000000000000000e+02 -5.330000000000000016e-02 -6.439999999999999891e-02 -7.420000000000000207e-02 -7.720000000000000473e-02 -6.640000000000000069e-02 -3.819999999999999785e-02 -4.830000000000000092e-03 -3.720000000000000298e-05 0.000000000000000000e+00 -1.222042073337481997e+05 -2.160000000000000000e+02 1.110000000000000049e-02 9.029999999999999832e-03 9.310000000000000567e-03 1.280000000000000061e-02 1.710000000000000062e-02 1.299999999999999940e-02 1.879999999999999944e-03 1.390000000000000075e-05 0.000000000000000000e+00 -1.526286418583820807e+06 -2.170000000000000000e+02 -4.900000000000000355e+00 -2.649999999999999911e+00 -1.530000000000000027e+00 -7.820000000000000284e-01 -3.170000000000000040e-01 -8.999999999999999667e-02 -4.830000000000000092e-03 -1.889999999999999862e-05 0.000000000000000000e+00 1.548554572593987687e+06 -2.180000000000000000e+02 -5.129999999999999893e+00 -2.740000000000000213e+00 -1.550000000000000044e+00 -7.720000000000000195e-01 -3.039999999999999925e-01 -8.559999999999999554e-02 -4.700000000000000185e-03 -1.819999999999999854e-05 0.000000000000000000e+00 2.233769846505175810e+06 -2.190000000000000000e+02 -4.480000000000000426e+00 -2.370000000000000107e+00 -1.320000000000000062e+00 -6.540000000000000258e-01 -2.540000000000000036e-01 -7.019999999999999851e-02 -3.759999999999999887e-03 -1.399999999999999979e-05 0.000000000000000000e+00 4.602806577315736213e+05 -2.200000000000000000e+02 8.840000000000000635e-03 2.149999999999999828e-02 2.319999999999999840e-02 1.890000000000000013e-02 1.039999999999999952e-02 3.310000000000000008e-03 1.299999999999999886e-04 -4.569999999999999761e-07 0.000000000000000000e+00 1.315160579377256101e+06 -2.210000000000000000e+02 -1.360000000000000098e+00 -5.080000000000000071e-01 -1.940000000000000058e-01 -7.040000000000000424e-02 -3.640000000000000180e-02 -1.859999999999999848e-02 -1.879999999999999944e-03 -8.800000000000000449e-06 0.000000000000000000e+00 -3.066908531540837139e+06 -2.220000000000000000e+02 8.870000000000000107e-02 6.219999999999999835e-02 3.230000000000000232e-02 2.000000000000000042e-03 -1.810000000000000150e-02 -1.660000000000000017e-02 -2.720000000000000195e-03 -3.040000000000000032e-05 0.000000000000000000e+00 5.308191961085066199e+06 -2.230000000000000000e+02 -1.639999999999999902e+00 -6.350000000000000089e-01 -2.399999999999999911e-01 -6.640000000000000069e-02 -1.220000000000000077e-02 -1.559999999999999972e-03 4.559999999999999709e-05 1.080000000000000036e-06 0.000000000000000000e+00 2.196994528200358152e+06 -2.240000000000000000e+02 9.150000000000000147e-03 1.200000000000000025e-02 1.400000000000000029e-02 1.260000000000000009e-02 1.089999999999999997e-02 7.799999999999999642e-03 1.180000000000000059e-03 9.609999999999999470e-06 0.000000000000000000e+00 3.309163612117050216e+06 -2.250000000000000000e+02 -1.810000000000000053e+00 -7.530000000000000027e-01 -3.210000000000000075e-01 -1.130000000000000032e-01 -3.200000000000000067e-02 -6.620000000000000016e-03 4.780000000000000313e-05 4.159999999999999981e-06 0.000000000000000000e+00 -1.561088155075687915e+06 -2.260000000000000000e+02 -4.939999999999999947e-02 -6.880000000000000004e-02 -7.920000000000000651e-02 -7.749999999999999944e-02 -5.820000000000000173e-02 -2.850000000000000103e-02 -2.969999999999999984e-03 -1.830000000000000097e-05 0.000000000000000000e+00 6.869196382836454548e+06 -2.270000000000000000e+02 6.289999999999999758e-02 6.640000000000000069e-02 6.610000000000000597e-02 5.779999999999999721e-02 3.819999999999999785e-02 1.689999999999999836e-02 1.860000000000000108e-03 1.679999999999999839e-05 0.000000000000000000e+00 -9.265859346378131304e+05 -2.280000000000000000e+02 3.300000000000000155e-02 3.629999999999999893e-02 3.910000000000000281e-02 4.159999999999999809e-02 4.159999999999999809e-02 2.829999999999999877e-02 4.100000000000000346e-03 3.309999999999999818e-05 0.000000000000000000e+00 -1.105431712832027115e+06 -2.290000000000000000e+02 4.490000000000000241e-02 4.809999999999999692e-02 5.689999999999999919e-02 6.320000000000000617e-02 5.859999999999999931e-02 3.520000000000000212e-02 4.320000000000000055e-03 2.920000000000000164e-05 0.000000000000000000e+00 5.492843875605354086e+06 -2.300000000000000000e+02 -1.330000000000000071e+00 -4.879999999999999893e-01 -1.759999999999999898e-01 -5.530000000000000193e-02 -2.599999999999999881e-02 -1.439999999999999961e-02 -1.670000000000000043e-03 -9.650000000000000781e-06 0.000000000000000000e+00 1.357116333552891621e+06 -2.310000000000000000e+02 -1.720000000000000001e-02 -1.600000000000000033e-02 -1.899999999999999953e-02 -1.930000000000000118e-02 -1.269999999999999948e-02 -4.400000000000000265e-03 -2.090000000000000115e-04 -3.209999999999999759e-07 0.000000000000000000e+00 4.446977917285019532e+06 -2.320000000000000000e+02 4.879999999999999893e+00 2.620000000000000107e+00 1.479999999999999982e+00 7.369999999999999885e-01 2.839999999999999747e-01 7.489999999999999436e-02 3.279999999999999930e-03 7.500000000000000190e-06 0.000000000000000000e+00 -5.821499652972412296e+06 -2.330000000000000000e+02 9.470000000000000639e-02 1.320000000000000062e-01 1.499999999999999944e-01 1.469999999999999918e-01 1.120000000000000023e-01 5.670000000000000040e-02 6.450000000000000004e-03 5.160000000000000063e-05 0.000000000000000000e+00 -6.556147932598845102e+06 -2.340000000000000000e+02 1.870000000000000134e-02 2.280000000000000082e-02 2.479999999999999913e-02 2.440000000000000155e-02 1.859999999999999848e-02 9.379999999999999449e-03 1.170000000000000033e-03 1.009999999999999986e-05 0.000000000000000000e+00 -1.348556259869414382e+06 -2.350000000000000000e+02 5.169999999999999929e+00 2.799999999999999822e+00 1.590000000000000080e+00 7.960000000000000409e-01 3.059999999999999942e-01 7.900000000000000078e-02 3.249999999999999851e-03 6.589999999999999585e-06 0.000000000000000000e+00 5.026791790013830177e+05 -2.360000000000000000e+02 6.160000000000000198e-02 5.879999999999999810e-02 5.099999999999999672e-02 4.279999999999999777e-02 3.239999999999999825e-02 1.689999999999999836e-02 1.760000000000000063e-03 9.340000000000000361e-06 0.000000000000000000e+00 3.836208308745456394e+06 -2.370000000000000000e+02 2.390000000000000110e-02 2.939999999999999905e-02 3.339999999999999913e-02 3.640000000000000180e-02 3.549999999999999684e-02 2.299999999999999961e-02 3.109999999999999917e-03 2.199999999999999943e-05 0.000000000000000000e+00 4.978297231752561405e+06 -2.380000000000000000e+02 -4.460000000000000422e-03 -5.199999999999999761e-03 -5.550000000000000246e-03 -6.100000000000000387e-03 -8.330000000000000598e-03 -7.669999999999999735e-03 -1.449999999999999900e-03 -1.369999999999999927e-05 0.000000000000000000e+00 -3.790336947896967758e+05 -2.390000000000000000e+02 6.160000000000000198e-02 1.919999999999999832e-02 6.620000000000000016e-03 9.440000000000000474e-03 1.310000000000000053e-02 8.309999999999999679e-03 1.020000000000000073e-03 7.400000000000000300e-06 0.000000000000000000e+00 2.461734446839361452e+06 -2.400000000000000000e+02 5.179999999999999716e+00 2.819999999999999840e+00 1.629999999999999893e+00 8.499999999999999778e-01 3.579999999999999849e-01 1.100000000000000006e-01 7.559999999999999880e-03 5.160000000000000063e-05 0.000000000000000000e+00 2.479675043763442896e+06 -2.410000000000000000e+02 -3.640000000000000180e-02 -4.499999999999999833e-02 -5.070000000000000201e-02 -5.109999999999999959e-02 -4.309999999999999942e-02 -2.460000000000000034e-02 -3.010000000000000089e-03 -2.120000000000000031e-05 0.000000000000000000e+00 3.844199479601805564e+06 -2.420000000000000000e+02 6.629999999999999782e-02 8.350000000000000477e-02 9.539999999999999869e-02 9.579999999999999627e-02 7.789999999999999702e-02 4.259999999999999898e-02 5.170000000000000116e-03 4.289999999999999922e-05 0.000000000000000000e+00 -5.417407788035673089e+06 -2.430000000000000000e+02 3.099999999999999978e-01 2.230000000000000038e-01 1.789999999999999925e-01 1.469999999999999918e-01 1.069999999999999979e-01 5.439999999999999697e-02 6.020000000000000177e-03 4.199999999999999768e-05 0.000000000000000000e+00 3.857881386307835579e+06 -2.440000000000000000e+02 -1.839999999999999969e-02 -1.890000000000000013e-02 -2.350000000000000006e-02 -2.910000000000000087e-02 -3.049999999999999933e-02 -1.949999999999999997e-02 -2.419999999999999842e-03 -1.540000000000000163e-05 0.000000000000000000e+00 7.035152581956200302e+05 -2.450000000000000000e+02 -1.419999999999999929e+00 -4.969999999999999973e-01 -1.529999999999999971e-01 -1.810000000000000150e-02 6.440000000000000412e-03 1.760000000000000063e-03 -1.459999999999999981e-04 -1.850000000000000075e-06 0.000000000000000000e+00 -6.765044789627052378e+05 -2.460000000000000000e+02 -6.809999999999999387e-02 -5.260000000000000092e-02 -5.729999999999999677e-02 -6.339999999999999802e-02 -5.519999999999999907e-02 -3.049999999999999933e-02 -3.589999999999999875e-03 -2.339999999999999958e-05 0.000000000000000000e+00 -7.089701194748574868e+06 -2.470000000000000000e+02 4.420000000000000318e-02 6.310000000000000331e-02 7.099999999999999367e-02 6.679999999999999827e-02 4.710000000000000298e-02 2.179999999999999993e-02 2.259999999999999856e-03 1.489999999999999964e-05 0.000000000000000000e+00 8.100166352750229649e+06 -2.480000000000000000e+02 3.099999999999999978e-02 4.320000000000000229e-02 4.780000000000000221e-02 4.510000000000000120e-02 3.459999999999999881e-02 1.859999999999999848e-02 2.299999999999999961e-03 1.669999999999999935e-05 0.000000000000000000e+00 -4.935710668360587209e+06 -2.490000000000000000e+02 6.629999999999999609e-03 6.689999999999999766e-03 5.930000000000000375e-03 1.830000000000000029e-03 -5.029999999999999749e-03 -6.029999999999999770e-03 -9.420000000000000205e-04 -6.800000000000000116e-06 0.000000000000000000e+00 1.033676180313666468e+06 -2.500000000000000000e+02 -7.560000000000000053e-02 -1.000000000000000056e-01 -1.140000000000000041e-01 -1.079999999999999988e-01 -7.620000000000000384e-02 -3.490000000000000047e-02 -3.520000000000000125e-03 -2.080000000000000075e-05 0.000000000000000000e+00 -7.869906681606866419e+06 -2.510000000000000000e+02 1.260000000000000009e-02 5.689999999999999745e-03 4.159999999999999636e-03 6.069999999999999875e-03 8.779999999999999610e-03 6.850000000000000186e-03 9.629999999999999888e-04 6.000000000000000152e-06 0.000000000000000000e+00 -4.927979843712577596e+06 -2.520000000000000000e+02 -6.619999999999999496e-02 -8.930000000000000437e-02 -1.010000000000000064e-01 -9.909999999999999365e-02 -7.749999999999999944e-02 -4.059999999999999720e-02 -4.689999999999999725e-03 -3.419999999999999782e-05 0.000000000000000000e+00 4.231004985424974002e+06 -2.530000000000000000e+02 -1.689999999999999947e+00 -7.049999999999999600e-01 -3.089999999999999969e-01 -1.270000000000000018e-01 -5.639999999999999875e-02 -2.270000000000000143e-02 -1.910000000000000022e-03 -8.070000000000000662e-06 0.000000000000000000e+00 3.936874387647268013e+05 -2.540000000000000000e+02 -2.790000000000000119e-02 -2.960000000000000131e-02 -3.330000000000000321e-02 -3.540000000000000091e-02 -3.189999999999999780e-02 -1.880000000000000074e-02 -2.289999999999999935e-03 -1.399999999999999979e-05 0.000000000000000000e+00 -4.558713493894710205e+06 -2.550000000000000000e+02 -2.820000000000000024e-03 -6.700000000000000226e-03 -7.620000000000000037e-03 -8.349999999999999784e-03 -8.850000000000000228e-03 -6.100000000000000387e-03 -8.050000000000000515e-04 -4.959999999999999945e-06 0.000000000000000000e+00 8.786672819307440659e+05 -2.560000000000000000e+02 5.879999999999999810e-02 8.000000000000000167e-02 9.420000000000000595e-02 9.940000000000000224e-02 8.559999999999999554e-02 4.900000000000000189e-02 6.210000000000000242e-03 4.660000000000000107e-05 0.000000000000000000e+00 8.795889738270144910e+06 -2.570000000000000000e+02 1.260000000000000052e-03 -2.480000000000000000e-03 -3.129999999999999970e-03 -2.880000000000000181e-03 -9.210000000000000521e-04 8.019999999999999785e-04 2.010000000000000068e-04 8.689999999999999596e-07 0.000000000000000000e+00 -4.552289449271047488e+06 -2.580000000000000000e+02 -2.709999999999999909e-02 -3.540000000000000091e-02 -4.039999999999999841e-02 -4.009999999999999676e-02 -3.339999999999999913e-02 -1.969999999999999876e-02 -2.860000000000000129e-03 -3.000000000000000076e-05 0.000000000000000000e+00 5.315251457892388105e+06 -2.590000000000000000e+02 1.219999999999999973e-01 1.719999999999999862e-01 1.970000000000000084e-01 1.940000000000000058e-01 1.469999999999999918e-01 7.330000000000000404e-02 8.179999999999999771e-03 6.580000000000000020e-05 0.000000000000000000e+00 -6.323195757517375052e+06 -2.600000000000000000e+02 -5.399999999999999939e-02 -6.300000000000000044e-02 -6.429999999999999605e-02 -5.600000000000000117e-02 -3.860000000000000236e-02 -1.909999999999999892e-02 -2.299999999999999961e-03 -1.699999999999999987e-05 0.000000000000000000e+00 -4.731326690004472621e+06 -2.610000000000000000e+02 6.870000000000000238e-03 1.269999999999999948e-02 1.640000000000000138e-02 1.940000000000000058e-02 2.189999999999999933e-02 1.580000000000000154e-02 2.220000000000000185e-03 1.690000000000000082e-05 0.000000000000000000e+00 -1.816736690386611037e+06 -2.620000000000000000e+02 -2.089999999999999844e-02 -2.270000000000000143e-02 -2.869999999999999982e-02 -3.049999999999999933e-02 -2.280000000000000082e-02 -1.080000000000000057e-02 -1.209999999999999921e-03 -1.110000000000000045e-05 0.000000000000000000e+00 -7.287408050872973399e+05 -2.630000000000000000e+02 3.300000000000000155e-02 3.649999999999999772e-02 3.969999999999999918e-02 4.250000000000000305e-02 4.250000000000000305e-02 2.879999999999999921e-02 4.219999999999999793e-03 3.619999999999999900e-05 0.000000000000000000e+00 -3.141774971305761486e+06 -2.640000000000000000e+02 2.109999999999999931e-01 1.270000000000000018e-01 7.979999999999999594e-02 4.490000000000000241e-02 2.000000000000000042e-02 6.250000000000000347e-03 3.080000000000000055e-04 -1.320000000000000067e-06 0.000000000000000000e+00 1.619919940558189293e+06 -2.650000000000000000e+02 -1.600000000000000089e+00 -5.999999999999999778e-01 -2.059999999999999887e-01 -3.209999999999999659e-02 1.739999999999999880e-02 1.640000000000000138e-02 2.710000000000000169e-03 2.449999999999999921e-05 0.000000000000000000e+00 4.352236293714841828e+06 -2.660000000000000000e+02 1.779999999999999985e-02 2.009999999999999981e-02 2.309999999999999901e-02 2.489999999999999852e-02 2.280000000000000082e-02 1.370000000000000037e-02 1.709999999999999932e-03 1.169999999999999979e-05 0.000000000000000000e+00 1.733864871782285161e+06 -2.670000000000000000e+02 -2.909999999999999826e-03 -3.769999999999999914e-03 -5.389999999999999826e-03 -6.000000000000000125e-03 -3.429999999999999889e-03 -2.990000000000000036e-04 1.939999999999999993e-04 2.380000000000000083e-06 0.000000000000000000e+00 -1.353530032132974826e+06 -2.680000000000000000e+02 -1.720000000000000001e-02 -2.000000000000000042e-02 -2.340000000000000066e-02 -2.489999999999999852e-02 -2.359999999999999945e-02 -1.549999999999999989e-02 -2.299999999999999961e-03 -2.250000000000000142e-05 0.000000000000000000e+00 4.535916163462861441e+05 -2.690000000000000000e+02 -4.950000000000000233e-02 -6.049999999999999822e-02 -6.869999999999999718e-02 -6.880000000000000004e-02 -5.539999999999999786e-02 -3.020000000000000115e-02 -3.729999999999999809e-03 -2.809999999999999862e-05 0.000000000000000000e+00 -7.767076762437283760e+05 -2.700000000000000000e+02 -2.580000000000000002e-02 -4.240000000000000019e-02 -3.139999999999999736e-02 -1.349999999999999985e-02 -2.640000000000000202e-04 2.239999999999999804e-03 1.350000000000000017e-04 -3.340000000000000209e-06 0.000000000000000000e+00 -3.587651369187813089e+03 -2.710000000000000000e+02 1.560000000000000053e+00 6.069999999999999840e-01 2.359999999999999876e-01 7.799999999999999989e-02 3.209999999999999659e-02 1.640000000000000138e-02 2.000000000000000042e-03 1.380000000000000001e-05 0.000000000000000000e+00 -1.016416951092416234e+07 -2.720000000000000000e+02 5.360000000000000320e+00 2.930000000000000160e+00 1.699999999999999956e+00 8.760000000000000009e-01 3.569999999999999840e-01 1.019999999999999934e-01 5.360000000000000181e-03 1.790000000000000141e-05 0.000000000000000000e+00 1.229485651737740263e+06 -2.730000000000000000e+02 -1.409999999999999920e+00 -5.340000000000000302e-01 -2.020000000000000129e-01 -6.529999999999999694e-02 -2.620000000000000107e-02 -1.209999999999999964e-02 -1.129999999999999928e-03 -5.059999999999999835e-06 0.000000000000000000e+00 -1.751035826457709074e+06 -2.740000000000000000e+02 -4.590000000000000330e-02 -3.070000000000000159e-02 -1.319999999999999993e-02 2.190000000000000106e-03 1.250000000000000069e-02 1.190000000000000085e-02 2.129999999999999949e-03 2.040000000000000119e-05 0.000000000000000000e+00 -9.952983006394683616e+05 -2.750000000000000000e+02 4.950000000000000178e+00 2.669999999999999929e+00 1.520000000000000018e+00 7.610000000000000098e-01 2.929999999999999827e-01 7.639999999999999569e-02 3.210000000000000180e-03 6.299999999999999821e-06 0.000000000000000000e+00 -8.311169634797537699e+06 -2.760000000000000000e+02 1.770000000000000046e-02 2.489999999999999852e-02 2.869999999999999982e-02 2.850000000000000103e-02 2.249999999999999917e-02 1.179999999999999973e-02 1.449999999999999900e-03 1.189999999999999957e-05 0.000000000000000000e+00 1.960857789560006000e+06 -2.770000000000000000e+02 -5.299999999999999822e+00 -2.910000000000000142e+00 -1.679999999999999938e+00 -8.659999999999999920e-01 -3.499999999999999778e-01 -9.779999999999999805e-02 -4.749999999999999882e-03 -1.250000000000000060e-05 0.000000000000000000e+00 -3.074503821858749725e+06 -2.780000000000000000e+02 2.149999999999999828e-02 2.230000000000000038e-02 2.419999999999999929e-02 2.730000000000000135e-02 2.999999999999999889e-02 2.189999999999999933e-02 3.370000000000000166e-03 3.059999999999999840e-05 0.000000000000000000e+00 -2.551239731553205755e+06 -2.790000000000000000e+02 -4.700000000000000011e-02 -6.489999999999999936e-02 -7.359999999999999876e-02 -7.370000000000000162e-02 -6.219999999999999835e-02 -3.629999999999999893e-02 -4.760000000000000342e-03 -3.800000000000000209e-05 0.000000000000000000e+00 1.647569717627796112e+06 -2.800000000000000000e+02 -6.320000000000000617e-02 -9.740000000000000047e-02 -1.110000000000000014e-01 -1.059999999999999970e-01 -7.729999999999999372e-02 -3.760000000000000148e-02 -4.020000000000000136e-03 -2.669999999999999847e-05 0.000000000000000000e+00 1.105451179298225790e+06 -2.810000000000000000e+02 3.869999999999999829e-02 4.889999999999999902e-02 5.489999999999999741e-02 5.539999999999999786e-02 4.789999999999999813e-02 2.869999999999999982e-02 3.799999999999999992e-03 2.909999999999999921e-05 0.000000000000000000e+00 -3.686192931874278933e+06 -2.820000000000000000e+02 -1.019999999999999934e-01 -4.739999999999999769e-02 -1.949999999999999997e-02 -1.009999999999999960e-02 -1.209999999999999964e-02 -1.020000000000000073e-02 -1.969999999999999963e-03 -2.650000000000000039e-05 0.000000000000000000e+00 4.030372802055733046e+05 -2.830000000000000000e+02 -1.590000000000000080e+00 -5.729999999999999538e-01 -1.700000000000000122e-01 9.719999999999999907e-04 3.509999999999999926e-02 2.029999999999999860e-02 2.589999999999999854e-03 2.430000000000000112e-05 0.000000000000000000e+00 -3.975769675522373989e+06 -2.840000000000000000e+02 -4.900000000000000355e+00 -2.640000000000000124e+00 -1.510000000000000009e+00 -7.660000000000000142e-01 -3.109999999999999987e-01 -9.089999999999999469e-02 -5.389999999999999826e-03 -2.419999999999999869e-05 0.000000000000000000e+00 -1.251504219387488905e+06 -2.850000000000000000e+02 1.629999999999999852e-02 1.529999999999999936e-02 1.609999999999999973e-02 1.880000000000000074e-02 2.210000000000000159e-02 1.650000000000000078e-02 2.459999999999999947e-03 1.879999999999999957e-05 0.000000000000000000e+00 1.557248288338663755e+06 -2.860000000000000000e+02 5.070000000000000284e+00 2.720000000000000195e+00 1.550000000000000044e+00 7.740000000000000213e-01 3.029999999999999916e-01 8.229999999999999816e-02 3.799999999999999992e-03 8.440000000000000507e-06 0.000000000000000000e+00 1.716382512365647359e+06 -2.870000000000000000e+02 -2.659999999999999865e-02 -4.479999999999999954e-02 -5.090000000000000080e-02 -4.789999999999999813e-02 -3.570000000000000256e-02 -1.820000000000000090e-02 -2.160000000000000028e-03 -1.749999999999999847e-05 0.000000000000000000e+00 -9.879158633239472983e+05 -2.880000000000000000e+02 -1.560000000000000053e+00 -5.899999999999999689e-01 -2.139999999999999958e-01 -4.839999999999999858e-02 3.729999999999999809e-03 9.759999999999999579e-03 1.930000000000000075e-03 1.800000000000000046e-05 0.000000000000000000e+00 -1.235519840832787799e+06 -2.890000000000000000e+02 5.360000000000000320e+00 2.930000000000000160e+00 1.689999999999999947e+00 8.669999999999999929e-01 3.509999999999999787e-01 9.959999999999999409e-02 5.069999999999999854e-03 1.430000000000000031e-05 0.000000000000000000e+00 2.786079540702792350e+06 -2.900000000000000000e+02 3.399999999999999811e-03 3.389999999999999730e-05 1.639999999999999965e-03 5.040000000000000209e-03 6.839999999999999726e-03 4.349999999999999700e-03 4.429999999999999802e-04 1.900000000000000020e-06 0.000000000000000000e+00 3.057055251383483410e+06 -2.910000000000000000e+02 8.260000000000000675e-02 1.059999999999999970e-01 1.189999999999999947e-01 1.170000000000000068e-01 9.180000000000000659e-02 4.880000000000000310e-02 5.810000000000000060e-03 4.390000000000000320e-05 0.000000000000000000e+00 3.428984208187102340e+06 -2.920000000000000000e+02 -1.310000000000000053e+00 -4.600000000000000200e-01 -1.459999999999999909e-01 -1.669999999999999957e-02 1.750000000000000167e-02 1.519999999999999997e-02 2.510000000000000078e-03 2.540000000000000076e-05 0.000000000000000000e+00 2.030088540583505062e+06 -2.930000000000000000e+02 5.160000000000000003e-02 7.030000000000000138e-02 7.939999999999999836e-02 7.710000000000000187e-02 5.940000000000000141e-02 3.099999999999999978e-02 3.619999999999999954e-03 2.559999999999999884e-05 0.000000000000000000e+00 -5.083834325115724467e+06 -2.940000000000000000e+02 -4.600000000000000139e-04 -1.289999999999999914e-03 -1.369999999999999907e-03 -8.989999999999999511e-04 -4.869999999999999790e-05 3.370000000000000057e-04 7.409999999999999866e-05 5.559999999999999494e-07 0.000000000000000000e+00 -1.661249535540336743e+06 -2.950000000000000000e+02 -2.280000000000000082e-02 -3.969999999999999918e-02 -4.440000000000000197e-02 -3.699999999999999817e-02 -1.810000000000000150e-02 -3.540000000000000178e-03 2.200000000000000078e-04 6.289999999999999917e-06 0.000000000000000000e+00 -3.486923825884110294e+06 -2.960000000000000000e+02 7.520000000000000295e-02 1.069999999999999979e-01 1.209999999999999964e-01 1.199999999999999956e-01 9.520000000000000684e-02 5.140000000000000124e-02 6.760000000000000384e-03 7.779999999999999373e-05 0.000000000000000000e+00 3.136524731238314416e+06 -2.970000000000000000e+02 -6.930000000000000049e-02 -8.780000000000000304e-02 -9.929999999999999938e-02 -9.869999999999999607e-02 -8.129999999999999727e-02 -4.610000000000000209e-02 -5.729999999999999850e-03 -4.119999999999999856e-05 0.000000000000000000e+00 6.604883767549374141e+06 -2.980000000000000000e+02 -7.119999999999999593e-03 -9.879999999999999893e-03 -1.209999999999999964e-02 -1.209999999999999964e-02 -1.060000000000000005e-02 -6.839999999999999726e-03 -9.359999999999999831e-04 -6.270000000000000108e-06 0.000000000000000000e+00 -4.796311757894069888e+06 -2.990000000000000000e+02 5.080000000000000071e+00 2.729999999999999982e+00 1.550000000000000044e+00 7.880000000000000338e-01 3.220000000000000084e-01 9.650000000000000244e-02 6.040000000000000230e-03 2.799999999999999958e-05 0.000000000000000000e+00 4.193659240897929296e+06 -3.000000000000000000e+02 -3.259999999999999877e-03 -7.360000000000000006e-04 1.670000000000000043e-03 3.170000000000000075e-03 1.529999999999999893e-03 -8.899999999999999491e-04 -3.869999999999999742e-04 -3.559999999999999797e-06 0.000000000000000000e+00 1.858736277605893090e+06 -3.010000000000000000e+02 1.930000000000000118e-02 2.769999999999999893e-02 3.219999999999999946e-02 3.339999999999999913e-02 2.709999999999999909e-02 1.409999999999999969e-02 1.590000000000000050e-03 1.230000000000000082e-05 0.000000000000000000e+00 2.633719755261644255e+06 -3.020000000000000000e+02 1.669999999999999929e+00 6.350000000000000089e-01 2.190000000000000002e-01 3.459999999999999881e-02 -1.269999999999999948e-02 -8.290000000000000493e-03 -5.839999999999999922e-04 -1.529999999999999963e-06 0.000000000000000000e+00 1.778383192339317873e+06 -3.030000000000000000e+02 7.599999999999999811e-02 9.110000000000000042e-02 1.029999999999999943e-01 1.019999999999999934e-01 7.850000000000000033e-02 4.059999999999999720e-02 4.720000000000000237e-03 3.559999999999999797e-05 0.000000000000000000e+00 5.673183332518332172e+05 -3.040000000000000000e+02 -4.809999999999999692e-02 -6.519999999999999407e-02 -7.599999999999999811e-02 -7.679999999999999327e-02 -5.990000000000000185e-02 -2.980000000000000010e-02 -3.079999999999999839e-03 -1.790000000000000141e-05 0.000000000000000000e+00 3.053520108698487747e+06 -3.050000000000000000e+02 4.259999999999999898e-01 3.800000000000000044e-01 3.029999999999999916e-01 1.990000000000000102e-01 9.160000000000000087e-02 2.469999999999999973e-02 8.869999999999999846e-04 2.060000000000000182e-06 0.000000000000000000e+00 1.870052835691616870e+06 -3.060000000000000000e+02 -2.210000000000000159e-02 -2.970000000000000070e-02 -3.529999999999999805e-02 -3.699999999999999817e-02 -3.030000000000000054e-02 -1.549999999999999989e-02 -1.590000000000000050e-03 -8.780000000000000640e-06 0.000000000000000000e+00 1.424674167248368496e+06 -3.070000000000000000e+02 -4.830000000000000265e-02 -6.839999999999999726e-03 1.230000000000000017e-02 1.880000000000000074e-02 1.400000000000000029e-02 5.760000000000000363e-03 4.710000000000000102e-04 2.380000000000000083e-06 0.000000000000000000e+00 -3.465158670840192353e+05 -3.080000000000000000e+02 -4.189999999999999974e-02 -4.349999999999999700e-02 -4.769999999999999934e-02 -4.850000000000000144e-02 -4.100000000000000172e-02 -2.359999999999999945e-02 -3.069999999999999812e-03 -2.570000000000000127e-05 0.000000000000000000e+00 -4.306409836818220094e+06 -3.090000000000000000e+02 -8.400000000000000348e-04 1.170000000000000033e-02 1.400000000000000029e-02 9.280000000000000054e-03 1.510000000000000057e-03 -1.740000000000000010e-03 -4.040000000000000080e-04 -2.990000000000000172e-06 0.000000000000000000e+00 -1.150397348649868742e+06 -3.100000000000000000e+02 6.489999999999999936e-02 2.759999999999999953e-02 -2.500000000000000052e-04 -1.810000000000000150e-02 -2.019999999999999921e-02 -1.170000000000000033e-02 -1.520000000000000084e-03 -1.180000000000000052e-05 0.000000000000000000e+00 -1.343052134616120253e+06 -3.110000000000000000e+02 1.429999999999999938e+00 5.170000000000000151e-01 1.719999999999999862e-01 2.960000000000000131e-02 -5.919999999999999915e-03 -5.159999999999999656e-03 -4.710000000000000102e-04 -1.830000000000000055e-06 0.000000000000000000e+00 3.624097409746677149e+06 -3.120000000000000000e+02 1.149999999999999981e-02 2.139999999999999888e-02 2.510000000000000078e-02 2.179999999999999993e-02 9.180000000000000659e-03 -8.940000000000000464e-04 -8.599999999999999789e-04 -1.079999999999999993e-05 0.000000000000000000e+00 3.383674557979916222e+06 -3.130000000000000000e+02 6.890000000000000291e-02 9.429999999999999494e-02 1.029999999999999943e-01 1.010000000000000064e-01 8.100000000000000255e-02 4.399999999999999745e-02 5.340000000000000129e-03 3.850000000000000069e-05 0.000000000000000000e+00 7.559866275795637630e+06 -3.140000000000000000e+02 4.879999999999999893e+00 2.600000000000000089e+00 1.459999999999999964e+00 7.179999999999999716e-01 2.680000000000000160e-01 6.619999999999999496e-02 2.439999999999999895e-03 3.710000000000000054e-06 0.000000000000000000e+00 1.209557783651433419e+06 -3.150000000000000000e+02 1.580000000000000071e+00 6.049999999999999822e-01 2.200000000000000011e-01 5.439999999999999697e-02 1.039999999999999952e-02 4.230000000000000253e-03 5.500000000000000331e-04 3.369999999999999922e-06 0.000000000000000000e+00 -1.402754503948645480e+07 -3.160000000000000000e+02 5.190000000000000391e+00 2.819999999999999840e+00 1.620000000000000107e+00 8.259999999999999565e-01 3.300000000000000155e-01 9.120000000000000329e-02 4.619999999999999975e-03 1.580000000000000119e-05 0.000000000000000000e+00 -1.256751280233010184e+06 -3.170000000000000000e+02 -1.459999999999999964e+00 -5.610000000000000542e-01 -2.179999999999999993e-01 -7.019999999999999851e-02 -1.949999999999999997e-02 -4.150000000000000043e-03 2.110000000000000127e-05 2.160000000000000072e-06 0.000000000000000000e+00 -7.695338132142585702e+06 -3.180000000000000000e+02 -4.980000000000000052e-03 -6.640000000000000069e-03 -5.910000000000000323e-03 -1.139999999999999954e-03 6.400000000000000307e-03 7.259999999999999960e-03 1.180000000000000059e-03 9.310000000000000648e-06 0.000000000000000000e+00 -5.454017046012174105e+05 -3.190000000000000000e+02 -3.590000000000000135e-02 -4.150000000000000216e-02 -4.669999999999999846e-02 -4.719999999999999890e-02 -3.509999999999999926e-02 -1.569999999999999868e-02 -1.360000000000000098e-03 -7.269999999999999851e-06 0.000000000000000000e+00 -6.527770529167347588e+06 -3.200000000000000000e+02 1.449999999999999956e+00 5.979999999999999760e-01 2.730000000000000204e-01 1.280000000000000027e-01 6.779999999999999916e-02 3.020000000000000115e-02 2.789999999999999945e-03 1.290000000000000016e-05 0.000000000000000000e+00 -4.707176561504476704e+06 -3.210000000000000000e+02 1.370000000000000107e+00 5.240000000000000213e-01 2.089999999999999913e-01 8.029999999999999638e-02 3.939999999999999752e-02 1.779999999999999985e-02 1.510000000000000057e-03 6.229999999999999644e-06 0.000000000000000000e+00 3.738217924109272193e+06 -3.220000000000000000e+02 5.019999999999999574e+00 2.709999999999999964e+00 1.550000000000000044e+00 7.890000000000000346e-01 3.220000000000000084e-01 9.550000000000000155e-02 6.170000000000000137e-03 3.779999999999999723e-05 0.000000000000000000e+00 1.401905745488201501e+06 -3.230000000000000000e+02 -2.239999999999999977e-02 -1.710000000000000062e-02 -2.029999999999999860e-02 -2.450000000000000094e-02 -2.489999999999999852e-02 -1.660000000000000017e-02 -2.399999999999999790e-03 -1.919999999999999913e-05 0.000000000000000000e+00 -3.446260829241293948e+06 -3.240000000000000000e+02 -1.629999999999999893e+00 -5.969999999999999751e-01 -1.950000000000000067e-01 -2.139999999999999888e-02 2.350000000000000006e-02 1.750000000000000167e-02 2.160000000000000028e-03 1.349999999999999949e-05 0.000000000000000000e+00 2.013711198106323602e+06 -3.250000000000000000e+02 4.680000000000000132e-02 6.519999999999999407e-02 7.480000000000000537e-02 7.530000000000000582e-02 6.079999999999999988e-02 3.219999999999999946e-02 3.569999999999999823e-03 2.269999999999999950e-05 0.000000000000000000e+00 -3.024160840690807905e+06 -3.260000000000000000e+02 -7.570000000000000340e-02 -9.539999999999999869e-02 -1.079999999999999988e-01 -1.069999999999999979e-01 -8.260000000000000675e-02 -4.290000000000000063e-02 -5.049999999999999802e-03 -4.160000000000000151e-05 0.000000000000000000e+00 5.525154374568634667e+06 -3.270000000000000000e+02 -2.270000000000000143e-02 -3.400000000000000244e-02 -3.849999999999999950e-02 -3.819999999999999785e-02 -3.130000000000000143e-02 -1.750000000000000167e-02 -2.320000000000000014e-03 -2.190000000000000039e-05 0.000000000000000000e+00 -2.275048982847521082e+06 -3.280000000000000000e+02 -2.639999999999999986e-02 -2.440000000000000155e-02 -2.670000000000000151e-02 -3.160000000000000309e-02 -3.579999999999999849e-02 -2.610000000000000167e-02 -3.980000000000000031e-03 -3.309999999999999818e-05 0.000000000000000000e+00 9.549138980790828355e+05 -3.290000000000000000e+02 -1.609999999999999973e-02 -2.129999999999999949e-02 -2.160000000000000114e-02 -1.919999999999999832e-02 -1.559999999999999928e-02 -9.900000000000000813e-03 -1.520000000000000084e-03 -1.599999999999999928e-05 0.000000000000000000e+00 -1.227877340608399594e+06 -3.300000000000000000e+02 1.120000000000000107e+00 3.160000000000000031e-01 4.379999999999999866e-02 -4.370000000000000273e-02 -4.100000000000000172e-02 -1.779999999999999985e-02 -1.399999999999999986e-03 -5.079999999999999643e-06 0.000000000000000000e+00 -4.362090429296470247e+06 -3.310000000000000000e+02 -1.459999999999999909e-01 -1.049999999999999961e-01 -6.900000000000000577e-02 -3.289999999999999869e-02 -7.900000000000000772e-03 -5.169999999999999899e-04 -5.110000000000000203e-05 -7.230000000000000022e-07 0.000000000000000000e+00 6.290233885306742741e+05 -3.320000000000000000e+02 -4.050000000000000128e-02 -3.339999999999999913e-02 -2.319999999999999840e-02 -9.700000000000000289e-03 1.379999999999999933e-03 3.380000000000000192e-03 5.190000000000000386e-04 4.359999999999999760e-06 0.000000000000000000e+00 -2.152411008911418729e+06 -3.330000000000000000e+02 -7.040000000000000251e-03 -2.429999999999999868e-02 -2.560000000000000123e-02 -1.559999999999999928e-02 1.699999999999999905e-03 9.110000000000000042e-03 2.309999999999999987e-03 3.309999999999999818e-05 0.000000000000000000e+00 -2.283377714258634020e+06 -3.340000000000000000e+02 -1.280000000000000027e+00 -4.650000000000000244e-01 -1.749999999999999889e-01 -6.500000000000000222e-02 -3.280000000000000276e-02 -1.519999999999999997e-02 -1.340000000000000045e-03 -5.339999999999999695e-06 0.000000000000000000e+00 -2.136748777007537894e+06 -3.350000000000000000e+02 -9.599999999999999159e-03 -3.259999999999999704e-02 -4.549999999999999878e-02 -5.160000000000000003e-02 -4.340000000000000108e-02 -2.309999999999999901e-02 -2.639999999999999986e-03 -1.669999999999999935e-05 0.000000000000000000e+00 -5.471648593760974705e+06 -3.360000000000000000e+02 -5.110000000000000320e+00 -2.790000000000000036e+00 -1.610000000000000098e+00 -8.329999999999999627e-01 -3.459999999999999742e-01 -1.029999999999999943e-01 -6.130000000000000032e-03 -2.460000000000000164e-05 0.000000000000000000e+00 -1.115021085678145755e+06 -3.370000000000000000e+02 4.929999999999999716e+00 2.669999999999999929e+00 1.520000000000000018e+00 7.640000000000000124e-01 2.969999999999999862e-01 7.829999999999999460e-02 3.399999999999999811e-03 7.310000000000000315e-06 0.000000000000000000e+00 -2.967563559480772819e+06 -3.380000000000000000e+02 4.990000000000000213e+00 2.680000000000000160e+00 1.520000000000000018e+00 7.600000000000000089e-01 2.959999999999999853e-01 8.019999999999999352e-02 3.860000000000000150e-03 9.949999999999999603e-06 0.000000000000000000e+00 1.617868716430416796e+06 -3.390000000000000000e+02 -5.709999999999999798e-03 -4.700000000000000185e-03 -4.669999999999999672e-03 -1.760000000000000063e-03 6.459999999999999597e-03 8.779999999999999610e-03 1.520000000000000084e-03 1.020000000000000060e-05 0.000000000000000000e+00 -3.667017371136721689e+06 -3.400000000000000000e+02 -7.090000000000000469e-02 -8.930000000000000437e-02 -1.039999999999999952e-01 -1.029999999999999943e-01 -7.749999999999999944e-02 -3.819999999999999785e-02 -4.129999999999999991e-03 -2.939999999999999973e-05 0.000000000000000000e+00 2.889829493583514821e+06 -3.410000000000000000e+02 -1.689999999999999836e-02 -2.680000000000000090e-02 -4.059999999999999720e-02 -4.959999999999999826e-02 -4.240000000000000019e-02 -2.220000000000000098e-02 -2.569999999999999802e-03 -2.010000000000000068e-05 0.000000000000000000e+00 -1.170411230012895772e+06 -3.420000000000000000e+02 4.919999999999999894e-03 2.340000000000000066e-03 6.250000000000000347e-03 1.099999999999999936e-02 1.099999999999999936e-02 5.660000000000000100e-03 4.789999999999999879e-04 2.009999999999999814e-06 0.000000000000000000e+00 3.211180449530235026e+06 -3.430000000000000000e+02 -3.629999999999999980e-03 -9.150000000000000147e-04 1.309999999999999967e-03 4.769999999999999934e-03 7.640000000000000090e-03 5.850000000000000165e-03 1.039999999999999909e-03 1.480000000000000060e-05 0.000000000000000000e+00 -3.971294307957738056e+05 -3.440000000000000000e+02 -5.129999999999999893e+00 -2.779999999999999805e+00 -1.600000000000000089e+00 -8.189999999999999503e-01 -3.390000000000000235e-01 -1.029999999999999943e-01 -6.660000000000000121e-03 -3.229999999999999907e-05 0.000000000000000000e+00 -5.999004881445781939e+04 -3.450000000000000000e+02 5.729999999999999677e-02 3.049999999999999933e-02 1.540000000000000049e-02 9.190000000000000252e-03 1.110000000000000049e-02 9.490000000000000172e-03 1.399999999999999986e-03 9.279999999999999241e-06 0.000000000000000000e+00 -1.544383308946111705e+06 -3.460000000000000000e+02 2.069999999999999792e-03 3.799999999999999992e-03 7.450000000000000025e-03 1.009999999999999960e-02 8.089999999999999969e-03 3.010000000000000089e-03 9.710000000000000206e-05 -3.610000000000000165e-07 0.000000000000000000e+00 2.593985909307654016e+06 -3.470000000000000000e+02 6.629999999999999782e-02 5.090000000000000080e-02 3.760000000000000148e-02 2.599999999999999881e-02 1.600000000000000033e-02 6.559999999999999859e-03 4.369999999999999970e-04 1.909999999999999924e-06 0.000000000000000000e+00 3.875213174624403473e+04 -3.480000000000000000e+02 -3.849999999999999950e-02 -4.769999999999999934e-02 -5.290000000000000258e-02 -5.439999999999999697e-02 -5.029999999999999749e-02 -3.219999999999999946e-02 -4.649999999999999620e-03 -4.470000000000000232e-05 0.000000000000000000e+00 -2.598880030378888361e+06 -3.490000000000000000e+02 -2.170000000000000054e-02 -4.000000000000000083e-02 -4.580000000000000043e-02 -4.130000000000000338e-02 -2.390000000000000110e-02 -6.850000000000000186e-03 -1.630000000000000047e-04 4.920000000000000116e-07 0.000000000000000000e+00 3.312301177674480248e+06 -3.500000000000000000e+02 2.089999999999999844e-02 2.960000000000000131e-02 3.529999999999999805e-02 3.350000000000000200e-02 2.280000000000000082e-02 1.060000000000000005e-02 1.280000000000000105e-03 1.110000000000000045e-05 0.000000000000000000e+00 1.551599974903247494e+05 -3.510000000000000000e+02 -3.280000000000000276e-02 -4.710000000000000298e-02 -5.410000000000000225e-02 -5.290000000000000258e-02 -4.100000000000000172e-02 -2.089999999999999844e-02 -2.239999999999999804e-03 -1.360000000000000023e-05 0.000000000000000000e+00 -8.234642009324709652e+05 -3.520000000000000000e+02 -1.409999999999999920e+00 -5.440000000000000391e-01 -2.089999999999999913e-01 -6.750000000000000444e-02 -2.920000000000000026e-02 -1.700000000000000122e-02 -2.500000000000000052e-03 -1.959999999999999869e-05 0.000000000000000000e+00 2.821910505146943964e+06 -3.530000000000000000e+02 -2.149999999999999828e-02 -1.609999999999999973e-02 -1.619999999999999912e-02 -1.609999999999999973e-02 -1.689999999999999836e-02 -1.349999999999999985e-02 -2.309999999999999987e-03 -1.970000000000000112e-05 0.000000000000000000e+00 4.093142891023669508e+05 -3.540000000000000000e+02 8.049999999999999864e-03 5.089999999999999906e-03 5.490000000000000088e-03 8.429999999999999993e-03 1.190000000000000085e-02 9.490000000000000172e-03 1.469999999999999953e-03 1.090000000000000067e-05 0.000000000000000000e+00 3.525045874657544773e+06 -3.550000000000000000e+02 8.000000000000000167e-02 6.310000000000000331e-02 6.389999999999999847e-02 7.019999999999999851e-02 6.610000000000000597e-02 3.919999999999999873e-02 5.029999999999999749e-03 4.559999999999999709e-05 0.000000000000000000e+00 1.438359937346364371e+06 -3.560000000000000000e+02 1.660000000000000017e-02 2.380000000000000171e-02 2.649999999999999925e-02 2.800000000000000058e-02 2.769999999999999893e-02 1.830000000000000029e-02 2.409999999999999816e-03 1.569999999999999876e-05 0.000000000000000000e+00 -4.738466019436870702e+06 -3.570000000000000000e+02 2.110000000000000070e-02 3.080000000000000099e-02 3.579999999999999849e-02 3.640000000000000180e-02 2.860000000000000042e-02 1.439999999999999961e-02 1.639999999999999965e-03 1.349999999999999949e-05 0.000000000000000000e+00 1.914058594300801866e+06 -3.580000000000000000e+02 -5.099999999999999645e+00 -2.779999999999999805e+00 -1.600000000000000089e+00 -8.219999999999999529e-01 -3.330000000000000182e-01 -9.360000000000000264e-02 -4.850000000000000144e-03 -1.720000000000000134e-05 0.000000000000000000e+00 6.859102127165343845e+05 -3.590000000000000000e+02 -2.230000000000000038e-02 -1.640000000000000138e-02 -1.660000000000000017e-02 -1.799999999999999864e-02 -1.739999999999999880e-02 -1.119999999999999989e-02 -1.590000000000000050e-03 -1.430000000000000031e-05 0.000000000000000000e+00 -3.503116825481646694e+06 -3.600000000000000000e+02 4.059999999999999720e-02 4.689999999999999725e-02 5.290000000000000258e-02 5.609999999999999709e-02 4.939999999999999947e-02 2.840000000000000163e-02 3.429999999999999889e-03 2.220000000000000090e-05 0.000000000000000000e+00 2.802433217597069219e+06 -3.610000000000000000e+02 6.289999999999999758e-02 4.019999999999999962e-02 3.579999999999999849e-02 3.300000000000000155e-02 2.390000000000000110e-02 1.069999999999999944e-02 9.190000000000000035e-04 4.249999999999999966e-06 0.000000000000000000e+00 2.347336662908870727e+06 -3.620000000000000000e+02 -4.910000000000000142e+00 -2.640000000000000124e+00 -1.510000000000000009e+00 -7.650000000000000133e-01 -3.099999999999999978e-01 -9.099999999999999756e-02 -5.539999999999999786e-03 -2.500000000000000120e-05 0.000000000000000000e+00 2.874904537997886539e+06 -3.630000000000000000e+02 -3.499999999999999778e-01 -2.660000000000000142e-01 -1.869999999999999996e-01 -1.069999999999999979e-01 -3.629999999999999893e-02 -8.050000000000000515e-04 1.740000000000000010e-03 1.830000000000000097e-05 0.000000000000000000e+00 2.223848777642228641e+06 -3.640000000000000000e+02 -1.340000000000000080e+00 -4.929999999999999938e-01 -1.799999999999999933e-01 -5.369999999999999774e-02 -1.810000000000000150e-02 -7.270000000000000420e-03 -6.880000000000000265e-04 -3.379999999999999826e-06 0.000000000000000000e+00 -3.319860226939803455e+06 -3.650000000000000000e+02 3.080000000000000099e-02 4.240000000000000019e-02 5.179999999999999882e-02 5.689999999999999919e-02 4.950000000000000233e-02 2.709999999999999909e-02 3.119999999999999944e-03 2.330000000000000053e-05 0.000000000000000000e+00 1.919921751072292449e+06 -3.660000000000000000e+02 -1.429999999999999938e+00 -5.010000000000000009e-01 -1.539999999999999980e-01 -1.750000000000000167e-02 7.960000000000000062e-03 2.789999999999999945e-03 -2.419999999999999869e-05 -1.190000000000000041e-06 0.000000000000000000e+00 -6.082568768272097223e+05 -3.670000000000000000e+02 -5.829999999999999766e-02 -6.019999999999999657e-02 -5.680000000000000326e-02 -4.800000000000000100e-02 -3.429999999999999716e-02 -1.779999999999999985e-02 -2.109999999999999896e-03 -1.380000000000000001e-05 0.000000000000000000e+00 -1.460124869008341106e+06 -3.680000000000000000e+02 -4.759999999999999787e+00 -2.549999999999999822e+00 -1.439999999999999947e+00 -7.099999999999999645e-01 -2.680000000000000160e-01 -6.819999999999999674e-02 -2.929999999999999879e-03 -7.439999999999999917e-06 0.000000000000000000e+00 2.557638528593957890e+06 -3.690000000000000000e+02 1.690000000000000113e-01 1.620000000000000051e-01 1.209999999999999964e-01 6.210000000000000242e-02 7.329999999999999710e-03 -1.140000000000000041e-02 -2.670000000000000064e-03 -2.279999999999999854e-05 0.000000000000000000e+00 -3.566818448682603892e+06 -3.700000000000000000e+02 -2.620000000000000107e-02 -3.699999999999999817e-02 -4.250000000000000305e-02 -4.499999999999999833e-02 -4.359999999999999987e-02 -2.829999999999999877e-02 -3.700000000000000164e-03 -2.510000000000000024e-05 0.000000000000000000e+00 -2.503352924775512656e+05 -3.710000000000000000e+02 -1.569999999999999868e-02 -2.539999999999999897e-02 -2.869999999999999982e-02 -2.750000000000000014e-02 -2.009999999999999981e-02 -9.490000000000000172e-03 -9.409999999999999962e-04 -5.650000000000000115e-06 0.000000000000000000e+00 7.906375027533606626e+06 -3.720000000000000000e+02 4.990000000000000213e+00 2.740000000000000213e+00 1.590000000000000080e+00 8.159999999999999476e-01 3.260000000000000120e-01 8.880000000000000393e-02 4.080000000000000293e-03 9.949999999999999603e-06 0.000000000000000000e+00 1.231873999607885722e+06 -3.730000000000000000e+02 -2.819999999999999937e-02 -3.289999999999999869e-02 -3.599999999999999728e-02 -3.629999999999999893e-02 -3.139999999999999736e-02 -1.880000000000000074e-02 -2.459999999999999947e-03 -1.830000000000000097e-05 0.000000000000000000e+00 -6.032071809943982400e+06 -3.740000000000000000e+02 -9.830000000000000196e-03 -8.920000000000000845e-03 -9.069999999999999937e-03 -8.410000000000000808e-03 -7.309999999999999658e-03 -4.939999999999999947e-03 -7.259999999999999743e-04 -5.180000000000000380e-06 0.000000000000000000e+00 -1.431628231060743099e+06 -3.750000000000000000e+02 2.079999999999999905e-02 2.560000000000000123e-02 2.779999999999999832e-02 2.520000000000000018e-02 1.540000000000000049e-02 5.570000000000000298e-03 4.650000000000000270e-04 3.469999999999999811e-06 0.000000000000000000e+00 -2.369535969667393714e+06 -3.760000000000000000e+02 7.929999999999999549e-03 9.339999999999999344e-03 9.910000000000000406e-03 1.260000000000000009e-02 1.519999999999999997e-02 1.080000000000000057e-02 1.549999999999999946e-03 1.340000000000000045e-05 0.000000000000000000e+00 -1.285047565311810933e+06 -3.770000000000000000e+02 -6.099999999999999867e-02 -8.619999999999999885e-02 -9.760000000000000620e-02 -9.639999999999999958e-02 -7.729999999999999372e-02 -4.139999999999999930e-02 -4.720000000000000237e-03 -3.119999999999999944e-05 0.000000000000000000e+00 -2.599850221672341228e+06 -3.780000000000000000e+02 2.829999999999999877e-02 3.309999999999999748e-02 3.830000000000000071e-02 4.070000000000000007e-02 3.699999999999999817e-02 2.299999999999999961e-02 3.220000000000000206e-03 2.769999999999999906e-05 0.000000000000000000e+00 -6.353881821242212318e+06 -3.790000000000000000e+02 1.510000000000000009e+00 5.759999999999999565e-01 2.179999999999999993e-01 6.479999999999999649e-02 1.770000000000000046e-02 5.389999999999999826e-03 3.829999999999999854e-04 1.850000000000000075e-06 0.000000000000000000e+00 2.723383330985193141e+06 -3.800000000000000000e+02 -5.940000000000000141e-02 -7.580000000000000626e-02 -7.359999999999999876e-02 -5.999999999999999778e-02 -3.699999999999999817e-02 -1.490000000000000005e-02 -1.280000000000000105e-03 -8.840000000000000066e-06 0.000000000000000000e+00 2.395441549036524375e+05 -3.810000000000000000e+02 -1.480000000000000066e-02 -2.350000000000000006e-02 -2.630000000000000046e-02 -2.290000000000000022e-02 -1.450000000000000074e-02 -6.080000000000000335e-03 -5.310000000000000050e-04 -2.569999999999999958e-06 0.000000000000000000e+00 3.146785324179922231e+06 -3.820000000000000000e+02 -1.069999999999999944e-02 -9.650000000000000591e-03 -8.869999999999999413e-03 -7.320000000000000118e-03 -4.170000000000000095e-03 -1.660000000000000017e-03 -2.959999999999999849e-04 -3.819999999999999848e-06 0.000000000000000000e+00 -2.574763134215303231e+06 -3.830000000000000000e+02 -3.229999999999999798e-03 3.089999999999999865e-03 -9.990000000000000616e-03 -2.840000000000000163e-02 -3.919999999999999873e-02 -2.920000000000000026e-02 -4.899999999999999842e-03 -5.360000000000000181e-05 0.000000000000000000e+00 -2.027718757148801116e+06 -3.840000000000000000e+02 3.889999999999999686e-05 1.160000000000000007e-03 1.629999999999999939e-03 1.930000000000000075e-03 2.040000000000000147e-03 1.389999999999999960e-03 2.849999999999999886e-04 4.030000000000000379e-06 0.000000000000000000e+00 2.412104099070128985e+06 -3.850000000000000000e+02 -5.249999999999999806e-02 -6.389999999999999847e-02 -7.420000000000000207e-02 -7.389999999999999347e-02 -5.489999999999999741e-02 -2.620000000000000107e-02 -2.769999999999999893e-03 -2.069999999999999832e-05 0.000000000000000000e+00 5.119164965143194422e+06 -3.860000000000000000e+02 -1.389999999999999916e-02 -2.409999999999999989e-02 -2.800000000000000058e-02 -2.800000000000000058e-02 -2.110000000000000070e-02 -9.799999999999999684e-03 -1.030000000000000100e-03 -9.850000000000000560e-06 0.000000000000000000e+00 1.286403699266119627e+06 -3.870000000000000000e+02 -1.160000000000000059e-01 -1.529999999999999971e-01 -1.749999999999999889e-01 -1.719999999999999862e-01 -1.310000000000000053e-01 -6.629999999999999782e-02 -7.609999999999999577e-03 -6.229999999999999644e-05 0.000000000000000000e+00 6.780547107480234466e+06 -3.880000000000000000e+02 -2.929999999999999966e-02 -4.529999999999999999e-02 -5.090000000000000080e-02 -4.800000000000000100e-02 -3.509999999999999926e-02 -1.700000000000000122e-02 -1.779999999999999898e-03 -1.069999999999999920e-05 0.000000000000000000e+00 1.576949036564353621e+06 -3.890000000000000000e+02 2.449999999999999956e-01 2.379999999999999893e-01 1.920000000000000040e-01 1.229999999999999982e-01 4.970000000000000112e-02 7.119999999999999593e-03 -1.059999999999999961e-03 -1.329999999999999972e-05 0.000000000000000000e+00 5.389310892299044877e+06 -3.900000000000000000e+02 -5.280000000000000249e+00 -2.890000000000000124e+00 -1.669999999999999929e+00 -8.579999999999999849e-01 -3.479999999999999760e-01 -9.819999999999999563e-02 -4.910000000000000302e-03 -1.349999999999999949e-05 0.000000000000000000e+00 -2.080191508081896754e+05 -3.910000000000000000e+02 5.259999999999999787e+00 2.850000000000000089e+00 1.629999999999999893e+00 8.309999999999999609e-01 3.370000000000000218e-01 9.810000000000000664e-02 5.499999999999999681e-03 1.879999999999999957e-05 0.000000000000000000e+00 2.073943568810513243e+06 -3.920000000000000000e+02 -4.900000000000000355e+00 -2.649999999999999911e+00 -1.530000000000000027e+00 -7.820000000000000284e-01 -3.170000000000000040e-01 -9.020000000000000240e-02 -4.850000000000000144e-03 -1.889999999999999862e-05 0.000000000000000000e+00 2.170425684604137670e+06 -3.930000000000000000e+02 -8.190000000000000058e-02 -5.559999999999999665e-02 -4.660000000000000253e-02 -4.429999999999999910e-02 -4.150000000000000216e-02 -2.649999999999999925e-02 -3.629999999999999980e-03 -2.799999999999999958e-05 0.000000000000000000e+00 -4.162994446327209007e+05 -3.940000000000000000e+02 -1.649999999999999911e+00 -6.250000000000000000e-01 -2.260000000000000064e-01 -5.160000000000000003e-02 -3.449999999999999833e-04 4.950000000000000407e-03 7.919999999999999523e-04 5.319999999999999886e-06 0.000000000000000000e+00 2.093175672647330444e+06 -3.950000000000000000e+02 1.600000000000000089e+00 6.219999999999999973e-01 2.409999999999999920e-01 7.720000000000000473e-02 2.790000000000000119e-02 1.190000000000000085e-02 1.119999999999999902e-03 5.010000000000000313e-06 0.000000000000000000e+00 7.165384299230367877e+06 -3.960000000000000000e+02 4.799999999999999822e-01 4.079999999999999738e-01 3.210000000000000075e-01 2.220000000000000029e-01 1.219999999999999973e-01 4.619999999999999801e-02 3.729999999999999809e-03 2.040000000000000119e-05 0.000000000000000000e+00 9.104134686576614156e+06 -3.970000000000000000e+02 -2.340000000000000066e-02 -1.919999999999999832e-02 -2.220000000000000098e-02 -2.549999999999999836e-02 -2.500000000000000139e-02 -1.640000000000000138e-02 -2.320000000000000014e-03 -1.720000000000000134e-05 0.000000000000000000e+00 -9.119149049180838047e+05 -3.980000000000000000e+02 -4.290000000000000063e-02 -6.310000000000000331e-02 -7.230000000000000315e-02 -7.099999999999999367e-02 -5.480000000000000149e-02 -2.779999999999999832e-02 -3.020000000000000115e-03 -1.919999999999999913e-05 0.000000000000000000e+00 2.373397368996532634e+06 -3.990000000000000000e+02 -3.740000000000000269e-02 -5.020000000000000157e-02 -5.750000000000000250e-02 -5.739999999999999963e-02 -4.349999999999999700e-02 -2.060000000000000026e-02 -1.910000000000000022e-03 -1.099999999999999971e-05 0.000000000000000000e+00 2.929102587864417364e+04 -4.000000000000000000e+02 2.500000000000000139e-02 2.220000000000000098e-02 2.129999999999999949e-02 2.160000000000000114e-02 2.230000000000000038e-02 1.499999999999999944e-02 2.020000000000000094e-03 1.699999999999999987e-05 0.000000000000000000e+00 -3.073855288333752193e+06 -4.010000000000000000e+02 -4.059999999999999720e-02 -5.500000000000000028e-02 -5.899999999999999689e-02 -5.510000000000000314e-02 -4.349999999999999700e-02 -2.380000000000000171e-02 -2.749999999999999840e-03 -1.660000000000000031e-05 0.000000000000000000e+00 -1.246399263431697153e+06 -4.020000000000000000e+02 -5.320000000000000284e+00 -2.910000000000000142e+00 -1.679999999999999938e+00 -8.639999999999999902e-01 -3.499999999999999778e-01 -9.819999999999999563e-02 -4.879999999999999789e-03 -1.360000000000000023e-05 0.000000000000000000e+00 -3.331166004696722608e+06 -4.030000000000000000e+02 4.410000000000000031e-02 5.999999999999999778e-02 6.769999999999999629e-02 6.840000000000000246e-02 5.840000000000000052e-02 3.359999999999999792e-02 4.069999999999999833e-03 2.699999999999999899e-05 0.000000000000000000e+00 1.833097397453194950e+06 -4.040000000000000000e+02 2.779999999999999832e-02 3.429999999999999716e-02 3.910000000000000281e-02 4.009999999999999676e-02 3.370000000000000079e-02 1.919999999999999832e-02 2.500000000000000052e-03 2.260000000000000046e-05 0.000000000000000000e+00 6.477243330481474550e+04 -4.050000000000000000e+02 -3.189999999999999780e-02 -2.999999999999999889e-02 -3.320000000000000034e-02 -3.400000000000000244e-02 -2.819999999999999937e-02 -1.609999999999999973e-02 -2.279999999999999909e-03 -2.290000000000000098e-05 0.000000000000000000e+00 -8.523788854986473918e+06 -4.060000000000000000e+02 3.099999999999999978e-02 3.570000000000000256e-02 4.070000000000000007e-02 4.250000000000000305e-02 3.869999999999999829e-02 2.369999999999999885e-02 2.959999999999999958e-03 1.959999999999999869e-05 0.000000000000000000e+00 -3.811296076821837574e+06 -4.070000000000000000e+02 1.709999999999999964e+00 6.939999999999999503e-01 2.839999999999999747e-01 9.489999999999999825e-02 2.819999999999999937e-02 9.560000000000000789e-03 1.119999999999999902e-03 9.419999999999999595e-06 0.000000000000000000e+00 -7.273324294456541247e+04 -4.080000000000000000e+02 1.580000000000000071e+00 6.239999999999999991e-01 2.520000000000000018e-01 8.859999999999999820e-02 3.350000000000000200e-02 1.450000000000000074e-02 1.979999999999999989e-03 2.059999999999999928e-05 0.000000000000000000e+00 1.464025529264762439e+07 -4.090000000000000000e+02 -4.220000000000000140e-02 -5.559999999999999665e-02 -6.419999999999999318e-02 -6.400000000000000133e-02 -4.880000000000000310e-02 -2.419999999999999929e-02 -2.579999999999999828e-03 -1.650000000000000127e-05 0.000000000000000000e+00 1.164380618174622208e+07 -4.100000000000000000e+02 -3.500000000000000333e-02 -5.390000000000000346e-02 -6.110000000000000153e-02 -5.720000000000000084e-02 -4.050000000000000128e-02 -1.919999999999999832e-02 -2.069999999999999792e-03 -1.360000000000000023e-05 0.000000000000000000e+00 1.308805996587823756e+05 -4.110000000000000000e+02 4.270000000000000184e-02 4.519999999999999712e-02 5.179999999999999882e-02 5.369999999999999774e-02 4.730000000000000177e-02 2.879999999999999921e-02 3.799999999999999992e-03 2.669999999999999847e-05 0.000000000000000000e+00 4.772183352103508078e+06 -4.120000000000000000e+02 9.049999999999999711e-02 1.229999999999999982e-01 1.400000000000000133e-01 1.350000000000000089e-01 1.010000000000000064e-01 4.939999999999999947e-02 5.389999999999999826e-03 3.779999999999999723e-05 0.000000000000000000e+00 3.335160007052980363e+06 -4.130000000000000000e+02 1.089999999999999997e-02 -1.270000000000000078e-03 -2.040000000000000147e-02 -3.950000000000000039e-02 -4.619999999999999801e-02 -3.009999999999999828e-02 -4.009999999999999676e-03 -3.049999999999999936e-05 0.000000000000000000e+00 4.742045898483226192e+05 -4.140000000000000000e+02 2.009999999999999981e-02 2.580000000000000002e-02 2.889999999999999861e-02 2.699999999999999969e-02 1.870000000000000134e-02 8.659999999999999296e-03 9.139999999999999904e-04 6.109999999999999946e-06 0.000000000000000000e+00 9.425460183936886024e+05 -4.150000000000000000e+02 -1.499999999999999944e-02 -2.460000000000000034e-02 -2.779999999999999832e-02 -2.549999999999999836e-02 -1.949999999999999997e-02 -1.099999999999999936e-02 -1.369999999999999907e-03 -9.480000000000000715e-06 0.000000000000000000e+00 -7.046968638053281233e+06 -4.160000000000000000e+02 5.999999999999999778e-02 7.639999999999999569e-02 8.550000000000000655e-02 8.200000000000000344e-02 6.040000000000000230e-02 2.970000000000000070e-02 3.350000000000000113e-03 2.580000000000000031e-05 0.000000000000000000e+00 1.860514611440233653e+06 -4.170000000000000000e+02 -5.940000000000000141e-02 -8.290000000000000147e-02 -9.520000000000000684e-02 -9.800000000000000377e-02 -8.450000000000000566e-02 -4.900000000000000189e-02 -6.289999999999999584e-03 -5.020000000000000048e-05 0.000000000000000000e+00 -3.251325665476394352e+06 -4.180000000000000000e+02 -1.229999999999999982e+00 -4.530000000000000138e-01 -1.779999999999999916e-01 -7.439999999999999392e-02 -4.189999999999999974e-02 -1.969999999999999876e-02 -1.670000000000000043e-03 -5.609999999999999651e-06 0.000000000000000000e+00 8.935757457050872035e+05 -4.190000000000000000e+02 5.539999999999999786e-03 4.069999999999999833e-03 5.309999999999999616e-03 4.819999999999999632e-03 1.060000000000000016e-04 -2.929999999999999879e-03 -8.509999999999999769e-04 -1.139999999999999927e-05 0.000000000000000000e+00 -4.493335802429216914e+06 -4.200000000000000000e+02 4.660000000000000253e-02 5.390000000000000346e-02 5.909999999999999976e-02 5.600000000000000117e-02 4.000000000000000083e-02 1.899999999999999953e-02 2.160000000000000028e-03 1.889999999999999862e-05 0.000000000000000000e+00 -4.514792576893421821e+06 -4.210000000000000000e+02 -3.899999999999999994e-02 -5.569999999999999951e-02 -6.219999999999999835e-02 -6.069999999999999701e-02 -4.909999999999999781e-02 -2.690000000000000030e-02 -3.069999999999999812e-03 -1.870000000000000053e-05 0.000000000000000000e+00 1.426291309402852086e+06 -4.220000000000000000e+02 -4.349999999999999700e-02 -5.870000000000000218e-02 -6.750000000000000444e-02 -6.690000000000000113e-02 -5.220000000000000334e-02 -2.680000000000000090e-02 -2.870000000000000155e-03 -1.769999999999999994e-05 0.000000000000000000e+00 -6.550467945344012231e+06 -4.230000000000000000e+02 1.370000000000000107e+00 5.400000000000000355e-01 2.270000000000000073e-01 9.199999999999999845e-02 4.340000000000000108e-02 1.890000000000000013e-02 1.660000000000000017e-03 6.569999999999999777e-06 0.000000000000000000e+00 8.307864669104930945e+06 -4.240000000000000000e+02 4.100000000000000346e-03 8.609999999999999598e-03 1.080000000000000057e-02 1.370000000000000037e-02 1.590000000000000094e-02 1.149999999999999981e-02 1.899999999999999996e-03 2.239999999999999899e-05 0.000000000000000000e+00 -2.316003906020037830e+06 -4.250000000000000000e+02 -3.529999999999999805e-02 -4.630000000000000088e-02 -5.290000000000000258e-02 -4.839999999999999858e-02 -2.869999999999999982e-02 -9.140000000000000555e-03 -3.959999999999999762e-04 3.730000000000000181e-07 0.000000000000000000e+00 -8.664075386200582143e+05 -4.260000000000000000e+02 4.980000000000000426e+00 2.729999999999999982e+00 1.580000000000000071e+00 8.159999999999999476e-01 3.280000000000000138e-01 8.999999999999999667e-02 4.259999999999999898e-03 1.119999999999999949e-05 0.000000000000000000e+00 1.739421811842313327e+05 -4.270000000000000000e+02 -8.059999999999999457e-03 -9.289999999999999647e-03 -1.000000000000000021e-02 -7.740000000000000352e-03 -2.299999999999999961e-03 8.379999999999999862e-04 2.739999999999999923e-04 2.150000000000000167e-06 0.000000000000000000e+00 8.707973408535491908e+05 -4.280000000000000000e+02 4.929999999999999660e-02 4.159999999999999809e-02 3.760000000000000148e-02 3.590000000000000135e-02 3.080000000000000099e-02 1.710000000000000062e-02 1.799999999999999951e-03 6.999999999999999895e-06 0.000000000000000000e+00 3.813091679002630524e+06 -4.290000000000000000e+02 3.889999999999999708e-02 4.939999999999999947e-02 5.840000000000000052e-02 6.130000000000000032e-02 5.269999999999999685e-02 3.030000000000000054e-02 3.739999999999999835e-03 2.489999999999999877e-05 0.000000000000000000e+00 -7.222079535503755324e+06 -4.300000000000000000e+02 9.819999999999999563e-02 6.980000000000000093e-02 4.889999999999999902e-02 3.219999999999999946e-02 1.830000000000000029e-02 7.309999999999999658e-03 5.590000000000000351e-04 1.790000000000000014e-06 0.000000000000000000e+00 3.137534890864989720e+06 -4.310000000000000000e+02 1.260000000000000009e-02 1.330000000000000019e-03 -3.510000000000000099e-03 -6.300000000000000044e-03 -7.159999999999999698e-03 -5.080000000000000314e-03 -8.919999999999999978e-04 -9.929999999999999794e-06 0.000000000000000000e+00 -1.187221130105578341e+06 -4.320000000000000000e+02 -4.499999999999999660e-03 2.220000000000000098e-02 2.580000000000000002e-02 2.000000000000000042e-02 8.770000000000000018e-03 3.480000000000000020e-04 -6.009999999999999717e-04 -7.960000000000000021e-06 0.000000000000000000e+00 1.621296900224051496e+05 -4.330000000000000000e+02 -3.610000000000000014e-02 -5.739999999999999963e-02 -6.629999999999999782e-02 -6.489999999999999936e-02 -4.660000000000000253e-02 -2.029999999999999860e-02 -1.709999999999999932e-03 -9.039999999999999845e-06 0.000000000000000000e+00 -2.397234672230054624e+06 -4.340000000000000000e+02 -6.680000000000000174e-03 -4.649999999999999620e-03 -6.440000000000000412e-03 -9.839999999999999789e-03 -9.310000000000000567e-03 -3.680000000000000111e-03 -6.540000000000000064e-06 1.700000000000000029e-06 0.000000000000000000e+00 2.533110881182228215e+06 -4.350000000000000000e+02 -8.030000000000000679e-03 -3.419999999999999863e-03 -3.459999999999999968e-03 -7.179999999999999750e-03 -1.200000000000000025e-02 -9.629999999999999671e-03 -1.399999999999999986e-03 -1.279999999999999942e-05 0.000000000000000000e+00 3.989977322380634490e+06 -4.360000000000000000e+02 3.070000000000000159e-02 3.880000000000000115e-02 4.159999999999999809e-02 3.440000000000000002e-02 1.619999999999999912e-02 2.619999999999999933e-03 -2.779999999999999811e-04 -5.249999999999999709e-06 0.000000000000000000e+00 6.016401314832446165e+06 -4.370000000000000000e+02 -5.689999999999999919e-02 -2.740000000000000074e-02 -1.779999999999999985e-02 -1.720000000000000001e-02 -1.959999999999999937e-02 -1.420000000000000082e-02 -2.079999999999999818e-03 -1.620000000000000075e-05 0.000000000000000000e+00 -6.845189594735044520e+05 -4.380000000000000000e+02 2.989999999999999949e-02 3.500000000000000333e-02 3.849999999999999950e-02 3.960000000000000325e-02 3.490000000000000047e-02 2.089999999999999844e-02 2.799999999999999972e-03 2.309999999999999906e-05 0.000000000000000000e+00 3.562637308583121630e+05 -4.390000000000000000e+02 -4.859999999999999737e-02 -8.039999999999999925e-02 -9.180000000000000659e-02 -8.630000000000000171e-02 -5.870000000000000218e-02 -2.419999999999999929e-02 -1.879999999999999944e-03 -8.169999999999999704e-06 0.000000000000000000e+00 9.186724967703729868e+06 -4.400000000000000000e+02 -1.490000000000000005e-02 -1.899999999999999953e-02 -2.060000000000000026e-02 -1.890000000000000013e-02 -1.359999999999999924e-02 -6.610000000000000424e-03 -6.890000000000000508e-04 -4.109999999999999613e-06 0.000000000000000000e+00 1.670541029770358466e+06 -4.410000000000000000e+02 1.469999999999999918e-01 7.739999999999999658e-02 3.350000000000000200e-02 1.820000000000000003e-03 -1.460000000000000013e-02 -1.299999999999999940e-02 -1.860000000000000108e-03 -1.139999999999999927e-05 0.000000000000000000e+00 -6.024122271958103403e+06 -4.420000000000000000e+02 4.270000000000000184e-02 5.639999999999999875e-02 6.270000000000000573e-02 5.990000000000000185e-02 4.540000000000000285e-02 2.359999999999999945e-02 2.779999999999999919e-03 1.800000000000000046e-05 0.000000000000000000e+00 9.822123070069709793e+06 -4.430000000000000000e+02 1.399999999999999911e+00 5.320000000000000284e-01 2.020000000000000129e-01 6.460000000000000464e-02 2.549999999999999836e-02 1.209999999999999964e-02 1.209999999999999921e-03 5.149999999999999820e-06 0.000000000000000000e+00 9.911438414694095030e+06 -4.440000000000000000e+02 -4.089999999999999886e-02 -5.299999999999999850e-02 -6.140000000000000319e-02 -6.419999999999999318e-02 -5.480000000000000149e-02 -3.020000000000000115e-02 -3.409999999999999837e-03 -2.279999999999999854e-05 0.000000000000000000e+00 1.078576817459699465e+06 -4.450000000000000000e+02 3.749999999999999861e-02 4.510000000000000120e-02 5.059999999999999915e-02 5.149999999999999717e-02 4.529999999999999999e-02 2.769999999999999893e-02 3.860000000000000150e-03 3.359999999999999679e-05 0.000000000000000000e+00 4.712721113821440376e+06 -4.460000000000000000e+02 1.340000000000000045e-02 1.250000000000000069e-02 1.230000000000000017e-02 1.179999999999999973e-02 9.820000000000000603e-03 5.579999999999999891e-03 6.740000000000000114e-04 4.310000000000000239e-06 0.000000000000000000e+00 -5.543076613604415208e+06 -4.470000000000000000e+02 3.109999999999999917e-03 2.380000000000000171e-03 3.279999999999999930e-03 3.109999999999999917e-03 3.280000000000000038e-04 -1.729999999999999984e-03 -5.019999999999999506e-04 -5.789999999999999622e-06 0.000000000000000000e+00 -6.850731683597519994e+06 -4.480000000000000000e+02 -5.230000000000000426e+00 -2.839999999999999858e+00 -1.620000000000000107e+00 -8.199999999999999512e-01 -3.260000000000000120e-01 -9.080000000000000571e-02 -4.530000000000000172e-03 -1.290000000000000016e-05 0.000000000000000000e+00 2.948557393981658854e+06 -4.490000000000000000e+02 1.220000000000000077e-02 1.269999999999999948e-02 1.460000000000000013e-02 1.370000000000000037e-02 1.129999999999999928e-02 7.360000000000000223e-03 1.000000000000000021e-03 5.920000000000000071e-06 0.000000000000000000e+00 -1.896118167885618284e+06 -4.500000000000000000e+02 -4.599999999999999645e+00 -2.439999999999999947e+00 -1.370000000000000107e+00 -6.770000000000000462e-01 -2.580000000000000071e-01 -6.740000000000000158e-02 -2.990000000000000036e-03 -7.410000000000000205e-06 0.000000000000000000e+00 -6.747771388402706943e+06 -4.510000000000000000e+02 1.629999999999999893e+00 6.250000000000000000e-01 2.260000000000000064e-01 5.299999999999999850e-02 5.290000000000000431e-03 1.499999999999999869e-04 3.439999999999999701e-08 6.419999999999999544e-11 0.000000000000000000e+00 -8.977802089797103778e+06 -4.520000000000000000e+02 8.909999999999999865e-02 1.250000000000000000e-01 1.429999999999999882e-01 1.409999999999999865e-01 1.110000000000000014e-01 5.899999999999999689e-02 7.779999999999999589e-03 9.399999999999999448e-05 0.000000000000000000e+00 6.780744582679496147e+06 -4.530000000000000000e+02 -1.110000000000000014e-01 -8.490000000000000324e-02 -7.470000000000000251e-02 -6.539999999999999980e-02 -5.070000000000000201e-02 -2.740000000000000074e-02 -3.109999999999999917e-03 -1.819999999999999854e-05 0.000000000000000000e+00 -3.531502210142652038e+06 -4.540000000000000000e+02 -6.370000000000000662e-02 -1.269999999999999948e-02 8.109999999999999154e-03 1.540000000000000049e-02 1.190000000000000085e-02 4.640000000000000027e-03 2.700000000000000035e-04 1.060000000000000016e-06 0.000000000000000000e+00 -2.908074747241228353e+06 -4.550000000000000000e+02 -4.919999999999999929e+00 -2.660000000000000142e+00 -1.510000000000000009e+00 -7.520000000000000018e-01 -2.829999999999999738e-01 -7.030000000000000138e-02 -2.769999999999999893e-03 -7.349999999999999932e-06 0.000000000000000000e+00 2.584519285401678644e+06 -4.560000000000000000e+02 4.809999999999999609e+00 2.589999999999999858e+00 1.469999999999999973e+00 7.339999999999999858e-01 2.819999999999999729e-01 7.309999999999999831e-02 3.069999999999999812e-03 6.160000000000000314e-06 0.000000000000000000e+00 2.472312844298146199e+06 -4.570000000000000000e+02 -1.540000000000000036e+00 -6.029999999999999805e-01 -2.429999999999999938e-01 -8.840000000000000635e-02 -3.370000000000000079e-02 -1.030000000000000013e-02 5.569999999999999864e-05 1.180000000000000052e-05 0.000000000000000000e+00 6.676182581346311606e+06 -4.580000000000000000e+02 -1.560000000000000053e+00 -5.659999999999999476e-01 -1.809999999999999942e-01 -1.580000000000000154e-02 2.400000000000000050e-02 1.619999999999999912e-02 1.990000000000000015e-03 1.489999999999999964e-05 0.000000000000000000e+00 -5.443177208277146332e+06 -4.590000000000000000e+02 -4.309999999999999942e-01 -3.420000000000000262e-01 -2.540000000000000036e-01 -1.610000000000000042e-01 -7.620000000000000384e-02 -2.359999999999999945e-02 -1.319999999999999993e-03 -4.609999999999999908e-06 0.000000000000000000e+00 4.927969817115173675e+06 -4.600000000000000000e+02 -7.829999999999999504e-04 -4.760000000000000342e-03 -7.119999999999999593e-03 -8.040000000000000271e-03 -7.459999999999999618e-03 -4.460000000000000422e-03 -4.789999999999999879e-04 -2.389999999999999987e-06 0.000000000000000000e+00 -1.531954108902730746e+06 -4.610000000000000000e+02 -1.389999999999999902e+00 -4.859999999999999876e-01 -1.600000000000000033e-01 -3.529999999999999805e-02 -8.580000000000000820e-03 -4.660000000000000080e-03 -5.779999999999999548e-04 -3.120000000000000198e-06 0.000000000000000000e+00 6.402827520121521084e+05 -4.620000000000000000e+02 -6.930000000000000049e-02 -8.709999999999999687e-02 -1.010000000000000064e-01 -1.000000000000000056e-01 -7.549999999999999767e-02 -3.710000000000000103e-02 -4.009999999999999676e-03 -2.920000000000000164e-05 0.000000000000000000e+00 3.852146739390626317e+05 -4.630000000000000000e+02 -2.789999999999999945e-03 4.139999999999999583e-03 5.179999999999999709e-03 2.439999999999999895e-03 -3.150000000000000022e-03 -4.780000000000000394e-03 -8.829999999999999958e-04 -6.839999999999999733e-06 0.000000000000000000e+00 1.673183959712160751e+06 -4.640000000000000000e+02 -3.620000000000000301e-02 -5.210000000000000048e-02 -6.560000000000000553e-02 -7.459999999999999964e-02 -6.650000000000000355e-02 -3.760000000000000148e-02 -4.559999999999999817e-03 -3.320000000000000062e-05 0.000000000000000000e+00 -1.393401524767606985e+06 -4.650000000000000000e+02 5.349999999999999645e+00 2.910000000000000142e+00 1.679999999999999938e+00 8.639999999999999902e-01 3.569999999999999840e-01 1.079999999999999988e-01 6.649999999999999661e-03 2.820000000000000105e-05 0.000000000000000000e+00 -1.572871191446639132e+06 -4.660000000000000000e+02 -3.810000000000000019e-03 8.710000000000000728e-03 9.509999999999999357e-03 4.570000000000000277e-03 -3.289999999999999956e-03 -5.599999999999999943e-03 -1.100000000000000066e-03 -9.150000000000000486e-06 0.000000000000000000e+00 -5.319720993898260407e+06 -4.670000000000000000e+02 -1.439999999999999961e-02 -2.029999999999999860e-02 -2.299999999999999961e-02 -2.270000000000000143e-02 -1.880000000000000074e-02 -1.050000000000000065e-02 -1.160000000000000007e-03 -6.119999999999999850e-06 0.000000000000000000e+00 5.698922056610139087e+06 -4.680000000000000000e+02 8.349999999999999784e-03 9.270000000000000462e-03 9.809999999999999276e-03 1.080000000000000057e-02 1.260000000000000009e-02 9.579999999999999974e-03 1.399999999999999986e-03 9.039999999999999845e-06 0.000000000000000000e+00 -1.070154821524906671e+06 -4.690000000000000000e+02 2.690000000000000030e-02 4.240000000000000019e-02 4.750000000000000056e-02 4.109999999999999765e-02 2.220000000000000098e-02 5.839999999999999705e-03 1.219999999999999974e-04 6.089999999999999608e-08 0.000000000000000000e+00 -2.142229172176353168e+06 -4.700000000000000000e+02 -6.779999999999999916e-02 -9.049999999999999711e-02 -1.019999999999999934e-01 -1.049999999999999961e-01 -8.690000000000000502e-02 -4.780000000000000221e-02 -5.689999999999999745e-03 -4.000000000000000327e-05 0.000000000000000000e+00 -4.670718666747841984e+06 -4.710000000000000000e+02 -1.320000000000000062e+00 -4.610000000000000209e-01 -1.439999999999999891e-01 -1.469999999999999953e-02 1.940000000000000058e-02 1.619999999999999912e-02 2.599999999999999881e-03 2.549999999999999980e-05 0.000000000000000000e+00 3.474896239176318515e+06 -4.720000000000000000e+02 -1.909999999999999892e-02 -2.639999999999999986e-02 -2.819999999999999937e-02 -2.520000000000000018e-02 -1.859999999999999848e-02 -1.009999999999999960e-02 -1.209999999999999921e-03 -7.989999999999999734e-06 0.000000000000000000e+00 -2.753323520155351143e+06 -4.730000000000000000e+02 -1.719999999999999862e-01 -1.690000000000000113e-01 -1.509999999999999953e-01 -1.239999999999999991e-01 -8.749999999999999445e-02 -4.469999999999999668e-02 -5.290000000000000431e-03 -4.330000000000000217e-05 0.000000000000000000e+00 -5.405318464816931635e+06 -4.740000000000000000e+02 2.040000000000000147e-02 3.309999999999999748e-02 3.549999999999999684e-02 2.759999999999999953e-02 1.069999999999999944e-02 -1.489999999999999897e-04 -5.330000000000000536e-04 -4.639999999999999621e-06 0.000000000000000000e+00 1.051810493941592722e+05 -4.750000000000000000e+02 -6.469999999999999363e-02 -9.170000000000000373e-02 -1.039999999999999952e-01 -1.019999999999999934e-01 -8.029999999999999638e-02 -4.229999999999999732e-02 -4.749999999999999882e-03 -3.139999999999999752e-05 0.000000000000000000e+00 2.144946801025151217e+05 -4.760000000000000000e+02 -2.700000000000000143e-03 -2.259999999999999856e-02 -3.119999999999999857e-02 -3.130000000000000143e-02 -2.179999999999999993e-02 -9.060000000000000345e-03 -5.940000000000000184e-04 4.490000000000000104e-07 0.000000000000000000e+00 -2.496418320047705434e+06 -4.770000000000000000e+02 -3.529999999999999805e-02 -3.239999999999999825e-02 -2.220000000000000098e-02 -6.660000000000000121e-03 8.300000000000000086e-03 9.919999999999999998e-03 1.569999999999999998e-03 1.180000000000000052e-05 0.000000000000000000e+00 2.414929843987090513e+06 -4.780000000000000000e+02 -2.860000000000000042e-02 -3.640000000000000180e-02 -4.200000000000000261e-02 -4.320000000000000229e-02 -3.719999999999999696e-02 -2.220000000000000098e-02 -3.249999999999999851e-03 -3.529999999999999745e-05 0.000000000000000000e+00 7.454037069961898029e+06 -4.790000000000000000e+02 2.170000000000000054e-02 3.280000000000000276e-02 3.660000000000000059e-02 3.320000000000000034e-02 2.060000000000000026e-02 7.170000000000000158e-03 4.479999999999999933e-04 2.420000000000000123e-06 0.000000000000000000e+00 2.324244069937413558e+06 -4.800000000000000000e+02 2.690000000000000030e-02 3.250000000000000111e-02 3.740000000000000269e-02 3.899999999999999994e-02 3.359999999999999792e-02 1.909999999999999892e-02 2.289999999999999935e-03 1.569999999999999876e-05 0.000000000000000000e+00 1.847473355222006328e+06 -4.810000000000000000e+02 1.260000000000000009e-02 2.290000000000000022e-02 2.680000000000000090e-02 2.350000000000000006e-02 1.050000000000000065e-02 -2.420000000000000005e-04 -7.900000000000000121e-04 -1.040000000000000038e-05 0.000000000000000000e+00 3.615844395393642597e+06 -4.820000000000000000e+02 1.639999999999999902e+00 6.300000000000000044e-01 2.300000000000000100e-01 5.580000000000000238e-02 5.590000000000000351e-03 -1.490000000000000005e-03 -5.990000000000000316e-04 -7.369999999999999741e-06 0.000000000000000000e+00 5.144760855503236875e+06 -4.830000000000000000e+02 5.260000000000000092e-02 5.879999999999999810e-02 6.909999999999999476e-02 7.549999999999999767e-02 6.859999999999999432e-02 4.059999999999999720e-02 5.000000000000000104e-03 3.529999999999999745e-05 0.000000000000000000e+00 5.463465645809778944e+06 -4.840000000000000000e+02 1.400000000000000133e-01 1.179999999999999938e-01 9.520000000000000684e-02 6.809999999999999387e-02 4.059999999999999720e-02 1.849999999999999908e-02 2.000000000000000042e-03 1.230000000000000082e-05 0.000000000000000000e+00 1.744316324647619622e+05 -4.850000000000000000e+02 3.130000000000000143e-02 3.289999999999999869e-02 3.649999999999999772e-02 3.819999999999999785e-02 3.509999999999999926e-02 2.249999999999999917e-02 3.419999999999999863e-03 3.460000000000000076e-05 0.000000000000000000e+00 2.654741629107107874e+06 -4.860000000000000000e+02 -8.410000000000000808e-03 -1.669999999999999957e-02 -1.959999999999999937e-02 -1.940000000000000058e-02 -1.679999999999999896e-02 -1.020000000000000073e-02 -1.199999999999999895e-03 -5.620000000000000402e-06 0.000000000000000000e+00 1.040611657906956971e+06 -4.870000000000000000e+02 -1.250000000000000000e+00 -4.319999999999999951e-01 -1.350000000000000089e-01 -2.359999999999999945e-02 -3.980000000000000031e-03 -3.289999999999999956e-03 -3.780000000000000265e-04 -8.309999999999999635e-07 0.000000000000000000e+00 -1.071349120531680295e+06 -4.880000000000000000e+02 -9.099999999999999756e-02 -8.340000000000000191e-02 -7.290000000000000646e-02 -5.530000000000000193e-02 -3.529999999999999805e-02 -1.810000000000000150e-02 -2.459999999999999947e-03 -2.180000000000000134e-05 0.000000000000000000e+00 -2.075211382349946070e+05 -4.890000000000000000e+02 5.519999999999999907e-02 6.850000000000000533e-02 7.820000000000000562e-02 7.900000000000000078e-02 6.560000000000000553e-02 3.670000000000000345e-02 4.440000000000000370e-03 3.389999999999999730e-05 0.000000000000000000e+00 -4.994005329959500581e+06 -4.900000000000000000e+02 4.170000000000000095e-02 5.210000000000000048e-02 5.890000000000000097e-02 5.879999999999999810e-02 4.599999999999999922e-02 2.359999999999999945e-02 2.789999999999999945e-03 2.390000000000000157e-05 0.000000000000000000e+00 9.815168989291380858e+05 -4.910000000000000000e+02 3.649999999999999772e-02 4.649999999999999967e-02 5.210000000000000048e-02 5.099999999999999672e-02 4.150000000000000216e-02 2.299999999999999961e-02 2.609999999999999907e-03 1.599999999999999928e-05 0.000000000000000000e+00 -3.730716455176760908e+06 -4.920000000000000000e+02 -5.000000000000000278e-02 -6.539999999999999980e-02 -7.530000000000000582e-02 -7.359999999999999876e-02 -5.330000000000000016e-02 -2.450000000000000094e-02 -2.429999999999999868e-03 -1.509999999999999942e-05 0.000000000000000000e+00 -2.940445554479406681e+06 -4.930000000000000000e+02 1.630000000000000060e-01 1.330000000000000071e-01 8.390000000000000235e-02 2.440000000000000155e-02 -2.079999999999999905e-02 -2.460000000000000034e-02 -3.769999999999999914e-03 -2.860000000000000061e-05 0.000000000000000000e+00 -1.441106528105904814e+06 -4.940000000000000000e+02 -4.920000000000000068e-02 -5.689999999999999919e-02 -6.329999999999999516e-02 -6.169999999999999790e-02 -4.870000000000000023e-02 -2.690000000000000030e-02 -3.419999999999999863e-03 -2.419999999999999869e-05 0.000000000000000000e+00 -5.589178633171930909e+06 -4.950000000000000000e+02 -4.159999999999999809e-02 -5.850000000000000339e-02 -6.669999999999999540e-02 -6.619999999999999496e-02 -5.229999999999999927e-02 -2.670000000000000151e-02 -2.769999999999999893e-03 -1.709999999999999891e-05 0.000000000000000000e+00 1.377839055716383038e+06 -4.960000000000000000e+02 -9.229999999999999316e-02 -5.229999999999999927e-02 -3.610000000000000014e-02 -2.999999999999999889e-02 -2.549999999999999836e-02 -1.519999999999999997e-02 -1.899999999999999996e-03 -1.200000000000000030e-05 0.000000000000000000e+00 -7.214880980614456348e+06 -4.970000000000000000e+02 1.729999999999999941e-02 2.450000000000000094e-02 2.840000000000000163e-02 2.999999999999999889e-02 2.510000000000000078e-02 1.329999999999999932e-02 1.510000000000000057e-03 1.110000000000000045e-05 0.000000000000000000e+00 3.102798688859096263e+06 -4.980000000000000000e+02 -1.529999999999999936e-02 -1.940000000000000058e-02 -9.929999999999999591e-03 2.560000000000000209e-03 9.259999999999999135e-03 6.579999999999999911e-03 8.080000000000000160e-04 5.280000000000000269e-06 0.000000000000000000e+00 4.391341889986152528e+05 -4.990000000000000000e+02 -4.979999999999999982e-01 -4.109999999999999765e-01 -3.350000000000000200e-01 -2.530000000000000027e-01 -1.620000000000000051e-01 -7.510000000000000009e-02 -7.939999999999999142e-03 -5.729999999999999688e-05 0.000000000000000000e+00 -3.012317891143782996e+06 -5.000000000000000000e+02 5.380000000000000233e-03 1.880000000000000074e-02 2.149999999999999828e-02 1.849999999999999908e-02 1.110000000000000049e-02 4.069999999999999833e-03 3.069999999999999812e-04 2.789999999999999969e-06 0.000000000000000000e+00 2.518995667643549386e+06 -5.010000000000000000e+02 -1.029999999999999943e-01 -7.710000000000000187e-02 -5.170000000000000290e-02 -2.500000000000000139e-02 -8.420000000000000401e-03 -3.310000000000000008e-03 -3.490000000000000263e-04 5.579999999999999938e-07 0.000000000000000000e+00 4.620041570265166461e+06 -5.020000000000000000e+02 -1.160000000000000007e-03 -1.670000000000000043e-03 -2.929999999999999879e-03 -4.139999999999999583e-03 -6.309999999999999637e-03 -5.340000000000000129e-03 -8.339999999999999974e-04 -9.389999999999999882e-06 0.000000000000000000e+00 2.984927160500752274e+06 -5.030000000000000000e+02 5.110000000000000320e+00 2.759999999999999787e+00 1.570000000000000062e+00 7.880000000000000338e-01 3.089999999999999969e-01 8.419999999999999707e-02 4.020000000000000136e-03 1.110000000000000045e-05 0.000000000000000000e+00 -2.254206630359344184e+06 -5.040000000000000000e+02 4.229999999999999732e-02 2.989999999999999949e-02 2.539999999999999897e-02 2.069999999999999965e-02 1.439999999999999961e-02 7.790000000000000049e-03 1.020000000000000073e-03 6.369999999999999998e-06 0.000000000000000000e+00 2.972322408765468746e+06 -5.050000000000000000e+02 -4.920000000000000068e-02 -6.510000000000000508e-02 -7.389999999999999347e-02 -7.230000000000000315e-02 -5.530000000000000193e-02 -2.800000000000000058e-02 -3.020000000000000115e-03 -1.840000000000000001e-05 0.000000000000000000e+00 6.898000583332861774e+06 -5.060000000000000000e+02 -7.470000000000000077e-03 -1.200000000000000025e-02 -1.110000000000000049e-02 -6.969999999999999633e-03 -1.610000000000000103e-03 4.870000000000000197e-04 3.009999999999999980e-05 -1.030000000000000091e-06 0.000000000000000000e+00 1.041181487049821997e+06 -5.070000000000000000e+02 -4.610000000000000209e-02 -4.630000000000000088e-02 -3.930000000000000160e-02 -2.620000000000000107e-02 -9.209999999999999437e-03 3.229999999999999907e-04 4.490000000000000176e-04 3.409999999999999962e-06 0.000000000000000000e+00 -1.504461666495980695e+06 -5.080000000000000000e+02 3.340000000000000191e-01 2.660000000000000142e-01 1.910000000000000031e-01 1.049999999999999961e-01 2.840000000000000163e-02 -5.510000000000000141e-03 -2.530000000000000131e-03 -2.309999999999999906e-05 0.000000000000000000e+00 -1.117931674909312278e+06 -5.090000000000000000e+02 -4.629999999999999893e+00 -2.459999999999999964e+00 -1.379999999999999893e+00 -6.850000000000000533e-01 -2.680000000000000160e-01 -7.359999999999999876e-02 -3.629999999999999980e-03 -9.789999999999999441e-06 0.000000000000000000e+00 -7.975612530612270348e+06 -5.100000000000000000e+02 -4.349999999999999700e-03 -1.750000000000000167e-02 -1.830000000000000029e-02 -9.719999999999999474e-03 5.749999999999999903e-03 1.140000000000000041e-02 2.710000000000000169e-03 3.990000000000000084e-05 0.000000000000000000e+00 -1.757826961092021782e+06 -5.110000000000000000e+02 -2.050000000000000086e-02 -3.070000000000000159e-02 -3.309999999999999748e-02 -2.869999999999999982e-02 -1.830000000000000029e-02 -7.939999999999999142e-03 -9.089999999999999773e-04 -7.070000000000000072e-06 0.000000000000000000e+00 5.969086052875034511e+05 -5.120000000000000000e+02 4.929999999999999716e+00 2.680000000000000160e+00 1.540000000000000036e+00 7.810000000000000275e-01 3.069999999999999951e-01 8.210000000000000631e-02 3.599999999999999901e-03 8.060000000000000758e-06 0.000000000000000000e+00 -3.184183759371085092e+06 -5.130000000000000000e+02 -5.279999999999999971e-02 -5.460000000000000270e-02 -4.250000000000000305e-02 -2.149999999999999828e-02 -2.079999999999999872e-04 6.680000000000000174e-03 1.430000000000000064e-03 1.349999999999999949e-05 0.000000000000000000e+00 3.593289193952428643e+06 -5.140000000000000000e+02 -5.800000000000000294e-02 -3.819999999999999785e-02 -4.270000000000000184e-02 -5.160000000000000003e-02 -5.129999999999999838e-02 -3.219999999999999946e-02 -4.279999999999999950e-03 -3.309999999999999818e-05 0.000000000000000000e+00 -1.925908619368528016e+06 -5.150000000000000000e+02 6.679999999999999827e-02 8.859999999999999820e-02 1.010000000000000064e-01 9.819999999999999563e-02 7.059999999999999609e-02 3.180000000000000188e-02 2.969999999999999984e-03 1.739999999999999942e-05 0.000000000000000000e+00 -2.998345583078870084e+06 -5.160000000000000000e+02 -1.439999999999999947e+00 -5.340000000000000302e-01 -1.869999999999999996e-01 -4.469999999999999668e-02 -1.140000000000000041e-02 -7.360000000000000223e-03 -1.399999999999999986e-03 -1.540000000000000163e-05 0.000000000000000000e+00 1.095655370329165459e+07 -5.170000000000000000e+02 9.790000000000000091e-02 8.609999999999999598e-02 7.850000000000000033e-02 6.950000000000000622e-02 5.460000000000000270e-02 3.009999999999999828e-02 3.690000000000000138e-03 2.860000000000000061e-05 0.000000000000000000e+00 1.336612839537116233e+06 -5.180000000000000000e+02 -1.779999999999999985e-02 -1.909999999999999892e-02 -2.270000000000000143e-02 -2.359999999999999945e-02 -1.689999999999999836e-02 -7.089999999999999948e-03 -5.469999999999999602e-04 -2.110000000000000127e-06 0.000000000000000000e+00 1.513747801353058312e+06 -5.190000000000000000e+02 1.649999999999999911e+00 6.670000000000000373e-01 2.680000000000000160e-01 8.350000000000000477e-02 2.149999999999999828e-02 6.060000000000000282e-03 5.060000000000000478e-04 3.469999999999999811e-06 0.000000000000000000e+00 3.674923704096965957e+06 -5.200000000000000000e+02 2.319999999999999840e-02 2.500000000000000139e-02 2.809999999999999998e-02 2.769999999999999893e-02 2.000000000000000042e-02 9.050000000000000752e-03 8.040000000000000271e-04 3.679999999999999918e-06 0.000000000000000000e+00 4.145230300206837244e+06 -5.210000000000000000e+02 3.170000000000000075e-03 4.899999999999999842e-03 5.069999999999999854e-03 4.069999999999999833e-03 2.370000000000000145e-03 9.290000000000000297e-04 7.870000000000000205e-05 4.060000000000000092e-07 0.000000000000000000e+00 -1.468100739856790984e+06 -5.220000000000000000e+02 2.060000000000000026e-02 3.330000000000000321e-02 3.579999999999999849e-02 2.779999999999999832e-02 1.080000000000000057e-02 -1.469999999999999953e-04 -5.360000000000000181e-04 -4.680000000000000085e-06 0.000000000000000000e+00 1.373914343010770390e+05 -5.230000000000000000e+02 -1.250000000000000000e-01 -9.840000000000000135e-02 -7.000000000000000666e-02 -3.960000000000000325e-02 -1.820000000000000090e-02 -7.910000000000000364e-03 -8.270000000000000441e-04 -2.879999999999999954e-06 0.000000000000000000e+00 3.954187350291831885e+06 -5.240000000000000000e+02 4.940000000000000391e+00 2.660000000000000142e+00 1.510000000000000009e+00 7.540000000000000036e-01 2.929999999999999827e-01 7.839999999999999747e-02 3.540000000000000178e-03 8.329999999999999867e-06 0.000000000000000000e+00 2.058611186817885609e+06 -5.250000000000000000e+02 -3.189999999999999780e-02 -4.839999999999999858e-02 -5.430000000000000104e-02 -5.129999999999999838e-02 -3.790000000000000313e-02 -1.899999999999999953e-02 -2.409999999999999816e-03 -3.210000000000000098e-05 0.000000000000000000e+00 4.803173947375498712e+06 -5.260000000000000000e+02 -4.629999999999999567e-03 -5.820000000000000520e-04 -1.500000000000000031e-03 -2.870000000000000155e-03 -3.950000000000000386e-03 -3.150000000000000022e-03 -3.939999999999999817e-04 -4.259999999999999765e-07 0.000000000000000000e+00 -1.084620225014161319e+06 -5.270000000000000000e+02 -7.799999999999999642e-03 -5.190000000000000169e-03 -5.539999999999999786e-03 -9.560000000000000789e-03 -1.469999999999999953e-02 -1.179999999999999973e-02 -1.820000000000000003e-03 -1.509999999999999942e-05 0.000000000000000000e+00 2.149685758399808779e+06 -5.280000000000000000e+02 -6.690000000000000113e-02 -7.929999999999999549e-02 -8.260000000000000675e-02 -7.660000000000000142e-02 -5.539999999999999786e-02 -2.599999999999999881e-02 -2.720000000000000195e-03 -2.330000000000000053e-05 0.000000000000000000e+00 -4.335592255380236544e+06 -5.290000000000000000e+02 1.130000000000000032e-01 1.600000000000000033e-01 1.819999999999999951e-01 1.759999999999999898e-01 1.310000000000000053e-01 6.419999999999999318e-02 6.919999999999999936e-03 5.110000000000000203e-05 0.000000000000000000e+00 -8.719571618486439809e+06 -5.300000000000000000e+02 -1.239999999999999991e-01 -1.120000000000000023e-01 -9.470000000000000639e-02 -7.009999999999999565e-02 -3.960000000000000325e-02 -1.450000000000000074e-02 -1.100000000000000066e-03 -6.180000000000000123e-06 0.000000000000000000e+00 -4.025984056521238759e+06 -5.310000000000000000e+02 -6.179999999999999730e-03 -1.990000000000000102e-02 -2.100000000000000130e-02 -1.319999999999999993e-02 3.970000000000000005e-04 6.369999999999999794e-03 1.549999999999999946e-03 1.849999999999999906e-05 0.000000000000000000e+00 -2.417781952440870460e+06 -5.320000000000000000e+02 8.089999999999999969e-03 3.860000000000000150e-03 2.980000000000000010e-03 2.000000000000000042e-03 1.840000000000000056e-03 1.969999999999999963e-03 3.029999999999999924e-04 -1.140000000000000097e-06 0.000000000000000000e+00 -8.523042317408981035e+05 -5.330000000000000000e+02 2.079999999999999905e-02 3.189999999999999780e-02 3.719999999999999696e-02 3.660000000000000059e-02 2.690000000000000030e-02 1.260000000000000009e-02 1.410000000000000012e-03 1.309999999999999994e-05 0.000000000000000000e+00 4.330516303139639786e+05 -5.340000000000000000e+02 2.719999999999999848e-02 4.179999999999999688e-02 4.719999999999999890e-02 4.309999999999999942e-02 2.800000000000000058e-02 1.129999999999999928e-02 9.229999999999999923e-04 4.729999999999999606e-06 0.000000000000000000e+00 -4.605618536559872446e+05 -5.350000000000000000e+02 -4.980000000000000426e+00 -2.669999999999999929e+00 -1.510000000000000009e+00 -7.439999999999999947e-01 -2.829999999999999738e-01 -7.430000000000000493e-02 -3.500000000000000073e-03 -1.079999999999999993e-05 0.000000000000000000e+00 -1.036453953022533911e+06 -5.360000000000000000e+02 7.299999999999999545e-02 9.919999999999999651e-02 1.120000000000000023e-01 1.120000000000000023e-01 9.160000000000000087e-02 5.179999999999999882e-02 7.089999999999999948e-03 7.559999999999999446e-05 0.000000000000000000e+00 2.867900107481352054e+06 -5.370000000000000000e+02 2.350000000000000006e-02 3.189999999999999780e-02 3.579999999999999849e-02 3.330000000000000321e-02 2.330000000000000127e-02 1.060000000000000005e-02 9.529999999999999626e-04 4.380000000000000416e-06 0.000000000000000000e+00 -6.754520751682857983e+06 -5.380000000000000000e+02 7.870000000000000606e-02 7.879999999999999505e-02 7.560000000000000053e-02 6.360000000000000375e-02 4.420000000000000318e-02 2.319999999999999840e-02 3.200000000000000153e-03 3.019999999999999885e-05 0.000000000000000000e+00 2.928710895418265369e+06 -5.390000000000000000e+02 2.719999999999999848e-02 3.930000000000000160e-02 4.359999999999999987e-02 4.089999999999999886e-02 3.080000000000000099e-02 1.600000000000000033e-02 1.899999999999999996e-03 1.369999999999999927e-05 0.000000000000000000e+00 1.894989246220620698e+05 -5.400000000000000000e+02 -1.400000000000000029e-02 -1.269999999999999948e-02 -1.280000000000000061e-02 -1.039999999999999952e-02 -5.089999999999999906e-03 -1.500000000000000031e-03 -1.720000000000000066e-04 -1.439999999999999977e-06 0.000000000000000000e+00 -9.583998034260859713e+06 -5.410000000000000000e+02 -4.080000000000000293e-02 -5.190000000000000169e-02 -5.899999999999999689e-02 -5.770000000000000129e-02 -4.519999999999999712e-02 -2.419999999999999929e-02 -2.789999999999999945e-03 -1.769999999999999994e-05 0.000000000000000000e+00 -1.734721548183847452e+06 -5.420000000000000000e+02 -5.029999999999999749e-02 -3.039999999999999994e-02 -2.060000000000000026e-02 -1.099999999999999936e-02 -1.709999999999999932e-03 2.739999999999999814e-03 9.460000000000000093e-04 1.270000000000000038e-05 0.000000000000000000e+00 -3.306736645319609903e+06 -5.430000000000000000e+02 1.880000000000000074e-02 3.649999999999999772e-02 4.039999999999999841e-02 3.400000000000000244e-02 2.029999999999999860e-02 8.070000000000000784e-03 7.389999999999999651e-04 5.040000000000000026e-06 0.000000000000000000e+00 -4.784104992536501959e+06 -5.440000000000000000e+02 -6.919999999999999936e-03 -4.490000000000000067e-03 -4.769999999999999934e-03 -8.410000000000000808e-03 -1.310000000000000053e-02 -1.050000000000000065e-02 -1.600000000000000077e-03 -1.290000000000000016e-05 0.000000000000000000e+00 1.404504802873087348e+06 -5.450000000000000000e+02 4.080000000000000293e-02 5.179999999999999882e-02 6.040000000000000230e-02 6.090000000000000274e-02 4.880000000000000310e-02 2.620000000000000107e-02 3.109999999999999917e-03 2.390000000000000157e-05 0.000000000000000000e+00 -2.844352723774597049e+06 -5.460000000000000000e+02 -3.540000000000000091e-02 -5.229999999999999927e-02 -6.010000000000000064e-02 -5.800000000000000294e-02 -4.220000000000000140e-02 -1.969999999999999876e-02 -1.940000000000000101e-03 -1.220000000000000008e-05 0.000000000000000000e+00 8.068145499134984799e+06 -5.470000000000000000e+02 1.649999999999999911e+00 6.250000000000000000e-01 2.179999999999999993e-01 4.009999999999999676e-02 -6.810000000000000081e-03 -7.259999999999999960e-03 -1.119999999999999902e-03 -1.000000000000000082e-05 0.000000000000000000e+00 2.354209429775500670e+06 -5.480000000000000000e+02 -9.809999999999999276e-03 -1.159999999999999920e-02 -1.269999999999999948e-02 -9.700000000000000289e-03 -9.859999999999998974e-04 3.860000000000000150e-03 9.829999999999999329e-04 1.020000000000000060e-05 0.000000000000000000e+00 -2.763086110796722118e+06 -5.490000000000000000e+02 -1.350000000000000089e+00 -4.709999999999999742e-01 -1.439999999999999891e-01 -1.119999999999999989e-02 1.839999999999999969e-02 1.149999999999999981e-02 1.180000000000000059e-03 6.049999999999999673e-06 0.000000000000000000e+00 2.088735520610337146e+06 -5.500000000000000000e+02 -1.709999999999999964e+00 -7.239999999999999769e-01 -3.210000000000000075e-01 -1.340000000000000080e-01 -6.469999999999999363e-02 -3.189999999999999780e-02 -4.129999999999999991e-03 -4.270000000000000114e-05 0.000000000000000000e+00 6.868941033544908278e+05 -5.510000000000000000e+02 -9.120000000000000329e-02 -7.969999999999999307e-02 -7.230000000000000315e-02 -6.539999999999999980e-02 -5.149999999999999717e-02 -2.699999999999999969e-02 -2.799999999999999972e-03 -1.480000000000000060e-05 0.000000000000000000e+00 -1.329481443654348841e+06 -5.520000000000000000e+02 1.139999999999999902e+00 3.330000000000000182e-01 5.580000000000000238e-02 -3.620000000000000301e-02 -3.749999999999999861e-02 -1.660000000000000017e-02 -1.319999999999999993e-03 -4.740000000000000357e-06 0.000000000000000000e+00 -5.712900434860269539e+06 -5.530000000000000000e+02 -1.260000000000000009e-02 -9.629999999999999671e-03 -1.080000000000000057e-02 -1.460000000000000013e-02 -2.009999999999999981e-02 -1.660000000000000017e-02 -2.670000000000000064e-03 -2.059999999999999928e-05 0.000000000000000000e+00 3.752706925203985069e+06 -5.540000000000000000e+02 -3.910000000000000281e-02 -4.030000000000000249e-02 -3.459999999999999881e-02 -2.120000000000000009e-02 -5.660000000000000100e-03 9.560000000000000355e-04 4.739999999999999747e-04 7.070000000000000072e-06 0.000000000000000000e+00 -4.321542302941566333e+06 -5.550000000000000000e+02 4.969999999999999751e+00 2.680000000000000160e+00 1.530000000000000027e+00 7.710000000000000187e-01 3.039999999999999925e-01 8.300000000000000433e-02 3.959999999999999978e-03 1.069999999999999920e-05 0.000000000000000000e+00 -2.770676194963523187e+06 -5.560000000000000000e+02 -5.129999999999999893e+00 -2.740000000000000213e+00 -1.540000000000000036e+00 -7.590000000000000080e-01 -2.939999999999999836e-01 -8.010000000000000453e-02 -4.049999999999999781e-03 -1.299999999999999920e-05 0.000000000000000000e+00 1.182922443311695708e+06 -5.570000000000000000e+02 3.919999999999999873e-02 5.129999999999999838e-02 4.610000000000000209e-02 2.960000000000000131e-02 1.039999999999999952e-02 1.610000000000000103e-03 1.990000000000000124e-04 5.159999999999999724e-06 0.000000000000000000e+00 -5.686565347363590263e+05 -5.580000000000000000e+02 1.179999999999999938e+00 3.980000000000000204e-01 1.290000000000000036e-01 3.710000000000000103e-02 2.089999999999999844e-02 1.260000000000000009e-02 1.410000000000000012e-03 7.160000000000000057e-06 0.000000000000000000e+00 2.113877266478438396e+06 -5.590000000000000000e+02 -2.189999999999999933e-02 -2.949999999999999845e-02 -3.169999999999999901e-02 -3.160000000000000309e-02 -2.769999999999999893e-02 -1.669999999999999957e-02 -2.340000000000000066e-03 -2.190000000000000039e-05 0.000000000000000000e+00 -7.338130864218969829e+06 -5.600000000000000000e+02 1.499999999999999944e-02 2.409999999999999989e-02 2.639999999999999986e-02 2.359999999999999945e-02 1.720000000000000001e-02 8.789999999999999203e-03 9.640000000000000131e-04 5.710000000000000387e-06 0.000000000000000000e+00 1.502783213530699955e+06 -5.610000000000000000e+02 7.520000000000000295e-02 1.010000000000000064e-01 1.150000000000000050e-01 1.120000000000000023e-01 8.190000000000000058e-02 3.790000000000000313e-02 3.670000000000000085e-03 2.250000000000000142e-05 0.000000000000000000e+00 -4.182478399353701621e+06 -5.620000000000000000e+02 -5.030000000000000249e+00 -2.709999999999999964e+00 -1.540000000000000036e+00 -7.780000000000000249e-01 -3.119999999999999996e-01 -9.070000000000000284e-02 -5.349999999999999721e-03 -2.260000000000000046e-05 0.000000000000000000e+00 -3.100554348402805044e+05 -5.630000000000000000e+02 9.140000000000000555e-03 1.260000000000000009e-02 1.409999999999999969e-02 1.009999999999999960e-02 -1.760000000000000063e-03 -7.669999999999999735e-03 -1.750000000000000036e-03 -1.739999999999999942e-05 0.000000000000000000e+00 4.355232817342659459e+06 -5.640000000000000000e+02 -3.540000000000000091e-02 -4.359999999999999987e-02 -4.800000000000000100e-02 -4.529999999999999999e-02 -3.280000000000000276e-02 -1.600000000000000033e-02 -1.840000000000000056e-03 -1.320000000000000067e-05 0.000000000000000000e+00 -7.536740823174889199e+06 -5.650000000000000000e+02 4.179999999999999688e-02 5.700000000000000205e-02 6.429999999999999605e-02 6.510000000000000508e-02 5.600000000000000117e-02 3.239999999999999825e-02 3.950000000000000386e-03 2.610000000000000083e-05 0.000000000000000000e+00 1.290870716926346300e+06 -5.660000000000000000e+02 -1.379999999999999933e-03 -8.600000000000000006e-03 -1.030000000000000013e-02 -7.380000000000000275e-03 -1.529999999999999893e-03 1.379999999999999933e-03 3.690000000000000246e-04 2.919999999999999995e-06 0.000000000000000000e+00 -1.066889429004143458e+06 -5.670000000000000000e+02 -1.060000000000000005e-02 -6.409999999999999899e-03 -6.620000000000000016e-03 -9.180000000000000659e-03 -1.430000000000000021e-02 -1.299999999999999940e-02 -2.279999999999999909e-03 -2.029999999999999876e-05 0.000000000000000000e+00 3.579172748948148452e+06 -5.680000000000000000e+02 -1.510000000000000009e+00 -5.729999999999999538e-01 -2.129999999999999949e-01 -5.940000000000000141e-02 -1.310000000000000053e-02 -2.880000000000000181e-03 -1.399999999999999877e-04 -3.339999999999999997e-07 0.000000000000000000e+00 1.026182010495408252e+07 -5.690000000000000000e+02 6.259999999999999939e-03 1.190000000000000085e-02 1.549999999999999989e-02 1.849999999999999908e-02 2.129999999999999949e-02 1.559999999999999928e-02 2.200000000000000133e-03 1.679999999999999839e-05 0.000000000000000000e+00 -1.963830875220277580e+06 -5.700000000000000000e+02 -5.160000000000000142e+00 -2.799999999999999822e+00 -1.600000000000000089e+00 -8.100000000000000533e-01 -3.250000000000000111e-01 -9.329999999999999405e-02 -5.329999999999999669e-03 -2.300000000000000002e-05 0.000000000000000000e+00 4.036260101814356167e+06 -5.710000000000000000e+02 2.040000000000000147e-02 2.589999999999999941e-02 3.009999999999999828e-02 2.769999999999999893e-02 1.729999999999999941e-02 6.640000000000000069e-03 5.519999999999999733e-04 2.749999999999999928e-06 0.000000000000000000e+00 -9.496784829927743413e+05 -5.720000000000000000e+02 7.149999999999999412e-02 1.010000000000000064e-01 1.160000000000000059e-01 1.160000000000000059e-01 8.890000000000000679e-02 4.410000000000000031e-02 4.649999999999999620e-03 3.080000000000000326e-05 0.000000000000000000e+00 -6.696399324060544372e+06 -5.730000000000000000e+02 2.350000000000000006e-02 2.829999999999999877e-02 3.109999999999999917e-02 3.070000000000000159e-02 2.469999999999999973e-02 1.349999999999999985e-02 1.649999999999999991e-03 1.270000000000000038e-05 0.000000000000000000e+00 4.302498958688195795e+06 -5.740000000000000000e+02 5.440000000000000391e+00 2.979999999999999982e+00 1.719999999999999973e+00 8.870000000000000107e-01 3.629999999999999893e-01 1.059999999999999970e-01 6.029999999999999770e-03 2.460000000000000164e-05 0.000000000000000000e+00 -5.108175423723156564e+06 -5.750000000000000000e+02 -5.139999999999999680e+00 -2.729999999999999982e+00 -1.530000000000000027e+00 -7.510000000000000009e-01 -2.859999999999999765e-01 -7.599999999999999811e-02 -3.530000000000000152e-03 -7.590000000000000175e-06 0.000000000000000000e+00 1.441043830352914054e+06 -5.760000000000000000e+02 -1.840000000000000080e+00 -7.800000000000000266e-01 -3.469999999999999751e-01 -1.400000000000000133e-01 -5.569999999999999951e-02 -1.959999999999999937e-02 -1.500000000000000031e-03 -7.029999999999999608e-06 0.000000000000000000e+00 2.753997055752365850e+06 -5.770000000000000000e+02 -1.870000000000000107e+00 -7.890000000000000346e-01 -3.410000000000000253e-01 -1.250000000000000000e-01 -4.080000000000000293e-02 -1.179999999999999973e-02 -7.230000000000000098e-04 -3.260000000000000128e-06 0.000000000000000000e+00 3.199828172185588162e+06 -5.780000000000000000e+02 2.199999999999999872e-02 3.710000000000000103e-02 4.130000000000000338e-02 3.910000000000000281e-02 2.960000000000000131e-02 1.499999999999999944e-02 1.660000000000000017e-03 1.250000000000000060e-05 0.000000000000000000e+00 4.405049001594912261e+06 -5.790000000000000000e+02 3.090000000000000038e-02 4.619999999999999801e-02 5.299999999999999850e-02 5.229999999999999927e-02 4.120000000000000051e-02 2.149999999999999828e-02 2.490000000000000026e-03 1.819999999999999854e-05 0.000000000000000000e+00 -3.118413133238903247e+06 -5.800000000000000000e+02 -3.509999999999999926e-02 -4.769999999999999934e-02 -5.360000000000000181e-02 -5.279999999999999971e-02 -4.200000000000000261e-02 -2.280000000000000082e-02 -2.959999999999999958e-03 -2.799999999999999958e-05 0.000000000000000000e+00 -2.672817303338498459e+05 -5.810000000000000000e+02 2.350000000000000006e-02 2.840000000000000163e-02 3.300000000000000155e-02 3.130000000000000143e-02 2.000000000000000042e-02 7.720000000000000299e-03 7.299999999999999632e-04 4.899999999999999672e-06 0.000000000000000000e+00 -2.370691265995683149e+06 -5.820000000000000000e+02 3.520000000000000212e-02 5.550000000000000072e-02 6.250000000000000000e-02 5.899999999999999689e-02 4.320000000000000229e-02 2.089999999999999844e-02 2.150000000000000001e-03 1.239999999999999986e-05 0.000000000000000000e+00 -4.561292144794055261e+06 -5.830000000000000000e+02 -4.990000000000000213e+00 -2.709999999999999964e+00 -1.550000000000000044e+00 -7.810000000000000275e-01 -3.019999999999999907e-01 -7.820000000000000562e-02 -3.310000000000000008e-03 -8.270000000000000441e-06 0.000000000000000000e+00 5.257129243252462475e+05 -5.840000000000000000e+02 -5.169999999999999929e+00 -2.790000000000000036e+00 -1.600000000000000089e+00 -8.159999999999999476e-01 -3.340000000000000191e-01 -9.869999999999999607e-02 -5.989999999999999665e-03 -2.720000000000000046e-05 0.000000000000000000e+00 -1.920404133698152611e+06 -5.850000000000000000e+02 -5.190000000000000169e-02 -7.599999999999999811e-02 -8.690000000000000502e-02 -8.390000000000000235e-02 -6.149999999999999911e-02 -2.920000000000000026e-02 -3.020000000000000115e-03 -2.120000000000000031e-05 0.000000000000000000e+00 9.423704353380162269e+06 -5.860000000000000000e+02 -5.009999999999999870e-02 -4.200000000000000261e-02 -2.800000000000000058e-02 -1.159999999999999920e-02 -2.950000000000000148e-04 1.750000000000000036e-03 2.759999999999999867e-04 2.799999999999999873e-06 0.000000000000000000e+00 -2.270941824189140461e+06 -5.870000000000000000e+02 -1.460000000000000013e-02 -2.170000000000000054e-02 -2.330000000000000127e-02 -2.529999999999999957e-02 -2.759999999999999953e-02 -1.990000000000000102e-02 -2.799999999999999972e-03 -1.849999999999999906e-05 0.000000000000000000e+00 -7.487217040015071398e+05 -5.880000000000000000e+02 -1.529999999999999936e-02 -2.139999999999999888e-02 -2.350000000000000006e-02 -2.110000000000000070e-02 -1.430000000000000021e-02 -6.590000000000000371e-03 -6.430000000000000169e-04 -3.580000000000000029e-06 0.000000000000000000e+00 1.948862241766878171e+06 -5.890000000000000000e+02 8.200000000000000691e-03 2.319999999999999840e-02 2.630000000000000046e-02 2.290000000000000022e-02 1.450000000000000074e-02 5.960000000000000020e-03 5.599999999999999509e-04 5.210000000000000092e-06 0.000000000000000000e+00 2.292570236821722239e+06 -5.900000000000000000e+02 2.570000000000000062e-02 3.760000000000000148e-02 4.139999999999999930e-02 3.719999999999999696e-02 2.419999999999999929e-02 1.000000000000000021e-02 8.819999999999999715e-04 4.950000000000000041e-06 0.000000000000000000e+00 2.671114851151480339e+06 -5.910000000000000000e+02 1.439999999999999891e-01 1.019999999999999934e-01 6.650000000000000355e-02 3.239999999999999825e-02 8.429999999999999993e-03 2.130000000000000003e-04 -1.489999999999999897e-04 -6.899999999999999582e-07 0.000000000000000000e+00 8.153936066626983229e+05 -5.920000000000000000e+02 -1.830000000000000029e-02 -2.000000000000000042e-02 -2.220000000000000098e-02 -2.469999999999999973e-02 -2.769999999999999893e-02 -2.029999999999999860e-02 -2.959999999999999958e-03 -2.250000000000000142e-05 0.000000000000000000e+00 2.225318443079598248e+06 -5.930000000000000000e+02 1.680000000000000104e-01 4.800000000000000100e-02 -1.450000000000000074e-02 -4.510000000000000120e-02 -4.279999999999999777e-02 -2.270000000000000143e-02 -2.660000000000000038e-03 -2.040000000000000119e-05 0.000000000000000000e+00 -8.040473608469214290e+06 -5.940000000000000000e+02 -2.589999999999999941e-02 -2.850000000000000103e-02 -3.180000000000000188e-02 -3.359999999999999792e-02 -3.099999999999999978e-02 -1.909999999999999892e-02 -2.449999999999999921e-03 -1.709999999999999891e-05 0.000000000000000000e+00 4.816139728077064268e+06 -5.950000000000000000e+02 -1.439999999999999961e-02 -3.130000000000000143e-02 -3.640000000000000180e-02 -3.500000000000000333e-02 -2.549999999999999836e-02 -1.149999999999999981e-02 -9.460000000000000093e-04 -4.510000000000000018e-06 0.000000000000000000e+00 -1.565550545894166455e+06 -5.960000000000000000e+02 -4.889999999999999680e+00 -2.629999999999999893e+00 -1.489999999999999991e+00 -7.419999999999999929e-01 -2.879999999999999782e-01 -7.720000000000000473e-02 -3.520000000000000125e-03 -6.759999999999999652e-06 0.000000000000000000e+00 -5.423778774825179018e+06 -5.970000000000000000e+02 2.719999999999999848e-02 3.620000000000000301e-02 4.229999999999999732e-02 4.379999999999999866e-02 3.710000000000000103e-02 2.069999999999999965e-02 2.370000000000000145e-03 1.419999999999999957e-05 0.000000000000000000e+00 -2.238447868878865149e+06 -5.980000000000000000e+02 -5.349999999999999645e+00 -2.899999999999999911e+00 -1.659999999999999920e+00 -8.419999999999999707e-01 -3.330000000000000182e-01 -9.180000000000000659e-02 -4.570000000000000277e-03 -1.419999999999999957e-05 0.000000000000000000e+00 5.029191723344839178e+06 -5.990000000000000000e+02 3.680000000000000111e-03 6.199999999999999782e-03 6.289999999999999584e-03 -2.489999999999999809e-04 -1.239999999999999956e-02 -1.400000000000000029e-02 -2.330000000000000040e-03 -1.669999999999999935e-05 0.000000000000000000e+00 7.915594481806597905e+05 -6.000000000000000000e+02 1.200000000000000025e-02 2.359999999999999945e-02 2.580000000000000002e-02 2.000000000000000042e-02 7.849999999999999339e-03 2.869999999999999965e-05 -3.480000000000000020e-04 -2.990000000000000172e-06 0.000000000000000000e+00 5.838429988545916975e+06 -6.010000000000000000e+02 -3.930000000000000160e-02 -5.439999999999999697e-02 -6.149999999999999911e-02 -5.770000000000000129e-02 -3.969999999999999918e-02 -1.750000000000000167e-02 -1.680000000000000070e-03 -1.119999999999999949e-05 0.000000000000000000e+00 -4.093845682857698295e+06 -6.020000000000000000e+02 5.360000000000000320e+00 2.930000000000000160e+00 1.699999999999999956e+00 8.780000000000000027e-01 3.669999999999999929e-01 1.120000000000000023e-01 6.989999999999999686e-03 2.989999999999999833e-05 0.000000000000000000e+00 -1.081311644456460781e+05 -6.030000000000000000e+02 -1.320000000000000062e+00 -4.909999999999999920e-01 -1.859999999999999987e-01 -6.219999999999999835e-02 -2.539999999999999897e-02 -1.179999999999999973e-02 -1.299999999999999940e-03 -7.809999999999999763e-06 0.000000000000000000e+00 3.837752216848720564e+05 -6.040000000000000000e+02 1.609999999999999973e-02 2.659999999999999865e-02 2.920000000000000026e-02 2.529999999999999957e-02 1.450000000000000074e-02 4.159999999999999636e-03 -3.160000000000000238e-05 -4.979999999999999753e-06 0.000000000000000000e+00 -6.658775046203971840e+06 -6.050000000000000000e+02 6.410000000000000420e-02 5.179999999999999882e-02 3.379999999999999671e-02 1.660000000000000017e-02 3.099999999999999891e-03 -3.119999999999999944e-03 -1.049999999999999935e-03 -1.020000000000000060e-05 0.000000000000000000e+00 -1.030422182578862994e+05 -6.060000000000000000e+02 1.699999999999999956e+00 6.879999999999999449e-01 2.829999999999999738e-01 9.700000000000000289e-02 3.139999999999999736e-02 9.849999999999999381e-03 5.370000000000000424e-04 -1.429999999999999967e-07 0.000000000000000000e+00 -1.345521462821461260e+06 -6.070000000000000000e+02 2.060000000000000026e-02 3.710000000000000103e-02 4.399999999999999745e-02 4.070000000000000007e-02 2.400000000000000050e-02 7.219999999999999855e-03 2.669999999999999847e-04 8.740000000000000176e-07 0.000000000000000000e+00 3.703760735355417128e+05 -6.080000000000000000e+02 -1.919999999999999929e+00 -8.309999999999999609e-01 -3.800000000000000044e-01 -1.570000000000000007e-01 -6.189999999999999669e-02 -2.100000000000000130e-02 -1.569999999999999998e-03 -8.379999999999999388e-06 0.000000000000000000e+00 -3.427393518833412090e+05 -6.090000000000000000e+02 -5.330000000000000071e+00 -2.910000000000000142e+00 -1.669999999999999929e+00 -8.549999999999999822e-01 -3.439999999999999725e-01 -9.719999999999999474e-02 -5.020000000000000157e-03 -1.629999999999999979e-05 0.000000000000000000e+00 7.309435663427537656e+04 -6.100000000000000000e+02 3.230000000000000232e-02 4.379999999999999866e-02 5.050000000000000322e-02 4.989999999999999991e-02 3.719999999999999696e-02 1.779999999999999985e-02 1.889999999999999970e-03 1.320000000000000067e-05 0.000000000000000000e+00 -4.958330495270591229e+06 -6.110000000000000000e+02 1.189999999999999947e+00 3.220000000000000084e-01 1.299999999999999940e-02 -9.199999999999999845e-02 -8.210000000000000631e-02 -3.710000000000000103e-02 -2.990000000000000036e-03 -1.130000000000000023e-05 0.000000000000000000e+00 -1.366646290584975388e+06 -6.120000000000000000e+02 1.890000000000000013e-02 1.729999999999999941e-02 1.760000000000000106e-02 2.009999999999999981e-02 2.419999999999999929e-02 1.890000000000000013e-02 2.990000000000000036e-03 2.449999999999999921e-05 0.000000000000000000e+00 5.197154494277780759e+04 -6.130000000000000000e+02 4.109999999999999765e-02 5.469999999999999862e-02 6.210000000000000242e-02 6.010000000000000064e-02 4.379999999999999866e-02 2.050000000000000086e-02 2.040000000000000147e-03 1.200000000000000030e-05 0.000000000000000000e+00 4.134314968540776521e+06 -6.140000000000000000e+02 6.329999999999999516e-02 7.169999999999999984e-02 8.100000000000000255e-02 8.029999999999999638e-02 6.210000000000000242e-02 3.219999999999999946e-02 3.830000000000000071e-03 3.080000000000000326e-05 0.000000000000000000e+00 9.761409229358845623e+05 -6.150000000000000000e+02 -2.370000000000000145e-03 -3.200000000000000153e-03 -3.690000000000000138e-03 -3.889999999999999795e-03 -4.080000000000000293e-03 -2.980000000000000010e-03 -4.429999999999999802e-04 -3.149999999999999910e-06 0.000000000000000000e+00 9.867770143163563916e+05 -6.160000000000000000e+02 1.069999999999999944e-02 1.069999999999999944e-02 1.030000000000000013e-02 9.230000000000000357e-03 6.870000000000000238e-03 3.710000000000000190e-03 5.389999999999999826e-04 4.760000000000000166e-06 0.000000000000000000e+00 -1.236304040519573260e+06 -6.170000000000000000e+02 -1.099999999999999936e-02 -2.549999999999999836e-02 -2.879999999999999921e-02 -2.280000000000000082e-02 -9.069999999999999937e-03 1.610000000000000103e-04 4.629999999999999784e-04 3.880000000000000121e-06 0.000000000000000000e+00 1.748760661745908437e+06 -6.180000000000000000e+02 9.360000000000000264e-02 5.859999999999999931e-02 2.440000000000000155e-02 -1.050000000000000065e-02 -3.039999999999999994e-02 -2.290000000000000022e-02 -3.360000000000000139e-03 -3.499999999999999693e-05 0.000000000000000000e+00 8.833106335198135348e+05 -6.190000000000000000e+02 -1.739999999999999880e-02 -2.620000000000000107e-02 -3.039999999999999994e-02 -2.949999999999999845e-02 -2.079999999999999905e-02 -9.020000000000000240e-03 -7.839999999999999747e-04 -4.259999999999999871e-06 0.000000000000000000e+00 5.128703545327010565e+06 -6.200000000000000000e+02 2.819999999999999729e-01 2.399999999999999911e-01 1.859999999999999987e-01 1.189999999999999947e-01 5.229999999999999927e-02 1.290000000000000001e-02 -9.209999999999999911e-06 -1.209999999999999935e-05 0.000000000000000000e+00 5.801892755941827636e+04 -6.210000000000000000e+02 -9.639999999999999264e-03 -2.599999999999999881e-02 -3.039999999999999994e-02 -2.599999999999999881e-02 -1.400000000000000029e-02 -3.559999999999999797e-03 2.300000000000000002e-05 1.300000000000000047e-06 0.000000000000000000e+00 3.622582521396667697e+06 -6.220000000000000000e+02 -7.180000000000000271e-02 -6.710000000000000686e-02 -5.970000000000000306e-02 -5.099999999999999672e-02 -3.780000000000000027e-02 -1.969999999999999876e-02 -2.309999999999999987e-03 -1.540000000000000163e-05 0.000000000000000000e+00 -7.938537097848568112e+06 -6.230000000000000000e+02 5.640000000000000048e-03 9.579999999999999974e-03 8.779999999999999610e-03 7.530000000000000235e-03 7.009999999999999738e-03 4.910000000000000302e-03 7.560000000000000530e-04 6.700000000000000226e-06 0.000000000000000000e+00 1.896181889855057001e+06 -6.240000000000000000e+02 -1.039999999999999952e-02 -1.299999999999999940e-02 -1.540000000000000049e-02 -1.609999999999999973e-02 -1.170000000000000033e-02 -4.499999999999999660e-03 -2.020000000000000040e-04 2.750000000000000140e-07 0.000000000000000000e+00 -4.723184122984900139e+06 -6.250000000000000000e+02 2.469999999999999973e-02 2.019999999999999921e-02 2.299999999999999961e-02 2.599999999999999881e-02 2.630000000000000046e-02 1.770000000000000046e-02 2.480000000000000000e-03 2.010000000000000068e-05 0.000000000000000000e+00 -1.423209538576151477e+06 -6.260000000000000000e+02 -4.359999999999999987e-02 -6.169999999999999790e-02 -7.019999999999999851e-02 -6.840000000000000246e-02 -5.260000000000000092e-02 -2.699999999999999969e-02 -3.040000000000000167e-03 -2.110000000000000127e-05 0.000000000000000000e+00 2.412795963570812251e+06 -6.270000000000000000e+02 -1.310000000000000053e+00 -4.939999999999999947e-01 -1.990000000000000102e-01 -8.440000000000000280e-02 -5.190000000000000169e-02 -3.009999999999999828e-02 -4.129999999999999991e-03 -3.720000000000000298e-05 0.000000000000000000e+00 1.562162156952811172e+06 -6.280000000000000000e+02 -5.320000000000000284e+00 -2.890000000000000124e+00 -1.659999999999999920e+00 -8.419999999999999707e-01 -3.380000000000000226e-01 -9.550000000000000155e-02 -5.069999999999999854e-03 -1.840000000000000001e-05 0.000000000000000000e+00 -1.205769378958879272e+06 -6.290000000000000000e+02 1.610000000000000098e+00 6.979999999999999538e-01 3.380000000000000226e-01 1.759999999999999898e-01 1.069999999999999979e-01 5.489999999999999741e-02 6.579999999999999911e-03 5.700000000000000314e-05 0.000000000000000000e+00 -7.098601909950791858e+06 -6.300000000000000000e+02 2.069999999999999965e-02 2.879999999999999921e-02 3.389999999999999958e-02 3.579999999999999849e-02 2.900000000000000147e-02 1.430000000000000021e-02 1.430000000000000064e-03 8.650000000000000191e-06 0.000000000000000000e+00 -3.386816486882810481e+06 -6.310000000000000000e+02 9.199999999999999845e-03 2.599999999999999881e-02 3.070000000000000159e-02 2.779999999999999832e-02 1.849999999999999908e-02 7.559999999999999880e-03 5.509999999999999490e-04 2.129999999999999935e-06 0.000000000000000000e+00 -1.275495414980737027e+06 -6.320000000000000000e+02 4.989999999999999991e-02 5.489999999999999741e-02 6.310000000000000331e-02 6.729999999999999871e-02 5.960000000000000020e-02 3.440000000000000002e-02 4.120000000000000398e-03 2.790000000000000054e-05 0.000000000000000000e+00 4.482413280913617462e+06 -6.330000000000000000e+02 -5.609999999999999709e-02 -7.119999999999999940e-02 -8.079999999999999682e-02 -8.079999999999999682e-02 -6.909999999999999476e-02 -4.139999999999999930e-02 -5.449999999999999983e-03 -4.210000000000000011e-05 0.000000000000000000e+00 -4.489348790331901982e+06 -6.340000000000000000e+02 -2.380000000000000171e-02 -3.479999999999999760e-02 -3.799999999999999906e-02 -3.509999999999999926e-02 -2.630000000000000046e-02 -1.379999999999999977e-02 -1.629999999999999939e-03 -1.169999999999999979e-05 0.000000000000000000e+00 -2.255424008992698509e+06 -6.350000000000000000e+02 8.590000000000000413e-03 4.389999999999999805e-03 3.739999999999999835e-03 6.839999999999999726e-03 1.299999999999999940e-02 1.190000000000000085e-02 1.949999999999999910e-03 1.480000000000000060e-05 0.000000000000000000e+00 2.531496388517972548e+06 -6.360000000000000000e+02 -3.520000000000000212e-02 -4.420000000000000318e-02 -4.880000000000000310e-02 -4.569999999999999757e-02 -3.259999999999999704e-02 -1.569999999999999868e-02 -1.799999999999999951e-03 -1.320000000000000067e-05 0.000000000000000000e+00 -5.877701500157109462e+06 -6.370000000000000000e+02 4.990000000000000213e+00 2.720000000000000195e+00 1.560000000000000053e+00 7.900000000000000355e-01 3.069999999999999951e-01 8.069999999999999396e-02 3.609999999999999928e-03 9.969999999999999411e-06 0.000000000000000000e+00 2.205869433281909209e+06 -6.380000000000000000e+02 1.580000000000000154e-02 2.779999999999999832e-02 3.209999999999999659e-02 3.549999999999999684e-02 3.620000000000000301e-02 2.369999999999999885e-02 3.050000000000000194e-03 2.029999999999999876e-05 0.000000000000000000e+00 3.604144706893877126e+06 -6.390000000000000000e+02 2.589999999999999941e-02 3.729999999999999982e-02 4.189999999999999974e-02 3.969999999999999918e-02 2.860000000000000042e-02 1.329999999999999932e-02 1.260000000000000052e-03 6.690000000000000322e-06 0.000000000000000000e+00 4.065337416403528769e+06 -6.400000000000000000e+02 5.200000000000000178e+00 2.819999999999999840e+00 1.610000000000000098e+00 8.179999999999999494e-01 3.250000000000000111e-01 9.009999999999999953e-02 4.409999999999999858e-03 1.230000000000000082e-05 0.000000000000000000e+00 -7.679766261833360186e+05 -6.410000000000000000e+02 6.610000000000000597e-02 1.400000000000000029e-02 -1.650000000000000078e-02 -3.209999999999999659e-02 -2.740000000000000074e-02 -1.190000000000000085e-02 -8.779999999999999827e-04 -4.210000000000000349e-06 0.000000000000000000e+00 -1.945287506918994244e+06 -6.420000000000000000e+02 -3.640000000000000180e-02 -2.639999999999999986e-02 -2.779999999999999832e-02 -3.169999999999999901e-02 -2.889999999999999861e-02 -1.609999999999999973e-02 -1.850000000000000082e-03 -1.290000000000000016e-05 0.000000000000000000e+00 2.525342807111119851e+06 -6.430000000000000000e+02 -8.139999999999999666e-03 -1.050000000000000065e-02 -1.190000000000000085e-02 -1.250000000000000069e-02 -1.310000000000000053e-02 -9.809999999999999276e-03 -1.619999999999999912e-03 -1.360000000000000023e-05 0.000000000000000000e+00 -1.443483482619543793e+06 -6.440000000000000000e+02 -1.179999999999999973e-02 -2.110000000000000070e-02 -2.570000000000000062e-02 -2.980000000000000010e-02 -3.250000000000000111e-02 -2.239999999999999977e-02 -2.929999999999999879e-03 -1.790000000000000141e-05 0.000000000000000000e+00 5.827450210654600523e+06 -6.450000000000000000e+02 4.980000000000000426e+00 2.689999999999999947e+00 1.530000000000000027e+00 7.710000000000000187e-01 3.029999999999999916e-01 8.240000000000000102e-02 3.889999999999999795e-03 1.029999999999999964e-05 0.000000000000000000e+00 -2.658488276258524042e+06 -6.460000000000000000e+02 1.179999999999999938e-01 7.049999999999999323e-02 4.599999999999999922e-02 3.099999999999999978e-02 2.290000000000000022e-02 1.409999999999999969e-02 1.930000000000000075e-03 1.279999999999999942e-05 0.000000000000000000e+00 5.368379988217480481e+06 -6.470000000000000000e+02 -1.039999999999999952e-02 -1.080000000000000014e-03 9.969999999999999696e-03 2.100000000000000130e-02 2.290000000000000022e-02 1.319999999999999993e-02 1.500000000000000031e-03 8.919999999999999300e-06 0.000000000000000000e+00 2.787424170642572921e+06 -6.480000000000000000e+02 -3.409999999999999837e-03 3.619999999999999954e-03 4.369999999999999753e-03 4.449999999999999746e-04 -7.250000000000000368e-03 -8.659999999999999296e-03 -1.580000000000000024e-03 -1.340000000000000045e-05 0.000000000000000000e+00 4.854659852981711738e+06 -6.490000000000000000e+02 4.910000000000000142e+00 2.640000000000000124e+00 1.500000000000000000e+00 7.530000000000000027e-01 2.949999999999999845e-01 7.950000000000000122e-02 3.650000000000000033e-03 8.770000000000000736e-06 0.000000000000000000e+00 -4.111624900376645848e+06 -6.500000000000000000e+02 1.859999999999999848e-02 2.280000000000000082e-02 2.479999999999999913e-02 2.440000000000000155e-02 1.849999999999999908e-02 9.220000000000000764e-03 1.139999999999999954e-03 9.799999999999999345e-06 0.000000000000000000e+00 -1.102798147931387881e+06 -6.510000000000000000e+02 -2.809999999999999998e-02 -2.809999999999999998e-02 -3.109999999999999917e-02 -3.420000000000000123e-02 -3.330000000000000321e-02 -2.139999999999999888e-02 -2.850000000000000103e-03 -2.029999999999999876e-05 0.000000000000000000e+00 -4.412232642251363024e+06 -6.520000000000000000e+02 -4.079999999999999738e-01 -3.250000000000000111e-01 -2.369999999999999885e-01 -1.380000000000000115e-01 -5.129999999999999838e-02 -7.860000000000000667e-03 7.240000000000000342e-04 1.329999999999999972e-05 0.000000000000000000e+00 9.171530049505265197e+04 -6.530000000000000000e+02 2.479999999999999913e-02 2.860000000000000042e-02 3.130000000000000143e-02 3.420000000000000123e-02 3.549999999999999684e-02 2.409999999999999989e-02 3.190000000000000127e-03 2.120000000000000031e-05 0.000000000000000000e+00 -5.060721327259184793e+06 -6.540000000000000000e+02 -3.950000000000000386e-03 1.030000000000000013e-02 7.170000000000000158e-03 -2.739999999999999814e-03 -8.670000000000000623e-03 -5.610000000000000403e-03 -6.059999999999999849e-04 -4.220000000000000254e-06 0.000000000000000000e+00 2.226135841605624184e+06 -6.550000000000000000e+02 5.559999999999999665e-02 8.069999999999999396e-02 9.149999999999999800e-02 8.899999999999999578e-02 7.019999999999999851e-02 3.790000000000000313e-02 4.539999999999999765e-03 3.229999999999999907e-05 0.000000000000000000e+00 -3.973671175761654973e+06 -6.560000000000000000e+02 1.100000000000000006e-01 9.719999999999999474e-02 7.699999999999999900e-02 5.589999999999999830e-02 3.670000000000000345e-02 1.799999999999999864e-02 1.949999999999999910e-03 1.239999999999999986e-05 0.000000000000000000e+00 1.797166050571192987e+06 -6.570000000000000000e+02 3.899999999999999994e-02 2.350000000000000006e-02 2.179999999999999993e-02 2.910000000000000087e-02 3.420000000000000123e-02 2.259999999999999856e-02 2.890000000000000208e-03 2.040000000000000119e-05 0.000000000000000000e+00 2.177980961938379332e+06 -6.580000000000000000e+02 1.189999999999999947e+00 3.240000000000000102e-01 1.389999999999999916e-02 -9.239999999999999603e-02 -8.290000000000000147e-02 -3.749999999999999861e-02 -3.040000000000000167e-03 -1.180000000000000052e-05 0.000000000000000000e+00 -1.478956952741186833e+06 -6.590000000000000000e+02 -5.110000000000000320e+00 -2.770000000000000018e+00 -1.580000000000000071e+00 -7.840000000000000302e-01 -2.969999999999999862e-01 -7.430000000000000493e-02 -2.789999999999999945e-03 -5.200000000000000188e-06 0.000000000000000000e+00 -7.957291851016045548e+05 -6.600000000000000000e+02 -1.850000000000000089e+00 -7.660000000000000142e-01 -3.200000000000000067e-01 -1.049999999999999961e-01 -2.239999999999999977e-02 -2.820000000000000241e-04 1.010000000000000047e-03 1.270000000000000038e-05 0.000000000000000000e+00 -2.870369142425683327e+06 -6.610000000000000000e+02 -2.179999999999999993e-02 -3.819999999999999785e-02 -4.370000000000000273e-02 -4.039999999999999841e-02 -2.549999999999999836e-02 -8.649999999999999703e-03 -3.490000000000000263e-04 4.180000000000000107e-07 0.000000000000000000e+00 2.828044313182735350e+06 -6.620000000000000000e+02 -2.400000000000000050e-02 -2.670000000000000151e-02 -3.039999999999999994e-02 -3.030000000000000054e-02 -2.529999999999999957e-02 -1.499999999999999944e-02 -1.940000000000000101e-03 -1.270000000000000038e-05 0.000000000000000000e+00 1.141166121201108472e+05 -6.630000000000000000e+02 1.239999999999999991e-01 1.019999999999999934e-01 9.679999999999999716e-02 9.160000000000000087e-02 7.380000000000000449e-02 3.969999999999999918e-02 4.479999999999999608e-03 2.750000000000000098e-05 0.000000000000000000e+00 4.832028158676672727e+06 -6.640000000000000000e+02 5.160000000000000003e-02 6.719999999999999585e-02 7.470000000000000251e-02 7.180000000000000271e-02 5.469999999999999862e-02 2.809999999999999998e-02 3.109999999999999917e-03 1.930000000000000156e-05 0.000000000000000000e+00 -1.660546620054696221e+06 -6.650000000000000000e+02 -5.899999999999999689e-02 -5.109999999999999959e-03 1.030000000000000013e-02 1.099999999999999936e-02 6.360000000000000202e-03 3.299999999999999982e-03 7.420000000000000380e-04 1.169999999999999979e-05 0.000000000000000000e+00 3.131635346359426156e+06 -6.660000000000000000e+02 7.539999999999999480e-02 1.019999999999999934e-01 1.150000000000000050e-01 1.120000000000000023e-01 8.240000000000000102e-02 4.000000000000000083e-02 4.329999999999999648e-03 3.089999999999999892e-05 0.000000000000000000e+00 -7.306401450306672603e+06 -6.670000000000000000e+02 -3.130000000000000143e-02 8.340000000000000191e-03 2.220000000000000098e-02 2.390000000000000110e-02 1.839999999999999969e-02 9.939999999999999183e-03 1.260000000000000052e-03 9.480000000000000715e-06 0.000000000000000000e+00 4.513833166408617981e+06 -6.680000000000000000e+02 -1.739999999999999880e-02 -2.309999999999999901e-02 -2.500000000000000139e-02 -2.259999999999999856e-02 -1.569999999999999868e-02 -7.680000000000000195e-03 -8.670000000000000406e-04 -6.190000000000000027e-06 0.000000000000000000e+00 -1.092116285382501781e+06 -6.690000000000000000e+02 8.540000000000000369e-02 1.079999999999999988e-01 1.229999999999999982e-01 1.219999999999999973e-01 9.539999999999999869e-02 4.970000000000000112e-02 5.969999999999999613e-03 4.699999999999999724e-05 0.000000000000000000e+00 7.054587276619954966e+06 -6.700000000000000000e+02 -6.159999999999999677e-03 -1.349999999999999985e-02 -1.389999999999999916e-02 -1.020000000000000073e-02 -4.819999999999999632e-03 -1.840000000000000056e-03 -3.890000000000000228e-04 -6.880000000000000197e-06 0.000000000000000000e+00 6.238217794126045890e+06 -6.710000000000000000e+02 1.399999999999999911e+00 5.290000000000000258e-01 1.960000000000000075e-01 5.850000000000000339e-02 2.129999999999999949e-02 1.030000000000000013e-02 1.059999999999999961e-03 4.470000000000000401e-06 0.000000000000000000e+00 8.119013092775447294e+06 -6.720000000000000000e+02 -4.759999999999999787e+00 -2.549999999999999822e+00 -1.439999999999999947e+00 -7.139999999999999680e-01 -2.720000000000000195e-01 -7.080000000000000182e-02 -3.220000000000000206e-03 -9.160000000000000390e-06 0.000000000000000000e+00 2.222788786923984997e+06 -6.730000000000000000e+02 4.870000000000000107e+00 2.649999999999999911e+00 1.530000000000000027e+00 7.870000000000000329e-01 3.210000000000000075e-01 9.199999999999999845e-02 4.810000000000000039e-03 1.410000000000000053e-05 0.000000000000000000e+00 1.850852215036658337e+06 -6.740000000000000000e+02 3.310000000000000008e-03 -1.239999999999999956e-02 -1.370000000000000037e-02 -8.399999999999999481e-03 1.910000000000000022e-03 6.749999999999999924e-03 1.639999999999999965e-03 1.870000000000000053e-05 0.000000000000000000e+00 -6.680670755327438936e+06 -6.750000000000000000e+02 7.850000000000000033e-02 1.110000000000000014e-01 1.260000000000000009e-01 1.239999999999999991e-01 9.779999999999999805e-02 5.220000000000000334e-02 6.300000000000000044e-03 4.920000000000000328e-05 0.000000000000000000e+00 5.516219333787112497e+06 -6.760000000000000000e+02 1.590000000000000080e+00 6.430000000000000160e-01 2.690000000000000169e-01 9.959999999999999409e-02 3.899999999999999994e-02 1.519999999999999997e-02 1.330000000000000019e-03 6.510000000000000351e-06 0.000000000000000000e+00 -1.028484308137761615e+07 -6.770000000000000000e+02 2.350000000000000092e-03 -6.930000000000000396e-04 -1.410000000000000012e-03 -1.240000000000000000e-03 -5.520000000000000004e-05 7.770000000000000214e-04 2.010000000000000068e-04 1.069999999999999920e-06 0.000000000000000000e+00 3.216594011385417078e+06 -6.780000000000000000e+02 1.179999999999999973e-02 2.510000000000000078e-02 2.920000000000000026e-02 2.549999999999999836e-02 1.469999999999999953e-02 4.619999999999999975e-03 1.959999999999999937e-04 4.250000000000000072e-07 0.000000000000000000e+00 -1.964798250508982746e+05 -6.790000000000000000e+02 4.599999999999999922e-03 6.939999999999999988e-03 7.649999999999999682e-03 4.559999999999999817e-03 9.979999999999999722e-04 4.339999999999999782e-04 2.069999999999999900e-04 1.870000000000000095e-06 0.000000000000000000e+00 1.725568393819923280e+06 -6.800000000000000000e+02 -1.239999999999999991e-01 -2.560000000000000123e-02 2.149999999999999828e-02 4.580000000000000043e-02 4.830000000000000265e-02 3.009999999999999828e-02 4.049999999999999781e-03 3.190000000000000290e-05 0.000000000000000000e+00 6.909059860523195006e+06 -6.810000000000000000e+02 -5.249999999999999806e-02 -5.120000000000000245e-02 -5.299999999999999850e-02 -5.210000000000000048e-02 -4.039999999999999841e-02 -2.009999999999999981e-02 -2.230000000000000211e-03 -1.739999999999999942e-05 0.000000000000000000e+00 -3.294361966382129584e+06 -6.820000000000000000e+02 -5.049999999999999802e-03 1.760000000000000063e-03 2.449999999999999921e-03 -6.369999999999999794e-04 -5.559999999999999838e-03 -5.810000000000000060e-03 -9.959999999999999236e-04 -8.349999999999999675e-06 0.000000000000000000e+00 1.700277173469555273e+05 -6.830000000000000000e+02 -1.870000000000000134e-02 -2.699999999999999969e-02 -3.080000000000000099e-02 -3.119999999999999857e-02 -2.769999999999999893e-02 -1.720000000000000001e-02 -2.340000000000000066e-03 -1.679999999999999839e-05 0.000000000000000000e+00 -2.201340812214995269e+06 -6.840000000000000000e+02 5.019999999999999574e+00 2.740000000000000213e+00 1.590000000000000080e+00 8.080000000000000515e-01 3.170000000000000040e-01 8.379999999999999949e-02 3.520000000000000125e-03 6.890000000000000101e-06 0.000000000000000000e+00 -5.224743686913956190e+05 -6.850000000000000000e+02 3.489999999999999769e-01 2.129999999999999949e-01 1.330000000000000071e-01 7.879999999999999505e-02 4.250000000000000305e-02 1.839999999999999969e-02 2.160000000000000028e-03 2.250000000000000142e-05 0.000000000000000000e+00 2.738240587602081709e+06 -6.860000000000000000e+02 2.800000000000000058e-02 4.490000000000000241e-02 5.229999999999999927e-02 5.079999999999999793e-02 3.860000000000000236e-02 1.980000000000000163e-02 2.350000000000000092e-03 1.930000000000000156e-05 0.000000000000000000e+00 -4.293025275945723406e+05 -6.870000000000000000e+02 2.230000000000000038e-02 4.200000000000000261e-02 4.669999999999999846e-02 4.689999999999999725e-02 4.229999999999999732e-02 2.539999999999999897e-02 3.119999999999999944e-03 2.099999999999999884e-05 0.000000000000000000e+00 -3.348133711989044212e+06 -6.880000000000000000e+02 -4.789999999999999813e-02 -6.410000000000000420e-02 -7.270000000000000073e-02 -7.130000000000000226e-02 -5.630000000000000282e-02 -2.999999999999999889e-02 -3.510000000000000099e-03 -2.479999999999999972e-05 0.000000000000000000e+00 2.955771700136494823e+06 -6.890000000000000000e+02 3.910000000000000281e-02 5.829999999999999766e-02 6.650000000000000355e-02 6.519999999999999407e-02 5.079999999999999793e-02 2.639999999999999986e-02 3.079999999999999839e-03 2.290000000000000098e-05 0.000000000000000000e+00 -3.973614753215597477e+06 -6.900000000000000000e+02 -2.640000000000000124e-01 -1.350000000000000089e-01 -6.090000000000000274e-02 -1.559999999999999928e-02 1.990000000000000015e-03 3.559999999999999797e-03 7.479999999999999670e-04 8.929999999999999204e-06 0.000000000000000000e+00 4.582110599396984093e+06 -6.910000000000000000e+02 -1.830000000000000029e-02 -1.149999999999999981e-02 -1.020000000000000073e-02 -1.129999999999999928e-02 -1.420000000000000082e-02 -1.170000000000000033e-02 -1.949999999999999910e-03 -1.550000000000000068e-05 0.000000000000000000e+00 2.614825809289486613e+06 -6.920000000000000000e+02 1.620000000000000107e+00 6.979999999999999538e-01 3.350000000000000200e-01 1.719999999999999862e-01 1.039999999999999952e-01 5.290000000000000258e-02 6.259999999999999939e-03 5.289999999999999835e-05 0.000000000000000000e+00 -4.439450276127410121e+06 -6.930000000000000000e+02 1.610000000000000098e+00 6.229999999999999982e-01 2.359999999999999876e-01 6.829999999999999960e-02 1.739999999999999880e-02 5.069999999999999854e-03 2.139999999999999975e-04 -1.489999999999999922e-06 0.000000000000000000e+00 8.805980931621041149e+06 -6.940000000000000000e+02 4.990000000000000213e+00 2.680000000000000160e+00 1.520000000000000018e+00 7.610000000000000098e-01 2.939999999999999836e-01 7.710000000000000187e-02 3.269999999999999903e-03 6.569999999999999777e-06 0.000000000000000000e+00 6.386828714246671880e+05 -6.950000000000000000e+02 4.820000000000000284e+00 2.589999999999999858e+00 1.459999999999999964e+00 7.219999999999999751e-01 2.730000000000000204e-01 6.909999999999999476e-02 2.749999999999999840e-03 5.069999999999999739e-06 0.000000000000000000e+00 2.422412278766988777e+06 -6.960000000000000000e+02 -1.449999999999999956e+00 -5.060000000000000053e-01 -1.419999999999999873e-01 2.599999999999999881e-03 2.510000000000000078e-02 1.209999999999999964e-02 1.379999999999999933e-03 1.270000000000000038e-05 0.000000000000000000e+00 -5.138033111129859462e+06 -6.970000000000000000e+02 1.110000000000000098e+00 3.260000000000000120e-01 6.300000000000000044e-02 -1.760000000000000106e-02 -1.540000000000000049e-02 -3.520000000000000125e-03 1.000000000000000082e-05 1.129999999999999981e-06 0.000000000000000000e+00 8.993769836563248828e+04 -6.980000000000000000e+02 3.950000000000000061e-04 -9.259999999999999568e-04 -1.000000000000000021e-03 1.080000000000000014e-03 4.360000000000000160e-03 4.049999999999999781e-03 6.409999999999999682e-04 5.730000000000000196e-06 0.000000000000000000e+00 -1.797585749508941546e+06 -6.990000000000000000e+02 1.169999999999999929e+00 3.780000000000000027e-01 9.810000000000000664e-02 3.229999999999999907e-04 -9.730000000000000801e-03 -2.520000000000000104e-03 -4.660000000000000107e-05 -8.290000000000000250e-07 0.000000000000000000e+00 6.055530238178217784e+06 -7.000000000000000000e+02 -7.570000000000000340e-02 -1.010000000000000064e-01 -1.140000000000000041e-01 -1.089999999999999997e-01 -7.710000000000000187e-02 -3.549999999999999684e-02 -3.569999999999999823e-03 -2.089999999999999980e-05 0.000000000000000000e+00 -3.843318885350035038e+06 -7.010000000000000000e+02 -4.929999999999999716e+00 -2.660000000000000142e+00 -1.520000000000000018e+00 -7.720000000000000195e-01 -3.150000000000000022e-01 -9.289999999999999647e-02 -5.749999999999999903e-03 -2.680000000000000090e-05 0.000000000000000000e+00 2.536433163919126149e+06 -7.020000000000000000e+02 -5.709999999999999798e-02 -7.009999999999999565e-02 -8.010000000000000453e-02 -7.889999999999999791e-02 -5.770000000000000129e-02 -2.690000000000000030e-02 -2.639999999999999986e-03 -1.469999999999999986e-05 0.000000000000000000e+00 2.206560360616588499e+06 -7.030000000000000000e+02 -2.129999999999999949e-02 -1.039999999999999952e-02 -8.770000000000000018e-03 -1.209999999999999964e-02 -1.400000000000000029e-02 -9.190000000000000252e-03 -1.330000000000000019e-03 -1.259999999999999964e-05 0.000000000000000000e+00 -9.949376296107521048e+05 -7.040000000000000000e+02 1.310000000000000053e+00 5.040000000000000036e-01 2.059999999999999887e-01 8.210000000000000631e-02 3.930000000000000160e-02 1.710000000000000062e-02 1.490000000000000005e-03 5.429999999999999680e-06 0.000000000000000000e+00 9.853553109317194321e+04 -7.050000000000000000e+02 2.220000000000000185e-03 7.280000000000000013e-03 7.969999999999999654e-03 6.660000000000000121e-03 4.020000000000000136e-03 1.590000000000000050e-03 1.589999999999999888e-04 1.260000000000000007e-06 0.000000000000000000e+00 1.765262651869421825e+06 -7.060000000000000000e+02 6.279999999999999504e-05 1.329999999999999932e-02 5.689999999999999745e-03 -1.060000000000000005e-02 -2.400000000000000050e-02 -1.959999999999999937e-02 -2.969999999999999984e-03 -2.300000000000000002e-05 0.000000000000000000e+00 -7.613843018587220460e+06 -7.070000000000000000e+02 -1.360000000000000098e+00 -4.680000000000000271e-01 -1.390000000000000124e-01 -5.769999999999999955e-03 2.620000000000000107e-02 1.849999999999999908e-02 2.449999999999999921e-03 1.840000000000000001e-05 0.000000000000000000e+00 5.258404497964646667e+06 -7.080000000000000000e+02 5.299999999999999822e+00 2.879999999999999893e+00 1.659999999999999920e+00 8.479999999999999760e-01 3.459999999999999742e-01 1.010000000000000064e-01 6.100000000000000387e-03 2.739999999999999855e-05 0.000000000000000000e+00 2.473603727687522769e+06 -7.090000000000000000e+02 4.229999999999999732e-02 6.429999999999999605e-02 7.159999999999999698e-02 6.519999999999999407e-02 4.359999999999999987e-02 1.870000000000000134e-02 1.889999999999999970e-03 1.870000000000000053e-05 0.000000000000000000e+00 -5.474368878854646347e+06 -7.100000000000000000e+02 -3.479999999999999760e-02 -5.240000000000000213e-02 -5.879999999999999810e-02 -5.559999999999999665e-02 -4.120000000000000051e-02 -2.069999999999999965e-02 -2.680000000000000090e-03 -3.680000000000000003e-05 0.000000000000000000e+00 3.840246235318785068e+06 -7.110000000000000000e+02 -1.329999999999999932e-02 -2.350000000000000006e-02 -2.740000000000000074e-02 -2.309999999999999901e-02 -1.030000000000000013e-02 -7.330000000000000361e-04 3.669999999999999760e-04 3.289999999999999841e-06 0.000000000000000000e+00 5.831494461154644378e+05 -7.120000000000000000e+02 9.229999999999999316e-02 4.939999999999999947e-02 2.730000000000000135e-02 1.439999999999999961e-02 7.029999999999999791e-03 3.040000000000000167e-03 5.090000000000000123e-04 6.900000000000000005e-06 0.000000000000000000e+00 2.360335327786298003e+06 -7.130000000000000000e+02 -3.459999999999999881e-02 -4.830000000000000265e-02 -4.449999999999999789e-02 -3.039999999999999994e-02 -8.840000000000000635e-03 3.389999999999999784e-03 1.270000000000000078e-03 1.209999999999999935e-05 0.000000000000000000e+00 -2.984503419633288402e+06 -7.140000000000000000e+02 6.660000000000000642e-02 8.649999999999999356e-02 9.929999999999999938e-02 9.829999999999999849e-02 7.480000000000000537e-02 3.729999999999999982e-02 4.109999999999999938e-03 2.760000000000000002e-05 0.000000000000000000e+00 -3.234318901478510350e+06 -7.150000000000000000e+02 3.310000000000000164e-01 2.879999999999999782e-01 2.250000000000000056e-01 1.429999999999999882e-01 5.820000000000000173e-02 9.390000000000000777e-03 -1.049999999999999935e-03 -1.509999999999999942e-05 0.000000000000000000e+00 -2.074829676347105298e+06 -7.160000000000000000e+02 5.059999999999999609e+00 2.720000000000000195e+00 1.560000000000000053e+00 7.940000000000000391e-01 3.250000000000000111e-01 9.610000000000000486e-02 5.590000000000000351e-03 2.120000000000000031e-05 0.000000000000000000e+00 -4.324016242803070927e+05 -7.170000000000000000e+02 -4.750000000000000056e-02 -5.140000000000000124e-02 -5.589999999999999830e-02 -5.720000000000000084e-02 -5.009999999999999870e-02 -3.059999999999999873e-02 -4.539999999999999765e-03 -4.459999999999999989e-05 0.000000000000000000e+00 -5.882880123734272085e+06 -7.180000000000000000e+02 -3.749999999999999861e-02 -5.770000000000000129e-02 -6.550000000000000266e-02 -5.999999999999999778e-02 -3.649999999999999772e-02 -1.220000000000000077e-02 -7.410000000000000137e-04 -4.140000000000000173e-06 0.000000000000000000e+00 -2.230394752263505012e+06 -7.190000000000000000e+02 -2.340000000000000066e-02 -3.479999999999999760e-02 -3.950000000000000039e-02 -3.989999999999999797e-02 -3.169999999999999901e-02 -1.609999999999999973e-02 -1.729999999999999984e-03 -1.299999999999999920e-05 0.000000000000000000e+00 2.125986495661770925e+06 -7.200000000000000000e+02 -7.960000000000000062e-03 -1.729999999999999941e-02 -1.969999999999999876e-02 -1.600000000000000033e-02 -4.190000000000000148e-03 3.279999999999999930e-03 8.469999999999999881e-04 5.620000000000000402e-06 0.000000000000000000e+00 -2.808617836748794653e+06 -7.210000000000000000e+02 2.319999999999999840e-02 2.860000000000000042e-02 3.320000000000000034e-02 3.119999999999999857e-02 1.959999999999999937e-02 7.409999999999999920e-03 6.830000000000000134e-04 4.590000000000000099e-06 0.000000000000000000e+00 -2.430138370425788220e+06 -7.220000000000000000e+02 4.359999999999999987e-02 4.549999999999999878e-02 5.210000000000000048e-02 5.430000000000000104e-02 4.819999999999999979e-02 2.939999999999999905e-02 3.899999999999999821e-03 2.769999999999999906e-05 0.000000000000000000e+00 6.200223017433993518e+06 -7.230000000000000000e+02 6.870000000000000238e-03 1.760000000000000106e-02 1.990000000000000102e-02 1.710000000000000062e-02 9.310000000000000567e-03 2.299999999999999961e-03 -5.459999999999999901e-05 -1.019999999999999975e-06 0.000000000000000000e+00 2.997349805402524304e+06 -7.240000000000000000e+02 1.119999999999999902e-03 -6.300000000000000044e-03 -5.440000000000000391e-03 -3.469999999999999994e-03 -3.020000000000000115e-03 -2.279999999999999909e-03 -4.360000000000000269e-04 -7.359999999999999836e-06 0.000000000000000000e+00 -2.098940349216118455e+06 -7.250000000000000000e+02 -2.400000000000000050e-02 -2.160000000000000114e-02 -2.290000000000000022e-02 -2.249999999999999917e-02 -2.100000000000000130e-02 -1.499999999999999944e-02 -2.399999999999999790e-03 -2.019999999999999972e-05 0.000000000000000000e+00 2.480299429539083576e+04 -7.260000000000000000e+02 -4.440000000000000370e-03 5.649999999999999641e-04 -1.110000000000000092e-03 -3.510000000000000099e-03 -3.889999999999999795e-03 -2.279999999999999909e-03 -3.469999999999999777e-04 -3.660000000000000110e-06 0.000000000000000000e+00 1.951897629121197620e+06 -7.270000000000000000e+02 5.420000000000000338e-03 1.590000000000000050e-03 3.690000000000000246e-04 2.569999999999999802e-03 6.479999999999999649e-03 5.819999999999999653e-03 8.279999999999999600e-04 5.059999999999999835e-06 0.000000000000000000e+00 1.348723644182446646e+06 -7.280000000000000000e+02 -1.560000000000000053e+00 -5.789999999999999591e-01 -1.890000000000000013e-01 -2.390000000000000110e-02 1.260000000000000009e-02 7.599999999999999985e-03 8.899999999999999491e-04 8.090000000000000470e-06 0.000000000000000000e+00 1.702208732695546467e+06 -7.290000000000000000e+02 3.200000000000000067e-02 4.270000000000000184e-02 4.920000000000000068e-02 4.689999999999999725e-02 3.169999999999999901e-02 1.319999999999999993e-02 1.119999999999999902e-03 5.650000000000000115e-06 0.000000000000000000e+00 1.011899360831029015e+06 -7.300000000000000000e+02 -1.990000000000000102e-01 -1.650000000000000078e-01 -1.280000000000000027e-01 -7.900000000000000078e-02 -2.649999999999999925e-02 1.330000000000000019e-03 1.699999999999999905e-03 1.930000000000000156e-05 0.000000000000000000e+00 -2.114100167584997136e+06 -7.310000000000000000e+02 4.780000000000000221e-02 6.460000000000000464e-02 7.299999999999999545e-02 7.340000000000000691e-02 6.169999999999999790e-02 3.490000000000000047e-02 4.190000000000000148e-03 2.780000000000000149e-05 0.000000000000000000e+00 3.898752498424398247e+06 -7.320000000000000000e+02 3.559999999999999970e-02 5.369999999999999774e-02 6.210000000000000242e-02 5.920000000000000262e-02 3.950000000000000039e-02 1.549999999999999989e-02 1.149999999999999981e-03 5.290000000000000174e-06 0.000000000000000000e+00 -3.966805805940084159e+06 -7.330000000000000000e+02 1.239999999999999991e+00 4.099999999999999756e-01 1.100000000000000006e-01 -3.350000000000000113e-03 -2.160000000000000114e-02 -1.119999999999999989e-02 -9.579999999999999757e-04 -3.199999999999999855e-06 0.000000000000000000e+00 -7.391365634272147901e+06 -7.340000000000000000e+02 5.949999999999999734e-02 8.290000000000000147e-02 9.579999999999999627e-02 9.329999999999999405e-02 6.909999999999999476e-02 3.339999999999999913e-02 3.599999999999999901e-03 2.689999999999999995e-05 0.000000000000000000e+00 -6.530502480118019506e+06 -7.350000000000000000e+02 1.550000000000000044e+00 6.159999999999999920e-01 2.560000000000000053e-01 9.790000000000000091e-02 4.179999999999999688e-02 1.919999999999999832e-02 2.639999999999999986e-03 2.629999999999999892e-05 0.000000000000000000e+00 1.309150587903663889e+07 -7.360000000000000000e+02 -1.260000000000000009e+00 -4.119999999999999774e-01 -1.010000000000000064e-01 1.580000000000000154e-02 2.970000000000000070e-02 1.420000000000000082e-02 1.350000000000000071e-03 7.140000000000000249e-06 0.000000000000000000e+00 -4.159102690556918737e+06 -7.370000000000000000e+02 1.209999999999999964e+00 3.850000000000000089e-01 9.059999999999999998e-02 -1.540000000000000049e-02 -2.649999999999999925e-02 -1.239999999999999956e-02 -1.080000000000000014e-03 -4.670000000000000180e-06 0.000000000000000000e+00 -2.449742275503299665e+06 -7.380000000000000000e+02 -5.859999999999999931e-02 -7.789999999999999702e-02 -8.899999999999999578e-02 -8.899999999999999578e-02 -7.080000000000000182e-02 -3.749999999999999861e-02 -4.510000000000000120e-03 -3.699999999999999811e-05 0.000000000000000000e+00 4.359019003624062985e+06 -7.390000000000000000e+02 -1.239999999999999956e-02 -1.400000000000000029e-02 -1.409999999999999969e-02 -1.159999999999999920e-02 -6.960000000000000041e-03 -3.119999999999999944e-03 -3.789999999999999966e-04 -2.870000000000000050e-06 0.000000000000000000e+00 -8.203550938354509883e+06 -7.400000000000000000e+02 -1.370000000000000107e+00 -4.899999999999999911e-01 -1.650000000000000078e-01 -3.939999999999999752e-02 -1.329999999999999932e-02 -8.510000000000000203e-03 -1.190000000000000085e-03 -7.950000000000000117e-06 0.000000000000000000e+00 1.365348037165612215e+06 -7.410000000000000000e+02 9.740000000000000394e-03 3.710000000000000103e-02 5.390000000000000346e-02 6.219999999999999835e-02 5.489999999999999741e-02 3.109999999999999917e-02 3.919999999999999873e-03 3.049999999999999936e-05 0.000000000000000000e+00 3.165312396043030079e+06 -7.420000000000000000e+02 -9.879999999999999893e-02 -8.649999999999999920e-04 2.599999999999999881e-02 1.729999999999999941e-02 -6.119999999999999572e-03 -1.319999999999999993e-02 -2.579999999999999828e-03 -2.220000000000000090e-05 0.000000000000000000e+00 2.390611630502729211e+06 -7.430000000000000000e+02 1.420000000000000082e-02 2.230000000000000038e-02 2.709999999999999909e-02 2.939999999999999905e-02 2.850000000000000103e-02 1.839999999999999969e-02 2.409999999999999816e-03 1.779999999999999898e-05 0.000000000000000000e+00 -4.139165647295627277e+05 -7.440000000000000000e+02 1.529999999999999971e-01 1.409999999999999865e-01 1.059999999999999970e-01 6.189999999999999669e-02 1.909999999999999892e-02 -2.429999999999999868e-03 -1.600000000000000077e-03 -1.749999999999999847e-05 0.000000000000000000e+00 -1.834631202815753641e+06 -7.450000000000000000e+02 -3.760000000000000148e-02 -6.060000000000000109e-02 -6.909999999999999476e-02 -6.429999999999999605e-02 -4.309999999999999942e-02 -1.760000000000000106e-02 -1.369999999999999907e-03 -6.209999999999999835e-06 0.000000000000000000e+00 3.808482838213568553e+06 -7.460000000000000000e+02 3.139999999999999996e-03 -8.489999999999999283e-03 -1.039999999999999952e-02 -6.640000000000000069e-03 2.710000000000000169e-03 6.760000000000000384e-03 1.430000000000000064e-03 1.509999999999999942e-05 0.000000000000000000e+00 -2.285975765349990688e+06 -7.470000000000000000e+02 2.740000000000000074e-02 3.139999999999999736e-02 3.420000000000000123e-02 3.620000000000000301e-02 3.509999999999999926e-02 2.299999999999999961e-02 3.210000000000000180e-03 2.500000000000000120e-05 0.000000000000000000e+00 5.296519437646613223e+05 -7.480000000000000000e+02 -9.879999999999999893e-02 -6.550000000000000266e-02 -2.730000000000000135e-02 9.400000000000000369e-03 3.209999999999999659e-02 2.649999999999999925e-02 3.880000000000000202e-03 2.909999999999999921e-05 0.000000000000000000e+00 3.512880356185010169e+06 -7.490000000000000000e+02 -2.929999999999999966e-02 -2.900000000000000147e-02 -3.160000000000000309e-02 -2.999999999999999889e-02 -2.139999999999999888e-02 -1.030000000000000013e-02 -1.299999999999999940e-03 -1.230000000000000082e-05 0.000000000000000000e+00 -6.002901388460329734e+06 -7.500000000000000000e+02 6.219999999999999835e-02 2.920000000000000026e-02 1.600000000000000033e-02 9.429999999999999147e-03 5.649999999999999641e-03 2.809999999999999998e-03 2.829999999999999942e-04 8.119999999999999918e-08 0.000000000000000000e+00 9.921701429894666653e+05 -7.510000000000000000e+02 -6.300000000000000044e-02 -6.119999999999999746e-02 -5.399999999999999939e-02 -4.479999999999999954e-02 -3.570000000000000256e-02 -2.170000000000000054e-02 -2.980000000000000010e-03 -2.260000000000000046e-05 0.000000000000000000e+00 -3.231412328243132215e+06 -7.520000000000000000e+02 -1.430000000000000021e-02 -2.000000000000000042e-02 -2.040000000000000147e-02 -1.629999999999999852e-02 -8.319999999999999271e-03 -2.309999999999999987e-03 -7.169999999999999453e-05 7.519999999999999575e-07 0.000000000000000000e+00 4.615733385518527939e+05 -7.530000000000000000e+02 6.980000000000000093e-03 2.269999999999999882e-03 3.360000000000000139e-03 6.980000000000000093e-03 1.129999999999999928e-02 9.610000000000000486e-03 1.619999999999999912e-03 1.450000000000000009e-05 0.000000000000000000e+00 -2.937173488691281062e+06 -7.540000000000000000e+02 -1.069999999999999979e-01 -5.870000000000000218e-02 -3.710000000000000103e-02 -2.740000000000000074e-02 -2.309999999999999901e-02 -1.469999999999999953e-02 -2.040000000000000147e-03 -1.500000000000000038e-05 0.000000000000000000e+00 -4.015190332707673311e+06 -7.550000000000000000e+02 -1.239999999999999956e-02 -1.319999999999999993e-02 -1.529999999999999936e-02 -1.619999999999999912e-02 -1.469999999999999953e-02 -9.409999999999999962e-03 -1.389999999999999960e-03 -1.279999999999999942e-05 0.000000000000000000e+00 -6.283976861892403103e+06 -7.560000000000000000e+02 5.360000000000000181e-02 7.449999999999999678e-02 8.540000000000000369e-02 8.369999999999999662e-02 6.219999999999999835e-02 2.989999999999999949e-02 3.200000000000000153e-03 2.400000000000000061e-05 0.000000000000000000e+00 -4.092958716515517794e+06 -7.570000000000000000e+02 -2.190000000000000106e-03 -7.749999999999999944e-03 -9.749999999999999986e-03 -7.550000000000000287e-03 -3.299999999999999982e-03 -9.229999999999999923e-04 -1.640000000000000019e-04 -4.069999999999999996e-06 0.000000000000000000e+00 4.640921972322791815e+06 -7.580000000000000000e+02 -1.510000000000000057e-02 -1.940000000000000058e-02 -2.050000000000000086e-02 -1.750000000000000167e-02 -9.530000000000000276e-03 -2.969999999999999984e-03 -2.849999999999999886e-04 -2.879999999999999954e-06 0.000000000000000000e+00 -5.677692820349309593e+06 -7.590000000000000000e+02 -1.269999999999999948e-02 -2.510000000000000078e-02 -2.960000000000000131e-02 -2.570000000000000062e-02 -1.209999999999999964e-02 -9.650000000000000374e-04 5.180000000000000143e-04 5.139999999999999916e-06 0.000000000000000000e+00 4.305843719588637352e+06 -7.600000000000000000e+02 -1.099999999999999936e-02 -2.549999999999999836e-02 -2.869999999999999982e-02 -2.270000000000000143e-02 -9.060000000000000345e-03 1.489999999999999897e-04 4.609999999999999840e-04 3.860000000000000312e-06 0.000000000000000000e+00 1.884769400470173918e+06 -7.610000000000000000e+02 5.020000000000000157e-02 6.189999999999999669e-02 7.220000000000000029e-02 7.320000000000000118e-02 5.729999999999999677e-02 2.910000000000000087e-02 3.089999999999999865e-03 1.849999999999999906e-05 0.000000000000000000e+00 -4.602766516444472596e+06 -7.620000000000000000e+02 2.429999999999999868e-02 3.090000000000000038e-02 3.559999999999999970e-02 3.180000000000000188e-02 1.640000000000000138e-02 3.289999999999999956e-03 -1.459999999999999981e-04 -2.799999999999999873e-06 0.000000000000000000e+00 3.819030274798957165e+06 -7.630000000000000000e+02 -1.650000000000000078e-02 -2.230000000000000038e-02 -2.270000000000000143e-02 -2.009999999999999981e-02 -1.619999999999999912e-02 -1.020000000000000073e-02 -1.569999999999999998e-03 -1.699999999999999987e-05 0.000000000000000000e+00 -1.739664793639317853e+06 -7.640000000000000000e+02 2.409999999999999989e-02 3.139999999999999736e-02 3.440000000000000002e-02 3.549999999999999684e-02 3.339999999999999913e-02 2.149999999999999828e-02 3.000000000000000062e-03 2.529999999999999833e-05 0.000000000000000000e+00 1.444426755188551033e+05 -7.650000000000000000e+02 2.000000000000000042e-02 2.589999999999999941e-02 2.920000000000000026e-02 2.690000000000000030e-02 1.969999999999999876e-02 1.060000000000000005e-02 1.309999999999999967e-03 8.869999999999999779e-06 0.000000000000000000e+00 -2.948428627147336956e+06 -7.660000000000000000e+02 -3.589999999999999858e-01 -2.379999999999999893e-01 -1.660000000000000087e-01 -1.130000000000000032e-01 -7.230000000000000315e-02 -3.670000000000000345e-02 -4.570000000000000277e-03 -3.610000000000000334e-05 0.000000000000000000e+00 1.035619845737334690e+06 -7.670000000000000000e+02 -5.750000000000000250e-02 -7.499999999999999722e-02 -8.599999999999999312e-02 -8.450000000000000566e-02 -6.320000000000000617e-02 -3.109999999999999917e-02 -3.409999999999999837e-03 -2.360000000000000105e-05 0.000000000000000000e+00 4.171559630804337561e+06 -7.680000000000000000e+02 -3.119999999999999996e-01 -1.739999999999999880e-01 -9.229999999999999316e-02 -4.019999999999999962e-02 -1.569999999999999868e-02 -5.570000000000000298e-03 -1.810000000000000085e-04 5.969999999999999592e-06 0.000000000000000000e+00 9.983550807769922540e+05 -7.690000000000000000e+02 -1.020000000000000073e-02 -6.460000000000000464e-02 -8.859999999999999820e-02 -9.360000000000000264e-02 -7.589999999999999525e-02 -4.109999999999999765e-02 -5.190000000000000169e-03 -4.619999999999999812e-05 0.000000000000000000e+00 -7.504352015608904883e+06 -7.700000000000000000e+02 1.590000000000000080e+00 6.239999999999999991e-01 2.479999999999999982e-01 8.269999999999999574e-02 2.850000000000000103e-02 1.170000000000000033e-02 1.569999999999999998e-03 1.629999999999999979e-05 0.000000000000000000e+00 1.494941246047168784e+07 -7.710000000000000000e+02 2.170000000000000054e-02 1.060000000000000005e-02 1.190000000000000085e-02 1.660000000000000017e-02 2.179999999999999993e-02 1.830000000000000029e-02 3.540000000000000178e-03 4.530000000000000335e-05 0.000000000000000000e+00 -5.892426959426603280e+06 -7.720000000000000000e+02 -3.559999999999999970e-02 -4.399999999999999745e-02 -5.000000000000000278e-02 -5.170000000000000290e-02 -4.229999999999999732e-02 -2.189999999999999933e-02 -2.309999999999999987e-03 -1.529999999999999920e-05 0.000000000000000000e+00 5.038901337287451024e+05 -7.730000000000000000e+02 -1.239999999999999991e+00 -4.490000000000000102e-01 -1.650000000000000078e-01 -5.229999999999999927e-02 -2.040000000000000147e-02 -8.699999999999999400e-03 -7.380000000000000492e-04 -2.939999999999999803e-06 0.000000000000000000e+00 -2.209003239520540927e+06 -7.740000000000000000e+02 -4.590000000000000330e-02 -6.010000000000000064e-02 -6.859999999999999432e-02 -6.809999999999999387e-02 -5.299999999999999850e-02 -2.730000000000000135e-02 -3.069999999999999812e-03 -1.989999999999999921e-05 0.000000000000000000e+00 5.887732295518876985e+06 -7.750000000000000000e+02 4.379999999999999866e-02 3.860000000000000236e-02 2.670000000000000151e-02 8.909999999999999518e-03 -3.540000000000000178e-03 -3.749999999999999861e-03 -4.440000000000000045e-04 -4.019999999999999628e-06 0.000000000000000000e+00 -2.226872739189733751e+06 -7.760000000000000000e+02 -5.120000000000000107e+00 -2.750000000000000000e+00 -1.560000000000000053e+00 -7.830000000000000293e-01 -3.150000000000000022e-01 -9.260000000000000175e-02 -5.660000000000000100e-03 -2.510000000000000024e-05 0.000000000000000000e+00 -8.704525611969901365e+04 -7.770000000000000000e+02 -8.670000000000000623e-03 -2.459999999999999947e-03 -1.809999999999999977e-03 -2.789999999999999945e-03 -4.760000000000000342e-03 -4.660000000000000080e-03 -9.020000000000000240e-04 -8.509999999999999837e-06 0.000000000000000000e+00 -2.116263426788890269e+06 -7.780000000000000000e+02 5.059999999999999609e+00 2.729999999999999982e+00 1.560000000000000053e+00 7.830000000000000293e-01 3.049999999999999933e-01 8.089999999999999969e-02 3.619999999999999954e-03 8.650000000000000191e-06 0.000000000000000000e+00 -5.764207152413635515e+06 -7.790000000000000000e+02 -5.269999999999999574e+00 -2.850000000000000089e+00 -1.620000000000000107e+00 -8.169999999999999485e-01 -3.250000000000000111e-01 -9.229999999999999316e-02 -5.029999999999999749e-03 -1.959999999999999869e-05 0.000000000000000000e+00 1.976573537689274410e+06 -7.800000000000000000e+02 -1.399999999999999911e+00 -5.250000000000000222e-01 -1.940000000000000058e-01 -5.840000000000000052e-02 -2.230000000000000038e-02 -1.119999999999999989e-02 -1.240000000000000000e-03 -7.580000000000000271e-06 0.000000000000000000e+00 -8.772863604345194995e+06 -7.810000000000000000e+02 -3.490000000000000047e-02 -4.549999999999999878e-02 -5.179999999999999882e-02 -4.739999999999999769e-02 -2.819999999999999937e-02 -9.129999999999999227e-03 -4.260000000000000006e-04 3.479999999999999977e-09 0.000000000000000000e+00 -1.019480170044110506e+06 -7.820000000000000000e+02 1.030000000000000013e-02 1.430000000000000021e-02 1.420000000000000082e-02 1.329999999999999932e-02 1.420000000000000082e-02 1.140000000000000041e-02 2.040000000000000147e-03 2.120000000000000031e-05 0.000000000000000000e+00 -3.570333719598112162e+06 -7.830000000000000000e+02 1.089999999999999997e-02 2.179999999999999993e-02 2.380000000000000171e-02 1.789999999999999925e-02 5.799999999999999600e-03 -1.270000000000000078e-03 -5.190000000000000386e-04 -4.230000000000000158e-06 0.000000000000000000e+00 5.728752681436193176e+06 -7.840000000000000000e+02 -5.099999999999999645e+00 -2.770000000000000018e+00 -1.600000000000000089e+00 -8.339999999999999636e-01 -3.509999999999999787e-01 -1.079999999999999988e-01 -6.819999999999999674e-03 -3.070000000000000083e-05 0.000000000000000000e+00 8.837352115806844085e+05 -7.850000000000000000e+02 1.620000000000000107e+00 6.009999999999999787e-01 1.980000000000000093e-01 2.589999999999999941e-02 -1.480000000000000066e-02 -9.759999999999999579e-03 -1.069999999999999988e-03 -6.530000000000000160e-06 0.000000000000000000e+00 -4.260287824306746013e+06 -7.860000000000000000e+02 3.219999999999999946e-02 3.549999999999999684e-02 3.860000000000000236e-02 4.150000000000000216e-02 4.170000000000000095e-02 2.840000000000000163e-02 4.170000000000000095e-03 3.610000000000000334e-05 0.000000000000000000e+00 -3.598826032065858133e+06 -7.870000000000000000e+02 3.939999999999999752e-02 5.070000000000000201e-02 5.790000000000000008e-02 5.709999999999999798e-02 4.250000000000000305e-02 2.019999999999999921e-02 1.949999999999999910e-03 1.040000000000000038e-05 0.000000000000000000e+00 3.549455642604731023e+06 -7.880000000000000000e+02 5.309999999999999609e+00 2.879999999999999893e+00 1.649999999999999911e+00 8.389999999999999680e-01 3.390000000000000235e-01 9.800000000000000377e-02 5.579999999999999891e-03 2.169999999999999891e-05 0.000000000000000000e+00 -8.308775888938426506e+05 -7.890000000000000000e+02 1.469999999999999918e-01 1.330000000000000071e-01 1.219999999999999973e-01 1.079999999999999988e-01 8.329999999999999905e-02 4.639999999999999680e-02 5.899999999999999863e-03 4.569999999999999952e-05 0.000000000000000000e+00 1.963947663482309086e+06 -7.900000000000000000e+02 5.659999999999999754e-02 3.090000000000000038e-02 4.449999999999999963e-03 -1.779999999999999985e-02 -2.719999999999999848e-02 -1.899999999999999953e-02 -2.789999999999999945e-03 -2.460000000000000164e-05 0.000000000000000000e+00 -1.944389830494723748e+06 -7.910000000000000000e+02 5.420000000000000338e-03 4.490000000000000067e-03 1.139999999999999954e-03 -7.659999999999999708e-04 -1.979999999999999989e-03 -2.560000000000000209e-03 -6.819999999999999890e-04 -8.780000000000000640e-06 0.000000000000000000e+00 2.288163044892783277e+06 -7.920000000000000000e+02 9.379999999999999449e-02 1.270000000000000018e-01 1.449999999999999900e-01 1.409999999999999865e-01 1.079999999999999988e-01 5.609999999999999709e-02 6.479999999999999649e-03 4.640000000000000298e-05 0.000000000000000000e+00 5.419866545441685012e+05 -7.930000000000000000e+02 -1.760000000000000009e+00 -7.379999999999999893e-01 -3.150000000000000022e-01 -1.160000000000000059e-01 -4.599999999999999922e-02 -2.000000000000000042e-02 -2.269999999999999882e-03 -1.679999999999999839e-05 0.000000000000000000e+00 -1.028213792361285910e+07 -7.940000000000000000e+02 3.910000000000000281e-02 5.090000000000000080e-02 5.689999999999999919e-02 5.489999999999999741e-02 4.309999999999999942e-02 2.309999999999999901e-02 2.560000000000000209e-03 1.559999999999999972e-05 0.000000000000000000e+00 -4.412430243631836027e+06 -7.950000000000000000e+02 2.009999999999999981e-02 2.309999999999999901e-02 2.560000000000000123e-02 2.239999999999999977e-02 1.239999999999999956e-02 3.670000000000000085e-03 7.409999999999999866e-05 -2.699999999999999984e-06 0.000000000000000000e+00 2.640841963175392244e+06 -7.960000000000000000e+02 1.709999999999999964e+00 7.009999999999999565e-01 2.979999999999999871e-01 1.100000000000000006e-01 4.009999999999999676e-02 1.480000000000000066e-02 1.559999999999999972e-03 1.180000000000000052e-05 0.000000000000000000e+00 2.520803962680834346e+06 -7.970000000000000000e+02 -2.040000000000000147e-02 -2.929999999999999966e-02 -3.139999999999999736e-02 -2.800000000000000058e-02 -2.060000000000000026e-02 -1.099999999999999936e-02 -1.280000000000000105e-03 -8.300000000000000154e-06 0.000000000000000000e+00 -3.318074884688788559e+06 -7.980000000000000000e+02 5.040000000000000036e+00 2.709999999999999964e+00 1.550000000000000044e+00 7.860000000000000320e-01 3.200000000000000067e-01 9.299999999999999933e-02 5.199999999999999761e-03 1.840000000000000001e-05 0.000000000000000000e+00 -7.653860083278125967e+04 -7.990000000000000000e+02 7.409999999999999920e-02 9.130000000000000615e-02 1.049999999999999961e-01 1.059999999999999970e-01 8.490000000000000324e-02 4.540000000000000285e-02 5.440000000000000391e-03 3.940000000000000224e-05 0.000000000000000000e+00 5.598628831209940836e+06 -8.000000000000000000e+02 -4.959999999999999826e-02 -6.679999999999999827e-02 -7.580000000000000626e-02 -7.510000000000000009e-02 -6.090000000000000274e-02 -3.379999999999999671e-02 -4.219999999999999793e-03 -3.279999999999999767e-05 0.000000000000000000e+00 6.811828390902610496e+06 -8.010000000000000000e+02 -2.560000000000000209e-03 -8.479999999999999691e-03 -8.899999999999999925e-03 -6.279999999999999992e-03 -7.229999999999999556e-05 3.530000000000000152e-03 8.909999999999999734e-04 7.369999999999999741e-06 0.000000000000000000e+00 -2.260729453231631313e+06 -8.020000000000000000e+02 2.050000000000000086e-02 2.170000000000000054e-02 2.369999999999999885e-02 2.549999999999999836e-02 2.489999999999999852e-02 1.650000000000000078e-02 2.340000000000000066e-03 1.739999999999999942e-05 0.000000000000000000e+00 -5.230604766461810097e+06 -8.030000000000000000e+02 3.540000000000000091e-02 4.630000000000000088e-02 5.340000000000000302e-02 5.510000000000000314e-02 4.669999999999999846e-02 2.659999999999999865e-02 3.299999999999999982e-03 2.309999999999999906e-05 0.000000000000000000e+00 -3.270800387993147131e+06 -8.040000000000000000e+02 7.040000000000000424e-02 9.210000000000000131e-02 1.049999999999999961e-01 1.079999999999999988e-01 9.249999999999999889e-02 5.349999999999999895e-02 6.740000000000000331e-03 5.179999999999999871e-05 0.000000000000000000e+00 3.179221414493369870e+06 -8.050000000000000000e+02 -2.500000000000000139e-02 -2.330000000000000127e-02 -2.469999999999999973e-02 -2.920000000000000026e-02 -3.500000000000000333e-02 -2.610000000000000167e-02 -3.729999999999999809e-03 -2.559999999999999884e-05 0.000000000000000000e+00 -2.067177407988640698e+04 -8.060000000000000000e+02 1.649999999999999911e+00 6.650000000000000355e-01 2.740000000000000213e-01 9.619999999999999385e-02 3.219999999999999946e-02 1.060000000000000005e-02 8.429999999999999993e-04 4.490000000000000210e-06 0.000000000000000000e+00 -4.532062723801382235e+05 -8.070000000000000000e+02 -1.320000000000000062e-01 -1.150000000000000050e-01 -8.419999999999999707e-02 -4.710000000000000298e-02 -1.349999999999999985e-02 1.270000000000000078e-03 8.000000000000000383e-04 7.379999999999999645e-06 0.000000000000000000e+00 -5.466299247144660912e+06 -8.080000000000000000e+02 -1.649999999999999911e+00 -6.169999999999999929e-01 -2.010000000000000120e-01 -1.839999999999999969e-02 2.529999999999999957e-02 1.669999999999999957e-02 2.210000000000000159e-03 1.989999999999999921e-05 0.000000000000000000e+00 -2.283050846716890577e+06 -8.090000000000000000e+02 -4.719999999999999751e+00 -2.529999999999999805e+00 -1.429999999999999938e+00 -7.169999999999999707e-01 -2.810000000000000275e-01 -7.660000000000000142e-02 -3.670000000000000085e-03 -9.949999999999999603e-06 0.000000000000000000e+00 3.172985052943506744e+06 -8.100000000000000000e+02 1.549999999999999989e-01 1.320000000000000062e-01 1.089999999999999997e-01 8.279999999999999860e-02 5.410000000000000225e-02 2.599999999999999881e-02 2.939999999999999905e-03 2.129999999999999935e-05 0.000000000000000000e+00 3.632350196370914578e+06 -8.110000000000000000e+02 1.030000000000000013e-02 1.609999999999999973e-02 1.870000000000000134e-02 1.859999999999999848e-02 1.519999999999999997e-02 8.290000000000000493e-03 8.909999999999999734e-04 4.760000000000000166e-06 0.000000000000000000e+00 8.659913627046924084e+06 -8.120000000000000000e+02 1.600000000000000089e+00 6.430000000000000160e-01 2.660000000000000142e-01 1.010000000000000064e-01 4.630000000000000088e-02 2.299999999999999961e-02 3.010000000000000089e-03 2.669999999999999847e-05 0.000000000000000000e+00 -9.028571228040372953e+06 -8.130000000000000000e+02 -1.479999999999999982e+00 -5.130000000000000115e-01 -1.419999999999999873e-01 1.469999999999999953e-02 4.649999999999999967e-02 2.740000000000000074e-02 3.040000000000000167e-03 1.800000000000000046e-05 0.000000000000000000e+00 -6.631872733892656863e+06 -8.140000000000000000e+02 -4.189999999999999836e-01 -3.200000000000000067e-01 -2.300000000000000100e-01 -1.370000000000000107e-01 -5.650000000000000161e-02 -1.280000000000000061e-02 -1.029999999999999964e-04 3.819999999999999848e-06 0.000000000000000000e+00 -2.491019487064558081e+06 -8.150000000000000000e+02 3.289999999999999869e-02 5.410000000000000225e-02 6.350000000000000089e-02 6.260000000000000286e-02 4.630000000000000088e-02 2.160000000000000114e-02 2.050000000000000173e-03 1.150000000000000001e-05 0.000000000000000000e+00 -6.735711879180620424e+06 -8.160000000000000000e+02 -5.290000000000000036e+00 -2.870000000000000107e+00 -1.639999999999999902e+00 -8.259999999999999565e-01 -3.290000000000000147e-01 -9.320000000000000506e-02 -5.060000000000000261e-03 -1.970000000000000112e-05 0.000000000000000000e+00 1.839210768352834275e+06 -8.170000000000000000e+02 6.510000000000000508e-02 4.979999999999999705e-02 4.259999999999999898e-02 3.649999999999999772e-02 2.800000000000000058e-02 1.529999999999999936e-02 1.830000000000000029e-03 1.189999999999999957e-05 0.000000000000000000e+00 6.274975895451548509e+06 -8.180000000000000000e+02 1.720000000000000001e-02 2.829999999999999877e-02 2.910000000000000087e-02 2.639999999999999986e-02 2.259999999999999856e-02 1.439999999999999961e-02 2.020000000000000094e-03 1.650000000000000127e-05 0.000000000000000000e+00 9.981927288567424985e+05 -8.190000000000000000e+02 -5.469999999999999862e-02 -3.849999999999999950e-02 -2.659999999999999865e-02 -1.580000000000000154e-02 -7.550000000000000287e-03 -2.010000000000000068e-03 2.249999999999999938e-04 6.569999999999999777e-06 0.000000000000000000e+00 -1.502629691374026937e+06 -8.200000000000000000e+02 1.510000000000000057e-02 2.479999999999999913e-02 2.680000000000000090e-02 2.649999999999999925e-02 2.549999999999999836e-02 1.729999999999999941e-02 2.449999999999999921e-03 1.940000000000000060e-05 0.000000000000000000e+00 8.326304213863206096e+05 -8.210000000000000000e+02 -3.690000000000000224e-02 -5.500000000000000028e-02 -6.199999999999999956e-02 -6.130000000000000032e-02 -4.880000000000000310e-02 -2.589999999999999941e-02 -3.020000000000000115e-03 -2.180000000000000134e-05 0.000000000000000000e+00 -5.963422403894966468e+06 -8.220000000000000000e+02 -1.150000000000000050e-01 -1.590000000000000024e-01 -1.799999999999999933e-01 -1.759999999999999898e-01 -1.350000000000000089e-01 -6.969999999999999807e-02 -8.470000000000000098e-03 -8.139999999999999992e-05 0.000000000000000000e+00 5.034458424961726181e+06 -8.230000000000000000e+02 -7.139999999999999646e-03 -9.060000000000000345e-03 -1.009999999999999960e-02 -1.069999999999999944e-02 -1.179999999999999973e-02 -9.230000000000000357e-03 -1.569999999999999998e-03 -1.360000000000000023e-05 0.000000000000000000e+00 -1.305853304250159534e+06 -8.240000000000000000e+02 -5.619999999999999996e-03 -8.109999999999999154e-03 -8.890000000000000333e-03 -7.089999999999999948e-03 -2.109999999999999896e-03 6.530000000000000431e-04 1.100000000000000039e-04 -4.660000000000000170e-07 0.000000000000000000e+00 -1.047519180482360185e+06 -8.250000000000000000e+02 -5.110000000000000320e+00 -2.779999999999999805e+00 -1.610000000000000098e+00 -8.259999999999999565e-01 -3.360000000000000209e-01 -9.520000000000000684e-02 -5.040000000000000209e-03 -1.870000000000000053e-05 0.000000000000000000e+00 -1.025422985317067825e+06 -8.260000000000000000e+02 -3.479999999999999760e-02 -3.070000000000000159e-02 -3.459999999999999881e-02 -4.089999999999999886e-02 -4.299999999999999656e-02 -2.840000000000000163e-02 -3.739999999999999835e-03 -2.599999999999999840e-05 0.000000000000000000e+00 -5.507768454056113260e+05 -8.270000000000000000e+02 1.190000000000000085e-02 1.030000000000000013e-02 1.250000000000000069e-02 1.469999999999999953e-02 1.299999999999999940e-02 6.899999999999999883e-03 6.769999999999999759e-04 3.180000000000000047e-06 0.000000000000000000e+00 4.183715646013169549e+06 -8.280000000000000000e+02 1.679999999999999938e+00 6.850000000000000533e-01 2.899999999999999800e-01 1.079999999999999988e-01 3.960000000000000325e-02 1.420000000000000082e-02 1.350000000000000071e-03 9.109999999999999175e-06 0.000000000000000000e+00 9.270322138986764476e+05 -8.290000000000000000e+02 -5.339999999999999858e+00 -2.919999999999999929e+00 -1.679999999999999938e+00 -8.559999999999999831e-01 -3.390000000000000235e-01 -9.329999999999999405e-02 -4.980000000000000052e-03 -2.279999999999999854e-05 0.000000000000000000e+00 -4.650026359475171193e+06 -8.300000000000000000e+02 -1.329999999999999932e-02 5.130000000000000011e-03 1.359999999999999924e-02 1.629999999999999852e-02 1.149999999999999981e-02 5.100000000000000366e-03 1.080000000000000014e-03 2.500000000000000120e-05 0.000000000000000000e+00 2.773297006448316388e+05 -8.310000000000000000e+02 -7.989999999999999880e-02 -1.049999999999999961e-01 -1.189999999999999947e-01 -1.160000000000000059e-01 -8.680000000000000215e-02 -4.290000000000000063e-02 -4.789999999999999987e-03 -3.509999999999999936e-05 0.000000000000000000e+00 -3.105836104233644437e+06 -8.320000000000000000e+02 -2.670000000000000151e-02 -3.729999999999999982e-02 -4.259999999999999898e-02 -4.299999999999999656e-02 -3.540000000000000091e-02 -1.940000000000000058e-02 -2.299999999999999961e-03 -1.599999999999999928e-05 0.000000000000000000e+00 1.856490455270744162e+06 -8.330000000000000000e+02 3.500000000000000333e-02 4.809999999999999692e-02 5.419999999999999818e-02 5.519999999999999907e-02 4.859999999999999737e-02 2.879999999999999921e-02 3.559999999999999797e-03 2.330000000000000053e-05 0.000000000000000000e+00 -5.633747398410753813e+05 -8.340000000000000000e+02 -5.659999999999999754e-02 -6.880000000000000004e-02 -7.979999999999999594e-02 -7.960000000000000409e-02 -6.189999999999999669e-02 -3.189999999999999780e-02 -3.510000000000000099e-03 -2.150000000000000083e-05 0.000000000000000000e+00 3.224914597852060106e+05 -8.350000000000000000e+02 -2.040000000000000147e-02 -2.620000000000000107e-02 -3.070000000000000159e-02 -3.059999999999999873e-02 -2.259999999999999856e-02 -1.069999999999999944e-02 -1.049999999999999935e-03 -5.769999999999999813e-06 0.000000000000000000e+00 -1.919141610101621831e+06 -8.360000000000000000e+02 4.189999999999999974e-02 5.840000000000000052e-02 6.600000000000000311e-02 6.469999999999999363e-02 5.070000000000000201e-02 2.659999999999999865e-02 2.919999999999999853e-03 1.730000000000000038e-05 0.000000000000000000e+00 1.881479391717785737e+06 -8.370000000000000000e+02 -2.570000000000000062e-02 -4.560000000000000164e-02 -5.330000000000000016e-02 -4.880000000000000310e-02 -2.920000000000000026e-02 -9.400000000000000369e-03 -4.600000000000000139e-04 -8.360000000000000215e-07 0.000000000000000000e+00 -6.330697970635436475e+06 -8.380000000000000000e+02 -8.970000000000000542e-03 -1.609999999999999973e-02 -1.789999999999999925e-02 -1.650000000000000078e-02 -1.179999999999999973e-02 -5.340000000000000129e-03 -4.870000000000000197e-04 -5.090000000000000394e-06 0.000000000000000000e+00 3.073009887506280094e+06 -8.390000000000000000e+02 -4.189999999999999974e-02 -6.870000000000000238e-03 4.270000000000000358e-03 6.320000000000000097e-03 5.689999999999999745e-03 3.350000000000000113e-03 2.380000000000000117e-04 -7.209999999999999578e-07 0.000000000000000000e+00 -2.932601212552754674e+06 -8.400000000000000000e+02 -5.129999999999999838e-02 -7.080000000000000182e-02 -7.950000000000000122e-02 -7.420000000000000207e-02 -5.190000000000000169e-02 -2.419999999999999929e-02 -2.779999999999999919e-03 -2.540000000000000076e-05 0.000000000000000000e+00 3.359451390205536503e+06 -8.410000000000000000e+02 -5.200000000000000178e+00 -2.790000000000000036e+00 -1.580000000000000071e+00 -7.890000000000000346e-01 -3.079999999999999960e-01 -8.450000000000000566e-02 -4.290000000000000410e-03 -1.369999999999999927e-05 0.000000000000000000e+00 -4.374773759717216715e+06 -8.420000000000000000e+02 -8.429999999999999993e-03 -1.480000000000000066e-02 -1.669999999999999957e-02 -1.909999999999999892e-02 -2.120000000000000009e-02 -1.460000000000000013e-02 -1.949999999999999910e-03 -1.320000000000000067e-05 0.000000000000000000e+00 2.062415402977785794e+06 -8.430000000000000000e+02 5.309999999999999609e+00 2.890000000000000124e+00 1.659999999999999920e+00 8.479999999999999760e-01 3.459999999999999742e-01 1.010000000000000064e-01 6.040000000000000230e-03 2.650000000000000039e-05 0.000000000000000000e+00 2.350515252371516079e+06 -8.440000000000000000e+02 -5.720000000000000084e-02 -7.710000000000000187e-02 -8.799999999999999489e-02 -8.599999999999999312e-02 -6.350000000000000089e-02 -3.009999999999999828e-02 -3.020000000000000115e-03 -1.830000000000000097e-05 0.000000000000000000e+00 7.978963831054155016e+05 -8.450000000000000000e+02 -4.830000000000000071e+00 -2.609999999999999876e+00 -1.479999999999999982e+00 -7.409999999999999920e-01 -2.800000000000000266e-01 -6.969999999999999807e-02 -2.599999999999999881e-03 -4.510000000000000018e-06 0.000000000000000000e+00 4.608571840742527274e+05 -8.460000000000000000e+02 2.330000000000000127e-02 3.889999999999999708e-02 4.379999999999999866e-02 4.519999999999999712e-02 4.159999999999999809e-02 2.539999999999999897e-02 3.150000000000000022e-03 2.080000000000000075e-05 0.000000000000000000e+00 4.168605223140102345e+06 -8.470000000000000000e+02 5.510000000000000314e-02 6.250000000000000000e-02 5.990000000000000185e-02 4.800000000000000100e-02 2.900000000000000147e-02 1.220000000000000077e-02 1.299999999999999940e-03 9.470000000000000810e-06 0.000000000000000000e+00 -2.046559668145544827e+06 -8.480000000000000000e+02 -6.960000000000000041e-03 -8.980000000000000135e-03 -8.869999999999999413e-03 -6.130000000000000032e-03 -4.879999999999999789e-03 -4.400000000000000265e-03 -8.159999999999999936e-04 -6.499999999999999600e-06 0.000000000000000000e+00 -3.196001411557185464e+06 -8.490000000000000000e+02 -5.390000000000000346e-02 -6.890000000000000291e-02 -7.789999999999999702e-02 -7.729999999999999372e-02 -6.560000000000000553e-02 -3.919999999999999873e-02 -5.170000000000000116e-03 -3.990000000000000084e-05 0.000000000000000000e+00 -3.702179920689089224e+06 -8.500000000000000000e+02 5.670000000000000040e-02 7.570000000000000340e-02 8.780000000000000304e-02 8.920000000000000151e-02 7.309999999999999831e-02 4.000000000000000083e-02 4.729999999999999830e-03 3.240000000000000150e-05 0.000000000000000000e+00 -5.445961728248635307e+06 -8.510000000000000000e+02 5.210000000000000048e-02 6.419999999999999318e-02 7.330000000000000404e-02 7.420000000000000207e-02 6.210000000000000242e-02 3.500000000000000333e-02 4.239999999999999845e-03 3.169999999999999804e-05 0.000000000000000000e+00 -4.782400661241638474e+06 -8.520000000000000000e+02 -1.540000000000000036e+00 -5.669999999999999485e-01 -1.940000000000000058e-01 -3.209999999999999659e-02 1.430000000000000021e-02 1.299999999999999940e-02 1.580000000000000024e-03 8.149999999999999896e-06 0.000000000000000000e+00 -4.047623464840989560e+06 -8.530000000000000000e+02 7.109999999999999654e-02 8.949999999999999623e-02 1.010000000000000064e-01 9.950000000000000511e-02 8.129999999999999727e-02 4.639999999999999680e-02 6.069999999999999875e-03 5.089999999999999717e-05 0.000000000000000000e+00 -3.664102961489656474e+06 -8.540000000000000000e+02 -6.489999999999999936e-02 -7.720000000000000473e-02 -8.849999999999999534e-02 -9.099999999999999756e-02 -7.870000000000000606e-02 -4.689999999999999725e-02 -6.429999999999999952e-03 -5.970000000000000100e-05 0.000000000000000000e+00 9.714136261724157957e+05 -8.550000000000000000e+02 1.590000000000000024e-01 1.079999999999999988e-01 5.349999999999999895e-02 1.389999999999999960e-03 -3.209999999999999659e-02 -2.910000000000000087e-02 -4.420000000000000318e-03 -3.309999999999999818e-05 0.000000000000000000e+00 -3.801345167790945619e+06 -8.560000000000000000e+02 5.050000000000000322e-02 6.790000000000000202e-02 7.699999999999999900e-02 7.829999999999999460e-02 6.819999999999999674e-02 4.030000000000000249e-02 5.109999999999999959e-03 3.630000000000000143e-05 0.000000000000000000e+00 3.022194961852585897e+06 -8.570000000000000000e+02 -4.950000000000000233e-02 -2.450000000000000094e-02 -1.619999999999999912e-02 -1.119999999999999989e-02 -8.019999999999999352e-03 -5.420000000000000338e-03 -1.010000000000000047e-03 -1.020000000000000060e-05 0.000000000000000000e+00 7.285291261003806721e+05 -8.580000000000000000e+02 7.000000000000000146e-03 2.050000000000000086e-02 2.319999999999999840e-02 2.029999999999999860e-02 1.290000000000000001e-02 5.230000000000000274e-03 4.659999999999999971e-04 4.230000000000000158e-06 0.000000000000000000e+00 2.292574926389328670e+06 -8.590000000000000000e+02 -6.140000000000000319e-02 -7.280000000000000360e-02 -8.110000000000000542e-02 -7.879999999999999505e-02 -6.160000000000000198e-02 -3.359999999999999792e-02 -4.259999999999999898e-03 -3.190000000000000290e-05 0.000000000000000000e+00 -6.274755001733325422e+06 -8.600000000000000000e+02 2.380000000000000171e-02 3.989999999999999797e-02 4.479999999999999954e-02 4.000000000000000083e-02 2.429999999999999868e-02 8.500000000000000611e-03 5.919999999999999698e-04 2.049999999999999854e-06 0.000000000000000000e+00 5.095860122130356729e+06 -8.610000000000000000e+02 -1.239999999999999956e-02 -1.469999999999999953e-02 -1.420000000000000082e-02 -1.110000000000000049e-02 -5.660000000000000100e-03 -1.860000000000000108e-03 -2.739999999999999923e-04 -3.639999999999999878e-06 0.000000000000000000e+00 3.618120453494803951e+04 -8.620000000000000000e+02 -9.020000000000000240e-02 -1.229999999999999982e-01 -1.419999999999999873e-01 -1.419999999999999873e-01 -1.130000000000000032e-01 -5.920000000000000262e-02 -6.930000000000000396e-03 -5.360000000000000181e-05 0.000000000000000000e+00 -5.671872817407135852e+06 -8.630000000000000000e+02 1.489999999999999991e+00 5.669999999999999485e-01 2.149999999999999967e-01 6.460000000000000464e-02 1.779999999999999985e-02 5.190000000000000169e-03 3.460000000000000076e-04 1.749999999999999974e-06 0.000000000000000000e+00 1.074606498529696837e+06 -8.640000000000000000e+02 -8.669999999999999929e-02 -8.949999999999999623e-02 -8.730000000000000260e-02 -8.060000000000000497e-02 -6.169999999999999790e-02 -3.109999999999999917e-02 -3.279999999999999930e-03 -2.080000000000000075e-05 0.000000000000000000e+00 -8.571674202208383940e+05 -8.650000000000000000e+02 -1.010000000000000064e-01 -8.319999999999999618e-02 -5.700000000000000205e-02 -2.440000000000000155e-02 1.539999999999999919e-03 7.760000000000000404e-03 1.600000000000000077e-03 1.639999999999999883e-05 0.000000000000000000e+00 -1.010350592637747293e+06 -8.660000000000000000e+02 5.489999999999999741e-02 7.720000000000000473e-02 8.840000000000000635e-02 8.780000000000000304e-02 7.030000000000000138e-02 3.799999999999999906e-02 4.550000000000000225e-03 3.369999999999999922e-05 0.000000000000000000e+00 3.149032161832012207e+04 -8.670000000000000000e+02 -2.260000000000000064e-01 -1.400000000000000133e-01 -1.019999999999999934e-01 -8.190000000000000058e-02 -6.519999999999999407e-02 -3.719999999999999696e-02 -4.460000000000000422e-03 -2.739999999999999855e-05 0.000000000000000000e+00 -5.873826810082434677e+05 -8.680000000000000000e+02 -1.140000000000000041e-02 -1.760000000000000106e-02 -1.770000000000000046e-02 -1.529999999999999936e-02 -1.190000000000000085e-02 -7.280000000000000013e-03 -1.110000000000000092e-03 -1.160000000000000075e-05 0.000000000000000000e+00 -7.376746092589491745e+05 -8.690000000000000000e+02 1.239999999999999991e-01 1.680000000000000104e-01 1.900000000000000022e-01 1.849999999999999978e-01 1.449999999999999900e-01 7.939999999999999836e-02 1.099999999999999936e-02 1.440000000000000036e-04 0.000000000000000000e+00 -5.533645570320866071e+06 -8.700000000000000000e+02 1.990000000000000102e-01 8.029999999999999638e-02 1.319999999999999993e-02 -2.450000000000000094e-02 -3.039999999999999994e-02 -1.720000000000000001e-02 -2.020000000000000094e-03 -1.290000000000000016e-05 0.000000000000000000e+00 -7.118254369512183592e+06 -8.710000000000000000e+02 1.399999999999999911e+00 5.350000000000000311e-01 2.069999999999999896e-01 6.940000000000000335e-02 2.869999999999999982e-02 1.340000000000000045e-02 1.309999999999999967e-03 5.579999999999999938e-06 0.000000000000000000e+00 1.113185685948270932e+07 -8.720000000000000000e+02 -1.580000000000000154e-02 -2.029999999999999860e-02 -2.160000000000000114e-02 -1.859999999999999848e-02 -1.039999999999999952e-02 -3.389999999999999784e-03 -3.269999999999999795e-04 -3.040000000000000117e-06 0.000000000000000000e+00 -6.588443044093443081e+06 -8.730000000000000000e+02 6.060000000000000109e-02 8.649999999999999356e-02 9.819999999999999563e-02 9.589999999999999913e-02 7.589999999999999525e-02 4.109999999999999765e-02 4.939999999999999947e-03 3.529999999999999745e-05 0.000000000000000000e+00 -4.490256239650635049e+06 -8.740000000000000000e+02 1.039999999999999952e-02 6.089999999999999927e-03 7.810000000000000102e-03 1.260000000000000009e-02 1.710000000000000062e-02 1.319999999999999993e-02 2.050000000000000173e-03 1.660000000000000031e-05 0.000000000000000000e+00 6.815187207091413438e+06 -8.750000000000000000e+02 -1.490000000000000005e-02 -1.209999999999999964e-02 -1.349999999999999985e-02 -1.750000000000000167e-02 -2.280000000000000082e-02 -1.820000000000000090e-02 -2.899999999999999800e-03 -2.260000000000000046e-05 0.000000000000000000e+00 3.612900499426016584e+06 -8.760000000000000000e+02 -1.159999999999999920e-02 -3.109999999999999917e-02 -3.459999999999999881e-02 -2.809999999999999998e-02 -1.389999999999999916e-02 -2.629999999999999959e-03 2.030000000000000012e-04 1.610000000000000044e-06 0.000000000000000000e+00 -3.828619293602474965e+06 -8.770000000000000000e+02 -4.209999999999999853e-02 -6.339999999999999802e-02 -7.259999999999999787e-02 -6.950000000000000622e-02 -4.870000000000000023e-02 -2.110000000000000070e-02 -1.820000000000000003e-03 -9.880000000000000273e-06 0.000000000000000000e+00 3.400603667884689290e+06 -8.780000000000000000e+02 -1.230000000000000017e-02 -4.470000000000000015e-03 1.129999999999999928e-02 2.980000000000000010e-02 3.819999999999999785e-02 2.510000000000000078e-02 3.200000000000000153e-03 2.419999999999999869e-05 0.000000000000000000e+00 -3.093490991954165045e+06 -8.790000000000000000e+02 -1.399999999999999911e+00 -5.260000000000000231e-01 -1.880000000000000004e-01 -4.920000000000000068e-02 -1.529999999999999936e-02 -9.259999999999999135e-03 -1.420000000000000038e-03 -9.949999999999999603e-06 0.000000000000000000e+00 5.895938362685962580e+06 -8.800000000000000000e+02 -9.450000000000000067e-02 -1.330000000000000071e-01 -1.509999999999999953e-01 -1.469999999999999918e-01 -1.089999999999999997e-01 -5.399999999999999939e-02 -6.519999999999999754e-03 -6.719999999999999357e-05 0.000000000000000000e+00 6.651638346012346447e+06 -8.810000000000000000e+02 -4.800000000000000100e-02 -7.349999999999999589e-02 -8.350000000000000477e-02 -7.939999999999999836e-02 -5.800000000000000294e-02 -2.790000000000000119e-02 -2.880000000000000181e-03 -1.730000000000000038e-05 0.000000000000000000e+00 2.360796815136409830e+06 -8.820000000000000000e+02 1.649999999999999911e+00 6.290000000000000036e-01 2.200000000000000011e-01 3.549999999999999684e-02 -1.710000000000000062e-02 -1.430000000000000021e-02 -1.760000000000000063e-03 -1.150000000000000001e-05 0.000000000000000000e+00 -1.000536473770671524e+07 -8.830000000000000000e+02 5.610000000000000403e-03 1.089999999999999997e-02 1.159999999999999920e-02 1.099999999999999936e-02 9.960000000000000103e-03 6.259999999999999939e-03 8.339999999999999974e-04 6.190000000000000027e-06 0.000000000000000000e+00 -6.610908793143450748e+04 -8.840000000000000000e+02 -1.930000000000000118e-02 -2.939999999999999905e-02 -3.389999999999999958e-02 -3.280000000000000276e-02 -2.330000000000000127e-02 -1.030000000000000013e-02 -9.250000000000000409e-04 -5.219999999999999997e-06 0.000000000000000000e+00 6.244199512726915069e+06 -8.850000000000000000e+02 1.639999999999999902e+00 6.079999999999999849e-01 2.049999999999999878e-01 2.920000000000000026e-02 -1.650000000000000078e-02 -1.230000000000000017e-02 -1.309999999999999967e-03 -5.560000000000000130e-06 0.000000000000000000e+00 1.409890655483646085e+06 -8.860000000000000000e+02 1.010000000000000064e-01 1.049999999999999961e-01 9.769999999999999518e-02 8.000000000000000167e-02 5.670000000000000040e-02 3.059999999999999873e-02 3.950000000000000386e-03 2.970000000000000024e-05 0.000000000000000000e+00 8.305751336757550016e+05 -8.870000000000000000e+02 2.369999999999999885e-02 3.090000000000000038e-02 3.549999999999999684e-02 3.839999999999999664e-02 3.699999999999999817e-02 2.380000000000000171e-02 3.239999999999999825e-03 2.460000000000000164e-05 0.000000000000000000e+00 4.142963043621839024e+06 -8.880000000000000000e+02 2.709999999999999909e-02 2.319999999999999840e-02 2.599999999999999881e-02 2.560000000000000123e-02 1.899999999999999953e-02 9.679999999999999369e-03 1.160000000000000007e-03 8.379999999999999388e-06 0.000000000000000000e+00 -1.994756724367685383e+06 -8.890000000000000000e+02 8.189999999999999364e-03 4.519999999999999712e-03 5.060000000000000261e-03 7.170000000000000158e-03 8.989999999999999727e-03 6.819999999999999674e-03 1.119999999999999902e-03 1.079999999999999993e-05 0.000000000000000000e+00 5.870518995490735397e+05 -8.900000000000000000e+02 9.049999999999999711e-02 6.819999999999999674e-02 5.979999999999999899e-02 5.419999999999999818e-02 4.429999999999999910e-02 2.479999999999999913e-02 3.020000000000000115e-03 2.339999999999999958e-05 0.000000000000000000e+00 1.801685815439596307e+06 -8.910000000000000000e+02 -5.090000000000000080e-02 -6.909999999999999476e-02 -7.820000000000000562e-02 -7.689999999999999614e-02 -6.040000000000000230e-02 -3.160000000000000309e-02 -3.490000000000000047e-03 -2.129999999999999935e-05 0.000000000000000000e+00 5.020138352806278504e+06 -8.920000000000000000e+02 1.719999999999999862e-01 1.700000000000000122e-01 1.469999999999999918e-01 1.059999999999999970e-01 5.160000000000000003e-02 1.269999999999999948e-02 1.050000000000000044e-04 -5.509999999999999973e-07 0.000000000000000000e+00 9.665201864000424976e+05 -8.930000000000000000e+02 -3.239999999999999825e-02 -4.039999999999999841e-02 -4.510000000000000120e-02 -4.359999999999999987e-02 -3.330000000000000321e-02 -1.729999999999999941e-02 -2.069999999999999792e-03 -1.569999999999999876e-05 0.000000000000000000e+00 -4.242259052377212793e+06 -8.940000000000000000e+02 -6.830000000000000134e-03 6.890000000000000291e-03 1.039999999999999952e-02 8.789999999999999203e-03 3.109999999999999917e-03 -1.649999999999999991e-04 -6.739999999999999843e-06 2.259999999999999961e-06 0.000000000000000000e+00 9.334003884330155561e+05 -8.950000000000000000e+02 1.230000000000000017e-02 2.670000000000000151e-02 2.960000000000000131e-02 2.690000000000000030e-02 1.959999999999999937e-02 9.769999999999999171e-03 1.080000000000000014e-03 7.570000000000000367e-06 0.000000000000000000e+00 1.364380961095860461e+06 -8.960000000000000000e+02 1.360000000000000098e+00 4.829999999999999849e-01 1.600000000000000033e-01 2.960000000000000131e-02 -2.949999999999999931e-03 -4.020000000000000136e-03 -5.100000000000000366e-04 -2.430000000000000028e-06 0.000000000000000000e+00 -6.115635016126941890e+06 -8.970000000000000000e+02 -1.250000000000000069e-02 -1.089999999999999997e-02 -1.269999999999999948e-02 -1.319999999999999993e-02 -1.009999999999999960e-02 -4.519999999999999712e-03 -1.589999999999999888e-04 5.990000000000000248e-06 0.000000000000000000e+00 -4.066722746451391373e+06 -8.980000000000000000e+02 -3.000000000000000062e-03 -4.210000000000000200e-03 -4.870000000000000197e-03 -8.019999999999999352e-03 -1.499999999999999944e-02 -1.400000000000000029e-02 -2.429999999999999868e-03 -2.190000000000000039e-05 0.000000000000000000e+00 3.462984582039241679e+06 -8.990000000000000000e+02 3.300000000000000155e-02 5.330000000000000016e-02 5.970000000000000306e-02 5.449999999999999983e-02 3.599999999999999728e-02 1.499999999999999944e-02 1.449999999999999900e-03 1.060000000000000016e-05 0.000000000000000000e+00 4.147031678363661282e+06 -9.000000000000000000e+02 -4.919999999999999929e+00 -2.680000000000000160e+00 -1.540000000000000036e+00 -7.840000000000000302e-01 -3.069999999999999951e-01 -8.140000000000000013e-02 -3.769999999999999914e-03 -1.349999999999999949e-05 0.000000000000000000e+00 -3.836010932239003014e+05 -9.010000000000000000e+02 4.680000000000000132e-02 6.260000000000000286e-02 7.109999999999999654e-02 7.000000000000000666e-02 5.449999999999999983e-02 2.829999999999999877e-02 3.289999999999999956e-03 2.510000000000000024e-05 0.000000000000000000e+00 -1.698111899406381184e+06 -9.020000000000000000e+02 1.540000000000000036e+00 5.849999999999999645e-01 2.169999999999999984e-01 6.019999999999999657e-02 1.409999999999999969e-02 3.930000000000000333e-03 2.429999999999999977e-04 7.689999999999999641e-07 0.000000000000000000e+00 5.411711467173036188e+06 -9.030000000000000000e+02 1.590000000000000080e+00 5.829999999999999627e-01 1.839999999999999969e-01 1.430000000000000021e-02 -2.189999999999999933e-02 -1.209999999999999964e-02 -1.069999999999999988e-03 -4.050000000000000187e-06 0.000000000000000000e+00 3.748702910260249395e+06 -9.040000000000000000e+02 -1.270000000000000018e+00 -4.859999999999999876e-01 -1.980000000000000093e-01 -8.429999999999999993e-02 -4.750000000000000056e-02 -2.330000000000000127e-02 -2.230000000000000211e-03 -1.009999999999999986e-05 0.000000000000000000e+00 -6.582716567790161353e+05 -9.050000000000000000e+02 7.439999999999999392e-02 1.010000000000000064e-01 1.140000000000000041e-01 1.140000000000000041e-01 9.400000000000000022e-02 5.310000000000000137e-02 7.179999999999999750e-03 7.370000000000000249e-05 0.000000000000000000e+00 2.974462331314685289e+06 -9.060000000000000000e+02 6.909999999999999476e-02 5.109999999999999959e-02 3.459999999999999881e-02 1.480000000000000066e-02 4.650000000000000270e-04 -1.930000000000000075e-03 -1.759999999999999954e-04 -1.100000000000000056e-06 0.000000000000000000e+00 2.880474856911699753e+06 -9.070000000000000000e+02 3.269999999999999990e-02 4.270000000000000184e-02 4.839999999999999858e-02 5.279999999999999971e-02 5.190000000000000169e-02 3.339999999999999913e-02 4.329999999999999648e-03 3.009999999999999980e-05 0.000000000000000000e+00 4.967752915856998414e+06 -9.080000000000000000e+02 -2.039999999999999869e-01 -9.089999999999999469e-02 -2.050000000000000086e-02 2.450000000000000094e-02 4.050000000000000128e-02 2.900000000000000147e-02 4.389999999999999805e-03 4.059999999999999753e-05 0.000000000000000000e+00 6.918114523809048347e+06 -9.090000000000000000e+02 8.170000000000000179e-03 1.669999999999999957e-02 1.959999999999999937e-02 1.640000000000000138e-02 5.150000000000000064e-03 -2.890000000000000208e-03 -1.069999999999999988e-03 -1.209999999999999935e-05 0.000000000000000000e+00 4.063768483970458154e+06 -9.100000000000000000e+02 -1.030000000000000100e-03 -1.720000000000000001e-02 -1.919999999999999832e-02 -1.400000000000000029e-02 -2.850000000000000103e-03 3.779999999999999940e-03 1.129999999999999928e-03 1.209999999999999935e-05 0.000000000000000000e+00 -5.587246152720423415e+06 -9.110000000000000000e+02 -2.069999999999999965e-02 -3.509999999999999926e-02 -3.839999999999999664e-02 -3.559999999999999970e-02 -2.549999999999999836e-02 -1.170000000000000033e-02 -1.149999999999999981e-03 -8.319999999999999962e-06 0.000000000000000000e+00 -3.704748077479045372e+06 -9.120000000000000000e+02 -3.890000000000000124e-01 -3.270000000000000129e-01 -2.560000000000000053e-01 -1.729999999999999871e-01 -8.820000000000000062e-02 -2.879999999999999921e-02 -1.549999999999999946e-03 -2.629999999999999807e-06 0.000000000000000000e+00 -2.617228882400823291e+06 -9.130000000000000000e+02 2.110000000000000070e-02 2.970000000000000070e-02 3.320000000000000034e-02 3.459999999999999881e-02 3.289999999999999869e-02 2.089999999999999844e-02 2.690000000000000117e-03 1.749999999999999847e-05 0.000000000000000000e+00 -2.946054584516393486e+06 -9.140000000000000000e+02 2.920000000000000026e-02 3.729999999999999982e-02 4.089999999999999886e-02 4.170000000000000095e-02 3.780000000000000027e-02 2.319999999999999840e-02 2.980000000000000010e-03 2.059999999999999928e-05 0.000000000000000000e+00 4.819124027076234110e+06 -9.150000000000000000e+02 4.809999999999999609e+00 2.609999999999999876e+00 1.500000000000000000e+00 7.700000000000000178e-01 3.140000000000000013e-01 9.030000000000000526e-02 4.870000000000000197e-03 1.599999999999999928e-05 0.000000000000000000e+00 1.602042659173463006e+06 -9.160000000000000000e+02 8.250000000000000389e-02 7.399999999999999634e-02 6.310000000000000331e-02 5.020000000000000157e-02 3.239999999999999825e-02 1.420000000000000082e-02 1.490000000000000005e-03 1.169999999999999979e-05 0.000000000000000000e+00 1.988972812576369615e+06 -9.170000000000000000e+02 2.369999999999999885e-01 2.159999999999999976e-01 1.729999999999999871e-01 1.160000000000000059e-01 5.430000000000000104e-02 1.340000000000000045e-02 -5.179999999999999871e-05 -5.049999999999999930e-06 0.000000000000000000e+00 -8.609357519684260478e+05 -9.180000000000000000e+02 5.580000000000000238e-02 6.159999999999999677e-03 -2.170000000000000054e-02 -3.810000000000000192e-02 -3.969999999999999918e-02 -2.419999999999999929e-02 -2.820000000000000024e-03 -1.590000000000000023e-05 0.000000000000000000e+00 -6.835089163903199136e+06 -9.190000000000000000e+02 -3.749999999999999861e-02 -5.689999999999999919e-02 -6.519999999999999407e-02 -6.149999999999999911e-02 -4.299999999999999656e-02 -1.940000000000000058e-02 -1.799999999999999951e-03 -7.989999999999999734e-06 0.000000000000000000e+00 7.501892049765253440e+06 -9.200000000000000000e+02 -1.429999999999999938e+00 -5.220000000000000195e-01 -1.839999999999999969e-01 -4.540000000000000285e-02 -6.289999999999999584e-03 4.560000000000000251e-04 2.509999999999999753e-04 1.230000000000000082e-06 0.000000000000000000e+00 -1.070203925834796857e+06 -9.210000000000000000e+02 -6.629999999999999782e-02 1.770000000000000046e-02 6.060000000000000109e-02 7.599999999999999811e-02 6.119999999999999746e-02 3.030000000000000054e-02 3.279999999999999930e-03 2.500000000000000120e-05 0.000000000000000000e+00 4.388626941643072292e+06 -9.220000000000000000e+02 5.179999999999999716e+00 2.799999999999999822e+00 1.600000000000000089e+00 8.149999999999999467e-01 3.310000000000000164e-01 9.669999999999999429e-02 5.459999999999999576e-03 1.900000000000000105e-05 0.000000000000000000e+00 9.175142749208575115e+05 -9.230000000000000000e+02 -3.860000000000000236e-02 -6.160000000000000198e-02 -7.399999999999999634e-02 -7.539999999999999480e-02 -5.600000000000000117e-02 -2.539999999999999897e-02 -2.330000000000000040e-03 -1.390000000000000075e-05 0.000000000000000000e+00 -1.952710555841310881e+06 -9.240000000000000000e+02 -1.110000000000000049e-02 4.239999999999999845e-03 4.409999999999999858e-03 -1.860000000000000108e-03 -9.650000000000000591e-03 -9.379999999999999449e-03 -1.420000000000000038e-03 -8.260000000000000537e-06 0.000000000000000000e+00 1.405483535922609735e+06 -9.250000000000000000e+02 6.910000000000000343e-03 6.040000000000000230e-03 5.939999999999999968e-03 5.590000000000000351e-03 4.309999999999999595e-03 2.220000000000000185e-03 2.460000000000000164e-04 1.489999999999999922e-06 0.000000000000000000e+00 -5.224865343022712623e+05 -9.260000000000000000e+02 -5.669999999999999693e-03 -2.179999999999999993e-02 -3.470000000000000168e-02 -4.009999999999999676e-02 -3.309999999999999748e-02 -1.700000000000000122e-02 -1.740000000000000010e-03 -8.549999999999999454e-06 0.000000000000000000e+00 -6.619377413959768601e+06 -9.270000000000000000e+02 1.179999999999999938e-01 1.670000000000000095e-01 1.920000000000000040e-01 1.880000000000000004e-01 1.429999999999999882e-01 7.090000000000000469e-02 7.799999999999999642e-03 6.019999999999999961e-05 0.000000000000000000e+00 -1.642335890992466127e+06 -9.280000000000000000e+02 5.219999999999999814e-03 1.290000000000000001e-02 1.260000000000000009e-02 7.040000000000000251e-03 -1.959999999999999937e-03 -4.930000000000000354e-03 -9.030000000000000483e-04 -6.729999999999999939e-06 0.000000000000000000e+00 1.761028715447128983e+06 -9.290000000000000000e+02 2.889999999999999791e-01 1.749999999999999889e-01 9.610000000000000486e-02 3.910000000000000281e-02 7.199999999999999803e-03 -2.409999999999999816e-03 -7.389999999999999651e-04 -5.169999999999999628e-06 0.000000000000000000e+00 -1.814869961711413227e+06 -9.300000000000000000e+02 1.810000000000000150e-02 3.690000000000000224e-02 4.800000000000000100e-02 5.070000000000000201e-02 4.240000000000000019e-02 2.440000000000000155e-02 3.289999999999999956e-03 2.750000000000000098e-05 0.000000000000000000e+00 7.166705582223674282e+06 -9.310000000000000000e+02 -6.350000000000000089e-02 -8.260000000000000675e-02 -9.420000000000000595e-02 -9.370000000000000551e-02 -7.340000000000000691e-02 -3.830000000000000071e-02 -4.449999999999999963e-03 -3.240000000000000150e-05 0.000000000000000000e+00 7.730186592124785297e+06 -9.320000000000000000e+02 -4.349999999999999700e-02 -4.089999999999999886e-02 -2.829999999999999877e-02 -8.779999999999999610e-03 7.329999999999999710e-03 8.250000000000000389e-03 1.049999999999999935e-03 4.719999999999999702e-06 0.000000000000000000e+00 1.664835261150014354e+06 -9.330000000000000000e+02 3.540000000000000091e-02 4.469999999999999668e-02 4.870000000000000023e-02 4.789999999999999813e-02 4.309999999999999942e-02 2.790000000000000119e-02 4.020000000000000136e-03 3.479999999999999885e-05 0.000000000000000000e+00 -2.898299152250768151e+06 -9.340000000000000000e+02 -1.590000000000000094e-02 -1.200000000000000025e-02 -1.400000000000000029e-02 -1.529999999999999936e-02 -1.499999999999999944e-02 -1.009999999999999960e-02 -1.420000000000000038e-03 -9.530000000000000236e-06 0.000000000000000000e+00 2.157399217428799602e+05 -9.350000000000000000e+02 -4.989999999999999991e-02 -7.530000000000000582e-02 -8.630000000000000171e-02 -8.559999999999999554e-02 -6.710000000000000686e-02 -3.440000000000000002e-02 -3.980000000000000031e-03 -3.550000000000000231e-05 0.000000000000000000e+00 8.694732415819317102e+06 -9.360000000000000000e+02 -5.219999999999999751e+00 -2.810000000000000053e+00 -1.600000000000000089e+00 -8.020000000000000462e-01 -3.170000000000000040e-01 -8.730000000000000260e-02 -4.329999999999999648e-03 -1.299999999999999920e-05 0.000000000000000000e+00 4.781933933814112679e+05 -9.370000000000000000e+02 -2.369999999999999885e-02 -2.309999999999999901e-02 -2.690000000000000030e-02 -2.570000000000000062e-02 -1.519999999999999997e-02 -4.510000000000000120e-03 -1.569999999999999944e-04 3.470000000000000235e-07 0.000000000000000000e+00 -4.554508537445473485e+06 -9.380000000000000000e+02 6.040000000000000230e-03 1.499999999999999944e-02 1.600000000000000033e-02 1.159999999999999920e-02 3.089999999999999865e-03 -1.569999999999999998e-03 -4.000000000000000192e-04 -2.529999999999999917e-06 0.000000000000000000e+00 -2.981128467435369734e+06 -9.390000000000000000e+02 -7.969999999999999307e-02 -1.110000000000000014e-01 -1.260000000000000009e-01 -1.219999999999999973e-01 -9.070000000000000284e-02 -4.420000000000000318e-02 -5.049999999999999802e-03 -4.449999999999999746e-05 0.000000000000000000e+00 1.257043246186481323e+06 -9.400000000000000000e+02 -5.280000000000000249e+00 -2.859999999999999876e+00 -1.629999999999999893e+00 -8.209999999999999520e-01 -3.270000000000000129e-01 -9.260000000000000175e-02 -5.040000000000000209e-03 -1.970000000000000112e-05 0.000000000000000000e+00 6.751419053615494631e+05 -9.410000000000000000e+02 8.290000000000000147e-02 1.130000000000000032e-01 1.280000000000000027e-01 1.219999999999999973e-01 9.210000000000000131e-02 4.689999999999999725e-02 5.360000000000000181e-03 3.830000000000000261e-05 0.000000000000000000e+00 7.616079557002123445e+06 -9.420000000000000000e+02 5.219999999999999751e+00 2.830000000000000071e+00 1.610000000000000098e+00 8.080000000000000515e-01 3.119999999999999996e-01 8.089999999999999969e-02 3.350000000000000113e-03 6.860000000000000388e-06 0.000000000000000000e+00 2.368814916152400896e+06 -9.430000000000000000e+02 6.250000000000000000e-02 5.569999999999999951e-02 5.129999999999999838e-02 4.270000000000000184e-02 2.850000000000000103e-02 1.299999999999999940e-02 1.250000000000000026e-03 5.810000000000000277e-06 0.000000000000000000e+00 5.382387501481931657e+06 -9.440000000000000000e+02 -4.259999999999999898e-02 -6.329999999999999516e-02 -7.409999999999999920e-02 -7.779999999999999416e-02 -6.529999999999999694e-02 -3.570000000000000256e-02 -4.219999999999999793e-03 -2.930000000000000069e-05 0.000000000000000000e+00 -1.081914528936623223e+07 -9.450000000000000000e+02 -6.130000000000000032e-02 -1.079999999999999988e-01 -1.069999999999999979e-01 -7.749999999999999944e-02 -3.790000000000000313e-02 -1.179999999999999973e-02 -7.200000000000000453e-04 -3.029999999999999789e-06 0.000000000000000000e+00 -9.537889937548221787e+05 -9.460000000000000000e+02 -6.700000000000000400e-02 -8.359999999999999376e-02 -9.690000000000000002e-02 -9.629999999999999671e-02 -7.370000000000000162e-02 -3.710000000000000103e-02 -4.009999999999999676e-03 -2.549999999999999980e-05 0.000000000000000000e+00 4.356323021943965578e+05 -9.470000000000000000e+02 2.489999999999999877e-06 1.100000000000000056e-06 1.039999999999999995e-06 1.179999999999999925e-06 1.459999999999999997e-06 1.309999999999999951e-06 2.399999999999999786e-07 1.819999999999999919e-09 0.000000000000000000e+00 -5.947744758085563808e+04 -9.480000000000000000e+02 -1.479999999999999982e+00 -5.200000000000000178e-01 -1.499999999999999944e-01 7.590000000000000392e-03 4.359999999999999987e-02 2.769999999999999893e-02 3.380000000000000192e-03 2.379999999999999913e-05 0.000000000000000000e+00 -2.277942223185054027e+06 -9.490000000000000000e+02 4.189999999999999931e-04 1.729999999999999984e-03 -1.089999999999999997e-02 -2.529999999999999957e-02 -2.800000000000000058e-02 -1.569999999999999868e-02 -1.610000000000000103e-03 -8.290000000000000250e-06 0.000000000000000000e+00 -3.227589859829005785e+06 -9.500000000000000000e+02 -1.660000000000000017e-02 -1.890000000000000013e-02 -2.149999999999999828e-02 -1.830000000000000029e-02 -7.409999999999999920e-03 1.959999999999999937e-04 3.959999999999999762e-04 3.549999999999999892e-06 0.000000000000000000e+00 -8.075763483151745051e+06 -9.510000000000000000e+02 2.390000000000000197e-03 4.000000000000000083e-03 3.050000000000000194e-03 2.190000000000000106e-03 4.380000000000000213e-03 5.429999999999999931e-03 1.240000000000000000e-03 1.430000000000000031e-05 0.000000000000000000e+00 -3.350100041438818444e+06 -9.520000000000000000e+02 4.710000000000000298e-02 5.979999999999999899e-02 6.909999999999999476e-02 6.890000000000000291e-02 5.190000000000000169e-02 2.529999999999999957e-02 2.720000000000000195e-03 1.819999999999999854e-05 0.000000000000000000e+00 -4.080383768098219763e+06 -9.530000000000000000e+02 2.829999999999999738e-01 1.479999999999999927e-01 6.809999999999999387e-02 1.619999999999999912e-02 -5.870000000000000218e-03 -6.689999999999999766e-03 -1.100000000000000066e-03 -1.069999999999999920e-05 0.000000000000000000e+00 -3.011545548202848062e+06 -9.540000000000000000e+02 7.239999999999999908e-03 2.089999999999999844e-02 2.369999999999999885e-02 2.069999999999999965e-02 1.319999999999999993e-02 5.380000000000000233e-03 4.859999999999999954e-04 4.429999999999999937e-06 0.000000000000000000e+00 2.330439062546876725e+06 -9.550000000000000000e+02 -1.219999999999999973e+00 -4.319999999999999951e-01 -1.519999999999999962e-01 -4.809999999999999692e-02 -2.380000000000000171e-02 -1.200000000000000025e-02 -1.010000000000000047e-03 -2.709999999999999888e-06 0.000000000000000000e+00 1.549955548978329403e+06 -9.560000000000000000e+02 1.830000000000000029e-02 -1.969999999999999963e-03 -1.020000000000000073e-02 -1.200000000000000025e-02 -7.550000000000000287e-03 -1.959999999999999937e-03 1.810000000000000085e-04 5.419999999999999776e-06 0.000000000000000000e+00 1.355016916133608902e+06 -9.570000000000000000e+02 -1.540000000000000036e+00 -5.709999999999999520e-01 -2.010000000000000120e-01 -4.009999999999999676e-02 7.089999999999999948e-03 9.050000000000000752e-03 1.149999999999999981e-03 5.550000000000000225e-06 0.000000000000000000e+00 -4.011144930461260490e+06 -9.580000000000000000e+02 1.570000000000000062e+00 6.260000000000000009e-01 2.550000000000000044e-01 9.039999999999999425e-02 3.379999999999999671e-02 1.310000000000000053e-02 1.129999999999999928e-03 5.090000000000000394e-06 0.000000000000000000e+00 -1.265945414700334892e+07 -9.590000000000000000e+02 6.610000000000000597e-02 8.820000000000000062e-02 1.000000000000000056e-01 1.010000000000000064e-01 8.200000000000000344e-02 4.469999999999999668e-02 5.649999999999999641e-03 5.280000000000000269e-05 0.000000000000000000e+00 -7.285734894297240302e+06 -9.600000000000000000e+02 -1.019999999999999934e-01 -1.370000000000000107e-01 -1.559999999999999998e-01 -1.529999999999999971e-01 -1.179999999999999938e-01 -6.099999999999999867e-02 -7.049999999999999843e-03 -5.319999999999999886e-05 0.000000000000000000e+00 8.289436230930804275e+06 -9.610000000000000000e+02 1.080000000000000057e-02 1.499999999999999944e-02 1.490000000000000005e-02 1.409999999999999969e-02 1.480000000000000066e-02 1.179999999999999973e-02 2.099999999999999870e-03 2.159999999999999987e-05 0.000000000000000000e+00 -4.440988098439563066e+06 -9.620000000000000000e+02 7.610000000000000098e-02 3.760000000000000148e-02 1.930000000000000118e-02 8.139999999999999666e-03 2.180000000000000080e-03 8.530000000000000256e-04 4.319999999999999838e-04 7.979999999999999829e-06 0.000000000000000000e+00 3.314401970706610009e+06 -9.630000000000000000e+02 -1.689999999999999947e+00 -6.680000000000000382e-01 -2.560000000000000053e-01 -7.199999999999999456e-02 -1.669999999999999957e-02 -5.760000000000000363e-03 -6.419999999999999925e-04 -4.060000000000000092e-06 0.000000000000000000e+00 4.491903335688653402e+06 -9.640000000000000000e+02 -2.129999999999999949e-02 -3.250000000000000111e-02 -3.839999999999999664e-02 -4.270000000000000184e-02 -3.910000000000000281e-02 -2.249999999999999917e-02 -2.599999999999999881e-03 -1.590000000000000023e-05 0.000000000000000000e+00 -3.330070623431064654e+06 -9.650000000000000000e+02 -6.579999999999999738e-02 -3.409999999999999837e-02 -1.909999999999999892e-02 -1.729999999999999941e-02 -2.249999999999999917e-02 -1.720000000000000001e-02 -2.439999999999999895e-03 -1.620000000000000075e-05 0.000000000000000000e+00 -5.386346844667936675e+06 -9.660000000000000000e+02 -1.489999999999999991e+00 -5.739999999999999547e-01 -2.210000000000000020e-01 -7.309999999999999831e-02 -2.989999999999999949e-02 -1.420000000000000082e-02 -1.369999999999999907e-03 -4.349999999999999856e-06 0.000000000000000000e+00 2.465459284218919463e+06 -9.670000000000000000e+02 1.269999999999999948e-02 1.980000000000000163e-02 2.139999999999999888e-02 1.859999999999999848e-02 1.069999999999999944e-02 3.399999999999999811e-03 2.779999999999999811e-04 2.569999999999999958e-06 0.000000000000000000e+00 -2.938990305800691247e+06 -9.680000000000000000e+02 -2.319999999999999840e-02 -3.629999999999999893e-02 -4.259999999999999898e-02 -4.560000000000000164e-02 -4.410000000000000031e-02 -2.809999999999999998e-02 -3.559999999999999797e-03 -2.190000000000000039e-05 0.000000000000000000e+00 4.513092774069803767e+06 -9.690000000000000000e+02 5.009999999999999787e+00 2.689999999999999947e+00 1.530000000000000027e+00 7.720000000000000195e-01 3.079999999999999960e-01 8.740000000000000546e-02 4.760000000000000342e-03 1.629999999999999979e-05 0.000000000000000000e+00 3.041453222034591716e+06 -9.700000000000000000e+02 -2.290000000000000091e-01 -1.960000000000000075e-01 -1.580000000000000016e-01 -1.110000000000000014e-01 -5.759999999999999842e-02 -1.720000000000000001e-02 -5.010000000000000347e-04 2.370000000000000179e-06 0.000000000000000000e+00 -1.183976369011431001e+06 -9.710000000000000000e+02 6.370000000000000662e-02 4.660000000000000253e-02 3.150000000000000022e-02 1.529999999999999936e-02 4.360000000000000160e-03 7.460000000000000268e-04 -1.540000000000000028e-04 -4.580000000000000195e-06 0.000000000000000000e+00 -3.583263999354861677e+06 -9.720000000000000000e+02 -9.299999999999999239e-03 -8.899999999999999925e-03 -1.050000000000000065e-02 -1.179999999999999973e-02 -1.170000000000000033e-02 -8.059999999999999457e-03 -1.280000000000000105e-03 -1.259999999999999964e-05 0.000000000000000000e+00 -6.613335236030058004e+06 -9.730000000000000000e+02 -5.030000000000000249e+00 -2.709999999999999964e+00 -1.540000000000000036e+00 -7.780000000000000249e-01 -3.119999999999999996e-01 -9.049999999999999711e-02 -5.309999999999999616e-03 -2.220000000000000090e-05 0.000000000000000000e+00 -5.467473768881289288e+05 -9.740000000000000000e+02 -1.049999999999999961e-01 -9.099999999999999756e-02 -8.669999999999999929e-02 -8.219999999999999529e-02 -6.850000000000000533e-02 -3.930000000000000160e-02 -4.930000000000000354e-03 -3.529999999999999745e-05 0.000000000000000000e+00 -3.615094509947687853e+06 -9.750000000000000000e+02 1.179999999999999938e-01 4.610000000000000209e-02 1.389999999999999916e-02 7.870000000000000205e-05 -3.980000000000000031e-03 -4.409999999999999858e-03 -1.030000000000000100e-03 -1.069999999999999920e-05 0.000000000000000000e+00 -3.393425372273156885e+06 -9.760000000000000000e+02 5.150000000000000355e+00 2.779999999999999805e+00 1.600000000000000089e+00 8.189999999999999503e-01 3.410000000000000253e-01 1.039999999999999952e-01 6.579999999999999911e-03 2.970000000000000024e-05 0.000000000000000000e+00 -8.265600839186703088e+05 -9.770000000000000000e+02 5.199999999999999761e-02 3.980000000000000204e-02 3.790000000000000313e-02 3.640000000000000180e-02 3.309999999999999748e-02 2.160000000000000114e-02 3.139999999999999996e-03 2.549999999999999980e-05 0.000000000000000000e+00 4.239657604371497408e+06 -9.780000000000000000e+02 1.539999999999999919e-03 1.359999999999999924e-02 1.669999999999999957e-02 1.420000000000000082e-02 6.729999999999999871e-03 1.010000000000000047e-03 -1.849999999999999973e-04 -3.880000000000000121e-06 0.000000000000000000e+00 4.048838802204412408e+06 -9.790000000000000000e+02 1.459999999999999964e+00 5.979999999999999760e-01 2.680000000000000160e-01 1.229999999999999982e-01 6.360000000000000375e-02 2.819999999999999937e-02 2.589999999999999854e-03 1.189999999999999957e-05 0.000000000000000000e+00 -9.570592532154060900e+06 -9.800000000000000000e+02 -3.939999999999999752e-02 -4.569999999999999757e-02 -5.199999999999999761e-02 -5.109999999999999959e-02 -3.710000000000000103e-02 -1.700000000000000122e-02 -1.619999999999999912e-03 -8.460000000000000316e-06 0.000000000000000000e+00 -4.432845390219311230e+06 -9.810000000000000000e+02 4.320000000000000229e-02 3.139999999999999736e-02 2.670000000000000151e-02 2.630000000000000046e-02 2.690000000000000030e-02 1.880000000000000074e-02 2.809999999999999998e-03 2.260000000000000046e-05 0.000000000000000000e+00 6.768105168880105950e+06 -9.820000000000000000e+02 3.779999999999999940e-03 3.330000000000000061e-03 5.969999999999999613e-03 9.339999999999999344e-03 1.080000000000000057e-02 7.239999999999999908e-03 1.000000000000000021e-03 8.179999999999999609e-06 0.000000000000000000e+00 7.754128917181108845e+05 -9.830000000000000000e+02 -3.989999999999999797e-02 -3.209999999999999659e-02 -3.869999999999999829e-02 -4.619999999999999801e-02 -4.510000000000000120e-02 -2.800000000000000058e-02 -3.690000000000000138e-03 -2.680000000000000090e-05 0.000000000000000000e+00 -1.780116314893530216e+06 -9.840000000000000000e+02 1.819999999999999951e-01 6.610000000000000597e-02 2.670000000000000064e-03 -3.429999999999999716e-02 -4.449999999999999789e-02 -2.980000000000000010e-02 -4.300000000000000003e-03 -3.669999999999999760e-05 0.000000000000000000e+00 -3.083876447349257767e+06 -9.850000000000000000e+02 2.879999999999999921e-02 4.730000000000000177e-02 5.269999999999999685e-02 4.859999999999999737e-02 3.370000000000000079e-02 1.510000000000000057e-02 1.580000000000000024e-03 1.220000000000000008e-05 0.000000000000000000e+00 1.152781122590104933e+05 -9.860000000000000000e+02 -4.410000000000000031e-02 -1.789999999999999925e-02 -1.510000000000000057e-02 -2.100000000000000130e-02 -2.659999999999999865e-02 -1.909999999999999892e-02 -2.560000000000000209e-03 -1.629999999999999979e-05 0.000000000000000000e+00 7.456447018502705032e+05 -9.870000000000000000e+02 -3.059999999999999873e-02 -3.660000000000000059e-02 -4.340000000000000108e-02 -4.800000000000000100e-02 -4.429999999999999910e-02 -2.599999999999999881e-02 -3.069999999999999812e-03 -1.989999999999999921e-05 0.000000000000000000e+00 1.500688365666142432e+06 -9.880000000000000000e+02 -3.899999999999999994e-02 -3.939999999999999752e-02 -4.109999999999999765e-02 -3.889999999999999708e-02 -2.879999999999999921e-02 -1.370000000000000037e-02 -1.289999999999999914e-03 -5.869999999999999703e-06 0.000000000000000000e+00 1.320193408381136134e+06 -9.890000000000000000e+02 1.540000000000000036e+00 5.939999999999999725e-01 2.250000000000000056e-01 6.119999999999999746e-02 9.450000000000000067e-03 -1.879999999999999890e-04 -2.660000000000000146e-04 -1.919999999999999828e-06 0.000000000000000000e+00 5.981272314052392729e+06 -9.900000000000000000e+02 -3.310000000000000008e-03 3.109999999999999917e-03 3.710000000000000190e-03 -4.569999999999999952e-04 -9.209999999999999437e-03 -1.080000000000000057e-02 -1.979999999999999989e-03 -1.699999999999999987e-05 0.000000000000000000e+00 5.138278415977529250e+06 -9.910000000000000000e+02 4.710000000000000298e-02 6.339999999999999802e-02 7.340000000000000691e-02 7.330000000000000404e-02 5.650000000000000161e-02 2.829999999999999877e-02 3.050000000000000194e-03 2.069999999999999832e-05 0.000000000000000000e+00 -2.230389467356373556e+06 -9.920000000000000000e+02 -8.809999999999999472e-04 -2.299999999999999961e-03 -2.390000000000000197e-03 -4.250000000000000305e-03 -6.250000000000000347e-03 -4.409999999999999858e-03 -5.580000000000000107e-04 -3.769999999999999904e-06 0.000000000000000000e+00 3.810456787014922593e+06 -9.930000000000000000e+02 -3.400000000000000244e-02 -1.940000000000000058e-02 -2.299999999999999961e-03 1.640000000000000138e-02 2.440000000000000155e-02 1.529999999999999936e-02 1.649999999999999991e-03 8.399999999999999196e-06 0.000000000000000000e+00 2.366032013485301286e+06 -9.940000000000000000e+02 1.460000000000000013e-02 2.610000000000000167e-02 2.939999999999999905e-02 2.529999999999999957e-02 1.290000000000000001e-02 2.449999999999999921e-03 -1.689999999999999879e-04 -5.079999999999999643e-06 0.000000000000000000e+00 5.443726945011263713e+06 -9.950000000000000000e+02 -1.659999999999999920e+00 -6.370000000000000107e-01 -2.290000000000000091e-01 -4.719999999999999890e-02 5.810000000000000060e-03 8.810000000000000123e-03 1.660000000000000017e-03 1.639999999999999883e-05 0.000000000000000000e+00 6.752418101068014279e+06 -9.960000000000000000e+02 -3.099999999999999978e-02 -3.930000000000000160e-02 -4.460000000000000075e-02 -4.349999999999999700e-02 -3.309999999999999748e-02 -1.700000000000000122e-02 -1.740000000000000010e-03 -4.660000000000000276e-06 0.000000000000000000e+00 4.413156668202930130e+06 -9.970000000000000000e+02 9.060000000000000345e-03 3.239999999999999825e-03 2.259999999999999856e-03 2.239999999999999804e-03 3.170000000000000075e-03 3.000000000000000062e-03 4.609999999999999840e-04 2.160000000000000072e-06 0.000000000000000000e+00 -3.729653941112849861e+06 -9.980000000000000000e+02 1.570000000000000007e-01 9.080000000000000571e-02 5.639999999999999875e-02 4.070000000000000007e-02 3.470000000000000168e-02 2.199999999999999872e-02 2.929999999999999879e-03 2.019999999999999972e-05 0.000000000000000000e+00 5.212071365308906883e+06 -9.990000000000000000e+02 5.230000000000000426e+00 2.830000000000000071e+00 1.620000000000000107e+00 8.219999999999999529e-01 3.320000000000000173e-01 9.560000000000000442e-02 5.230000000000000274e-03 1.690000000000000082e-05 0.000000000000000000e+00 2.612105472888816148e+06 diff --git a/examples/USER/misc/agni/in.adatom b/examples/USER/misc/agni/in.adatom index b39b104deb98632f0ad5baab27727abcdf274e93..45653e61043503536bd53c4908a1b35135dd6a03 100644 --- a/examples/USER/misc/agni/in.adatom +++ b/examples/USER/misc/agni/in.adatom @@ -5,7 +5,7 @@ boundary p p f read_data adatom.data pair_style agni -pair_coeff * * Al_prb.agni Al +pair_coeff * * Al_jpc.agni Al neighbor 0.3 bin neigh_modify delay 2 check yes diff --git a/examples/USER/misc/agni/in.vacancy b/examples/USER/misc/agni/in.vacancy index 94226b0e9a1c00c669b6773737872e0b417f8aba..4f6dd0fc8c8400aa28d9ca6bd0bbc5d94df44aa4 100644 --- a/examples/USER/misc/agni/in.vacancy +++ b/examples/USER/misc/agni/in.vacancy @@ -4,7 +4,7 @@ boundary p p p read_data vacancy.data pair_style agni -pair_coeff * * Al_prb.agni Al +pair_coeff * * Al_jpc.agni Al neighbor 0.3 bin neigh_modify delay 2 check yes diff --git a/examples/USER/misc/agni/log.21Feb17.adatom.g++.1 b/examples/USER/misc/agni/log.21Feb17.adatom.g++.1 new file mode 100644 index 0000000000000000000000000000000000000000..5243b83ec9af953233c7ad50b17a1c98f1be4754 --- /dev/null +++ b/examples/USER/misc/agni/log.21Feb17.adatom.g++.1 @@ -0,0 +1,87 @@ +LAMMPS (21 Feb 2017) + using 1 OpenMP thread(s) per MPI task + +processors * * 1 +units metal +boundary p p f +read_data adatom.data + orthogonal box = (0 0 0) to (17.1214 14.8276 39.3197) + 1 by 1 by 1 MPI processor grid + reading atoms ... + 181 atoms + +pair_style agni +pair_coeff * * Al_jpc.agni Al +Reading potential file Al_jpc.agni with DATE: 2017-02-24 + +neighbor 0.3 bin +neigh_modify delay 2 check yes + +timestep 0.0005 +velocity all create 500 12345 +fix 1 all nvt temp 250 250 0.2 +fix 5 all momentum 1 linear 1 1 1 + +thermo 100 +thermo_style custom step ke temp + +# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz + +run 1000 +Neighbor list info ... + update every 1 steps, delay 2 steps, check yes + max neighbors/atom: 2000, page size: 100000 + master list distance cutoff = 8.3 + ghost atom cutoff = 8.3 + binsize = 4.15, bins = 5 4 10 + 1 neighbor lists, perpetual/occasional/extra = 1 0 0 + (1) pair agni, perpetual + attributes: full, newton on + pair build: full/bin/atomonly + stencil: full/bin/3d + bin: standard +Memory usage per processor = 2.69795 Mbytes +Step KinEng Temp + 0 11.633413 500 + 100 4.6059939 197.964 + 200 7.3700149 316.76065 + 300 6.0443913 259.78581 + 400 6.1631189 264.88868 + 500 6.2647272 269.25577 + 600 5.2732539 226.6426 + 700 5.6514471 242.89721 + 800 6.5572407 281.8279 + 900 6.0576738 260.35669 + 1000 6.5622233 282.04205 +Loop time of 51.9308 on 1 procs for 1000 steps with 181 atoms + +Performance: 0.832 ns/day, 28.850 hours/ns, 19.256 timesteps/s +99.4% CPU use with 1 MPI tasks x 1 OpenMP threads + +MPI task timing breakdown: +Section | min time | avg time | max time |%varavg| %total +--------------------------------------------------------------- +Pair | 51.89 | 51.89 | 51.89 | 0.0 | 99.92 +Neigh | 0.023158 | 0.023158 | 0.023158 | 0.0 | 0.04 +Comm | 0.0049036 | 0.0049036 | 0.0049036 | 0.0 | 0.01 +Output | 0.0002594 | 0.0002594 | 0.0002594 | 0.0 | 0.00 +Modify | 0.010244 | 0.010244 | 0.010244 | 0.0 | 0.02 +Other | | 0.002483 | | | 0.00 + +Nlocal: 181 ave 181 max 181 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Nghost: 563 ave 563 max 563 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Neighs: 0 ave 0 max 0 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +FullNghs: 19484 ave 19484 max 19484 min +Histogram: 1 0 0 0 0 0 0 0 0 0 + +Total # of neighbors = 19484 +Ave neighs/atom = 107.646 +Neighbor list builds = 33 +Dangerous builds = 0 + +Please see the log.cite file for references relevant to this simulation + +Total wall time: 0:00:52 diff --git a/examples/USER/misc/agni/log.21Feb17.adatom.g++.4 b/examples/USER/misc/agni/log.21Feb17.adatom.g++.4 new file mode 100644 index 0000000000000000000000000000000000000000..9419888e989b659f5e3aa042a03f2f7801e381df --- /dev/null +++ b/examples/USER/misc/agni/log.21Feb17.adatom.g++.4 @@ -0,0 +1,87 @@ +LAMMPS (21 Feb 2017) + using 1 OpenMP thread(s) per MPI task + +processors * * 1 +units metal +boundary p p f +read_data adatom.data + orthogonal box = (0 0 0) to (17.1214 14.8276 39.3197) + 2 by 2 by 1 MPI processor grid + reading atoms ... + 181 atoms + +pair_style agni +pair_coeff * * Al_jpc.agni Al +Reading potential file Al_jpc.agni with DATE: 2017-02-24 + +neighbor 0.3 bin +neigh_modify delay 2 check yes + +timestep 0.0005 +velocity all create 500 12345 +fix 1 all nvt temp 250 250 0.2 +fix 5 all momentum 1 linear 1 1 1 + +thermo 100 +thermo_style custom step ke temp + +# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz + +run 1000 +Neighbor list info ... + update every 1 steps, delay 2 steps, check yes + max neighbors/atom: 2000, page size: 100000 + master list distance cutoff = 8.3 + ghost atom cutoff = 8.3 + binsize = 4.15, bins = 5 4 10 + 1 neighbor lists, perpetual/occasional/extra = 1 0 0 + (1) pair agni, perpetual + attributes: full, newton on + pair build: full/bin/atomonly + stencil: full/bin/3d + bin: standard +Memory usage per processor = 3.06041 Mbytes +Step KinEng Temp + 0 11.633413 500 + 100 4.6059941 197.96401 + 200 7.3700154 316.76067 + 300 6.0443913 259.78581 + 400 6.1631193 264.8887 + 500 6.2647281 269.25581 + 600 5.2732537 226.64259 + 700 5.651448 242.89725 + 800 6.5572405 281.82789 + 900 6.0576741 260.3567 + 1000 6.562224 282.04208 +Loop time of 14.5263 on 4 procs for 1000 steps with 181 atoms + +Performance: 2.974 ns/day, 8.070 hours/ns, 68.841 timesteps/s +99.3% CPU use with 4 MPI tasks x 1 OpenMP threads + +MPI task timing breakdown: +Section | min time | avg time | max time |%varavg| %total +--------------------------------------------------------------- +Pair | 12.858 | 13.227 | 13.574 | 8.0 | 91.06 +Neigh | 0.0056965 | 0.0058173 | 0.0060787 | 0.2 | 0.04 +Comm | 0.92934 | 1.276 | 1.6455 | 25.7 | 8.78 +Output | 0.00013971 | 0.00017625 | 0.00025463 | 0.0 | 0.00 +Modify | 0.012693 | 0.012756 | 0.012911 | 0.1 | 0.09 +Other | | 0.004066 | | | 0.03 + +Nlocal: 45.25 ave 52 max 40 min +Histogram: 1 0 0 1 1 0 0 0 0 1 +Nghost: 376.5 ave 382 max 366 min +Histogram: 1 0 0 0 0 0 0 0 2 1 +Neighs: 0 ave 0 max 0 min +Histogram: 4 0 0 0 0 0 0 0 0 0 +FullNghs: 4871 ave 5578 max 4374 min +Histogram: 1 0 1 1 0 0 0 0 0 1 + +Total # of neighbors = 19484 +Ave neighs/atom = 107.646 +Neighbor list builds = 33 +Dangerous builds = 0 + +Please see the log.cite file for references relevant to this simulation + +Total wall time: 0:00:14 diff --git a/examples/USER/misc/agni/log.21Feb17.vacancy.g++.1 b/examples/USER/misc/agni/log.21Feb17.vacancy.g++.1 new file mode 100644 index 0000000000000000000000000000000000000000..9194d7841980134e9d16d9f7af8c7100a8d974c1 --- /dev/null +++ b/examples/USER/misc/agni/log.21Feb17.vacancy.g++.1 @@ -0,0 +1,87 @@ +LAMMPS (21 Feb 2017) + using 1 OpenMP thread(s) per MPI task + +units metal +boundary p p p +read_data vacancy.data + orthogonal box = (0 0 0) to (8.07113 8.07113 8.07113) + 1 by 1 by 1 MPI processor grid + reading atoms ... + 31 atoms + +pair_style agni +pair_coeff * * Al_jpc.agni Al +Reading potential file Al_jpc.agni with DATE: 2017-02-24 +neighbor 0.3 bin +neigh_modify delay 2 check yes + + +timestep 0.0005 +velocity all create 1000 12345 +fix 1 all nvt temp 900 900 200 +fix 5 all momentum 1 linear 1 1 1 + + +thermo 100 +thermo_style custom step ke etotal temp + +# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz + +run 1000 +Neighbor list info ... + update every 1 steps, delay 2 steps, check yes + max neighbors/atom: 2000, page size: 100000 + master list distance cutoff = 8.3 + ghost atom cutoff = 8.3 + binsize = 4.15, bins = 2 2 2 + 1 neighbor lists, perpetual/occasional/extra = 1 0 0 + (1) pair agni, perpetual + attributes: full, newton on + pair build: full/bin/atomonly + stencil: full/bin/3d + bin: standard +Memory usage per processor = 2.73416 Mbytes +Step KinEng TotEng Temp + 0 3.8778043 3.8778043 1000 + 100 2.9986261 2.9986261 773.27937 + 200 3.6860314 3.6860314 950.54599 + 300 3.813315 3.813315 983.36961 + 400 3.7330285 3.7330285 962.6655 + 500 3.5875467 3.5875467 925.14896 + 600 3.5331529 3.5331529 911.12202 + 700 2.6509449 2.6509449 683.62008 + 800 3.3763492 3.3763492 870.68582 + 900 3.903673 3.903673 1006.6709 + 1000 3.0884824 3.0884824 796.45133 +Loop time of 9.02712 on 1 procs for 1000 steps with 31 atoms + +Performance: 4.786 ns/day, 5.015 hours/ns, 110.777 timesteps/s +99.4% CPU use with 1 MPI tasks x 1 OpenMP threads + +MPI task timing breakdown: +Section | min time | avg time | max time |%varavg| %total +--------------------------------------------------------------- +Pair | 9.0039 | 9.0039 | 9.0039 | 0.0 | 99.74 +Neigh | 0.011892 | 0.011892 | 0.011892 | 0.0 | 0.13 +Comm | 0.0061693 | 0.0061693 | 0.0061693 | 0.0 | 0.07 +Output | 0.00014615 | 0.00014615 | 0.00014615 | 0.0 | 0.00 +Modify | 0.0035009 | 0.0035009 | 0.0035009 | 0.0 | 0.04 +Other | | 0.001521 | | | 0.02 + +Nlocal: 31 ave 31 max 31 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Nghost: 869 ave 869 max 869 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Neighs: 0 ave 0 max 0 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +FullNghs: 4360 ave 4360 max 4360 min +Histogram: 1 0 0 0 0 0 0 0 0 0 + +Total # of neighbors = 4360 +Ave neighs/atom = 140.645 +Neighbor list builds = 53 +Dangerous builds = 0 + +Please see the log.cite file for references relevant to this simulation + +Total wall time: 0:00:09 diff --git a/examples/USER/misc/agni/log.21Feb17.vacancy.g++.4 b/examples/USER/misc/agni/log.21Feb17.vacancy.g++.4 new file mode 100644 index 0000000000000000000000000000000000000000..d5d8e3a4814229bdb02af5dc6a9a597e9fb4292f --- /dev/null +++ b/examples/USER/misc/agni/log.21Feb17.vacancy.g++.4 @@ -0,0 +1,87 @@ +LAMMPS (21 Feb 2017) + using 1 OpenMP thread(s) per MPI task + +units metal +boundary p p p +read_data vacancy.data + orthogonal box = (0 0 0) to (8.07113 8.07113 8.07113) + 1 by 2 by 2 MPI processor grid + reading atoms ... + 31 atoms + +pair_style agni +pair_coeff * * Al_jpc.agni Al +Reading potential file Al_jpc.agni with DATE: 2017-02-24 +neighbor 0.3 bin +neigh_modify delay 2 check yes + + +timestep 0.0005 +velocity all create 1000 12345 +fix 1 all nvt temp 900 900 200 +fix 5 all momentum 1 linear 1 1 1 + + +thermo 100 +thermo_style custom step ke etotal temp + +# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz + +run 1000 +Neighbor list info ... + update every 1 steps, delay 2 steps, check yes + max neighbors/atom: 2000, page size: 100000 + master list distance cutoff = 8.3 + ghost atom cutoff = 8.3 + binsize = 4.15, bins = 2 2 2 + 1 neighbor lists, perpetual/occasional/extra = 1 0 0 + (1) pair agni, perpetual + attributes: full, newton on + pair build: full/bin/atomonly + stencil: full/bin/3d + bin: standard +Memory usage per processor = 2.72175 Mbytes +Step KinEng TotEng Temp + 0 3.8778044 3.8778044 1000 + 100 2.9986263 2.9986263 773.27942 + 200 3.6860315 3.6860315 950.54602 + 300 3.8133145 3.8133145 983.3695 + 400 3.7330282 3.7330282 962.66543 + 500 3.5875466 3.5875466 925.14895 + 600 3.5331523 3.5331523 911.12186 + 700 2.6509448 2.6509448 683.62005 + 800 3.3763493 3.3763493 870.68584 + 900 3.9036733 3.9036733 1006.671 + 1000 3.0884818 3.0884818 796.45116 +Loop time of 2.46785 on 4 procs for 1000 steps with 31 atoms + +Performance: 17.505 ns/day, 1.371 hours/ns, 405.212 timesteps/s +99.2% CPU use with 4 MPI tasks x 1 OpenMP threads + +MPI task timing breakdown: +Section | min time | avg time | max time |%varavg| %total +--------------------------------------------------------------- +Pair | 2.0737 | 2.299 | 2.3902 | 8.7 | 93.16 +Neigh | 0.0025222 | 0.0027327 | 0.0028174 | 0.2 | 0.11 +Comm | 0.059817 | 0.15141 | 0.37684 | 33.8 | 6.14 +Output | 0.0001502 | 0.00016767 | 0.00021219 | 0.0 | 0.01 +Modify | 0.0098755 | 0.010248 | 0.010664 | 0.3 | 0.42 +Other | | 0.004321 | | | 0.18 + +Nlocal: 7.75 ave 8 max 7 min +Histogram: 1 0 0 0 0 0 0 0 0 3 +Nghost: 617.25 ave 621 max 612 min +Histogram: 1 0 0 0 0 0 2 0 0 1 +Neighs: 0 ave 0 max 0 min +Histogram: 4 0 0 0 0 0 0 0 0 0 +FullNghs: 1090 ave 1131 max 993 min +Histogram: 1 0 0 0 0 0 0 0 1 2 + +Total # of neighbors = 4360 +Ave neighs/atom = 140.645 +Neighbor list builds = 53 +Dangerous builds = 0 + +Please see the log.cite file for references relevant to this simulation + +Total wall time: 0:00:02 diff --git a/examples/USER/misc/agni/log.9Nov16.adatom.g++.1 b/examples/USER/misc/agni/log.9Nov16.adatom.g++.1 deleted file mode 100644 index 1b39652b41e556a3ead8152d419e95fd195375a1..0000000000000000000000000000000000000000 --- a/examples/USER/misc/agni/log.9Nov16.adatom.g++.1 +++ /dev/null @@ -1,82 +0,0 @@ -LAMMPS (9 Nov 2016) - using 1 OpenMP thread(s) per MPI task - -processors * * 1 -units metal -boundary p p f -read_data adatom.data - orthogonal box = (0 0 0) to (17.1214 14.8276 39.3197) - 1 by 1 by 1 MPI processor grid - reading atoms ... - 181 atoms - -pair_style agni -pair_coeff * * Al_prb.agni Al -Reading potential file Al_prb.agni with DATE: 2016-11-11 - -neighbor 0.3 bin -neigh_modify delay 2 check yes - -timestep 0.0005 -velocity all create 500 12345 -fix 1 all nvt temp 250 250 0.2 -fix 5 all momentum 1 linear 1 1 1 - -thermo 100 -thermo_style custom step ke temp - -# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz - -run 1000 -Neighbor list info ... - 1 neighbor list requests - update every 1 steps, delay 2 steps, check yes - max neighbors/atom: 2000, page size: 100000 - master list distance cutoff = 8.3 - ghost atom cutoff = 8.3 - binsize = 4.15 -> bins = 5 4 10 -Memory usage per processor = 2.37049 Mbytes -Step KinEng Temp - 0 11.633413 500 - 100 4.049974 174.06646 - 200 5.8983472 253.50889 - 300 5.3667309 230.66021 - 400 4.9343935 212.0785 - 500 5.4054496 232.32432 - 600 6.1779127 265.52452 - 700 6.3749266 273.9921 - 800 6.0701481 260.89283 - 900 6.4582394 277.57286 - 1000 6.4047444 275.27366 -Loop time of 20.8273 on 1 procs for 1000 steps with 181 atoms - -Performance: 2.074 ns/day, 11.571 hours/ns, 48.014 timesteps/s -100.0% CPU use with 1 MPI tasks x 1 OpenMP threads - -MPI task timing breakdown: -Section | min time | avg time | max time |%varavg| %total ---------------------------------------------------------------- -Pair | 20.79 | 20.79 | 20.79 | 0.0 | 99.82 -Neigh | 0.022742 | 0.022742 | 0.022742 | 0.0 | 0.11 -Comm | 0.0040836 | 0.0040836 | 0.0040836 | 0.0 | 0.02 -Output | 0.00011086 | 0.00011086 | 0.00011086 | 0.0 | 0.00 -Modify | 0.0089345 | 0.0089345 | 0.0089345 | 0.0 | 0.04 -Other | | 0.001819 | | | 0.01 - -Nlocal: 181 ave 181 max 181 min -Histogram: 1 0 0 0 0 0 0 0 0 0 -Nghost: 562 ave 562 max 562 min -Histogram: 1 0 0 0 0 0 0 0 0 0 -Neighs: 0 ave 0 max 0 min -Histogram: 1 0 0 0 0 0 0 0 0 0 -FullNghs: 18810 ave 18810 max 18810 min -Histogram: 1 0 0 0 0 0 0 0 0 0 - -Total # of neighbors = 18810 -Ave neighs/atom = 103.923 -Neighbor list builds = 33 -Dangerous builds = 0 - -Please see the log.cite file for references relevant to this simulation - -Total wall time: 0:00:20 diff --git a/examples/USER/misc/agni/log.9Nov16.adatom.g++.4 b/examples/USER/misc/agni/log.9Nov16.adatom.g++.4 deleted file mode 100644 index 132e6468e2f6b44bd5720c64724fe09767f9d75c..0000000000000000000000000000000000000000 --- a/examples/USER/misc/agni/log.9Nov16.adatom.g++.4 +++ /dev/null @@ -1,82 +0,0 @@ -LAMMPS (9 Nov 2016) - using 1 OpenMP thread(s) per MPI task - -processors * * 1 -units metal -boundary p p f -read_data adatom.data - orthogonal box = (0 0 0) to (17.1214 14.8276 39.3197) - 2 by 2 by 1 MPI processor grid - reading atoms ... - 181 atoms - -pair_style agni -pair_coeff * * Al_prb.agni Al -Reading potential file Al_prb.agni with DATE: 2016-11-11 - -neighbor 0.3 bin -neigh_modify delay 2 check yes - -timestep 0.0005 -velocity all create 500 12345 -fix 1 all nvt temp 250 250 0.2 -fix 5 all momentum 1 linear 1 1 1 - -thermo 100 -thermo_style custom step ke temp - -# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz - -run 1000 -Neighbor list info ... - 1 neighbor list requests - update every 1 steps, delay 2 steps, check yes - max neighbors/atom: 2000, page size: 100000 - master list distance cutoff = 8.3 - ghost atom cutoff = 8.3 - binsize = 4.15 -> bins = 5 4 10 -Memory usage per processor = 2.48695 Mbytes -Step KinEng Temp - 0 11.633413 500 - 100 4.049974 174.06646 - 200 5.8983472 253.50889 - 300 5.3667309 230.66021 - 400 4.9343935 212.0785 - 500 5.4054496 232.32432 - 600 6.1779127 265.52451 - 700 6.3749266 273.9921 - 800 6.0701481 260.89283 - 900 6.4582394 277.57286 - 1000 6.4047444 275.27366 -Loop time of 5.96868 on 4 procs for 1000 steps with 181 atoms - -Performance: 7.238 ns/day, 3.316 hours/ns, 167.541 timesteps/s -99.9% CPU use with 4 MPI tasks x 1 OpenMP threads - -MPI task timing breakdown: -Section | min time | avg time | max time |%varavg| %total ---------------------------------------------------------------- -Pair | 5.4176 | 5.4602 | 5.5505 | 2.3 | 91.48 -Neigh | 0.0056074 | 0.0060464 | 0.0062635 | 0.3 | 0.10 -Comm | 0.39544 | 0.48696 | 0.53111 | 7.9 | 8.16 -Output | 0.0001545 | 0.00015736 | 0.0001595 | 0.0 | 0.00 -Modify | 0.010492 | 0.011565 | 0.012588 | 0.9 | 0.19 -Other | | 0.003794 | | | 0.06 - -Nlocal: 45.25 ave 47 max 42 min -Histogram: 1 0 0 0 0 0 0 0 2 1 -Nghost: 374.75 ave 380 max 373 min -Histogram: 3 0 0 0 0 0 0 0 0 1 -Neighs: 0 ave 0 max 0 min -Histogram: 4 0 0 0 0 0 0 0 0 0 -FullNghs: 4702.5 ave 4868 max 4389 min -Histogram: 1 0 0 0 0 0 0 1 1 1 - -Total # of neighbors = 18810 -Ave neighs/atom = 103.923 -Neighbor list builds = 33 -Dangerous builds = 0 - -Please see the log.cite file for references relevant to this simulation - -Total wall time: 0:00:05 diff --git a/examples/USER/misc/agni/log.9Nov16.vacancy.g++.1 b/examples/USER/misc/agni/log.9Nov16.vacancy.g++.1 deleted file mode 100644 index 07912609ba860421f75ffd24d74e22cf4a39ab44..0000000000000000000000000000000000000000 --- a/examples/USER/misc/agni/log.9Nov16.vacancy.g++.1 +++ /dev/null @@ -1,82 +0,0 @@ -LAMMPS (9 Nov 2016) - using 1 OpenMP thread(s) per MPI task - -units metal -boundary p p p -read_data vac.data - orthogonal box = (0 0 0) to (8.07113 8.07113 8.07113) - 1 by 1 by 1 MPI processor grid - reading atoms ... - 31 atoms - -pair_style agni -pair_coeff * * Al_prb.agni Al -Reading potential file Al_prb.agni with DATE: 2016-11-11 -neighbor 0.3 bin -neigh_modify delay 2 check yes - - -timestep 0.0005 -velocity all create 1000 12345 -fix 1 all nvt temp 900 900 200 -fix 5 all momentum 1 linear 1 1 1 - - -thermo 100 -thermo_style custom step ke etotal temp - -# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz - -run 1000 -Neighbor list info ... - 1 neighbor list requests - update every 1 steps, delay 2 steps, check yes - max neighbors/atom: 2000, page size: 100000 - master list distance cutoff = 8.3 - ghost atom cutoff = 8.3 - binsize = 4.15 -> bins = 2 2 2 -Memory usage per processor = 2.40842 Mbytes -Step KinEng TotEng Temp - 0 3.8778043 3.8778043 1000 - 100 2.8126642 2.8126642 725.32391 - 200 3.7110413 3.7110413 956.9955 - 300 3.2361084 3.2361084 834.52081 - 400 3.4625769 3.4625769 892.92201 - 500 3.4563307 3.4563307 891.31126 - 600 2.8486344 2.8486344 734.59982 - 700 3.1183057 3.1183057 804.14208 - 800 2.9164818 2.9164818 752.09618 - 900 3.464416 3.464416 893.39629 - 1000 3.5954546 3.5954546 927.18825 -Loop time of 3.86777 on 1 procs for 1000 steps with 31 atoms - -Performance: 11.169 ns/day, 2.149 hours/ns, 258.547 timesteps/s -99.9% CPU use with 1 MPI tasks x 1 OpenMP threads - -MPI task timing breakdown: -Section | min time | avg time | max time |%varavg| %total ---------------------------------------------------------------- -Pair | 3.8463 | 3.8463 | 3.8463 | 0.0 | 99.44 -Neigh | 0.011294 | 0.011294 | 0.011294 | 0.0 | 0.29 -Comm | 0.0057271 | 0.0057271 | 0.0057271 | 0.0 | 0.15 -Output | 0.00014257 | 0.00014257 | 0.00014257 | 0.0 | 0.00 -Modify | 0.0029459 | 0.0029459 | 0.0029459 | 0.0 | 0.08 -Other | | 0.001395 | | | 0.04 - -Nlocal: 31 ave 31 max 31 min -Histogram: 1 0 0 0 0 0 0 0 0 0 -Nghost: 878 ave 878 max 878 min -Histogram: 1 0 0 0 0 0 0 0 0 0 -Neighs: 0 ave 0 max 0 min -Histogram: 1 0 0 0 0 0 0 0 0 0 -FullNghs: 4334 ave 4334 max 4334 min -Histogram: 1 0 0 0 0 0 0 0 0 0 - -Total # of neighbors = 4334 -Ave neighs/atom = 139.806 -Neighbor list builds = 51 -Dangerous builds = 0 - -Please see the log.cite file for references relevant to this simulation - -Total wall time: 0:00:03 diff --git a/examples/USER/misc/agni/log.9Nov16.vacancy.g++.4 b/examples/USER/misc/agni/log.9Nov16.vacancy.g++.4 deleted file mode 100644 index 82bd4467bc738aa1586b7e577056856847711e5d..0000000000000000000000000000000000000000 --- a/examples/USER/misc/agni/log.9Nov16.vacancy.g++.4 +++ /dev/null @@ -1,82 +0,0 @@ -LAMMPS (9 Nov 2016) - using 1 OpenMP thread(s) per MPI task - -units metal -boundary p p p -read_data vac.data - orthogonal box = (0 0 0) to (8.07113 8.07113 8.07113) - 1 by 2 by 2 MPI processor grid - reading atoms ... - 31 atoms - -pair_style agni -pair_coeff * * Al_prb.agni Al -Reading potential file Al_prb.agni with DATE: 2016-11-11 -neighbor 0.3 bin -neigh_modify delay 2 check yes - - -timestep 0.0005 -velocity all create 1000 12345 -fix 1 all nvt temp 900 900 200 -fix 5 all momentum 1 linear 1 1 1 - - -thermo 100 -thermo_style custom step ke etotal temp - -# dump MyDump all custom 250 dump.atoms id type x y z vx vy vz fx fy fz - -run 1000 -Neighbor list info ... - 1 neighbor list requests - update every 1 steps, delay 2 steps, check yes - max neighbors/atom: 2000, page size: 100000 - master list distance cutoff = 8.3 - ghost atom cutoff = 8.3 - binsize = 4.15 -> bins = 2 2 2 -Memory usage per processor = 2.3974 Mbytes -Step KinEng TotEng Temp - 0 3.8778044 3.8778044 1000 - 100 2.8126642 2.8126642 725.32391 - 200 3.7110413 3.7110413 956.99549 - 300 3.2361084 3.2361084 834.52081 - 400 3.4625769 3.4625769 892.92201 - 500 3.4563307 3.4563307 891.31126 - 600 2.8486343 2.8486343 734.59981 - 700 3.1183057 3.1183057 804.14208 - 800 2.9164819 2.9164819 752.09618 - 900 3.4644161 3.4644161 893.39631 - 1000 3.5954546 3.5954546 927.18824 -Loop time of 1.11007 on 4 procs for 1000 steps with 31 atoms - -Performance: 38.916 ns/day, 0.617 hours/ns, 900.843 timesteps/s -99.8% CPU use with 4 MPI tasks x 1 OpenMP threads - -MPI task timing breakdown: -Section | min time | avg time | max time |%varavg| %total ---------------------------------------------------------------- -Pair | 0.906 | 0.99469 | 1.0291 | 5.1 | 89.61 -Neigh | 0.0026186 | 0.0027665 | 0.0028622 | 0.2 | 0.25 -Comm | 0.066125 | 0.10079 | 0.1896 | 16.2 | 9.08 -Output | 0.00012875 | 0.00014615 | 0.00018787 | 0.2 | 0.01 -Modify | 0.0080338 | 0.0083079 | 0.00861 | 0.2 | 0.75 -Other | | 0.003372 | | | 0.30 - -Nlocal: 7.75 ave 8 max 7 min -Histogram: 1 0 0 0 0 0 0 0 0 3 -Nghost: 623.5 ave 630 max 616 min -Histogram: 1 0 0 0 0 2 0 0 0 1 -Neighs: 0 ave 0 max 0 min -Histogram: 4 0 0 0 0 0 0 0 0 0 -FullNghs: 1083.5 ave 1131 max 988 min -Histogram: 1 0 0 0 0 0 0 1 1 1 - -Total # of neighbors = 4334 -Ave neighs/atom = 139.806 -Neighbor list builds = 51 -Dangerous builds = 0 - -Please see the log.cite file for references relevant to this simulation - -Total wall time: 0:00:01 diff --git a/examples/USER/misc/gauss-diel/in.gauss-diel b/examples/USER/misc/gauss-diel/in.gauss-diel index 3e2be5b4d62b2a797eda2bfdbe38a122ab2d8eb0..5aa7ae71574dad8413de9e54e771afa791284e82 100644 --- a/examples/USER/misc/gauss-diel/in.gauss-diel +++ b/examples/USER/misc/gauss-diel/in.gauss-diel @@ -81,7 +81,7 @@ group sds subtract all cions velocity all create 1. 87287 dist gaussian neighbor 1.5 multi -neigh_modify exclude molecule sds +neigh_modify exclude molecule/intra sds neigh_modify every 5 delay 0 check yes fix 1 all nve/limit 0.2 diff --git a/examples/USER/misc/gauss-diel/in.gauss-diel-cg b/examples/USER/misc/gauss-diel/in.gauss-diel-cg index ed2101622084e39915b8d50ec81567048a3cfc4f..51032c3d3226b7fa755593e159eedca8e610b259 100644 --- a/examples/USER/misc/gauss-diel/in.gauss-diel-cg +++ b/examples/USER/misc/gauss-diel/in.gauss-diel-cg @@ -81,7 +81,7 @@ group sds subtract all cions velocity all create 1. 87287 dist gaussian neighbor 1.5 multi -neigh_modify exclude molecule sds +neigh_modify exclude molecule/intra sds neigh_modify every 5 delay 0 check yes fix 1 all nve/limit 0.2 diff --git a/examples/USER/misc/gauss-diel/in.gauss-diel-split b/examples/USER/misc/gauss-diel/in.gauss-diel-split index f13859863b8d6c59e445ab1cf20e526b16f6718d..b6a17371d1fe9e74ac8cdb2ff61cdeb7feeeb8c8 100644 --- a/examples/USER/misc/gauss-diel/in.gauss-diel-split +++ b/examples/USER/misc/gauss-diel/in.gauss-diel-split @@ -84,7 +84,7 @@ group sds subtract all cions velocity all create 1. 87287 dist gaussian neighbor 1.5 multi -neigh_modify exclude molecule sds +neigh_modify exclude molecule/intra sds neigh_modify every 5 delay 0 check yes fix 1 all nve/limit 0.2 diff --git a/examples/USER/misc/kolmogorov-crespi/data.bilayer-graphene b/examples/USER/misc/kolmogorov-crespi/data.bilayer-graphene new file mode 100644 index 0000000000000000000000000000000000000000..6c6ad3cb7cfe92179dd8ca009b95545816351f79 --- /dev/null +++ b/examples/USER/misc/kolmogorov-crespi/data.bilayer-graphene @@ -0,0 +1,266 @@ +info: xyz2data 18:31, Mon 27-02-2017 +256 atoms +2 atom types + + 0.00000000 17.04000000 xlo xhi + 0.00000000 19.67609717 ylo yhi + -20.00000000 40.00000000 zlo zhi + +Atoms + + 1 1 0.00000000 0.00000000 0.00000000 + 2 1 1.42000000 0.00000000 0.00000000 + 3 2 1.42000000 0.00000000 3.30000000 + 4 2 2.84000000 0.00000000 3.30000000 + 5 1 2.13000000 1.22975607 0.00000000 + 6 1 3.55000000 1.22975607 0.00000000 + 7 2 3.55000000 1.22975607 3.30000000 + 8 2 4.97000000 1.22975607 3.30000000 + 9 1 0.00000000 2.45951215 0.00000000 + 10 1 1.42000000 2.45951215 0.00000000 + 11 2 1.42000000 2.45951215 3.30000000 + 12 2 2.84000000 2.45951215 3.30000000 + 13 1 2.13000000 3.68926822 0.00000000 + 14 1 3.55000000 3.68926822 0.00000000 + 15 2 3.55000000 3.68926822 3.30000000 + 16 2 4.97000000 3.68926822 3.30000000 + 17 1 0.00000000 4.91902429 0.00000000 + 18 1 1.42000000 4.91902429 0.00000000 + 19 2 1.42000000 4.91902429 3.30000000 + 20 2 2.84000000 4.91902429 3.30000000 + 21 1 2.13000000 6.14878037 0.00000000 + 22 1 3.55000000 6.14878037 0.00000000 + 23 2 3.55000000 6.14878037 3.30000000 + 24 2 4.97000000 6.14878037 3.30000000 + 25 1 0.00000000 7.37853644 0.00000000 + 26 1 1.42000000 7.37853644 0.00000000 + 27 2 1.42000000 7.37853644 3.30000000 + 28 2 2.84000000 7.37853644 3.30000000 + 29 1 2.13000000 8.60829251 0.00000000 + 30 1 3.55000000 8.60829251 0.00000000 + 31 2 3.55000000 8.60829251 3.30000000 + 32 2 4.97000000 8.60829251 3.30000000 + 33 1 0.00000000 9.83804859 0.00000000 + 34 1 1.42000000 9.83804859 0.00000000 + 35 2 1.42000000 9.83804859 3.30000000 + 36 2 2.84000000 9.83804859 3.30000000 + 37 1 2.13000000 11.06780466 0.00000000 + 38 1 3.55000000 11.06780466 0.00000000 + 39 2 3.55000000 11.06780466 3.30000000 + 40 2 4.97000000 11.06780466 3.30000000 + 41 1 0.00000000 12.29756073 0.00000000 + 42 1 1.42000000 12.29756073 0.00000000 + 43 2 1.42000000 12.29756073 3.30000000 + 44 2 2.84000000 12.29756073 3.30000000 + 45 1 2.13000000 13.52731681 0.00000000 + 46 1 3.55000000 13.52731681 0.00000000 + 47 2 3.55000000 13.52731681 3.30000000 + 48 2 4.97000000 13.52731681 3.30000000 + 49 1 0.00000000 14.75707288 0.00000000 + 50 1 1.42000000 14.75707288 0.00000000 + 51 2 1.42000000 14.75707288 3.30000000 + 52 2 2.84000000 14.75707288 3.30000000 + 53 1 2.13000000 15.98682895 0.00000000 + 54 1 3.55000000 15.98682895 0.00000000 + 55 2 3.55000000 15.98682895 3.30000000 + 56 2 4.97000000 15.98682895 3.30000000 + 57 1 0.00000000 17.21658503 0.00000000 + 58 1 1.42000000 17.21658503 0.00000000 + 59 2 1.42000000 17.21658503 3.30000000 + 60 2 2.84000000 17.21658503 3.30000000 + 61 1 2.13000000 18.44634110 0.00000000 + 62 1 3.55000000 18.44634110 0.00000000 + 63 2 3.55000000 18.44634110 3.30000000 + 64 2 4.97000000 18.44634110 3.30000000 + 65 1 4.26000000 0.00000000 0.00000000 + 66 1 5.68000000 0.00000000 0.00000000 + 67 2 5.68000000 0.00000000 3.30000000 + 68 2 7.10000000 0.00000000 3.30000000 + 69 1 6.39000000 1.22975607 0.00000000 + 70 1 7.81000000 1.22975607 0.00000000 + 71 2 7.81000000 1.22975607 3.30000000 + 72 2 9.23000000 1.22975607 3.30000000 + 73 1 4.26000000 2.45951215 0.00000000 + 74 1 5.68000000 2.45951215 0.00000000 + 75 2 5.68000000 2.45951215 3.30000000 + 76 2 7.10000000 2.45951215 3.30000000 + 77 1 6.39000000 3.68926822 0.00000000 + 78 1 7.81000000 3.68926822 0.00000000 + 79 2 7.81000000 3.68926822 3.30000000 + 80 2 9.23000000 3.68926822 3.30000000 + 81 1 4.26000000 4.91902429 0.00000000 + 82 1 5.68000000 4.91902429 0.00000000 + 83 2 5.68000000 4.91902429 3.30000000 + 84 2 7.10000000 4.91902429 3.30000000 + 85 1 6.39000000 6.14878037 0.00000000 + 86 1 7.81000000 6.14878037 0.00000000 + 87 2 7.81000000 6.14878037 3.30000000 + 88 2 9.23000000 6.14878037 3.30000000 + 89 1 4.26000000 7.37853644 0.00000000 + 90 1 5.68000000 7.37853644 0.00000000 + 91 2 5.68000000 7.37853644 3.30000000 + 92 2 7.10000000 7.37853644 3.30000000 + 93 1 6.39000000 8.60829251 0.00000000 + 94 1 7.81000000 8.60829251 0.00000000 + 95 2 7.81000000 8.60829251 3.30000000 + 96 2 9.23000000 8.60829251 3.30000000 + 97 1 4.26000000 9.83804859 0.00000000 + 98 1 5.68000000 9.83804859 0.00000000 + 99 2 5.68000000 9.83804859 3.30000000 +100 2 7.10000000 9.83804859 3.30000000 +101 1 6.39000000 11.06780466 0.00000000 +102 1 7.81000000 11.06780466 0.00000000 +103 2 7.81000000 11.06780466 3.30000000 +104 2 9.23000000 11.06780466 3.30000000 +105 1 4.26000000 12.29756073 0.00000000 +106 1 5.68000000 12.29756073 0.00000000 +107 2 5.68000000 12.29756073 3.30000000 +108 2 7.10000000 12.29756073 3.30000000 +109 1 6.39000000 13.52731681 0.00000000 +110 1 7.81000000 13.52731681 0.00000000 +111 2 7.81000000 13.52731681 3.30000000 +112 2 9.23000000 13.52731681 3.30000000 +113 1 4.26000000 14.75707288 0.00000000 +114 1 5.68000000 14.75707288 0.00000000 +115 2 5.68000000 14.75707288 3.30000000 +116 2 7.10000000 14.75707288 3.30000000 +117 1 6.39000000 15.98682895 0.00000000 +118 1 7.81000000 15.98682895 0.00000000 +119 2 7.81000000 15.98682895 3.30000000 +120 2 9.23000000 15.98682895 3.30000000 +121 1 4.26000000 17.21658503 0.00000000 +122 1 5.68000000 17.21658503 0.00000000 +123 2 5.68000000 17.21658503 3.30000000 +124 2 7.10000000 17.21658503 3.30000000 +125 1 6.39000000 18.44634110 0.00000000 +126 1 7.81000000 18.44634110 0.00000000 +127 2 7.81000000 18.44634110 3.30000000 +128 2 9.23000000 18.44634110 3.30000000 +129 1 8.52000000 0.00000000 0.00000000 +130 1 9.94000000 0.00000000 0.00000000 +131 2 9.94000000 0.00000000 3.30000000 +132 2 11.36000000 0.00000000 3.30000000 +133 1 10.65000000 1.22975607 0.00000000 +134 1 12.07000000 1.22975607 0.00000000 +135 2 12.07000000 1.22975607 3.30000000 +136 2 13.49000000 1.22975607 3.30000000 +137 1 8.52000000 2.45951215 0.00000000 +138 1 9.94000000 2.45951215 0.00000000 +139 2 9.94000000 2.45951215 3.30000000 +140 2 11.36000000 2.45951215 3.30000000 +141 1 10.65000000 3.68926822 0.00000000 +142 1 12.07000000 3.68926822 0.00000000 +143 2 12.07000000 3.68926822 3.30000000 +144 2 13.49000000 3.68926822 3.30000000 +145 1 8.52000000 4.91902429 0.00000000 +146 1 9.94000000 4.91902429 0.00000000 +147 2 9.94000000 4.91902429 3.30000000 +148 2 11.36000000 4.91902429 3.30000000 +149 1 10.65000000 6.14878037 0.00000000 +150 1 12.07000000 6.14878037 0.00000000 +151 2 12.07000000 6.14878037 3.30000000 +152 2 13.49000000 6.14878037 3.30000000 +153 1 8.52000000 7.37853644 0.00000000 +154 1 9.94000000 7.37853644 0.00000000 +155 2 9.94000000 7.37853644 3.30000000 +156 2 11.36000000 7.37853644 3.30000000 +157 1 10.65000000 8.60829251 0.00000000 +158 1 12.07000000 8.60829251 0.00000000 +159 2 12.07000000 8.60829251 3.30000000 +160 2 13.49000000 8.60829251 3.30000000 +161 1 8.52000000 9.83804859 0.00000000 +162 1 9.94000000 9.83804859 0.00000000 +163 2 9.94000000 9.83804859 3.30000000 +164 2 11.36000000 9.83804859 3.30000000 +165 1 10.65000000 11.06780466 0.00000000 +166 1 12.07000000 11.06780466 0.00000000 +167 2 12.07000000 11.06780466 3.30000000 +168 2 13.49000000 11.06780466 3.30000000 +169 1 8.52000000 12.29756073 0.00000000 +170 1 9.94000000 12.29756073 0.00000000 +171 2 9.94000000 12.29756073 3.30000000 +172 2 11.36000000 12.29756073 3.30000000 +173 1 10.65000000 13.52731681 0.00000000 +174 1 12.07000000 13.52731681 0.00000000 +175 2 12.07000000 13.52731681 3.30000000 +176 2 13.49000000 13.52731681 3.30000000 +177 1 8.52000000 14.75707288 0.00000000 +178 1 9.94000000 14.75707288 0.00000000 +179 2 9.94000000 14.75707288 3.30000000 +180 2 11.36000000 14.75707288 3.30000000 +181 1 10.65000000 15.98682895 0.00000000 +182 1 12.07000000 15.98682895 0.00000000 +183 2 12.07000000 15.98682895 3.30000000 +184 2 13.49000000 15.98682895 3.30000000 +185 1 8.52000000 17.21658503 0.00000000 +186 1 9.94000000 17.21658503 0.00000000 +187 2 9.94000000 17.21658503 3.30000000 +188 2 11.36000000 17.21658503 3.30000000 +189 1 10.65000000 18.44634110 0.00000000 +190 1 12.07000000 18.44634110 0.00000000 +191 2 12.07000000 18.44634110 3.30000000 +192 2 13.49000000 18.44634110 3.30000000 +193 1 12.78000000 0.00000000 0.00000000 +194 1 14.20000000 0.00000000 0.00000000 +195 2 14.20000000 0.00000000 3.30000000 +196 2 15.62000000 0.00000000 3.30000000 +197 1 14.91000000 1.22975607 0.00000000 +198 1 16.33000000 1.22975607 0.00000000 +199 2 16.33000000 1.22975607 3.30000000 +200 2 17.75000000 1.22975607 3.30000000 +201 1 12.78000000 2.45951215 0.00000000 +202 1 14.20000000 2.45951215 0.00000000 +203 2 14.20000000 2.45951215 3.30000000 +204 2 15.62000000 2.45951215 3.30000000 +205 1 14.91000000 3.68926822 0.00000000 +206 1 16.33000000 3.68926822 0.00000000 +207 2 16.33000000 3.68926822 3.30000000 +208 2 17.75000000 3.68926822 3.30000000 +209 1 12.78000000 4.91902429 0.00000000 +210 1 14.20000000 4.91902429 0.00000000 +211 2 14.20000000 4.91902429 3.30000000 +212 2 15.62000000 4.91902429 3.30000000 +213 1 14.91000000 6.14878037 0.00000000 +214 1 16.33000000 6.14878037 0.00000000 +215 2 16.33000000 6.14878037 3.30000000 +216 2 17.75000000 6.14878037 3.30000000 +217 1 12.78000000 7.37853644 0.00000000 +218 1 14.20000000 7.37853644 0.00000000 +219 2 14.20000000 7.37853644 3.30000000 +220 2 15.62000000 7.37853644 3.30000000 +221 1 14.91000000 8.60829251 0.00000000 +222 1 16.33000000 8.60829251 0.00000000 +223 2 16.33000000 8.60829251 3.30000000 +224 2 17.75000000 8.60829251 3.30000000 +225 1 12.78000000 9.83804859 0.00000000 +226 1 14.20000000 9.83804859 0.00000000 +227 2 14.20000000 9.83804859 3.30000000 +228 2 15.62000000 9.83804859 3.30000000 +229 1 14.91000000 11.06780466 0.00000000 +230 1 16.33000000 11.06780466 0.00000000 +231 2 16.33000000 11.06780466 3.30000000 +232 2 17.75000000 11.06780466 3.30000000 +233 1 12.78000000 12.29756073 0.00000000 +234 1 14.20000000 12.29756073 0.00000000 +235 2 14.20000000 12.29756073 3.30000000 +236 2 15.62000000 12.29756073 3.30000000 +237 1 14.91000000 13.52731681 0.00000000 +238 1 16.33000000 13.52731681 0.00000000 +239 2 16.33000000 13.52731681 3.30000000 +240 2 17.75000000 13.52731681 3.30000000 +241 1 12.78000000 14.75707288 0.00000000 +242 1 14.20000000 14.75707288 0.00000000 +243 2 14.20000000 14.75707288 3.30000000 +244 2 15.62000000 14.75707288 3.30000000 +245 1 14.91000000 15.98682895 0.00000000 +246 1 16.33000000 15.98682895 0.00000000 +247 2 16.33000000 15.98682895 3.30000000 +248 2 17.75000000 15.98682895 3.30000000 +249 1 12.78000000 17.21658503 0.00000000 +250 1 14.20000000 17.21658503 0.00000000 +251 2 14.20000000 17.21658503 3.30000000 +252 2 15.62000000 17.21658503 3.30000000 +253 1 14.91000000 18.44634110 0.00000000 +254 1 16.33000000 18.44634110 0.00000000 +255 2 16.33000000 18.44634110 3.30000000 +256 2 17.75000000 18.44634110 3.30000000 diff --git a/examples/USER/misc/kolmogorov-crespi/data.graphene-adsorbant b/examples/USER/misc/kolmogorov-crespi/data.graphene-adsorbant new file mode 100644 index 0000000000000000000000000000000000000000..35cd7c91f354335e4f0813606a36571b52e0d230 --- /dev/null +++ b/examples/USER/misc/kolmogorov-crespi/data.graphene-adsorbant @@ -0,0 +1,139 @@ +info: xyz2data 11:52, Tue 28-02-2017 +129 atoms +2 atom types + + 0.00000000 17.04000000 xlo xhi + 0.00000000 19.67609717 ylo yhi + -10.00000000 40.00000000 zlo zhi + +Atoms + + 1 1 0.00000000 0.00000000 0.00000000 + 2 1 1.42000000 0.00000000 0.00000000 + 3 1 2.13000000 1.22975607 0.00000000 + 4 1 3.55000000 1.22975607 0.00000000 + 5 1 0.00000000 2.45951215 0.00000000 + 6 1 1.42000000 2.45951215 0.00000000 + 7 1 2.13000000 3.68926822 0.00000000 + 8 1 3.55000000 3.68926822 0.00000000 + 9 1 0.00000000 4.91902429 0.00000000 + 10 1 1.42000000 4.91902429 0.00000000 + 11 1 2.13000000 6.14878037 0.00000000 + 12 1 3.55000000 6.14878037 0.00000000 + 13 1 0.00000000 7.37853644 0.00000000 + 14 1 1.42000000 7.37853644 0.00000000 + 15 1 2.13000000 8.60829251 0.00000000 + 16 1 3.55000000 8.60829251 0.00000000 + 17 1 0.00000000 9.83804859 0.00000000 + 18 1 1.42000000 9.83804859 0.00000000 + 19 1 2.13000000 11.06780466 0.00000000 + 20 1 3.55000000 11.06780466 0.00000000 + 21 1 0.00000000 12.29756073 0.00000000 + 22 1 1.42000000 12.29756073 0.00000000 + 23 1 2.13000000 13.52731681 0.00000000 + 24 1 3.55000000 13.52731681 0.00000000 + 25 1 0.00000000 14.75707288 0.00000000 + 26 1 1.42000000 14.75707288 0.00000000 + 27 1 2.13000000 15.98682895 0.00000000 + 28 1 3.55000000 15.98682895 0.00000000 + 29 1 0.00000000 17.21658503 0.00000000 + 30 1 1.42000000 17.21658503 0.00000000 + 31 1 2.13000000 18.44634110 0.00000000 + 32 1 3.55000000 18.44634110 0.00000000 + 33 1 4.26000000 0.00000000 0.00000000 + 34 1 5.68000000 0.00000000 0.00000000 + 35 1 6.39000000 1.22975607 0.00000000 + 36 1 7.81000000 1.22975607 0.00000000 + 37 1 4.26000000 2.45951215 0.00000000 + 38 1 5.68000000 2.45951215 0.00000000 + 39 1 6.39000000 3.68926822 0.00000000 + 40 1 7.81000000 3.68926822 0.00000000 + 41 1 4.26000000 4.91902429 0.00000000 + 42 1 5.68000000 4.91902429 0.00000000 + 43 1 6.39000000 6.14878037 0.00000000 + 44 1 7.81000000 6.14878037 0.00000000 + 45 1 4.26000000 7.37853644 0.00000000 + 46 1 5.68000000 7.37853644 0.00000000 + 47 1 6.39000000 8.60829251 0.00000000 + 48 1 7.81000000 8.60829251 0.00000000 + 49 1 4.26000000 9.83804859 0.00000000 + 50 1 5.68000000 9.83804859 0.00000000 + 51 1 6.39000000 11.06780466 0.00000000 + 52 1 7.81000000 11.06780466 0.00000000 + 53 1 4.26000000 12.29756073 0.00000000 + 54 1 5.68000000 12.29756073 0.00000000 + 55 1 6.39000000 13.52731681 0.00000000 + 56 1 7.81000000 13.52731681 0.00000000 + 57 1 4.26000000 14.75707288 0.00000000 + 58 1 5.68000000 14.75707288 0.00000000 + 59 1 6.39000000 15.98682895 0.00000000 + 60 1 7.81000000 15.98682895 0.00000000 + 61 1 4.26000000 17.21658503 0.00000000 + 62 1 5.68000000 17.21658503 0.00000000 + 63 1 6.39000000 18.44634110 0.00000000 + 64 1 7.81000000 18.44634110 0.00000000 + 65 1 8.52000000 0.00000000 0.00000000 + 66 1 9.94000000 0.00000000 0.00000000 + 67 1 10.65000000 1.22975607 0.00000000 + 68 1 12.07000000 1.22975607 0.00000000 + 69 1 8.52000000 2.45951215 0.00000000 + 70 1 9.94000000 2.45951215 0.00000000 + 71 1 10.65000000 3.68926822 0.00000000 + 72 1 12.07000000 3.68926822 0.00000000 + 73 1 8.52000000 4.91902429 0.00000000 + 74 1 9.94000000 4.91902429 0.00000000 + 75 1 10.65000000 6.14878037 0.00000000 + 76 1 12.07000000 6.14878037 0.00000000 + 77 1 8.52000000 7.37853644 0.00000000 + 78 1 9.94000000 7.37853644 0.00000000 + 79 1 10.65000000 8.60829251 0.00000000 + 80 1 12.07000000 8.60829251 0.00000000 + 81 1 8.52000000 9.83804859 0.00000000 + 82 1 9.94000000 9.83804859 0.00000000 + 83 1 10.65000000 11.06780466 0.00000000 + 84 1 12.07000000 11.06780466 0.00000000 + 85 1 8.52000000 12.29756073 0.00000000 + 86 1 9.94000000 12.29756073 0.00000000 + 87 1 10.65000000 13.52731681 0.00000000 + 88 1 12.07000000 13.52731681 0.00000000 + 89 1 8.52000000 14.75707288 0.00000000 + 90 1 9.94000000 14.75707288 0.00000000 + 91 1 10.65000000 15.98682895 0.00000000 + 92 1 12.07000000 15.98682895 0.00000000 + 93 1 8.52000000 17.21658503 0.00000000 + 94 1 9.94000000 17.21658503 0.00000000 + 95 1 10.65000000 18.44634110 0.00000000 + 96 1 12.07000000 18.44634110 0.00000000 + 97 1 12.78000000 0.00000000 0.00000000 + 98 1 14.20000000 0.00000000 0.00000000 + 99 1 14.91000000 1.22975607 0.00000000 +100 1 16.33000000 1.22975607 0.00000000 +101 1 12.78000000 2.45951215 0.00000000 +102 1 14.20000000 2.45951215 0.00000000 +103 1 14.91000000 3.68926822 0.00000000 +104 1 16.33000000 3.68926822 0.00000000 +105 1 12.78000000 4.91902429 0.00000000 +106 1 14.20000000 4.91902429 0.00000000 +107 1 14.91000000 6.14878037 0.00000000 +108 1 16.33000000 6.14878037 0.00000000 +109 1 12.78000000 7.37853644 0.00000000 +110 1 14.20000000 7.37853644 0.00000000 +111 1 14.91000000 8.60829251 0.00000000 +112 1 16.33000000 8.60829251 0.00000000 +113 1 12.78000000 9.83804859 0.00000000 +114 1 14.20000000 9.83804859 0.00000000 +115 1 14.91000000 11.06780466 0.00000000 +116 1 16.33000000 11.06780466 0.00000000 +117 1 12.78000000 12.29756073 0.00000000 +118 1 14.20000000 12.29756073 0.00000000 +119 1 14.91000000 13.52731681 0.00000000 +120 1 16.33000000 13.52731681 0.00000000 +121 1 12.78000000 14.75707288 0.00000000 +122 1 14.20000000 14.75707288 0.00000000 +123 1 14.91000000 15.98682895 0.00000000 +124 1 16.33000000 15.98682895 0.00000000 +125 1 12.78000000 17.21658503 0.00000000 +126 1 14.20000000 17.21658503 0.00000000 +127 1 14.91000000 18.44634110 0.00000000 +128 1 16.33000000 18.44634110 0.00000000 +129 2 10.00000000 10.00000000 3.30000000 diff --git a/examples/USER/misc/kolmogorov-crespi/in.atom-diffusion b/examples/USER/misc/kolmogorov-crespi/in.atom-diffusion new file mode 100644 index 0000000000000000000000000000000000000000..5e3135a8b418c18ee0ec37a61f58d39f436659e0 --- /dev/null +++ b/examples/USER/misc/kolmogorov-crespi/in.atom-diffusion @@ -0,0 +1,45 @@ +# Initialization +units metal +boundary p p p +atom_style atomic +processors * * 1 # domain decomposition over x and y + +# System and atom definition +# we use 2 atom types so that inter- and intra-layer +# interactions can be specified separately +read_data data.graphene-adsorbant # read lammps data file +mass 1 12.0107 # carbon mass (g/mole) | membrane +mass 2 12.0107 # carbon mass (g/mole) | adsorbate +# Neighbor update settings +neighbor 2.0 bin +neigh_modify every 1 +neigh_modify delay 0 +neigh_modify check yes +# Separate atom groups +group membrane type 1 +group adsorbant type 2 + +######################## Potential defition ######################## +pair_style hybrid/overlay kolmogorov/crespi/z 14.0 +#################################################################### +pair_coeff * * none +pair_coeff 1 2 kolmogorov/crespi/z CC.KC C C # long-range +#################################################################### + +#### Simulation settings #### +timestep 0.0001 +fix thermostat adsorbant nve +fix rigid_membrane membrane setforce 0 0 0 +compute COM1 membrane com +compute COM2 adsorbant com +############################ + +# Output +#dump 1 all xyz 100 trajec.xyz +#dump_modify 1 format line "%s %12.6f %12.6f %12.6f" element "C" "C" +thermo 100 +thermo_style custom step time etotal pe temp c_COM1[3] c_COM2[3] # spcpu +thermo_modify line one format float %14.8f + +###### Run molecular dynamics ###### +run 10000 diff --git a/examples/USER/misc/kolmogorov-crespi/in.bilayer-graphene b/examples/USER/misc/kolmogorov-crespi/in.bilayer-graphene new file mode 100644 index 0000000000000000000000000000000000000000..3d63fc09ed0683976fdf9391d68c51ef1e136488 --- /dev/null +++ b/examples/USER/misc/kolmogorov-crespi/in.bilayer-graphene @@ -0,0 +1,45 @@ +# Initialization +units metal +boundary p p p +atom_style atomic +processors * * 1 # domain decomposition over x and y + +# System and atom definition +# we use 2 atom types so that inter- and intra-layer +# interactions can be specified separately +read_data data.bilayer-graphene # read lammps data file +mass 1 12.0107 # carbon mass (g/mole) | membrane +mass 2 12.0107 # carbon mass (g/mole) | adsorbate +# Neighbor update settings +neighbor 2.0 bin +neigh_modify every 1 +neigh_modify delay 0 +neigh_modify check yes +# Separate atom groups +group membrane type 1 +group adsorbant type 2 + +######################## Potential defition ######################## +pair_style hybrid/overlay rebo kolmogorov/crespi/z 14.0 +#################################################################### +pair_coeff * * rebo CH.airebo C C # chemical +pair_coeff 1 2 kolmogorov/crespi/z CC.KC C C # long-range +#################################################################### + +#### Simulation settings #### +timestep 0.0001 +velocity all create 300.0 12345 +fix thermostat all nve +compute COM1 membrane com +compute COM2 adsorbant com +############################ + +# Output +#dump 1 all xyz 100 trajec.xyz +#dump_modify 1 format line "%s %12.6f %12.6f %12.6f" element "C" "C" +thermo 10 +thermo_style custom step time etotal pe temp c_COM1[3] c_COM2[3] # spcpu +thermo_modify line one format float %14.8f + +###### Run molecular dynamics ###### +run 1000 diff --git a/examples/USER/misc/kolmogorov-crespi/log.atom-diffusion b/examples/USER/misc/kolmogorov-crespi/log.atom-diffusion new file mode 100644 index 0000000000000000000000000000000000000000..5ed654221788e3dd5927a325df0e874f19f8fa47 --- /dev/null +++ b/examples/USER/misc/kolmogorov-crespi/log.atom-diffusion @@ -0,0 +1,189 @@ +LAMMPS (17 Nov 2016) +# Initialization +units metal +boundary p p p +atom_style atomic +processors * * 1 # domain decomposition over x and y + +# System and atom definition +# we use 2 atom types so that inter- and intra-layer +# interactions can be specified separately +read_data data.graphene-adsorbant # read lammps data file + orthogonal box = (0 0 -10) to (17.04 19.6761 40) + 1 by 1 by 1 MPI processor grid + reading atoms ... + 129 atoms +mass 1 12.0107 # carbon mass (g/mole) | membrane +mass 2 12.0107 # carbon mass (g/mole) | adsorbate +# Neighbor update settings +neighbor 2.0 bin +neigh_modify every 1 +neigh_modify delay 0 +neigh_modify check yes +# Separate atom groups +group membrane type 1 +128 atoms in group membrane +group adsorbant type 2 +1 atoms in group adsorbant + +######################## Potential defition ######################## +pair_style hybrid/overlay kolmogorov/crespi/z 14.0 +#################################################################### +pair_coeff * * none +pair_coeff 1 2 kolmogorov/crespi/z CC.KC C C # long-range +#################################################################### + +#### Simulation settings #### +timestep 0.0001 +fix thermostat adsorbant nve +fix rigid_membrane membrane setforce 0 0 0 +compute COM1 membrane com +compute COM2 adsorbant com +############################ + +# Output +#dump 1 all xyz 100 trajec.xyz +#dump_modify 1 format line "%s %12.6f %12.6f %12.6f" element "C" "C" +thermo 100 +thermo_style custom step time etotal pe temp c_COM1[3] c_COM2[3] # spcpu +thermo_modify line one format float %14.8f + +###### Run molecular dynamics ###### +run 10000 +Neighbor list info ... + 2 neighbor list requests + update every 1 steps, delay 0 steps, check yes + max neighbors/atom: 2000, page size: 100000 + master list distance cutoff = 16 + ghost atom cutoff = 16 + binsize = 8 -> bins = 3 3 7 +Memory usage per processor = 2.48399 Mbytes +Step Time TotEng PotEng Temp c_COM1[3] c_COM2[3] + 0 0.00000000 -0.02562011 -0.02562011 0.00000000 0.00000000 3.30000000 + 100 0.01000000 -0.02562011 -0.02584808 0.01377831 0.00000000 3.30302413 + 200 0.02000000 -0.02562011 -0.02650010 0.05318658 0.00000000 3.31198892 + 300 0.03000000 -0.02562011 -0.02748822 0.11290898 0.00000000 3.32658305 + 400 0.04000000 -0.02562011 -0.02868854 0.18545625 0.00000000 3.34632324 + 500 0.05000000 -0.02562011 -0.02996656 0.26269978 0.00000000 3.37059992 + 600 0.06000000 -0.02562011 -0.03120006 0.33725276 0.00000000 3.39872815 + 700 0.07000000 -0.02562011 -0.03229421 0.40338328 0.00000000 3.42999603 + 800 0.08000000 -0.02562011 -0.03318758 0.45737874 0.00000000 3.46370507 + 900 0.09000000 -0.02562011 -0.03385069 0.49745690 0.00000000 3.49919977 + 1000 0.10000000 -0.02562011 -0.03428002 0.52340564 0.00000000 3.53588638 + 1100 0.11000000 -0.02562011 -0.03449041 0.53612164 0.00000000 3.57324216 + 1200 0.12000000 -0.02562011 -0.03450775 0.53717016 0.00000000 3.61081749 + 1300 0.13000000 -0.02562011 -0.03436312 0.52842859 0.00000000 3.64823296 + 1400 0.14000000 -0.02562011 -0.03408851 0.51183115 0.00000000 3.68517357 + 1500 0.15000000 -0.02562011 -0.03371417 0.48920613 0.00000000 3.72138134 + 1600 0.16000000 -0.02562011 -0.03326714 0.46218758 0.00000000 3.75664759 + 1700 0.17000000 -0.02562011 -0.03277063 0.43217815 0.00000000 3.79080541 + 1800 0.18000000 -0.02562011 -0.03224395 0.40034589 0.00000000 3.82372274 + 1900 0.19000000 -0.02562011 -0.03170282 0.36763982 0.00000000 3.85529629 + 2000 0.20000000 -0.02562011 -0.03115972 0.33481494 0.00000000 3.88544626 + 2100 0.21000000 -0.02562011 -0.03062440 0.30246010 0.00000000 3.91411185 + 2200 0.22000000 -0.02562011 -0.03010433 0.27102702 0.00000000 3.94124749 + 2300 0.23000000 -0.02562011 -0.02960514 0.24085558 0.00000000 3.96681976 + 2400 0.24000000 -0.02562011 -0.02913096 0.21219623 0.00000000 3.99080483 + 2500 0.25000000 -0.02562011 -0.02868478 0.18522907 0.00000000 4.01318637 + 2600 0.26000000 -0.02562011 -0.02826867 0.16007955 0.00000000 4.03395384 + 2700 0.27000000 -0.02562011 -0.02788403 0.13683143 0.00000000 4.05310113 + 2800 0.28000000 -0.02562011 -0.02753171 0.11553708 0.00000000 4.07062542 + 2900 0.29000000 -0.02562011 -0.02721220 0.09622581 0.00000000 4.08652629 + 3000 0.30000000 -0.02562011 -0.02692571 0.07891041 0.00000000 4.10080498 + 3100 0.31000000 -0.02562011 -0.02667226 0.06359229 0.00000000 4.11346382 + 3200 0.32000000 -0.02562011 -0.02645177 0.05026555 0.00000000 4.12450573 + 3300 0.33000000 -0.02562011 -0.02626406 0.03892009 0.00000000 4.13393390 + 3400 0.34000000 -0.02562011 -0.02610893 0.02954399 0.00000000 4.14175142 + 3500 0.35000000 -0.02562011 -0.02598618 0.02212545 0.00000000 4.14796110 + 3600 0.36000000 -0.02562011 -0.02589566 0.01665409 0.00000000 4.15256529 + 3700 0.37000000 -0.02562011 -0.02583722 0.01312208 0.00000000 4.15556569 + 3800 0.38000000 -0.02562011 -0.02581079 0.01152492 0.00000000 4.15696329 + 3900 0.39000000 -0.02562011 -0.02581636 0.01186148 0.00000000 4.15675830 + 4000 0.40000000 -0.02562011 -0.02585398 0.01413478 0.00000000 4.15495012 + 4100 0.41000000 -0.02562011 -0.02592375 0.01835185 0.00000000 4.15153731 + 4200 0.42000000 -0.02562011 -0.02602587 0.02452390 0.00000000 4.14651764 + 4300 0.43000000 -0.02562011 -0.02616057 0.03266513 0.00000000 4.13988811 + 4400 0.44000000 -0.02562011 -0.02632813 0.04279292 0.00000000 4.13164506 + 4500 0.45000000 -0.02562011 -0.02652889 0.05492664 0.00000000 4.12178432 + 4600 0.46000000 -0.02562011 -0.02676317 0.06908643 0.00000000 4.11030130 + 4700 0.47000000 -0.02562011 -0.02703129 0.08529164 0.00000000 4.09719124 + 4800 0.48000000 -0.02562011 -0.02733352 0.10355859 0.00000000 4.08244950 + 4900 0.49000000 -0.02562011 -0.02767004 0.12389788 0.00000000 4.06607186 + 5000 0.50000000 -0.02562011 -0.02804086 0.14631034 0.00000000 4.04805502 + 5100 0.51000000 -0.02562011 -0.02844575 0.17078211 0.00000000 4.02839708 + 5200 0.52000000 -0.02562011 -0.02888415 0.19727899 0.00000000 4.00709829 + 5300 0.53000000 -0.02562011 -0.02935502 0.22573844 0.00000000 3.98416189 + 5400 0.54000000 -0.02562011 -0.02985670 0.25605986 0.00000000 3.95959511 + 5500 0.55000000 -0.02562011 -0.03038669 0.28809268 0.00000000 3.93341053 + 5600 0.56000000 -0.02562011 -0.03094143 0.32162137 0.00000000 3.90562766 + 5700 0.57000000 -0.02562011 -0.03151597 0.35634628 0.00000000 3.87627492 + 5800 0.58000000 -0.02562011 -0.03210361 0.39186361 0.00000000 3.84539210 + 5900 0.59000000 -0.02562011 -0.03269556 0.42764084 0.00000000 3.81303330 + 6000 0.60000000 -0.02562011 -0.03328042 0.46299030 0.00000000 3.77927044 + 6100 0.61000000 -0.02562011 -0.03384380 0.49704060 0.00000000 3.74419758 + 6200 0.62000000 -0.02562011 -0.03436783 0.52871353 0.00000000 3.70793588 + 6300 0.63000000 -0.02562011 -0.03483104 0.55670974 0.00000000 3.67063945 + 6400 0.64000000 -0.02562011 -0.03520832 0.57951248 0.00000000 3.63250187 + 6500 0.65000000 -0.02562011 -0.03547159 0.59542438 0.00000000 3.59376331 + 6600 0.66000000 -0.02562011 -0.03559125 0.60265655 0.00000000 3.55471782 + 6700 0.67000000 -0.02562011 -0.03553879 0.59948637 0.00000000 3.51572023 + 6800 0.68000000 -0.02562011 -0.03529110 0.58451568 0.00000000 3.47719153 + 6900 0.69000000 -0.02562011 -0.03483635 0.55703035 0.00000000 3.43962129 + 7000 0.70000000 -0.02562011 -0.03418150 0.51745146 0.00000000 3.40356509 + 7100 0.71000000 -0.02562011 -0.03336032 0.46781889 0.00000000 3.36963482 + 7200 0.72000000 -0.02562011 -0.03243997 0.41219328 0.00000000 3.33847933 + 7300 0.73000000 -0.02562011 -0.03152342 0.35679665 0.00000000 3.31075400 + 7400 0.74000000 -0.02562011 -0.03074422 0.30970201 0.00000000 3.28707906 + 7500 0.75000000 -0.02562011 -0.03025182 0.27994115 0.00000000 3.26798907 + 7600 0.76000000 -0.02562011 -0.03018799 0.27608346 0.00000000 3.25387900 + 7700 0.77000000 -0.02562011 -0.03065928 0.30456818 0.00000000 3.24495492 + 7800 0.78000000 -0.02562011 -0.03171321 0.36826788 0.00000000 3.24119821 + 7900 0.79000000 -0.02562011 -0.03332635 0.46576624 0.00000000 3.24235091 + 8000 0.80000000 -0.02562011 -0.03540847 0.59160963 0.00000000 3.24792582 + 8100 0.81000000 -0.02562011 -0.03782107 0.73742737 0.00000000 3.25723999 + 8200 0.82000000 -0.02562011 -0.04040358 0.89351498 0.00000000 3.26946524 + 8300 0.83000000 -0.02562011 -0.04299943 1.05040805 0.00000000 3.28368734 + 8400 0.84000000 -0.02562011 -0.04547588 1.20008497 0.00000000 3.29896495 + 8500 0.85000000 -0.02562011 -0.04773539 1.33664998 0.00000000 3.31438148 + 8600 0.86000000 -0.02562011 -0.04971913 1.45654768 0.00000000 3.32908572 + 8700 0.87000000 -0.02562011 -0.05140498 1.55844058 0.00000000 3.34231951 + 8800 0.88000000 -0.02562011 -0.05280154 1.64284923 0.00000000 3.35343297 + 8900 0.89000000 -0.02562011 -0.05394019 1.71166905 0.00000000 3.36188901 + 9000 0.90000000 -0.02562011 -0.05486563 1.76760281 0.00000000 3.36725955 + 9100 0.91000000 -0.02562011 -0.05562624 1.81357448 0.00000000 3.36921674 + 9200 0.92000000 -0.02562011 -0.05626439 1.85214388 0.00000000 3.36752214 + 9300 0.93000000 -0.02562011 -0.05680723 1.88495335 0.00000000 3.36201704 + 9400 0.94000000 -0.02562011 -0.05725852 1.91222952 0.00000000 3.35261669 + 9500 0.95000000 -0.02562011 -0.05759110 1.93233038 0.00000000 3.33931122 + 9600 0.96000000 -0.02562011 -0.05774152 1.94142215 0.00000000 3.32217490 + 9700 0.97000000 -0.02562011 -0.05760814 1.93336063 0.00000000 3.30138553 + 9800 0.98000000 -0.02562012 -0.05705439 1.89989139 0.00000000 3.27725394 + 9900 0.99000000 -0.02562012 -0.05592079 1.83137685 0.00000000 3.25026233 + 10000 1.00000000 -0.02562012 -0.05404919 1.71825669 0.00000000 3.22110695 +Loop time of 0.381846 on 1 procs for 10000 steps with 129 atoms + +Performance: 226.269 ns/day, 0.106 hours/ns, 26188.568 timesteps/s +131.8% CPU use with 1 MPI tasks x no OpenMP threads + +MPI task timing breakdown: +Section | min time | avg time | max time |%varavg| %total +--------------------------------------------------------------- +Pair | 0.30936 | 0.30936 | 0.30936 | 0.0 | 81.02 +Neigh | 0.000139 | 0.000139 | 0.000139 | 0.0 | 0.04 +Comm | 0.051287 | 0.051287 | 0.051287 | 0.0 | 13.43 +Output | 0.00181 | 0.00181 | 0.00181 | 0.0 | 0.47 +Modify | 0.005645 | 0.005645 | 0.005645 | 0.0 | 1.48 +Other | | 0.01361 | | | 3.56 + +Nlocal: 129 ave 129 max 129 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Nghost: 1867 ave 1867 max 1867 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Neighs: 290 ave 290 max 290 min +Histogram: 1 0 0 0 0 0 0 0 0 0 + +Total # of neighbors = 290 +Ave neighs/atom = 2.24806 +Neighbor list builds = 1 +Dangerous builds = 0 +Total wall time: 0:00:00 diff --git a/examples/USER/misc/kolmogorov-crespi/log.bilayer-graphene b/examples/USER/misc/kolmogorov-crespi/log.bilayer-graphene new file mode 100644 index 0000000000000000000000000000000000000000..3a5f1236339fb8be9978dd3391d57df776cb9e2b --- /dev/null +++ b/examples/USER/misc/kolmogorov-crespi/log.bilayer-graphene @@ -0,0 +1,192 @@ +LAMMPS (17 Nov 2016) +# Initialization +units metal +boundary p p p +atom_style atomic +processors * * 1 # domain decomposition over x and y + +# System and atom definition +# we use 2 atom types so that inter- and intra-layer +# interactions can be specified separately +read_data data.bilayer-graphene # read lammps data file + orthogonal box = (0 0 -20) to (17.04 19.6761 40) + 2 by 2 by 1 MPI processor grid + reading atoms ... + 256 atoms +mass 1 12.0107 # carbon mass (g/mole) | membrane +mass 2 12.0107 # carbon mass (g/mole) | adsorbate +# Neighbor update settings +neighbor 2.0 bin +neigh_modify every 1 +neigh_modify delay 0 +neigh_modify check yes +# Separate atom groups +group membrane type 1 +128 atoms in group membrane +group adsorbant type 2 +128 atoms in group adsorbant + +######################## Potential defition ######################## +pair_style hybrid/overlay rebo kolmogorov/crespi/z 14.0 +#################################################################### +pair_coeff * * rebo CH.airebo C C # chemical +Reading potential file CH.airebo with DATE: 2011-10-25 +pair_coeff 1 2 kolmogorov/crespi/z CC.KC C C # long-range +#################################################################### + +#### Simulation settings #### +timestep 0.0001 +velocity all create 300.0 12345 +fix thermostat all nve +compute COM1 membrane com +compute COM2 adsorbant com +############################ + +# Output +#dump 1 all xyz 100 trajec.xyz +#dump_modify 1 format line "%s %12.6f %12.6f %12.6f" element "C" "C" +thermo 10 +thermo_style custom step time etotal pe temp c_COM1[3] c_COM2[3] # spcpu +thermo_modify line one format float %14.8f + +###### Run molecular dynamics ###### +run 1000 +Neighbor list info ... + 3 neighbor list requests + update every 1 steps, delay 0 steps, check yes + max neighbors/atom: 2000, page size: 100000 + master list distance cutoff = 16 + ghost atom cutoff = 16 + binsize = 8 -> bins = 3 3 8 +Memory usage per processor = 3.22197 Mbytes +Step Time TotEng PotEng Temp c_COM1[3] c_COM2[3] + 0 0.00000000 -1888.67041214 -1898.55881323 300.00000000 0.00000000 3.30000000 + 10 0.00100000 -1888.67037221 -1898.21029897 289.42778520 -0.00020126 3.30020126 + 20 0.00200000 -1888.67021541 -1897.22943612 259.67456089 -0.00041357 3.30041357 + 30 0.00300000 -1888.66999308 -1895.86681311 218.34126559 -0.00063673 3.30063673 + 40 0.00400000 -1888.66978354 -1894.47163830 176.02000692 -0.00087055 3.30087055 + 50 0.00500000 -1888.66966068 -1893.37123377 142.63902862 -0.00111486 3.30111486 + 60 0.00600000 -1888.66966132 -1892.75822749 124.04127205 -0.00136952 3.30136952 + 70 0.00700000 -1888.66976974 -1892.63445751 120.28297808 -0.00163441 3.30163441 + 80 0.00800000 -1888.66992867 -1892.83467462 126.35245792 -0.00190946 3.30190946 + 90 0.00900000 -1888.67006868 -1893.11387069 134.81862145 -0.00219458 3.30219458 + 100 0.01000000 -1888.67013621 -1893.25481851 139.09272853 -0.00248973 3.30248973 + 110 0.01100000 -1888.67011201 -1893.15155790 135.96068294 -0.00279489 3.30279489 + 120 0.01200000 -1888.67001496 -1892.84002960 126.51230266 -0.00311004 3.30311004 + 130 0.01300000 -1888.66988997 -1892.47004238 115.29120968 -0.00343519 3.30343519 + 140 0.01400000 -1888.66979230 -1892.23503116 108.16426723 -0.00377038 3.30377038 + 150 0.01500000 -1888.66976478 -1892.28630583 109.72070257 -0.00411562 3.30411562 + 160 0.01600000 -1888.66982054 -1892.66640611 121.25071190 -0.00447099 3.30447099 + 170 0.01700000 -1888.66993790 -1893.28862637 140.12442721 -0.00483654 3.30483654 + 180 0.01800000 -1888.67007017 -1893.97029258 160.80119589 -0.00521235 3.30521235 + 190 0.01900000 -1888.67016712 -1894.50458787 177.00801243 -0.00559851 3.30559851 + 200 0.02000000 -1888.67019459 -1894.73890106 184.11590729 -0.00599512 3.30599512 + 210 0.02100000 -1888.67014420 -1894.62906014 180.78501932 -0.00640230 3.30640230 + 220 0.02200000 -1888.67003680 -1894.25249103 169.36370738 -0.00682016 3.30682016 + 230 0.02300000 -1888.66991386 -1893.77601613 154.91186767 -0.00724883 3.30724883 + 240 0.02400000 -1888.66982525 -1893.38995084 143.20188490 -0.00768845 3.30768845 + 250 0.02500000 -1888.66980630 -1893.23138936 138.39193056 -0.00813913 3.30813913 + 260 0.02600000 -1888.66986130 -1893.32993923 141.38012476 -0.00860097 3.30860097 + 270 0.02700000 -1888.66996305 -1893.60070606 149.59171763 -0.00907408 3.30907408 + 280 0.02800000 -1888.67006686 -1893.88587226 158.24010433 -0.00955849 3.30955849 + 290 0.02900000 -1888.67012981 -1894.02402669 162.42960292 -0.01005424 3.31005424 + 300 0.03000000 -1888.67012722 -1893.91715234 159.18726627 -0.01056129 3.31056129 + 310 0.03100000 -1888.67005731 -1893.57037242 148.66857852 -0.01107957 3.31107957 + 320 0.03200000 -1888.66994573 -1893.09358619 134.20694883 -0.01160898 3.31160898 + 330 0.03300000 -1888.66983589 -1892.66132663 121.09614207 -0.01214935 3.31214935 + 340 0.03400000 -1888.66977410 -1892.44446345 114.51869676 -0.01270046 3.31270046 + 350 0.03500000 -1888.66978826 -1892.53901235 117.38674604 -0.01326207 3.31326207 + 360 0.03600000 -1888.66987439 -1892.92337288 129.04508371 -0.01383390 3.31383390 + 370 0.03700000 -1888.66999800 -1893.46445570 145.45701555 -0.01441561 3.31441561 + 380 0.03800000 -1888.67010960 -1893.97065516 160.81100020 -0.01500688 3.31500688 + 390 0.03900000 -1888.67016540 -1894.26835818 169.84119247 -0.01560734 3.31560734 + 400 0.04000000 -1888.67014667 -1894.26967975 169.88185546 -0.01621664 3.31621664 + 410 0.04100000 -1888.67006166 -1894.00321069 161.80014280 -0.01683442 3.31683442 + 420 0.04200000 -1888.66994367 -1893.60086324 149.59707418 -0.01746033 3.31746033 + 430 0.04300000 -1888.66984058 -1893.24559841 138.82197275 -0.01809405 3.31809405 + 440 0.04400000 -1888.66979399 -1893.09727874 134.32357877 -0.01873527 3.31873527 + 450 0.04500000 -1888.66982139 -1893.22837442 138.30000378 -0.01938373 3.31938373 + 460 0.04600000 -1888.66990972 -1893.59670383 149.47191354 -0.02003918 3.32003918 + 470 0.04700000 -1888.67002173 -1894.06542598 163.68887743 -0.02070143 3.32070143 + 480 0.04800000 -1888.67011389 -1894.46010842 175.66018439 -0.02137030 3.32137030 + 490 0.04900000 -1888.67015175 -1894.63688098 181.02206322 -0.02204565 3.32204565 + 500 0.05000000 -1888.67012158 -1894.53632221 177.97216882 -0.02272740 3.32272740 + 510 0.05100000 -1888.67003762 -1894.20444731 167.90610436 -0.02341547 3.32341547 + 520 0.05200000 -1888.66993151 -1893.77231066 154.79891353 -0.02410981 3.32410981 + 530 0.05300000 -1888.66984505 -1893.40525927 143.66572038 -0.02481040 3.32481040 + 540 0.05400000 -1888.66981408 -1893.23762083 138.58074854 -0.02551724 3.32551724 + 550 0.05500000 -1888.66985005 -1893.31793594 141.01630317 -0.02623032 3.32623032 + 560 0.05600000 -1888.66993737 -1893.59069013 149.28862751 -0.02694963 3.32694963 + 570 0.05700000 -1888.67003852 -1893.92089571 159.30352588 -0.02767517 3.32767517 + 580 0.05800000 -1888.67011322 -1894.15124753 166.28980524 -0.02840691 3.32840691 + 590 0.05900000 -1888.67013192 -1894.16548041 166.72104345 -0.02914478 3.32914478 + 600 0.06000000 -1888.67008713 -1893.93443318 159.71275856 -0.02988871 3.32988871 + 610 0.06100000 -1888.66999438 -1893.52841656 147.39760646 -0.03063856 3.33063856 + 620 0.06200000 -1888.66988809 -1893.09235021 134.17119963 -0.03139416 3.33139416 + 630 0.06300000 -1888.66980996 -1892.79172016 125.05288240 -0.03215531 3.33215531 + 640 0.06400000 -1888.66979261 -1892.74755390 123.71346730 -0.03292176 3.33292176 + 650 0.06500000 -1888.66984332 -1892.98665459 130.96590324 -0.03369323 3.33369323 + 660 0.06600000 -1888.66994245 -1893.42999868 144.41332389 -0.03446937 3.33446937 + 670 0.06700000 -1888.67005233 -1893.92310681 159.37018806 -0.03524986 3.33524986 + 680 0.06800000 -1888.67013309 -1894.29451581 170.63575808 -0.03603430 3.33603430 + 690 0.06900000 -1888.67015452 -1894.41878117 174.40514192 -0.03682229 3.33682229 + 700 0.07000000 -1888.67010897 -1894.26288036 169.67671530 -0.03761343 3.33761343 + 710 0.07100000 -1888.67001367 -1893.89812904 158.61357114 -0.03840729 3.33840729 + 720 0.07200000 -1888.66990378 -1893.47348746 145.73388454 -0.03920344 3.33920344 + 730 0.07300000 -1888.66982212 -1893.15984839 136.22099960 -0.04000148 3.34000148 + 740 0.07400000 -1888.66980109 -1893.08373746 133.91254029 -0.04080098 3.34080098 + 750 0.07500000 -1888.66984794 -1893.27755511 139.79127024 -0.04160156 3.34160156 + 760 0.07600000 -1888.66994215 -1893.66837365 151.64528967 -0.04240282 3.34240282 + 770 0.07700000 -1888.67004554 -1894.10941206 165.02263027 -0.04320441 3.34320441 + 780 0.07800000 -1888.67011702 -1894.43947545 175.03411436 -0.04400599 3.34400599 + 790 0.07900000 -1888.67013297 -1894.54590471 178.26254255 -0.04480726 3.34480726 + 800 0.08000000 -1888.67008751 -1894.40384142 173.95392406 -0.04560792 3.34560792 + 810 0.08100000 -1888.66999923 -1894.08389003 164.24973321 -0.04640773 3.34640773 + 820 0.08200000 -1888.66990447 -1893.72313979 153.30795965 -0.04720647 3.34720647 + 830 0.08300000 -1888.66984367 -1893.46839190 145.58111626 -0.04800393 3.34800393 + 840 0.08400000 -1888.66984156 -1893.41412536 143.93481093 -0.04879995 3.34879995 + 850 0.08500000 -1888.66989670 -1893.56426154 148.48805553 -0.04959439 3.34959439 + 860 0.08600000 -1888.66998222 -1893.83463719 156.68827294 -0.05038713 3.35038713 + 870 0.08700000 -1888.67006171 -1894.09325045 164.53181920 -0.05117805 3.35117805 + 880 0.08800000 -1888.67010273 -1894.21712661 168.28880100 -0.05196706 3.35196706 + 890 0.08900000 -1888.67008993 -1894.14263950 166.02935656 -0.05275408 3.35275408 + 900 0.09000000 -1888.67002891 -1893.89014571 158.37090587 -0.05353904 3.35353904 + 910 0.09100000 -1888.66994326 -1893.55535709 148.21649469 -0.05432186 3.35432186 + 920 0.09200000 -1888.66986526 -1893.27257949 139.63979178 -0.05510247 3.35510247 + 930 0.09300000 -1888.66982730 -1893.16330891 136.32582949 -0.05588078 3.35588078 + 940 0.09400000 -1888.66984631 -1893.28643285 140.06065785 -0.05665670 3.35665670 + 950 0.09500000 -1888.66991503 -1893.61245342 149.94957268 -0.05743015 3.35743015 + 960 0.09600000 -1888.67000691 -1894.03423922 162.74316516 -0.05820101 3.35820101 + 970 0.09700000 -1888.67008649 -1894.40848025 174.09469037 -0.05896915 3.35896915 + 980 0.09800000 -1888.67012436 -1894.61056767 180.22458605 -0.05973444 3.35973444 + 990 0.09900000 -1888.67010608 -1894.58107659 179.33042338 -0.06049672 3.36049672 + 1000 0.10000000 -1888.67003981 -1894.34773305 172.25312330 -0.06125581 3.36125581 +Loop time of 2.21183 on 4 procs for 1000 steps with 256 atoms + +Performance: 3.906 ns/day, 6.144 hours/ns, 452.115 timesteps/s +120.2% CPU use with 4 MPI tasks x no OpenMP threads + +MPI task timing breakdown: +Section | min time | avg time | max time |%varavg| %total +--------------------------------------------------------------- +Pair | 1.9363 | 1.9928 | 2.0303 | 2.5 | 90.10 +Neigh | 0 | 0 | 0 | 0.0 | 0.00 +Comm | 0.16714 | 0.20465 | 0.26123 | 7.8 | 9.25 +Output | 0.002469 | 0.0028505 | 0.003949 | 1.2 | 0.13 +Modify | 0.002423 | 0.0026275 | 0.002853 | 0.4 | 0.12 +Other | | 0.008904 | | | 0.40 + +Nlocal: 64 ave 64 max 64 min +Histogram: 4 0 0 0 0 0 0 0 0 0 +Nghost: 1265 ave 1265 max 1265 min +Histogram: 4 0 0 0 0 0 0 0 0 0 +Neighs: 11824 ave 11824 max 11824 min +Histogram: 4 0 0 0 0 0 0 0 0 0 +FullNghs: 23648 ave 23648 max 23648 min +Histogram: 4 0 0 0 0 0 0 0 0 0 + +Total # of neighbors = 94592 +Ave neighs/atom = 369.5 +Neighbor list builds = 0 +Dangerous builds = 0 +Total wall time: 0:00:02 diff --git a/examples/USER/misc/srp/in.srp b/examples/USER/misc/srp/in.srp index 234026e9cbab393b814ade4740f86b43d8d8252d..018d916292b112f44816913add50ca1c99faffd4 100644 --- a/examples/USER/misc/srp/in.srp +++ b/examples/USER/misc/srp/in.srp @@ -24,7 +24,7 @@ pair_coeff 1 1 dpd 60.0 4.5 1.0 pair_coeff 1 2 none pair_coeff 2 2 srp 100.0 -# auto normalization of thermo quantites is turned off by pair srp +# auto normalization of thermo quantities is turned off by pair srp # just divide by natoms variable natoms equal count(all) variable nPotEng equal c_thermo_pe/v_natoms diff --git a/examples/USER/phonon/3-3D-FCC-Cu-EAM/README b/examples/USER/phonon/3-3D-FCC-Cu-EAM/README index 57e7be53948bfae5ebc0df24c6d411783887ddb6..235c66e256ffc42cdb29fc80368cac0ea9cee51b 100644 --- a/examples/USER/phonon/3-3D-FCC-Cu-EAM/README +++ b/examples/USER/phonon/3-3D-FCC-Cu-EAM/README @@ -1,5 +1,5 @@ This directory illustrates the usage of fix-phonon to calculate the dynamical -matrix as well as phonon dispersion curve for FCC Cu based on EAM potentail. +matrix as well as phonon dispersion curve for FCC Cu based on EAM potential. The files under this directory: diff --git a/examples/USER/phonon/4-Graphene/README b/examples/USER/phonon/4-Graphene/README index 1e16f0af690aabce589912e6a47642f0f3e9ba1f..3791bc679cf5cd5d208fb1528f34403e3837ae74 100644 --- a/examples/USER/phonon/4-Graphene/README +++ b/examples/USER/phonon/4-Graphene/README @@ -1,5 +1,5 @@ This directory illustrates the usage of fix-phonon to calculate the dynamical -matrix as well as phonon dispersion curve for Graphene based on a Tersoff potentail. +matrix as well as phonon dispersion curve for Graphene based on a Tersoff potential. The files under this directory: diff --git a/examples/USER/tally/README b/examples/USER/tally/README index 4c2e40e76e45cc49cbbd0b49cf1cfef0eaf46bad..fcc58e6e0df1819c667dc7bddaa5381b0bdf300d 100644 --- a/examples/USER/tally/README +++ b/examples/USER/tally/README @@ -3,4 +3,4 @@ Examples and tests for USER-TALLY compute styles. The examples in this directory show where and how compute tally styles are equivalent to other facilities in LAMMPS and thus they can also be used to validate their correct function. Various columns should have -equivalent or idential output as indicated in the input. +equivalent or identical output as indicated in the input. diff --git a/examples/VISCOSITY/README b/examples/VISCOSITY/README index 88b874cd6541bd530001436f6260b1b3ce948938..38bee0c58d438178f79218f662ef581da3f6d07f 100644 --- a/examples/VISCOSITY/README +++ b/examples/VISCOSITY/README @@ -24,7 +24,7 @@ times; the G-K and Einstein systems need to run longer to generate good statisti The scripts were all run on a single processor. They all run in a minute or so and produce the accompanying log files and profile files -(for velocity or momemtum flux). +(for velocity or momentum flux). See the Movies page of the LAMMPS web site (http://lammps.sandia.gov/movies.html), for animations of the NEMD @@ -74,7 +74,7 @@ eta = 0.997 = running average output as last log file column eta is computed directly within the script, by performing a time integration of the formula discussed in Section 6.21 of the manual, -analagous to the formula for thermal conductivity given on the compute +analogous to the formula for thermal conductivity given on the compute heat/flux doc page - the resulting value prints at the end of the run and is in the log file @@ -84,7 +84,7 @@ eta = 1.07 eta is computed directly within the script, by performing a time integration of the formula discussed in Section 6.21 of the manual, -analagous to the formula for thermal conductivity given on the compute +analogous to the formula for thermal conductivity given on the compute heat/flux doc page - the resulting value prints at the end of the run and is in the log file diff --git a/examples/accelerate/README b/examples/accelerate/README index 2a494a1680364d79f4adc712b78e37f42d48be97..1fab296a53c830ccc4e688c3c95db8358b96d23d 100644 --- a/examples/accelerate/README +++ b/examples/accelerate/README @@ -130,7 +130,7 @@ lmp_kokkos_omp -k on t 1 -sf kk -pk kokkos neigh half < in.lj mpirun -np 2 lmp_kokkos_omp -k on t 4 -sf kk < in.lj # 2 MPI, 4 thread/MPI Note that when running with just 1 thread/MPI, "-pk kokkos neigh half" -was speficied to use half neighbor lists which are faster when running +was specified to use half neighbor lists which are faster when running on just 1 thread. ** KOKKOS package for CUDA diff --git a/examples/rigid/in.rigid.tnr b/examples/rigid/in.rigid.tnr index 6be5ba529c7211b090d9d3cfd1d40b7a840f5352..7d8d74b3cbb59211249f667d62d4b9cec3240e55 100644 --- a/examples/rigid/in.rigid.tnr +++ b/examples/rigid/in.rigid.tnr @@ -20,7 +20,7 @@ velocity all create 1.4 109345 group rods type 2 group tethers subtract all rods -neigh_modify exclude molecule rods delay 0 every 1 +neigh_modify exclude molecule/intra rods delay 0 every 1 # Specify the pair potentials diff --git a/potentials/Ta06A_pot.snap b/examples/snap/Ta06A.snap similarity index 100% rename from potentials/Ta06A_pot.snap rename to examples/snap/Ta06A.snap diff --git a/potentials/W_2940_2017_2.pot.snap b/examples/snap/W_2940_2017_2.snap similarity index 77% rename from potentials/W_2940_2017_2.pot.snap rename to examples/snap/W_2940_2017_2.snap index ea98d65c9e5b07f83a6da98df4bb3e2461d79fd8..51eee41a0a00be9c1f34ec77c5b8e25be4c70924 100644 --- a/potentials/W_2940_2017_2.pot.snap +++ b/examples/snap/W_2940_2017_2.snap @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # Definition of SNAP+ZBL potential. variable zblcutinner equal 4 diff --git a/examples/snap/W_2940_2017_2.snapcoeff b/examples/snap/W_2940_2017_2.snapcoeff index 98a5c5063500cbb249f0755dd59b00589d8b38cc..dcfea3feafd3ef8f305c3504476473fa5cf8df2a 100644 --- a/examples/snap/W_2940_2017_2.snapcoeff +++ b/examples/snap/W_2940_2017_2.snapcoeff @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # LAMMPS SNAP coefficients for W diff --git a/examples/snap/W_2940_2017_2.snapparam b/examples/snap/W_2940_2017_2.snapparam index 7ff57c905d146dabab2bc52b37fd7f2f5095801e..e0b20005e6a50d4a264b91995cbb1ffe96d2fcd7 100644 --- a/examples/snap/W_2940_2017_2.snapparam +++ b/examples/snap/W_2940_2017_2.snapparam @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # required rcutfac 4.73442 diff --git a/examples/snap/W.SNAP_HePair.pot b/examples/snap/W_2940_2017_2_He_JW2013.snap similarity index 82% rename from examples/snap/W.SNAP_HePair.pot rename to examples/snap/W_2940_2017_2_He_JW2013.snap index eb5ee4dfbe3cc970eb825788998494c908ae5748..45a31955b3a1c21138bcb6a62dbd877804909fdc 100644 --- a/examples/snap/W.SNAP_HePair.pot +++ b/examples/snap/W_2940_2017_2_He_JW2013.snap @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017, W-He and He-He from Juslin, N. and Wirth, B. D. Journal of Nuclear Materials, 423, (2013) p61-63 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # Definition of SNAP+ZBL+Tabulated potential. variable zblcutinner equal 4 diff --git a/examples/snap/in.snap.Ta06A b/examples/snap/in.snap.Ta06A index fc0b122948d005ef66adafd4752144104a4b4be1..38a24b8c0644cc404dd285e739da8ba14e29ab5f 100644 --- a/examples/snap/in.snap.Ta06A +++ b/examples/snap/in.snap.Ta06A @@ -24,7 +24,7 @@ mass 1 180.88 # choose potential -include Ta06A_pot.snap +include Ta06A.snap # Setup output diff --git a/examples/snap/in.snap.W.2940 b/examples/snap/in.snap.W.2940 index 7d81b4c78e63c084264f72d6124e9c65c082a747..e1abf861e6f0b4a981de55f510acb33a5caca07b 100644 --- a/examples/snap/in.snap.W.2940 +++ b/examples/snap/in.snap.W.2940 @@ -24,7 +24,7 @@ mass 1 183.84 # choose potential -include W_2940_2017_2.pot.snap +include W_2940_2017_2.snap # Setup output diff --git a/examples/snap/in.snap.hybrid.WSNAP.HePair b/examples/snap/in.snap.hybrid.WSNAP.HePair index d2710bca772ef203bd2ad3fb13733411151f7780..1f16fa64a28902f97b32b25d9500b9c78fca1cd0 100644 --- a/examples/snap/in.snap.hybrid.WSNAP.HePair +++ b/examples/snap/in.snap.hybrid.WSNAP.HePair @@ -27,7 +27,7 @@ group tungsten type 1 group helium type 2 # choose potential -include W.SNAP_HePair.pot +include W_2940_2017_2_He_JW2013.snap # Setup output diff --git a/lib/atc/LinearSolver.cpp b/lib/atc/LinearSolver.cpp index ea31a64a747cae33a652e6209ba8ba6d7b176ea4..655d6130c4530b1ba818c141be64fed5b568f8d5 100644 --- a/lib/atc/LinearSolver.cpp +++ b/lib/atc/LinearSolver.cpp @@ -65,7 +65,7 @@ LinearSolver::LinearSolver( matrixModified_(false), allowReinitialization_(false), homogeneousBCs_(false), - bcs_(NULL), // null implies no contraints will be added later + bcs_(NULL), // null implies no constraints will be added later rhs_(NULL), rhsDense_(), b_(NULL), matrix_(A), diff --git a/lib/colvars/colvar.cpp b/lib/colvars/colvar.cpp index d60a9e90f774179fb1fa2bcf6d8b61452786048f..e8c7e88324a9e88299c4c7c1834ce4c7b21e8e90 100644 --- a/lib/colvars/colvar.cpp +++ b/lib/colvars/colvar.cpp @@ -1,5 +1,5 @@ -// -*- c++ -*- +// -*- c++ -*- // This file is part of the Collective Variables module (Colvars). // The original version of Colvars and its updates are located at: // https://github.com/colvars/colvars @@ -7,6 +7,7 @@ // If you wish to distribute your changes, please submit them to the // Colvars repository at GitHub. + #include "colvarmodule.h" #include "colvarvalue.h" #include "colvarparse.h" @@ -23,20 +24,31 @@ bool compare(colvar::cvc *i, colvar::cvc *j) { } -colvar::colvar(std::string const &conf) - : colvarparse(conf) +colvar::colvar() +{ + // Initialize static array once and for all + init_cv_requires(); +} + + +int colvar::init(std::string const &conf) { cvm::log("Initializing a new collective variable.\n"); + colvarparse::init(conf); + int error_code = COLVARS_OK; + colvarmodule *cv = cvm::main(); + get_keyval(conf, "name", this->name, - (std::string("colvar")+cvm::to_str(cvm::colvars.size()+1))); + (std::string("colvar")+cvm::to_str(cv->variables()->size()+1))); - if (cvm::colvar_by_name(this->name) != NULL) { + if ((cvm::colvar_by_name(this->name) != NULL) && + (cvm::colvar_by_name(this->name) != this)) { cvm::error("Error: this colvar cannot have the same name, \""+this->name+ "\", as another colvar.\n", INPUT_ERROR); - return; + return INPUT_ERROR; } // Initialize dependency members @@ -44,14 +56,13 @@ colvar::colvar(std::string const &conf) this->description = "colvar " + this->name; - // Initialize static array once and for all - init_cv_requires(); - kinetic_energy = 0.0; potential_energy = 0.0; error_code |= init_components(conf); - if (error_code != COLVARS_OK) return; + if (error_code != COLVARS_OK) { + return cvm::get_error(); + } size_t i; @@ -59,8 +70,6 @@ colvar::colvar(std::string const &conf) if (get_keyval(conf, "scriptedFunction", scripted_function, "", colvarparse::parse_silent)) { - // Make feature available only on user request - provide(f_cv_scripted); enable(f_cv_scripted); cvm::log("This colvar uses scripted function \"" + scripted_function + "\"."); @@ -76,8 +85,8 @@ colvar::colvar(std::string const &conf) } } if (x.type() == colvarvalue::type_notset) { - cvm::error("Could not parse scripted colvar type."); - return; + cvm::error("Could not parse scripted colvar type.", INPUT_ERROR); + return INPUT_ERROR; } cvm::log(std::string("Expecting colvar value of type ") @@ -86,8 +95,9 @@ colvar::colvar(std::string const &conf) if (x.type() == colvarvalue::type_vector) { int size; if (!get_keyval(conf, "scriptedFunctionVectorSize", size)) { - cvm::error("Error: no size specified for vector scripted function."); - return; + cvm::error("Error: no size specified for vector scripted function.", + INPUT_ERROR); + return INPUT_ERROR; } x.vector1d_value.resize(size); } @@ -154,7 +164,7 @@ colvar::colvar(std::string const &conf) } } } - feature_states[f_cv_linear]->enabled = lin; + set_enabled(f_cv_linear, lin); } // Colvar is homogeneous if: @@ -168,7 +178,7 @@ colvar::colvar(std::string const &conf) homogeneous = false; } } - feature_states[f_cv_homogeneous]->enabled = homogeneous; + set_enabled(f_cv_homogeneous, homogeneous); } // Colvar is deemed periodic if: @@ -188,7 +198,7 @@ colvar::colvar(std::string const &conf) "Make sure that you know what you are doing!"); } } - feature_states[f_cv_periodic]->enabled = b_periodic; + set_enabled(f_cv_periodic, b_periodic); } // check that cvcs are compatible @@ -202,7 +212,7 @@ colvar::colvar(std::string const &conf) "by using components of different types. " "You must use the same type in order to " "sum them together.\n", INPUT_ERROR); - return; + return INPUT_ERROR; } } @@ -215,44 +225,110 @@ colvar::colvar(std::string const &conf) f.type(value()); f_accumulated.type(value()); + x_old.type(value()); + v_fdiff.type(value()); + v_reported.type(value()); + fj.type(value()); + ft.type(value()); + ft_reported.type(value()); + f_old.type(value()); + f_old.reset(); + + x_restart.type(value()); + after_restart = false; + reset_bias_force(); + // TODO use here information from the CVCs' own natural boundaries + error_code |= init_grid_parameters(conf); + + get_keyval(conf, "timeStepFactor", time_step_factor, 1); + + error_code |= init_extended_Lagrangian(conf); + error_code |= init_output_flags(conf); + + // Start in active state by default + enable(f_cv_active); + // Make sure dependency side-effects are correct + refresh_deps(); + + if (cvm::b_analysis) + parse_analysis(conf); + + if (cvm::debug()) + cvm::log("Done initializing collective variable \""+this->name+"\".\n"); + + return error_code; +} + + +int colvar::init_grid_parameters(std::string const &conf) +{ + colvarmodule *cv = cvm::main(); + get_keyval(conf, "width", width, 1.0); if (width <= 0.0) { cvm::error("Error: \"width\" must be positive.\n", INPUT_ERROR); - return; + return INPUT_ERROR; } lower_boundary.type(value()); - lower_wall.type(value()); upper_boundary.type(value()); upper_wall.type(value()); - feature_states[f_cv_scalar]->enabled = (value().type() == colvarvalue::type_scalar); + set_enabled(f_cv_scalar, (value().type() == colvarvalue::type_scalar)); if (is_enabled(f_cv_scalar)) { if (get_keyval(conf, "lowerBoundary", lower_boundary, lower_boundary)) { - provide(f_cv_lower_boundary); enable(f_cv_lower_boundary); } + std::string lw_conf, uw_conf; - get_keyval(conf, "lowerWallConstant", lower_wall_k, 0.0); - if (lower_wall_k > 0.0) { + if (get_keyval(conf, "lowerWallConstant", lower_wall_k, 0.0, parse_silent)) { + cvm::log("Warning: lowerWallConstant and lowerWall are deprecated, " + "please define a harmonicWalls bias instead.\n"); + lower_wall.type(value()); get_keyval(conf, "lowerWall", lower_wall, lower_boundary); - enable(f_cv_lower_wall); + lw_conf = std::string("\n\ + lowerWallConstant "+cvm::to_str(lower_wall_k*width*width)+"\n\ + lowerWalls "+cvm::to_str(lower_wall)+"\n"); } if (get_keyval(conf, "upperBoundary", upper_boundary, upper_boundary)) { - provide(f_cv_upper_boundary); enable(f_cv_upper_boundary); } - get_keyval(conf, "upperWallConstant", upper_wall_k, 0.0); - if (upper_wall_k > 0.0) { + if (get_keyval(conf, "upperWallConstant", upper_wall_k, 0.0, parse_silent)) { + cvm::log("Warning: upperWallConstant and upperWall are deprecated, " + "please define a harmonicWalls bias instead.\n"); + upper_wall.type(value()); get_keyval(conf, "upperWall", upper_wall, upper_boundary); - enable(f_cv_upper_wall); + uw_conf = std::string("\n\ + upperWallConstant "+cvm::to_str(upper_wall_k*width*width)+"\n\ + upperWalls "+cvm::to_str(upper_wall)+"\n"); + } + + if (lw_conf.size() && uw_conf.size()) { + if (lower_wall >= upper_wall) { + cvm::error("Error: the upper wall, "+ + cvm::to_str(upper_wall)+ + ", is not higher than the lower wall, "+ + cvm::to_str(lower_wall)+".\n", + INPUT_ERROR); + return INPUT_ERROR; + } + } + + if (lw_conf.size() || uw_conf.size()) { + cvm::log("Generating a new harmonicWalls bias for compatibility purposes.\n"); + std::string const walls_conf("\n\ +harmonicWalls {\n\ + name "+this->name+"w\n\ + colvars "+this->name+"\n"+lw_conf+uw_conf+ + "}\n"); + cv->append_new_config(walls_conf); } } @@ -271,16 +347,7 @@ colvar::colvar(std::string const &conf) ", is not higher than the lower boundary, "+ cvm::to_str(lower_boundary)+".\n", INPUT_ERROR); - } - } - - if (is_enabled(f_cv_lower_wall) && is_enabled(f_cv_upper_wall)) { - if (lower_wall >= upper_wall) { - cvm::error("Error: the upper wall, "+ - cvm::to_str(upper_wall)+ - ", is not higher than the lower wall, "+ - cvm::to_str(lower_wall)+".\n", - INPUT_ERROR); + return INPUT_ERROR; } } @@ -289,83 +356,90 @@ colvar::colvar(std::string const &conf) cvm::error("Error: trying to expand boundaries that already " "cover a whole period of a periodic colvar.\n", INPUT_ERROR); + return INPUT_ERROR; } if (expand_boundaries && hard_lower_boundary && hard_upper_boundary) { cvm::error("Error: inconsistent configuration " "(trying to expand boundaries with both " "hardLowerBoundary and hardUpperBoundary enabled).\n", INPUT_ERROR); + return INPUT_ERROR; } - get_keyval(conf, "timeStepFactor", time_step_factor, 1); + return COLVARS_OK; +} - { - bool b_extended_Lagrangian; - get_keyval(conf, "extendedLagrangian", b_extended_Lagrangian, false); - if (b_extended_Lagrangian) { - cvm::real temp, tolerance, period; +int colvar::init_extended_Lagrangian(std::string const &conf) +{ + bool b_extended_Lagrangian; + get_keyval(conf, "extendedLagrangian", b_extended_Lagrangian, false); - cvm::log("Enabling the extended Lagrangian term for colvar \""+ - this->name+"\".\n"); + if (b_extended_Lagrangian) { + cvm::real temp, tolerance, period; - // Make feature available only on user request - provide(f_cv_extended_Lagrangian); - enable(f_cv_extended_Lagrangian); - provide(f_cv_Langevin); - - // The extended mass will apply forces - enable(f_cv_gradient); - - xr.type(value()); - vr.type(value()); - fr.type(value()); - - const bool found = get_keyval(conf, "extendedTemp", temp, cvm::temperature()); - if (temp <= 0.0) { - if (found) - cvm::error("Error: \"extendedTemp\" must be positive.\n", INPUT_ERROR); - else - cvm::error("Error: a positive temperature must be provided, either " - "by enabling a thermostat, or through \"extendedTemp\".\n", - INPUT_ERROR); - } + cvm::log("Enabling the extended Lagrangian term for colvar \""+ + this->name+"\".\n"); - get_keyval(conf, "extendedFluctuation", tolerance); - if (tolerance <= 0.0) { - cvm::error("Error: \"extendedFluctuation\" must be positive.\n", INPUT_ERROR); - } - ext_force_k = cvm::boltzmann() * temp / (tolerance * tolerance); - cvm::log("Computed extended system force constant: " + cvm::to_str(ext_force_k) + " kcal/mol/U^2"); + enable(f_cv_extended_Lagrangian); - get_keyval(conf, "extendedTimeConstant", period, 200.0); - if (period <= 0.0) { - cvm::error("Error: \"extendedTimeConstant\" must be positive.\n", INPUT_ERROR); - } - ext_mass = (cvm::boltzmann() * temp * period * period) - / (4.0 * PI * PI * tolerance * tolerance); - cvm::log("Computed fictitious mass: " + cvm::to_str(ext_mass) + " kcal/mol/(U/fs)^2 (U: colvar unit)"); - - { - bool b_output_energy; - get_keyval(conf, "outputEnergy", b_output_energy, false); - if (b_output_energy) { - enable(f_cv_output_energy); - } - } + xr.type(value()); + vr.type(value()); + fr.type(value()); - get_keyval(conf, "extendedLangevinDamping", ext_gamma, 1.0); - if (ext_gamma < 0.0) { - cvm::error("Error: \"extendedLangevinDamping\" may not be negative.\n", INPUT_ERROR); - } - if (ext_gamma != 0.0) { - enable(f_cv_Langevin); - ext_gamma *= 1.0e-3; // convert from ps-1 to fs-1 - ext_sigma = std::sqrt(2.0 * cvm::boltzmann() * temp * ext_gamma * ext_mass / cvm::dt()); + const bool found = get_keyval(conf, "extendedTemp", temp, cvm::temperature()); + if (temp <= 0.0) { + if (found) + cvm::error("Error: \"extendedTemp\" must be positive.\n", INPUT_ERROR); + else + cvm::error("Error: a positive temperature must be provided, either " + "by enabling a thermostat, or through \"extendedTemp\".\n", + INPUT_ERROR); + return INPUT_ERROR; + } + + get_keyval(conf, "extendedFluctuation", tolerance); + if (tolerance <= 0.0) { + cvm::error("Error: \"extendedFluctuation\" must be positive.\n", INPUT_ERROR); + return INPUT_ERROR; + } + ext_force_k = cvm::boltzmann() * temp / (tolerance * tolerance); + cvm::log("Computed extended system force constant: " + cvm::to_str(ext_force_k) + " kcal/mol/U^2"); + + get_keyval(conf, "extendedTimeConstant", period, 200.0); + if (period <= 0.0) { + cvm::error("Error: \"extendedTimeConstant\" must be positive.\n", INPUT_ERROR); + } + ext_mass = (cvm::boltzmann() * temp * period * period) + / (4.0 * PI * PI * tolerance * tolerance); + cvm::log("Computed fictitious mass: " + cvm::to_str(ext_mass) + " kcal/mol/(U/fs)^2 (U: colvar unit)"); + + { + bool b_output_energy; + get_keyval(conf, "outputEnergy", b_output_energy, false); + if (b_output_energy) { + enable(f_cv_output_energy); } } + + get_keyval(conf, "extendedLangevinDamping", ext_gamma, 1.0); + if (ext_gamma < 0.0) { + cvm::error("Error: \"extendedLangevinDamping\" may not be negative.\n", INPUT_ERROR); + return INPUT_ERROR; + } + if (ext_gamma != 0.0) { + enable(f_cv_Langevin); + ext_gamma *= 1.0e-3; // convert from ps-1 to fs-1 + ext_sigma = std::sqrt(2.0 * cvm::boltzmann() * temp * ext_gamma * ext_mass / cvm::dt()); + } } + return COLVARS_OK; +} + + +int colvar::init_output_flags(std::string const &conf) +{ { bool b_output_value; get_keyval(conf, "outputValue", b_output_value, true); @@ -387,7 +461,7 @@ colvar::colvar(std::string const &conf) if (get_keyval(conf, "outputSystemForce", temp, false, colvarparse::parse_silent)) { cvm::error("Option outputSystemForce is deprecated: only outputTotalForce is supported instead.\n" "The two are NOT identical: see http://colvars.github.io/totalforce.html.\n", INPUT_ERROR); - return; + return INPUT_ERROR; } } @@ -395,28 +469,7 @@ colvar::colvar(std::string const &conf) get_keyval_feature(this, conf, "outputAppliedForce", f_cv_output_applied_force, false); get_keyval_feature(this, conf, "subtractAppliedForce", f_cv_subtract_applied_force, false); - // Start in active state by default - enable(f_cv_active); - // Make sure dependency side-effects are correct - refresh_deps(); - - x_old.type(value()); - v_fdiff.type(value()); - v_reported.type(value()); - fj.type(value()); - ft.type(value()); - ft_reported.type(value()); - f_old.type(value()); - f_old.reset(); - - x_restart.type(value()); - after_restart = false; - - if (cvm::b_analysis) - parse_analysis(conf); - - if (cvm::debug()) - cvm::log("Done initializing collective variable \""+this->name+"\".\n"); + return COLVARS_OK; } @@ -637,7 +690,7 @@ int colvar::parse_analysis(std::string const &conf) std::string runave_outfile; get_keyval(conf, "runAveOutputFile", runave_outfile, - std::string(cvm::output_prefix+"."+ + std::string(cvm::output_prefix()+"."+ this->name+".runave.traj")); size_t const this_cv_width = x.output_width(cvm::cv_width); @@ -693,7 +746,7 @@ int colvar::parse_analysis(std::string const &conf) get_keyval(conf, "corrFuncNormalize", acf_normalize, true); get_keyval(conf, "corrFuncOutputFile", acf_outfile, - std::string(cvm::output_prefix+"."+this->name+ + std::string(cvm::output_prefix()+"."+this->name+ ".corrfunc.dat")); } return (cvm::get_error() ? COLVARS_ERROR : COLVARS_OK); @@ -730,11 +783,12 @@ colvar::~colvar() } // remove reference to this colvar from the CVM - for (std::vector<colvar *>::iterator cvi = cvm::colvars.begin(); - cvi != cvm::colvars.end(); + colvarmodule *cv = cvm::main(); + for (std::vector<colvar *>::iterator cvi = cv->variables()->begin(); + cvi != cv->variables()->end(); ++cvi) { if ( *cvi == this) { - cvm::colvars.erase(cvi); + cv->variables()->erase(cvi); break; } } @@ -892,7 +946,6 @@ int colvar::collect_cvc_values() cvm::to_str(x, cvm::cv_width, cvm::cv_prec)+".\n"); if (after_restart) { - after_restart = false; if (cvm::proxy->simulation_running()) { cvm::real const jump2 = dist2(x, x_restart) / (width*width); if (jump2 > 0.25) { @@ -1122,8 +1175,7 @@ int colvar::calc_colvar_properties() // initialize the restraint center in the first step to the value // just calculated from the cvcs - // TODO: put it in the restart information - if (cvm::step_relative() == 0) { + if (cvm::step_relative() == 0 && !after_restart) { xr = x; vr.reset(); // (already 0; added for clarity) } @@ -1148,6 +1200,8 @@ int colvar::calc_colvar_properties() ft_reported = ft; } + // At the end of the first update after a restart, we can reset the flag + after_restart = false; return COLVARS_OK; } @@ -1173,51 +1227,17 @@ cvm::real colvar::update_forces_energy() f -= fj; } - // Wall force - colvarvalue fw(x); - fw.reset(); - - if (is_enabled(f_cv_lower_wall) || is_enabled(f_cv_upper_wall)) { - - if (cvm::debug()) - cvm::log("Calculating wall forces for colvar \""+this->name+"\".\n"); - - // For a periodic colvar, both walls may be applicable at the same time - // in which case we pick the closer one - if ( (!is_enabled(f_cv_upper_wall)) || - (this->dist2(x, lower_wall) < this->dist2(x, upper_wall)) ) { - - cvm::real const grad = this->dist2_lgrad(x, lower_wall); - if (grad < 0.0) { - fw = -0.5 * lower_wall_k * grad; - if (cvm::debug()) - cvm::log("Applying a lower wall force("+ - cvm::to_str(fw)+") to \""+this->name+"\".\n"); - } - - } else { - - cvm::real const grad = this->dist2_lgrad(x, upper_wall); - if (grad > 0.0) { - fw = -0.5 * upper_wall_k * grad; - if (cvm::debug()) - cvm::log("Applying an upper wall force("+ - cvm::to_str(fw)+") to \""+this->name+"\".\n"); - } - } - } - // At this point f is the force f from external biases that will be applied to the // extended variable if there is one if (is_enabled(f_cv_extended_Lagrangian)) { if (cvm::debug()) { - cvm::log("Updating extended-Lagrangian degrees of freedom.\n"); + cvm::log("Updating extended-Lagrangian degree of freedom.\n"); } cvm::real dt = cvm::dt(); - colvarvalue f_ext(fr.type()); + colvarvalue f_ext(fr.type()); // force acting on the extended variable f_ext.reset(); // the total force is applied to the fictitious mass, while the @@ -1226,7 +1246,7 @@ cvm::real colvar::update_forces_energy() // f_ext: total force on extended variable (including harmonic spring) // f: - initially, external biasing force // - after this code block, colvar force to be applied to atomic coordinates - // ie. spring force + wall force + // ie. spring force (fb_actual will be added just below) fr = f; f_ext = f + (-0.5 * ext_force_k) * this->dist2_lgrad(xr, x); f = (-0.5 * ext_force_k) * this->dist2_rgrad(xr, x); @@ -1259,8 +1279,6 @@ cvm::real colvar::update_forces_energy() if (this->is_enabled(f_cv_periodic)) this->wrap(xr); } - // TODO remove the wall force - f += fw; // Now adding the force on the actual colvar (for those biases who // bypass the extended Lagrangian mass) f += fb_actual; @@ -1286,8 +1304,10 @@ cvm::real colvar::update_forces_energy() void colvar::communicate_forces() { size_t i; - if (cvm::debug()) + if (cvm::debug()) { cvm::log("Communicating forces from colvar \""+this->name+"\".\n"); + cvm::log("Force to be applied: " + cvm::to_str(f_accumulated) + "\n"); + } if (is_enabled(f_cv_scripted)) { std::vector<cvm::matrix2d<cvm::real> > func_grads; @@ -1364,7 +1384,7 @@ int colvar::update_cvc_flags() active_cvc_square_norm = 0.; for (size_t i = 0; i < cvcs.size(); i++) { - cvcs[i]->feature_states[f_cvc_active]->enabled = cvc_flags[i]; + cvcs[i]->set_enabled(f_cvc_active, cvc_flags[i]); if (cvcs[i]->is_enabled()) { n_active_cvcs++; active_cvc_square_norm += cvcs[i]->sup_coeff * cvcs[i]->sup_coeff; diff --git a/lib/colvars/colvar.h b/lib/colvars/colvar.h index 2cf3d2dac512b7492452940393067e8d6f7088ef..0cbda450b8af878ba611f1689cc8d85628e8e0e5 100644 --- a/lib/colvars/colvar.h +++ b/lib/colvars/colvar.h @@ -227,11 +227,23 @@ public: /// Constructor - colvar(std::string const &conf); + colvar(); + + /// Main init function + int init(std::string const &conf); /// Parse the CVC configuration and allocate their data int init_components(std::string const &conf); + /// Init defaults for grid options + int init_grid_parameters(std::string const &conf); + + /// Init extended Lagrangian parameters + int init_extended_Lagrangian(std::string const &conf); + + /// Init output flags + int init_output_flags(std::string const &conf); + private: /// Parse the CVC configuration for all components of a certain type template<typename def_class_name> int init_components_type(std::string const &conf, diff --git a/lib/colvars/colvaratoms.cpp b/lib/colvars/colvaratoms.cpp index 48c16e887af95c9e623aa3b8b525b54594e10ca2..32cfadf3b6c84aae0af422fb63f6bcad0d870158 100644 --- a/lib/colvars/colvaratoms.cpp +++ b/lib/colvars/colvaratoms.cpp @@ -98,7 +98,7 @@ cvm::atom_group::atom_group() cvm::atom_group::~atom_group() { - if (is_enabled(f_ag_scalable)) { + if (is_enabled(f_ag_scalable) && !b_dummy) { (cvm::proxy)->clear_atom_group(index); index = -1; } @@ -418,7 +418,7 @@ int cvm::atom_group::parse(std::string const &conf) // We need to know the fitting options to decide whether the group is scalable parse_error |= parse_fitting_options(group_conf); - if (is_available(f_ag_scalable_com) && !b_rotate) { + if (is_available(f_ag_scalable_com) && !b_rotate && !b_center) { enable(f_ag_scalable_com); enable(f_ag_scalable); } @@ -500,14 +500,16 @@ int cvm::atom_group::add_atom_numbers(std::string const &numbers_conf) int cvm::atom_group::add_index_group(std::string const &index_group_name) { - std::list<std::string>::iterator names_i = cvm::index_group_names.begin(); - std::list<std::vector<int> >::iterator index_groups_i = cvm::index_groups.begin(); - for ( ; names_i != cvm::index_group_names.end() ; ++names_i, ++index_groups_i) { + colvarmodule *cv = cvm::main(); + + std::list<std::string>::iterator names_i = cv->index_group_names.begin(); + std::list<std::vector<int> >::iterator index_groups_i = cv->index_groups.begin(); + for ( ; names_i != cv->index_group_names.end() ; ++names_i, ++index_groups_i) { if (*names_i == index_group_name) break; } - if (names_i == cvm::index_group_names.end()) { + if (names_i == cv->index_group_names.end()) { cvm::error("Error: could not find index group "+ index_group_name+" among those provided by the index file.\n", INPUT_ERROR); diff --git a/lib/colvars/colvarbias.cpp b/lib/colvars/colvarbias.cpp index fdd2b6254ca12dd8b450244f72c75f8b570f8a2f..3779c82aa300b86814a8f3ab23eaf1b161c34946 100644 --- a/lib/colvars/colvarbias.cpp +++ b/lib/colvars/colvarbias.cpp @@ -19,20 +19,6 @@ colvarbias::colvarbias(char const *key) rank = 1; - if (bias_type == std::string("abf")) { - rank = cvm::n_abf_biases+1; - } - if (bias_type == std::string("harmonic") || - bias_type == std::string("linear")) { - rank = cvm::n_rest_biases+1; - } - if (bias_type == std::string("histogram")) { - rank = cvm::n_histo_biases+1; - } - if (bias_type == std::string("metadynamics")) { - rank = cvm::n_meta_biases+1; - } - has_data = false; b_output_energy = false; reset(); @@ -48,7 +34,11 @@ int colvarbias::init(std::string const &conf) colvarparse::init(conf); if (name.size() == 0) { + + // first initialization + cvm::log("Initializing a new \""+bias_type+"\" instance.\n"); + rank = cvm::num_biases_type(bias_type); get_keyval(conf, "name", name, bias_type+cvm::to_str(rank)); { @@ -69,7 +59,7 @@ int colvarbias::init(std::string const &conf) // lookup the associated colvars std::vector<std::string> colvar_names; if (get_keyval(conf, "colvars", colvar_names)) { - if (colvars.size()) { + if (num_variables()) { cvm::error("Error: cannot redefine the colvars that a bias was already defined on.\n", INPUT_ERROR); return INPUT_ERROR; @@ -80,7 +70,7 @@ int colvarbias::init(std::string const &conf) } } - if (!colvars.size()) { + if (!num_variables()) { cvm::error("Error: no collective variables specified.\n", INPUT_ERROR); return INPUT_ERROR; } @@ -89,6 +79,8 @@ int colvarbias::init(std::string const &conf) cvm::log("Reinitializing bias \""+name+"\".\n"); } + output_prefix = cvm::output_prefix(); + get_keyval(conf, "outputEnergy", b_output_energy, b_output_energy); return COLVARS_OK; @@ -98,7 +90,7 @@ int colvarbias::init(std::string const &conf) int colvarbias::reset() { bias_energy = 0.0; - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { colvar_forces[i].reset(); } return COLVARS_OK; @@ -132,12 +124,13 @@ int colvarbias::clear() } } + colvarmodule *cv = cvm::main(); // ...and from the colvars module - for (std::vector<colvarbias *>::iterator bi = cvm::biases.begin(); - bi != cvm::biases.end(); + for (std::vector<colvarbias *>::iterator bi = cv->biases.begin(); + bi != cv->biases.end(); ++bi) { if ( *bi == this) { - cvm::biases.erase(bi); + cv->biases.erase(bi); break; } } @@ -185,21 +178,29 @@ int colvarbias::add_colvar(std::string const &cv_name) int colvarbias::update() { - // Note: if anything is added here, it should be added also in the SMP block of calc_biases() - // TODO move here debug msg of bias update + if (cvm::debug()) { + cvm::log("Updating the "+bias_type+" bias \""+this->name+"\".\n"); + } + has_data = true; + + bias_energy = 0.0; + for (size_t ir = 0; ir < num_variables(); ir++) { + colvar_forces[ir].reset(); + } + return COLVARS_OK; } void colvarbias::communicate_forces() { - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { if (cvm::debug()) { cvm::log("Communicating a force to colvar \""+ - colvars[i]->name+"\".\n"); + variables(i)->name+"\".\n"); } - colvars[i]->add_bias_force(colvar_forces[i]); + variables(i)->add_bias_force(colvar_forces[i]); } } diff --git a/lib/colvars/colvarbias.h b/lib/colvars/colvarbias.h index 12397dcb8fa0ba8aa2356fd776d1a8ccb16b4546..6d5776d3db87047c78ff15c637d6703ceeb77300 100644 --- a/lib/colvars/colvarbias.h +++ b/lib/colvars/colvarbias.h @@ -32,17 +32,39 @@ public: /// Add a new collective variable to this bias int add_colvar(std::string const &cv_name); - /// Add a new collective variable to this bias - size_t number_of_colvars() const + /// How many variables are defined for this bias + inline size_t num_variables() const { return colvars.size(); } + /// Access the variables vector + inline std::vector<colvar *> *variables() + { + return &colvars; + } + + /// Access the i-th variable + inline colvar * variables(int i) const + { + return colvars[i]; + } + /// Retrieve colvar values and calculate their biasing forces /// Return bias energy virtual int update(); - // TODO: move update_bias here (share with metadynamics) + /// \brief Compute the energy of the bias with alternative values of the + /// collective variables (suitable for bias exchange) + virtual int calc_energy(std::vector<colvarvalue> const &values = + std::vector<colvarvalue>(0)) + { + cvm::error("Error: calc_energy() not implemented.\n", COLVARS_NOT_IMPLEMENTED); + return COLVARS_NOT_IMPLEMENTED; + } + + /// Send forces to the collective variables + virtual void communicate_forces(); /// Load new configuration - force constant and/or centers only virtual int change_configuration(std::string const &conf); @@ -51,10 +73,13 @@ public: virtual cvm::real energy_difference(std::string const &conf); /// Give the total number of bins for a given bias. + // FIXME this is currently 1D only virtual int bin_num(); /// Calculate the bin index for a given bias. + // FIXME this is currently 1D only virtual int current_bin(); //// Give the count at a given bin index. + // FIXME this is currently 1D only virtual int bin_count(int bin_index); //// Share information between replicas, whatever it may be. virtual int replica_share(); @@ -62,9 +87,6 @@ public: /// Perform analysis tasks virtual void analyze() {} - /// Send forces to the collective variables - virtual void communicate_forces(); - /// \brief Constructor colvarbias(char const *key); @@ -135,6 +157,9 @@ public: return COLVARS_OK; } + /// Use this prefix for all output files + std::string output_prefix; + /// If this bias is communicating with other replicas through files, send it to them virtual int write_state_to_replicas() { @@ -162,7 +187,7 @@ protected: /// through each colvar object std::vector<colvar *> colvars; - /// \brief Current forces from this bias to the colvars + /// \brief Current forces from this bias to the variables std::vector<colvarvalue> colvar_forces; /// \brief Current energy of this bias (colvar_forces should be obtained by deriving this) diff --git a/lib/colvars/colvarbias_abf.cpp b/lib/colvars/colvarbias_abf.cpp index ccfa401697693bb97a2d403c6cc06da3f2f32d9e..d039004f09d47f3b216c62a3e5d5304e9cb89678 100644 --- a/lib/colvars/colvarbias_abf.cpp +++ b/lib/colvars/colvarbias_abf.cpp @@ -30,9 +30,8 @@ int colvarbias_abf::init(std::string const &conf) { colvarbias::init(conf); - provide(f_cvb_scalar_variables); enable(f_cvb_scalar_variables); - provide(f_cvb_history_dependent); + enable(f_cvb_calc_pmf); // TODO relax this in case of VMD plugin if (cvm::temperature() == 0.0) @@ -221,9 +220,6 @@ colvarbias_abf::~colvarbias_abf() delete [] system_force; system_force = NULL; } - - if (cvm::n_abf_biases > 0) - cvm::n_abf_biases -= 1; } @@ -319,11 +315,11 @@ int colvarbias_abf::update() } // update the output prefix; TODO: move later to setup_output() function - if ( cvm::n_abf_biases == 1 && cvm::n_meta_biases == 0 ) { - // This is the only ABF bias - output_prefix = cvm::output_prefix; + if (cvm::num_biases_feature(colvardeps::f_cvb_calc_pmf) == 1) { + // This is the only bias computing PMFs + output_prefix = cvm::output_prefix(); } else { - output_prefix = cvm::output_prefix + "." + this->name; + output_prefix = cvm::output_prefix() + "." + this->name; } if (output_freq && (cvm::step_absolute() % output_freq) == 0) { diff --git a/lib/colvars/colvarbias_alb.cpp b/lib/colvars/colvarbias_alb.cpp index 9e414d4db49637087dc954ff8239a5465287664e..d096ac3daf15a508e076b38e2dc1e18368f321b7 100644 --- a/lib/colvars/colvarbias_alb.cpp +++ b/lib/colvars/colvarbias_alb.cpp @@ -40,11 +40,8 @@ int colvarbias_alb::init(std::string const &conf) { colvarbias::init(conf); - provide(f_cvb_scalar_variables); enable(f_cvb_scalar_variables); - provide(f_cvb_history_dependent); - size_t i; // get the initial restraint centers @@ -138,8 +135,6 @@ int colvarbias_alb::init(std::string const &conf) colvarbias_alb::~colvarbias_alb() { - if (cvm::n_rest_biases > 0) - cvm::n_rest_biases -= 1; } diff --git a/lib/colvars/colvarbias_histogram.cpp b/lib/colvars/colvarbias_histogram.cpp index 900ad213d51d6d0301063d6edba45561e285a0e7..502a7455b1ed4ab99ec9c6d553e621ec4a4ff7d7 100644 --- a/lib/colvars/colvarbias_histogram.cpp +++ b/lib/colvars/colvarbias_histogram.cpp @@ -24,10 +24,7 @@ int colvarbias_histogram::init(std::string const &conf) { colvarbias::init(conf); - provide(f_cvb_scalar_variables); enable(f_cvb_scalar_variables); - - provide(f_cvb_history_dependent); enable(f_cvb_history_dependent); size_t i; @@ -104,9 +101,6 @@ colvarbias_histogram::~colvarbias_histogram() delete grid; grid = NULL; } - - if (cvm::n_histo_biases > 0) - cvm::n_histo_biases -= 1; } @@ -127,14 +121,14 @@ int colvarbias_histogram::update() // At the first timestep, we need to assign out_name since // output_prefix is unset during the constructor if (cvm::step_relative() == 0) { - out_name = cvm::output_prefix + "." + this->name + ".dat"; + out_name = cvm::output_prefix() + "." + this->name + ".dat"; cvm::log("Histogram " + this->name + " will be written to file \"" + out_name + "\""); } } if (out_name_dx.size() == 0) { if (cvm::step_relative() == 0) { - out_name_dx = cvm::output_prefix + "." + this->name + ".dx"; + out_name_dx = cvm::output_prefix() + "." + this->name + ".dx"; cvm::log("Histogram " + this->name + " will be written to file \"" + out_name_dx + "\""); } } diff --git a/lib/colvars/colvarbias_meta.cpp b/lib/colvars/colvarbias_meta.cpp index 01a04d1a016dbb116f707296cfd54bb99ad86f83..b0acfe974a188a179de18da36d1c537e70f77995 100644 --- a/lib/colvars/colvarbias_meta.cpp +++ b/lib/colvars/colvarbias_meta.cpp @@ -43,7 +43,7 @@ int colvarbias_meta::init(std::string const &conf) { colvarbias::init(conf); - provide(f_cvb_history_dependent); + enable(f_cvb_calc_pmf); get_keyval(conf, "hillWeight", hill_weight, 0.0); if (hill_weight > 0.0) { @@ -59,9 +59,9 @@ int colvarbias_meta::init(std::string const &conf) get_keyval(conf, "hillWidth", hill_width, std::sqrt(2.0 * PI) / 2.0); cvm::log("Half-widths of the Gaussian hills (sigma's):\n"); - for (size_t i = 0; i < colvars.size(); i++) { - cvm::log(colvars[i]->name+std::string(": ")+ - cvm::to_str(0.5 * colvars[i]->width * hill_width)); + for (size_t i = 0; i < num_variables(); i++) { + cvm::log(variables(i)->name+std::string(": ")+ + cvm::to_str(0.5 * variables(i)->width * hill_width)); } { @@ -73,8 +73,10 @@ int colvarbias_meta::init(std::string const &conf) comm = single_replica; } - // This implies gradients for all colvars - enable(f_cvb_apply_force); + // in all cases, the first replica is this bias itself + if (replicas.size() == 0) { + replicas.push_back(this); + } get_keyval(conf, "useGrids", use_grids, true); @@ -84,14 +86,14 @@ int colvarbias_meta::init(std::string const &conf) expand_grids = false; size_t i; - for (i = 0; i < colvars.size(); i++) { - colvars[i]->enable(f_cv_grid); - if (colvars[i]->expand_boundaries) { + for (i = 0; i < num_variables(); i++) { + variables(i)->enable(f_cv_grid); + if (variables(i)->expand_boundaries) { expand_grids = true; cvm::log("Metadynamics bias \""+this->name+"\""+ ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ ": Will expand grids when the colvar \""+ - colvars[i]->name+"\" approaches its boundaries.\n"); + variables(i)->name+"\" approaches its boundaries.\n"); } } @@ -100,7 +102,7 @@ int colvarbias_meta::init(std::string const &conf) get_keyval(conf, "dumpFreeEnergyFile", dump_fes, true, colvarparse::parse_silent); if (get_keyval(conf, "saveFreeEnergyFile", dump_fes_save, false, colvarparse::parse_silent)) { cvm::log("Option \"saveFreeEnergyFile\" is deprecated, " - "please use \"keepFreeEnergyFiles\" instead."); + "please use \"keepFreeEnergyFile\" instead."); } get_keyval(conf, "keepFreeEnergyFiles", dump_fes_save, dump_fes_save); @@ -154,6 +156,20 @@ int colvarbias_meta::init(std::string const &conf) get_keyval(conf, "writeHillsTrajectory", b_hills_traj, false); + init_well_tempered_params(conf); + init_ebmeta_params(conf); + + if (cvm::debug()) + cvm::log("Done initializing the metadynamics bias \""+this->name+"\""+ + ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+".\n"); + + save_delimiters = false; + return COLVARS_OK; +} + + +int colvarbias_meta::init_well_tempered_params(std::string const &conf) +{ // for well-tempered metadynamics get_keyval(conf, "wellTempered", well_tempered, false); get_keyval(conf, "biasTemperature", bias_temperature, -1.0); @@ -164,8 +180,12 @@ int colvarbias_meta::init(std::string const &conf) cvm::log("Well-tempered metadynamics is used.\n"); cvm::log("The bias temperature is "+cvm::to_str(bias_temperature)+".\n"); } + return COLVARS_OK; +} +int colvarbias_meta::init_ebmeta_params(std::string const &conf) +{ // for ebmeta target_dist = NULL; get_keyval(conf, "ebMeta", ebmeta, false); @@ -203,11 +223,6 @@ int colvarbias_meta::init(std::string const &conf) get_keyval(conf, "ebMetaEquilSteps", ebmeta_equil_steps, 0); } - if (cvm::debug()) - cvm::log("Done initializing the metadynamics bias \""+this->name+"\""+ - ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+".\n"); - - save_delimiters = false; return COLVARS_OK; } @@ -234,9 +249,6 @@ colvarbias_meta::~colvarbias_meta() delete target_dist; target_dist = NULL; } - - if (cvm::n_meta_biases > 0) - cvm::n_meta_biases -= 1; } @@ -314,23 +326,45 @@ colvarbias_meta::delete_hill(hill_iter &h) int colvarbias_meta::update() { - if (cvm::debug()) - cvm::log("Updating the metadynamics bias \""+this->name+"\""+ - ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+".\n"); + int error_code = COLVARS_OK; + + // update base class + error_code |= colvarbias::update(); + + // update grid definition, if needed + error_code |= update_grid_params(); + // add new biasing energy/forces + error_code |= update_bias(); + // update grid content to reflect new bias + error_code |= update_grid_data(); + + if (comm != single_replica && + (cvm::step_absolute() % replica_update_freq) == 0) { + // sync with the other replicas (if needed) + error_code |= replica_share(); + } + + error_code |= calc_energy(); + error_code |= calc_forces(); + return error_code; +} + + +int colvarbias_meta::update_grid_params() +{ if (use_grids) { std::vector<int> curr_bin = hills_energy->get_colvars_index(); + if (cvm::debug()) { + cvm::log("Metadynamics bias \""+this->name+"\""+ + ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ + ": current coordinates on the grid: "+ + cvm::to_str(curr_bin)+".\n"); + } if (expand_grids) { - // first of all, expand the grids, if specified - if (cvm::debug()) - cvm::log("Metadynamics bias \""+this->name+"\""+ - ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ - ": current coordinates on the grid: "+ - cvm::to_str(curr_bin)+".\n"); - bool changed_grids = false; int const min_buffer = (3 * (size_t) std::floor(hill_width)) + 1; @@ -339,9 +373,9 @@ int colvarbias_meta::update() std::vector<colvarvalue> new_lower_boundaries(hills_energy->lower_boundaries); std::vector<colvarvalue> new_upper_boundaries(hills_energy->upper_boundaries); - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { - if (! colvars[i]->expand_boundaries) + if (! variables(i)->expand_boundaries) continue; cvm::real &new_lb = new_lower_boundaries[i].real_value; @@ -349,10 +383,10 @@ int colvarbias_meta::update() int &new_size = new_sizes[i]; bool changed_lb = false, changed_ub = false; - if (!colvars[i]->hard_lower_boundary) + if (!variables(i)->hard_lower_boundary) if (curr_bin[i] < min_buffer) { int const extra_points = (min_buffer - curr_bin[i]); - new_lb -= extra_points * colvars[i]->width; + new_lb -= extra_points * variables(i)->width; new_size += extra_points; // changed offset in this direction => the pointer needs to // be changed, too @@ -362,21 +396,21 @@ int colvarbias_meta::update() cvm::log("Metadynamics bias \""+this->name+"\""+ ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ ": new lower boundary for colvar \""+ - colvars[i]->name+"\", at "+ + variables(i)->name+"\", at "+ cvm::to_str(new_lower_boundaries[i])+".\n"); } - if (!colvars[i]->hard_upper_boundary) + if (!variables(i)->hard_upper_boundary) if (curr_bin[i] > new_size - min_buffer - 1) { int const extra_points = (curr_bin[i] - (new_size - 1) + min_buffer); - new_ub += extra_points * colvars[i]->width; + new_ub += extra_points * variables(i)->width; new_size += extra_points; changed_ub = true; cvm::log("Metadynamics bias \""+this->name+"\""+ ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ ": new upper boundary for colvar \""+ - colvars[i]->name+"\", at "+ + variables(i)->name+"\", at "+ cvm::to_str(new_upper_boundaries[i])+".\n"); } @@ -401,7 +435,7 @@ int colvarbias_meta::update() new_hills_energy_gradients->lower_boundaries = new_lower_boundaries; new_hills_energy_gradients->upper_boundaries = new_upper_boundaries; - new_hills_energy_gradients->setup(new_sizes, 0.0, colvars.size()); + new_hills_energy_gradients->setup(new_sizes, 0.0, num_variables()); new_hills_energy->map_grid(*hills_energy); new_hills_energy_gradients->map_grid(*hills_energy_gradients); @@ -418,25 +452,32 @@ int colvarbias_meta::update() } } } + return COLVARS_OK; +} + +int colvarbias_meta::update_bias() +{ // add a new hill if the required time interval has passed - if ((cvm::step_absolute() % new_hill_freq) == 0) { + if ((cvm::step_absolute() % new_hill_freq) == 0 && + is_enabled(f_cvb_history_dependent)) { - if (cvm::debug()) + if (cvm::debug()) { cvm::log("Metadynamics bias \""+this->name+"\""+ ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ ": adding a new hill at step "+cvm::to_str(cvm::step_absolute())+".\n"); + } cvm::real hills_scale=1.0; if (ebmeta) { - hills_scale *= 1.0/target_dist->value(target_dist->get_colvars_index()); - if(cvm::step_absolute() <= long(ebmeta_equil_steps)) { - cvm::real const hills_lambda = - (cvm::real(long(ebmeta_equil_steps) - cvm::step_absolute())) / - (cvm::real(ebmeta_equil_steps)); - hills_scale = hills_lambda + (1-hills_lambda)*hills_scale; - } + hills_scale *= 1.0/target_dist->value(target_dist->get_colvars_index()); + if(cvm::step_absolute() <= long(ebmeta_equil_steps)) { + cvm::real const hills_lambda = + (cvm::real(long(ebmeta_equil_steps) - cvm::step_absolute())) / + (cvm::real(ebmeta_equil_steps)); + hills_scale = hills_lambda + (1-hills_lambda)*hills_scale; + } } if (well_tempered) { @@ -471,160 +512,165 @@ int colvarbias_meta::update() } } - // sync with the other replicas (if needed) - if (comm != single_replica) { + return COLVARS_OK; +} - // reread the replicas registry - if ((cvm::step_absolute() % replica_update_freq) == 0) { - update_replicas_registry(); - // empty the output buffer - if (replica_hills_os.is_open()) - replica_hills_os.flush(); - read_replica_files(); +int colvarbias_meta::update_grid_data() +{ + if ((cvm::step_absolute() % grids_freq) == 0) { + // map the most recent gaussians to the grids + project_hills(new_hills_begin, hills.end(), + hills_energy, hills_energy_gradients); + new_hills_begin = hills.end(); + + // TODO: we may want to condense all into one replicas array, + // including "this" as the first element + if (comm == multiple_replicas) { + for (size_t ir = 0; ir < replicas.size(); ir++) { + replicas[ir]->project_hills(replicas[ir]->new_hills_begin, + replicas[ir]->hills.end(), + replicas[ir]->hills_energy, + replicas[ir]->hills_energy_gradients); + replicas[ir]->new_hills_begin = replicas[ir]->hills.end(); + } } } - // calculate the biasing energy and forces - bias_energy = 0.0; - for (size_t ir = 0; ir < colvars.size(); ir++) { - colvar_forces[ir].reset(); + return COLVARS_OK; +} + + +int colvarbias_meta::calc_energy(std::vector<colvarvalue> const &values) +{ + size_t ir = 0; + + for (ir = 0; ir < replicas.size(); ir++) { + replicas[ir]->bias_energy = 0.0; } - if (comm == multiple_replicas) - for (size_t ir = 0; ir < replicas.size(); ir++) { - replicas[ir]->bias_energy = 0.0; - for (size_t ic = 0; ic < colvars.size(); ic++) { - replicas[ir]->colvar_forces[ic].reset(); - } - } - if (use_grids) { + std::vector<int> const curr_bin = values.size() ? + hills_energy->get_colvars_index(values) : + hills_energy->get_colvars_index(); - // get the forces from the grid - - if ((cvm::step_absolute() % grids_freq) == 0) { - // map the most recent gaussians to the grids - project_hills(new_hills_begin, hills.end(), - hills_energy, hills_energy_gradients); - new_hills_begin = hills.end(); - - // TODO: we may want to condense all into one replicas array, - // including "this" as the first element - if (comm == multiple_replicas) { - for (size_t ir = 0; ir < replicas.size(); ir++) { - replicas[ir]->project_hills(replicas[ir]->new_hills_begin, - replicas[ir]->hills.end(), - replicas[ir]->hills_energy, - replicas[ir]->hills_energy_gradients); - replicas[ir]->new_hills_begin = replicas[ir]->hills.end(); - } + if (hills_energy->index_ok(curr_bin)) { + // index is within the grid: get the energy from there + for (ir = 0; ir < replicas.size(); ir++) { + + bias_energy += replicas[ir]->hills_energy->value(curr_bin); + if (cvm::debug()) { + cvm::log("Metadynamics bias \""+this->name+"\""+ + ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ + ": current coordinates on the grid: "+ + cvm::to_str(curr_bin)+".\n"); + cvm::log("Grid energy = "+cvm::to_str(bias_energy)+".\n"); } } + } else { + // off the grid: compute analytically only the hills at the grid's edges + for (ir = 0; ir < replicas.size(); ir++) { + calc_hills(replicas[ir]->hills_off_grid.begin(), + replicas[ir]->hills_off_grid.end(), + bias_energy, + values); + } + } - std::vector<int> curr_bin = hills_energy->get_colvars_index(); - if (cvm::debug()) - cvm::log("Metadynamics bias \""+this->name+"\""+ - ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ - ": current coordinates on the grid: "+ - cvm::to_str(curr_bin)+".\n"); + // now include the hills that have not been binned yet (starting + // from new_hills_begin) - if (hills_energy->index_ok(curr_bin)) { + for (ir = 0; ir < replicas.size(); ir++) { + calc_hills(replicas[ir]->new_hills_begin, + replicas[ir]->hills.end(), + bias_energy); + if (cvm::debug()) { + cvm::log("Hills energy = "+cvm::to_str(bias_energy)+".\n"); + } + } - // within the grid: add the energy and the forces from there + return COLVARS_OK; +} - bias_energy += hills_energy->value(curr_bin); - for (size_t ic = 0; ic < colvars.size(); ic++) { - cvm::real const *f = &(hills_energy_gradients->value(curr_bin)); - colvar_forces[ic].real_value += -1.0 * f[ic]; - // the gradients are stored, not the forces - } - if (comm == multiple_replicas) - for (size_t ir = 0; ir < replicas.size(); ir++) { - bias_energy += replicas[ir]->hills_energy->value(curr_bin); - cvm::real const *f = &(replicas[ir]->hills_energy_gradients->value(curr_bin)); - for (size_t ic = 0; ic < colvars.size(); ic++) { - colvar_forces[ic].real_value += -1.0 * f[ic]; - } - } - } else { +int colvarbias_meta::calc_forces(std::vector<colvarvalue> const &values) +{ + size_t ir = 0, ic = 0; + for (ir = 0; ir < replicas.size(); ir++) { + for (ic = 0; ic < num_variables(); ic++) { + replicas[ir]->colvar_forces[ic].reset(); + } + } - // off the grid: compute analytically only the hills at the grid's edges + std::vector<int> const curr_bin = values.size() ? + hills_energy->get_colvars_index(values) : + hills_energy->get_colvars_index(); - calc_hills(hills_off_grid.begin(), hills_off_grid.end(), bias_energy); - for (size_t ic = 0; ic < colvars.size(); ic++) { - calc_hills_force(ic, hills_off_grid.begin(), hills_off_grid.end(), colvar_forces); + if (hills_energy->index_ok(curr_bin)) { + for (ir = 0; ir < replicas.size(); ir++) { + cvm::real const *f = &(replicas[ir]->hills_energy_gradients->value(curr_bin)); + for (ic = 0; ic < num_variables(); ic++) { + // the gradients are stored, not the forces + colvar_forces[ic].real_value += -1.0 * f[ic]; + } + } + } else { + // off the grid: compute analytically only the hills at the grid's edges + for (ir = 0; ir < replicas.size(); ir++) { + for (ic = 0; ic < num_variables(); ic++) { + calc_hills_force(ic, + replicas[ir]->hills_off_grid.begin(), + replicas[ir]->hills_off_grid.end(), + colvar_forces, + values); } - - if (comm == multiple_replicas) - for (size_t ir = 0; ir < replicas.size(); ir++) { - calc_hills(replicas[ir]->hills_off_grid.begin(), - replicas[ir]->hills_off_grid.end(), - bias_energy); - for (size_t ic = 0; ic < colvars.size(); ic++) { - calc_hills_force(ic, - replicas[ir]->hills_off_grid.begin(), - replicas[ir]->hills_off_grid.end(), - colvar_forces); - } - } } } // now include the hills that have not been binned yet (starting // from new_hills_begin) - calc_hills(new_hills_begin, hills.end(), bias_energy); - for (size_t ic = 0; ic < colvars.size(); ic++) { - calc_hills_force(ic, new_hills_begin, hills.end(), colvar_forces); - } - - if (cvm::debug()) - cvm::log("Hills energy = "+cvm::to_str(bias_energy)+ - ", hills forces = "+cvm::to_str(colvar_forces)+".\n"); - - if (cvm::debug()) + if (cvm::debug()) { cvm::log("Metadynamics bias \""+this->name+"\""+ ((comm != single_replica) ? ", replica \""+replica_id+"\"" : "")+ ": adding the forces from the other replicas.\n"); + } - if (comm == multiple_replicas) - for (size_t ir = 0; ir < replicas.size(); ir++) { - calc_hills(replicas[ir]->new_hills_begin, - replicas[ir]->hills.end(), - bias_energy); - for (size_t ic = 0; ic < colvars.size(); ic++) { - calc_hills_force(ic, - replicas[ir]->new_hills_begin, - replicas[ir]->hills.end(), - colvar_forces); + for (ir = 0; ir < replicas.size(); ir++) { + for (ic = 0; ic < num_variables(); ic++) { + calc_hills_force(ic, + replicas[ir]->new_hills_begin, + replicas[ir]->hills.end(), + colvar_forces, + values); + if (cvm::debug()) { + cvm::log("Hills forces = "+cvm::to_str(colvar_forces)+".\n"); } - if (cvm::debug()) - cvm::log("Hills energy = "+cvm::to_str(bias_energy)+ - ", hills forces = "+cvm::to_str(colvar_forces)+".\n"); } + } return COLVARS_OK; } + void colvarbias_meta::calc_hills(colvarbias_meta::hill_iter h_first, colvarbias_meta::hill_iter h_last, cvm::real &energy, std::vector<colvarvalue> const &colvar_values) { - std::vector<colvarvalue> curr_values(colvars.size()); - for (size_t i = 0; i < colvars.size(); i++) { - curr_values[i].type(colvars[i]->value()); + size_t i = 0; + std::vector<colvarvalue> curr_values(num_variables()); + for (i = 0; i < num_variables(); i++) { + curr_values[i].type(variables(i)->value()); } if (colvar_values.size()) { - for (size_t i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { curr_values[i] = colvar_values[i]; } } else { - for (size_t i = 0; i < colvars.size(); i++) { - curr_values[i] = colvars[i]->value(); + for (i = 0; i < num_variables(); i++) { + curr_values[i] = variables(i)->value(); } } @@ -632,11 +678,11 @@ void colvarbias_meta::calc_hills(colvarbias_meta::hill_iter h_first, // compute the gaussian exponent cvm::real cv_sqdev = 0.0; - for (size_t i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { colvarvalue const &x = curr_values[i]; colvarvalue const ¢er = h->centers[i]; cvm::real const half_width = 0.5 * h->widths[i]; - cv_sqdev += (colvars[i]->dist2(x, center)) / (half_width*half_width); + cv_sqdev += (variables(i)->dist2(x, center)) / (half_width*half_width); } // compute the gaussian @@ -658,14 +704,14 @@ void colvarbias_meta::calc_hills_force(size_t const &i, std::vector<colvarvalue> const &values) { // Retrieve the value of the colvar - colvarvalue const x(values.size() ? values[i] : colvars[i]->value()); + colvarvalue const x(values.size() ? values[i] : variables(i)->value()); // do the type check only once (all colvarvalues in the hills series // were already saved with their types matching those in the // colvars) hill_iter h; - switch (colvars[i]->value().type()) { + switch (variables(i)->value().type()) { case colvarvalue::type_scalar: for (h = h_first; h != h_last; h++) { @@ -674,7 +720,7 @@ void colvarbias_meta::calc_hills_force(size_t const &i, cvm::real const half_width = 0.5 * h->widths[i]; forces[i].real_value += ( h->weight() * h->value() * (0.5 / (half_width*half_width)) * - (colvars[i]->dist2_lgrad(x, center)).real_value ); + (variables(i)->dist2_lgrad(x, center)).real_value ); } break; @@ -687,7 +733,7 @@ void colvarbias_meta::calc_hills_force(size_t const &i, cvm::real const half_width = 0.5 * h->widths[i]; forces[i].rvector_value += ( h->weight() * h->value() * (0.5 / (half_width*half_width)) * - (colvars[i]->dist2_lgrad(x, center)).rvector_value ); + (variables(i)->dist2_lgrad(x, center)).rvector_value ); } break; @@ -699,7 +745,7 @@ void colvarbias_meta::calc_hills_force(size_t const &i, cvm::real const half_width = 0.5 * h->widths[i]; forces[i].quaternion_value += ( h->weight() * h->value() * (0.5 / (half_width*half_width)) * - (colvars[i]->dist2_lgrad(x, center)).quaternion_value ); + (variables(i)->dist2_lgrad(x, center)).quaternion_value ); } break; @@ -710,7 +756,7 @@ void colvarbias_meta::calc_hills_force(size_t const &i, cvm::real const half_width = 0.5 * h->widths[i]; forces[i].vector1d_value += ( h->weight() * h->value() * (0.5 / (half_width*half_width)) * - (colvars[i]->dist2_lgrad(x, center)).vector1d_value ); + (variables(i)->dist2_lgrad(x, center)).vector1d_value ); } break; @@ -739,13 +785,13 @@ void colvarbias_meta::project_hills(colvarbias_meta::hill_iter h_first, // TODO: improve it by looping over a small subgrid instead of the whole grid - std::vector<colvarvalue> colvar_values(colvars.size()); - std::vector<cvm::real> colvar_forces_scalar(colvars.size()); + std::vector<colvarvalue> colvar_values(num_variables()); + std::vector<cvm::real> colvar_forces_scalar(num_variables()); std::vector<int> he_ix = he->new_index(); std::vector<int> hg_ix = (hg != NULL) ? hg->new_index() : std::vector<int> (0); cvm::real hills_energy_here = 0.0; - std::vector<colvarvalue> hills_forces_here(colvars.size(), 0.0); + std::vector<colvarvalue> hills_forces_here(num_variables(), 0.0); size_t count = 0; size_t const print_frequency = ((hills.size() >= 1000000) ? 1 : (1000000/(hills.size()+1))); @@ -757,7 +803,7 @@ void colvarbias_meta::project_hills(colvarbias_meta::hill_iter h_first, (he->index_ok(he_ix)) && (hg->index_ok(hg_ix)); count++) { size_t i; - for (i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { colvar_values[i] = hills_energy->bin_to_value_scalar(he_ix[i], i); } @@ -766,7 +812,7 @@ void colvarbias_meta::project_hills(colvarbias_meta::hill_iter h_first, calc_hills(h_first, h_last, hills_energy_here, colvar_values); he->acc_value(he_ix, hills_energy_here); - for (i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { hills_forces_here[i].reset(); calc_hills_force(i, h_first, h_last, hills_forces_here, colvar_values); colvar_forces_scalar[i] = hills_forces_here[i].real_value; @@ -795,7 +841,7 @@ void colvarbias_meta::project_hills(colvarbias_meta::hill_iter h_first, for ( ; (he->index_ok(he_ix)); ) { - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { colvar_values[i] = hills_energy->bin_to_value_scalar(he_ix[i], i); } @@ -851,6 +897,21 @@ void colvarbias_meta::recount_hills_off_grid(colvarbias_meta::hill_iter h_first // ********************************************************************** +int colvarbias_meta::replica_share() +{ + // sync with the other replicas (if needed) + if (comm == multiple_replicas) { + // reread the replicas registry + update_replicas_registry(); + // empty the output buffer + if (replica_hills_os.is_open()) + replica_hills_os.flush(); + read_replica_files(); + } + return COLVARS_OK; +} + + void colvarbias_meta::update_replicas_registry() { if (cvm::debug()) @@ -975,7 +1036,6 @@ void colvarbias_meta::update_replicas_registry() } } - if (cvm::debug()) cvm::log("Metadynamics bias \""+this->name+"\": the list of replicas contains "+ cvm::to_str(replicas.size())+" elements.\n"); @@ -984,7 +1044,8 @@ void colvarbias_meta::update_replicas_registry() void colvarbias_meta::read_replica_files() { - for (size_t ir = 0; ir < replicas.size(); ir++) { + // Note: we start from the 2nd replica. + for (size_t ir = 1; ir < replicas.size(); ir++) { if (! (replicas[ir])->replica_state_file_in_sync) { // if a new state file is being read, the hills file is also new @@ -1352,9 +1413,9 @@ std::istream & colvarbias_meta::read_hill(std::istream &is) cvm::real h_weight; get_keyval(data, "weight", h_weight, hill_weight, parse_silent); - std::vector<colvarvalue> h_centers(colvars.size()); - for (size_t i = 0; i < colvars.size(); i++) { - h_centers[i].type(colvars[i]->value()); + std::vector<colvarvalue> h_centers(num_variables()); + for (size_t i = 0; i < num_variables(); i++) { + h_centers[i].type(variables(i)->value()); } { // it is safer to read colvarvalue objects one at a time; @@ -1362,14 +1423,14 @@ std::istream & colvarbias_meta::read_hill(std::istream &is) std::string centers_input; key_lookup(data, "centers", centers_input); std::istringstream centers_is(centers_input); - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { centers_is >> h_centers[i]; } } - std::vector<cvm::real> h_widths(colvars.size()); + std::vector<cvm::real> h_widths(num_variables()); get_keyval(data, "widths", h_widths, - std::vector<cvm::real> (colvars.size(), (std::sqrt(2.0 * PI) / 2.0)), + std::vector<cvm::real>(num_variables(), (std::sqrt(2.0 * PI) / 2.0)), parse_silent); std::string h_replica = ""; @@ -1406,6 +1467,13 @@ std::istream & colvarbias_meta::read_hill(std::istream &is) int colvarbias_meta::setup_output() { + output_prefix = cvm::output_prefix(); + if (cvm::num_biases_feature(colvardeps::f_cvb_calc_pmf) > 1) { + // if this is not the only free energy integrator, append + // this bias's name, to distinguish it from the output of the other + // biases producing a .pmf file + output_prefix += ("."+this->name); + } if (comm == multiple_replicas) { @@ -1421,10 +1489,10 @@ int colvarbias_meta::setup_output() // those by another replica replica_hills_file = (std::string(pwd)+std::string(PATHSEP)+ - cvm::output_prefix+".colvars."+this->name+"."+replica_id+".hills"); + cvm::output_prefix()+".colvars."+this->name+"."+replica_id+".hills"); replica_state_file = (std::string(pwd)+std::string(PATHSEP)+ - cvm::output_prefix+".colvars."+this->name+"."+replica_id+".state"); + cvm::output_prefix()+".colvars."+this->name+"."+replica_id+".state"); delete[] pwd; // now register this replica @@ -1492,13 +1560,14 @@ int colvarbias_meta::setup_output() } if (b_hills_traj) { - std::string const traj_file_name(cvm::output_prefix+ + std::string const traj_file_name(cvm::output_prefix()+ ".colvars."+this->name+ ( (comm != single_replica) ? ("."+replica_id) : ("") )+ ".hills.traj"); if (!hills_traj_os.is_open()) { + cvm::backup_file(traj_file_name.c_str()); hills_traj_os.open(traj_file_name.c_str()); } if (!hills_traj_os.is_open()) @@ -1585,16 +1654,6 @@ void colvarbias_meta::write_pmf() colvar_grid_scalar *pmf = new colvar_grid_scalar(*hills_energy); pmf->setup(); - std::string fes_file_name_prefix(cvm::output_prefix); - - if ((cvm::n_meta_biases > 1) || (cvm::n_abf_biases > 0)) { - // if this is not the only free energy integrator, append - // this bias's name, to distinguish it from the output of the other - // biases producing a .pmf file - // TODO: fix for ABF with updateBias == no - fes_file_name_prefix += ("."+this->name); - } - if ((comm == single_replica) || (dump_replica_fes)) { // output the PMF from this instance or replica pmf->reset(); @@ -1607,7 +1666,7 @@ void colvarbias_meta::write_pmf() pmf->multiply_constant(well_temper_scale); } { - std::string const fes_file_name(fes_file_name_prefix + + std::string const fes_file_name(this->output_prefix + ((comm != single_replica) ? ".partial" : "") + (dump_fes_save ? "."+cvm::to_str(cvm::step_absolute()) : "") + @@ -1632,7 +1691,7 @@ void colvarbias_meta::write_pmf() cvm::real const well_temper_scale = (bias_temperature + cvm::temperature()) / bias_temperature; pmf->multiply_constant(well_temper_scale); } - std::string const fes_file_name(fes_file_name_prefix + + std::string const fes_file_name(this->output_prefix + (dump_fes_save ? "."+cvm::to_str(cvm::step_absolute()) : "") + ".pmf"); diff --git a/lib/colvars/colvarbias_meta.h b/lib/colvars/colvarbias_meta.h index a88a34ba00a7749895390cd81e5179687ebb5599..01921eaf640855f40fabcd8147b4815e7579cd89 100644 --- a/lib/colvars/colvarbias_meta.h +++ b/lib/colvars/colvarbias_meta.h @@ -36,8 +36,20 @@ public: colvarbias_meta(char const *key); virtual int init(std::string const &conf); + virtual int init_well_tempered_params(std::string const &conf); + virtual int init_ebmeta_params(std::string const &conf); virtual ~colvarbias_meta(); + virtual int update(); + virtual int update_grid_params(); + virtual int update_bias(); + virtual int update_grid_data(); + virtual int replica_share(); + + virtual int calc_energy(std::vector<colvarvalue> const &values = + std::vector<colvarvalue>(0)); + virtual int calc_forces(std::vector<colvarvalue> const &values = + std::vector<colvarvalue>(0)); virtual std::string const get_state_params() const; virtual int set_state_params(std::string const &state_conf); @@ -102,18 +114,18 @@ protected: /// \brief Calculate the values of the hills, incrementing /// bias_energy virtual void calc_hills(hill_iter h_first, - hill_iter h_last, - cvm::real &energy, - std::vector<colvarvalue> const &values = std::vector<colvarvalue> (0)); + hill_iter h_last, + cvm::real &energy, + std::vector<colvarvalue> const &values = std::vector<colvarvalue>(0)); /// \brief Calculate the forces acting on the i-th colvar, /// incrementing colvar_forces[i]; must be called after calc_hills /// each time the values of the colvars are changed virtual void calc_hills_force(size_t const &i, - hill_iter h_first, - hill_iter h_last, - std::vector<colvarvalue> &forces, - std::vector<colvarvalue> const &values = std::vector<colvarvalue> (0)); + hill_iter h_first, + hill_iter h_last, + std::vector<colvarvalue> &forces, + std::vector<colvarvalue> const &values = std::vector<colvarvalue>(0)); /// Height of new hills diff --git a/lib/colvars/colvarbias_restraint.cpp b/lib/colvars/colvarbias_restraint.cpp index 84630984e5085fb9b07e96ca9ad8da9480608b62..159d9eae6451bbfc9a307d8507d64888188c5bc7 100644 --- a/lib/colvars/colvarbias_restraint.cpp +++ b/lib/colvars/colvarbias_restraint.cpp @@ -33,17 +33,15 @@ int colvarbias_restraint::init(std::string const &conf) int colvarbias_restraint::update() { - bias_energy = 0.0; - - if (cvm::debug()) - cvm::log("Updating the restraint bias \""+this->name+"\".\n"); + // Update base class (bias_energy and colvar_forces are zeroed there) + colvarbias::update(); // Force and energy calculation - for (size_t i = 0; i < colvars.size(); i++) { - colvar_forces[i].type(colvars[i]->value()); + for (size_t i = 0; i < num_variables(); i++) { + bias_energy += restraint_potential(i); + colvar_forces[i].type(variables(i)->value()); colvar_forces[i].is_derivative(); colvar_forces[i] = restraint_force(i); - bias_energy += restraint_potential(i); } if (cvm::debug()) @@ -59,8 +57,6 @@ int colvarbias_restraint::update() colvarbias_restraint::~colvarbias_restraint() { - if (cvm::n_rest_biases > 0) - cvm::n_rest_biases -= 1; } @@ -102,18 +98,18 @@ int colvarbias_restraint_centers::init(std::string const &conf) bool null_centers = (colvar_centers.size() == 0); if (null_centers) { // try to initialize the restraint centers for the first time - colvar_centers.resize(colvars.size()); - colvar_centers_raw.resize(colvars.size()); - for (i = 0; i < colvars.size(); i++) { - colvar_centers[i].type(colvars[i]->value()); + colvar_centers.resize(num_variables()); + colvar_centers_raw.resize(num_variables()); + for (i = 0; i < num_variables(); i++) { + colvar_centers[i].type(variables(i)->value()); colvar_centers[i].reset(); - colvar_centers_raw[i].type(colvars[i]->value()); + colvar_centers_raw[i].type(variables(i)->value()); colvar_centers_raw[i].reset(); } } if (get_keyval(conf, "centers", colvar_centers, colvar_centers)) { - for (i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { if (cvm::debug()) { cvm::log("colvarbias_restraint: parsing initial centers, i = "+cvm::to_str(i)+".\n"); } @@ -129,7 +125,7 @@ int colvarbias_restraint_centers::init(std::string const &conf) return INPUT_ERROR; } - if (colvar_centers.size() != colvars.size()) { + if (colvar_centers.size() != num_variables()) { cvm::error("Error: number of centers does not match " "that of collective variables.\n", INPUT_ERROR); return INPUT_ERROR; @@ -142,10 +138,10 @@ int colvarbias_restraint_centers::init(std::string const &conf) int colvarbias_restraint_centers::change_configuration(std::string const &conf) { if (get_keyval(conf, "centers", colvar_centers, colvar_centers)) { - for (size_t i = 0; i < colvars.size(); i++) { - colvar_centers[i].type(colvars[i]->value()); + for (size_t i = 0; i < num_variables(); i++) { + colvar_centers[i].type(variables(i)->value()); colvar_centers[i].apply_constraints(); - colvar_centers_raw[i].type(colvars[i]->value()); + colvar_centers_raw[i].type(variables(i)->value()); colvar_centers_raw[i] = colvar_centers[i]; } } @@ -269,7 +265,7 @@ int colvarbias_restraint_centers_moving::init(std::string const &conf) size_t i; if (get_keyval(conf, "targetCenters", target_centers, colvar_centers)) { - if (colvar_centers.size() != colvars.size()) { + if (colvar_centers.size() != num_variables()) { cvm::error("Error: number of target centers does not match " "that of collective variables.\n"); } @@ -308,9 +304,9 @@ int colvarbias_restraint_centers_moving::update() // at each simulation step (or stage, if applicable) // (take current stage into account: it can be non-zero // if we are restarting a staged calculation) - centers_incr.resize(colvars.size()); - for (size_t i = 0; i < colvars.size(); i++) { - centers_incr[i].type(colvars[i]->value()); + centers_incr.resize(num_variables()); + for (size_t i = 0; i < num_variables(); i++) { + centers_incr[i].type(variables(i)->value()); centers_incr[i] = (target_centers[i] - colvar_centers_raw[i]) / cvm::real( target_nstages ? (target_nstages - stage) : (target_nsteps - cvm::step_absolute())); @@ -326,10 +322,10 @@ int colvarbias_restraint_centers_moving::update() && (cvm::step_absolute() % target_nsteps) == 0 && stage < target_nstages) { - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { colvar_centers_raw[i] += centers_incr[i]; colvar_centers[i] = colvar_centers_raw[i]; - colvars[i]->wrap(colvar_centers[i]); + variables(i)->wrap(colvar_centers[i]); colvar_centers[i].apply_constraints(); } stage++; @@ -341,10 +337,10 @@ int colvarbias_restraint_centers_moving::update() } else if ((cvm::step_relative() > 0) && (cvm::step_absolute() <= target_nsteps)) { // move the restraint centers in the direction of the targets // (slow growth) - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { colvar_centers_raw[i] += centers_incr[i]; colvar_centers[i] = colvar_centers_raw[i]; - colvars[i]->wrap(colvar_centers[i]); + variables(i)->wrap(colvar_centers[i]); colvar_centers[i].apply_constraints(); } } @@ -363,7 +359,7 @@ int colvarbias_restraint_centers_moving::update_acc_work() { if (b_output_acc_work) { if ((cvm::step_relative() > 0) || (cvm::step_absolute() == 0)) { - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { // project forces on the calculated increments at this step acc_work += colvar_forces[i] * centers_incr[i]; } @@ -381,14 +377,14 @@ std::string const colvarbias_restraint_centers_moving::get_state_params() const if (b_chg_centers) { size_t i; os << "centers "; - for (i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { os << " " << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) << colvar_centers[i]; } os << "\n"; os << "centers_raw "; - for (i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { os << " " << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) << colvar_centers_raw[i]; @@ -429,10 +425,10 @@ int colvarbias_restraint_centers_moving::set_state_params(std::string const &con std::ostream & colvarbias_restraint_centers_moving::write_traj_label(std::ostream &os) { if (b_output_centers) { - for (size_t i = 0; i < colvars.size(); i++) { - size_t const this_cv_width = (colvars[i]->value()).output_width(cvm::cv_width); + for (size_t i = 0; i < num_variables(); i++) { + size_t const this_cv_width = (variables(i)->value()).output_width(cvm::cv_width); os << " x0_" - << cvm::wrap_string(colvars[i]->name, this_cv_width-3); + << cvm::wrap_string(variables(i)->name, this_cv_width-3); } } @@ -448,7 +444,7 @@ std::ostream & colvarbias_restraint_centers_moving::write_traj_label(std::ostrea std::ostream & colvarbias_restraint_centers_moving::write_traj(std::ostream &os) { if (b_output_centers) { - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { os << " " << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) << colvar_centers[i]; @@ -539,9 +535,9 @@ int colvarbias_restraint_k_moving::update() } force_k = starting_force_k + (target_force_k - starting_force_k) * std::pow(lambda, force_k_exp); - cvm::log("Restraint " + this->name + ", stage " + - cvm::to_str(stage) + " : lambda = " + cvm::to_str(lambda)); - cvm::log("Setting force constant to " + cvm::to_str(force_k)); + cvm::log("Restraint " + this->name + ", stage " + cvm::to_str(stage) + + " : lambda = " + cvm::to_str(lambda) + + ", k = " + cvm::to_str(force_k)); } // TI calculation: estimate free energy derivative @@ -557,7 +553,7 @@ int colvarbias_restraint_k_moving::update() // Square distance normalized by square colvar width cvm::real dist_sq = 0.0; - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { dist_sq += d_restraint_potential_dk(i); } @@ -569,7 +565,8 @@ int colvarbias_restraint_k_moving::update() if (cvm::step_absolute() % target_nsteps == 0 && cvm::step_absolute() > 0) { - cvm::log("Lambda= " + cvm::to_str(lambda) + " dA/dLambda= " + cvm::log("Restraint " + this->name + " Lambda= " + + cvm::to_str(lambda) + " dA/dLambda= " + cvm::to_str(restraint_FE / cvm::real(target_nsteps - target_equil_steps))); // ...and move on to the next one @@ -584,9 +581,9 @@ int colvarbias_restraint_k_moving::update() } force_k = starting_force_k + (target_force_k - starting_force_k) * std::pow(lambda, force_k_exp); - cvm::log("Restraint " + this->name + ", stage " + - cvm::to_str(stage) + " : lambda = " + cvm::to_str(lambda)); - cvm::log("Setting force constant to " + cvm::to_str(force_k)); + cvm::log("Restraint " + this->name + ", stage " + cvm::to_str(stage) + + " : lambda = " + cvm::to_str(lambda) + + ", k = " + cvm::to_str(force_k)); } } @@ -721,11 +718,11 @@ int colvarbias_restraint_harmonic::init(std::string const &conf) colvarbias_restraint_centers_moving::init(conf); colvarbias_restraint_k_moving::init(conf); - for (size_t i = 0; i < colvars.size(); i++) { - if (colvars[i]->width != 1.0) - cvm::log("The force constant for colvar \""+colvars[i]->name+ + for (size_t i = 0; i < num_variables(); i++) { + if (variables(i)->width != 1.0) + cvm::log("The force constant for colvar \""+variables(i)->name+ "\" will be rescaled to "+ - cvm::to_str(force_k / (colvars[i]->width * colvars[i]->width))+ + cvm::to_str(force_k / (variables(i)->width * variables(i)->width))+ " according to the specified width.\n"); } @@ -751,22 +748,22 @@ int colvarbias_restraint_harmonic::update() cvm::real colvarbias_restraint_harmonic::restraint_potential(size_t i) const { - return 0.5 * force_k / (colvars[i]->width * colvars[i]->width) * - colvars[i]->dist2(colvars[i]->value(), colvar_centers[i]); + return 0.5 * force_k / (variables(i)->width * variables(i)->width) * + variables(i)->dist2(variables(i)->value(), colvar_centers[i]); } colvarvalue const colvarbias_restraint_harmonic::restraint_force(size_t i) const { - return -0.5 * force_k / (colvars[i]->width * colvars[i]->width) * - colvars[i]->dist2_lgrad(colvars[i]->value(), colvar_centers[i]); + return -0.5 * force_k / (variables(i)->width * variables(i)->width) * + variables(i)->dist2_lgrad(variables(i)->value(), colvar_centers[i]); } cvm::real colvarbias_restraint_harmonic::d_restraint_potential_dk(size_t i) const { - return 0.5 / (colvars[i]->width * colvars[i]->width) * - colvars[i]->dist2(colvars[i]->value(), colvar_centers[i]); + return 0.5 / (variables(i)->width * variables(i)->width) * + variables(i)->dist2(variables(i)->value(), colvar_centers[i]); } @@ -840,6 +837,8 @@ colvarbias_restraint_harmonic_walls::colvarbias_restraint_harmonic_walls(char co colvarbias_restraint_moving(key), colvarbias_restraint_k_moving(key) { + lower_wall_k = 0.0; + upper_wall_k = 0.0; } @@ -849,7 +848,11 @@ int colvarbias_restraint_harmonic_walls::init(std::string const &conf) colvarbias_restraint_moving::init(conf); colvarbias_restraint_k_moving::init(conf); - provide(f_cvb_scalar_variables); + get_keyval(conf, "lowerWallConstant", lower_wall_k, + (lower_wall_k > 0.0) ? lower_wall_k : force_k); + get_keyval(conf, "upperWallConstant", upper_wall_k, + (upper_wall_k > 0.0) ? upper_wall_k : force_k); + enable(f_cvb_scalar_variables); size_t i; @@ -857,9 +860,9 @@ int colvarbias_restraint_harmonic_walls::init(std::string const &conf) bool b_null_lower_walls = false; if (lower_walls.size() == 0) { b_null_lower_walls = true; - lower_walls.resize(number_of_colvars()); - for (i = 0; i < colvars.size(); i++) { - lower_walls[i].type(colvars[i]->value()); + lower_walls.resize(num_variables()); + for (i = 0; i < num_variables(); i++) { + lower_walls[i].type(variables(i)->value()); lower_walls[i].reset(); } } @@ -872,9 +875,9 @@ int colvarbias_restraint_harmonic_walls::init(std::string const &conf) bool b_null_upper_walls = false; if (upper_walls.size() == 0) { b_null_upper_walls = true; - upper_walls.resize(number_of_colvars()); - for (i = 0; i < colvars.size(); i++) { - upper_walls[i].type(colvars[i]->value()); + upper_walls.resize(num_variables()); + for (i = 0; i < num_variables(); i++) { + upper_walls[i].type(variables(i)->value()); upper_walls[i].reset(); } } @@ -890,17 +893,17 @@ int colvarbias_restraint_harmonic_walls::init(std::string const &conf) } if ((lower_walls.size() == 0) || (upper_walls.size() == 0)) { - for (i = 0; i < colvars.size(); i++) { - if (colvars[i]->is_enabled(f_cv_periodic)) { + for (i = 0; i < num_variables(); i++) { + if (variables(i)->is_enabled(f_cv_periodic)) { cvm::error("Error: at least one variable is periodic, " - "both walls must be provided .\n", INPUT_ERROR); + "both walls must be provided.\n", INPUT_ERROR); return INPUT_ERROR; } } } if ((lower_walls.size() > 0) && (upper_walls.size() > 0)) { - for (i = 0; i < colvars.size(); i++) { + for (i = 0; i < num_variables(); i++) { if (lower_walls[i] >= upper_walls[i]) { cvm::error("Error: one upper wall, "+ cvm::to_str(upper_walls[i])+ @@ -909,13 +912,24 @@ int colvarbias_restraint_harmonic_walls::init(std::string const &conf) INPUT_ERROR); } } + if (lower_wall_k * upper_wall_k == 0.0) { + cvm::error("Error: lowerWallConstant and upperWallConstant, " + "when defined, must both be positive.\n", + INPUT_ERROR); + return INPUT_ERROR; + } + force_k = lower_wall_k * upper_wall_k; + // transform the two constants to relative values + // (allow changing both via force_k) + lower_wall_k /= force_k; + upper_wall_k /= force_k; } - for (i = 0; i < colvars.size(); i++) { - if (colvars[i]->width != 1.0) - cvm::log("The force constant for colvar \""+colvars[i]->name+ + for (i = 0; i < num_variables(); i++) { + if (variables(i)->width != 1.0) + cvm::log("The force constant for colvar \""+variables(i)->name+ "\" will be rescaled to "+ - cvm::to_str(force_k / (colvars[i]->width * colvars[i]->width))+ + cvm::to_str(force_k / (variables(i)->width * variables(i)->width))+ " according to the specified width.\n"); } @@ -935,20 +949,20 @@ int colvarbias_restraint_harmonic_walls::update() void colvarbias_restraint_harmonic_walls::communicate_forces() { - for (size_t i = 0; i < colvars.size(); i++) { + for (size_t i = 0; i < num_variables(); i++) { if (cvm::debug()) { cvm::log("Communicating a force to colvar \""+ - colvars[i]->name+"\".\n"); + variables(i)->name+"\".\n"); } - colvars[i]->add_bias_force_actual_value(colvar_forces[i]); + variables(i)->add_bias_force_actual_value(colvar_forces[i]); } } cvm::real colvarbias_restraint_harmonic_walls::colvar_distance(size_t i) const { - colvar *cv = colvars[i]; - colvarvalue const &cvv = colvars[i]->actual_value(); + colvar *cv = variables(i); + colvarvalue const &cvv = variables(i)->actual_value(); // For a periodic colvar, both walls may be applicable at the same time // in which case we pick the closer one @@ -958,21 +972,21 @@ cvm::real colvarbias_restraint_harmonic_walls::colvar_distance(size_t i) const cvm::real const upper_wall_dist2 = cv->dist2(cvv, upper_walls[i]); if (lower_wall_dist2 < upper_wall_dist2) { cvm::real const grad = cv->dist2_lgrad(cvv, lower_walls[i]); - if (grad < 0.0) { return grad; } + if (grad < 0.0) { return 0.5 * grad; } } else { cvm::real const grad = cv->dist2_lgrad(cvv, upper_walls[i]); - if (grad > 0.0) { return grad; } + if (grad > 0.0) { return 0.5 * grad; } } return 0.0; } if (lower_walls.size() > 0) { cvm::real const grad = cv->dist2_lgrad(cvv, lower_walls[i]); - if (grad < 0.0) { return grad; } + if (grad < 0.0) { return 0.5 * grad; } } if (upper_walls.size() > 0) { cvm::real const grad = cv->dist2_lgrad(cvv, upper_walls[i]); - if (grad > 0.0) { return grad; } + if (grad > 0.0) { return 0.5 * grad; } } return 0.0; } @@ -981,7 +995,8 @@ cvm::real colvarbias_restraint_harmonic_walls::colvar_distance(size_t i) const cvm::real colvarbias_restraint_harmonic_walls::restraint_potential(size_t i) const { cvm::real const dist = colvar_distance(i); - return 0.5 * force_k / (colvars[i]->width * colvars[i]->width) * + cvm::real const scale = dist > 0.0 ? upper_wall_k : lower_wall_k; + return 0.5 * force_k * scale / (variables(i)->width * variables(i)->width) * dist * dist; } @@ -989,15 +1004,16 @@ cvm::real colvarbias_restraint_harmonic_walls::restraint_potential(size_t i) con colvarvalue const colvarbias_restraint_harmonic_walls::restraint_force(size_t i) const { cvm::real const dist = colvar_distance(i); - return -0.5 * force_k / (colvars[i]->width * colvars[i]->width) * - dist; + cvm::real const scale = dist > 0.0 ? upper_wall_k : lower_wall_k; + return - force_k * scale / (variables(i)->width * variables(i)->width) * dist; } cvm::real colvarbias_restraint_harmonic_walls::d_restraint_potential_dk(size_t i) const { cvm::real const dist = colvar_distance(i); - return 0.5 / (colvars[i]->width * colvars[i]->width) * + cvm::real const scale = dist > 0.0 ? upper_wall_k : lower_wall_k; + return 0.5 * scale / (variables(i)->width * variables(i)->width) * dist * dist; } @@ -1054,16 +1070,16 @@ int colvarbias_restraint_linear::init(std::string const &conf) colvarbias_restraint_centers_moving::init(conf); colvarbias_restraint_k_moving::init(conf); - for (size_t i = 0; i < colvars.size(); i++) { - if (colvars[i]->is_enabled(f_cv_periodic)) { + for (size_t i = 0; i < num_variables(); i++) { + if (variables(i)->is_enabled(f_cv_periodic)) { cvm::error("Error: linear biases cannot be applied to periodic variables.\n", INPUT_ERROR); return INPUT_ERROR; } - if (colvars[i]->width != 1.0) - cvm::log("The force constant for colvar \""+colvars[i]->name+ + if (variables(i)->width != 1.0) + cvm::log("The force constant for colvar \""+variables(i)->name+ "\" will be rescaled to "+ - cvm::to_str(force_k / colvars[i]->width)+ + cvm::to_str(force_k / variables(i)->width)+ " according to the specified width.\n"); } @@ -1113,19 +1129,19 @@ cvm::real colvarbias_restraint_linear::energy_difference(std::string const &conf cvm::real colvarbias_restraint_linear::restraint_potential(size_t i) const { - return force_k / colvars[i]->width * (colvars[i]->value() - colvar_centers[i]); + return force_k / variables(i)->width * (variables(i)->value() - colvar_centers[i]); } colvarvalue const colvarbias_restraint_linear::restraint_force(size_t i) const { - return -1.0 * force_k / colvars[i]->width; + return -1.0 * force_k / variables(i)->width; } cvm::real colvarbias_restraint_linear::d_restraint_potential_dk(size_t i) const { - return 1.0 / colvars[i]->width * (colvars[i]->value() - colvar_centers[i]); + return 1.0 / variables(i)->width * (variables(i)->value() - colvar_centers[i]); } @@ -1279,16 +1295,16 @@ int colvarbias_restraint_histogram::update() size_t vector_size = 0; size_t icv; - for (icv = 0; icv < colvars.size(); icv++) { - vector_size += colvars[icv]->value().size(); + for (icv = 0; icv < num_variables(); icv++) { + vector_size += variables(icv)->value().size(); } cvm::real const norm = 1.0/(std::sqrt(2.0*PI)*gaussian_width*vector_size); // calculate the histogram p.reset(); - for (icv = 0; icv < colvars.size(); icv++) { - colvarvalue const &cv = colvars[icv]->value(); + for (icv = 0; icv < num_variables(); icv++) { + colvarvalue const &cv = variables(icv)->value(); if (cv.type() == colvarvalue::type_scalar) { cvm::real const cv_value = cv.real_value; size_t igrid; @@ -1309,7 +1325,9 @@ int colvarbias_restraint_histogram::update() } } } else { - // TODO + cvm::error("Error: unsupported type for variable "+variables(icv)->name+".\n", + COLVARS_NOT_IMPLEMENTED); + return COLVARS_NOT_IMPLEMENTED; } } @@ -1320,8 +1338,8 @@ int colvarbias_restraint_histogram::update() bias_energy = 0.5 * force_k_cv * p_diff * p_diff; // calculate the forces - for (icv = 0; icv < colvars.size(); icv++) { - colvarvalue const &cv = colvars[icv]->value(); + for (icv = 0; icv < num_variables(); icv++) { + colvarvalue const &cv = variables(icv)->value(); colvarvalue &cv_force = colvar_forces[icv]; cv_force.type(cv); cv_force.reset(); @@ -1363,10 +1381,10 @@ int colvarbias_restraint_histogram::update() std::ostream & colvarbias_restraint_histogram::write_restart(std::ostream &os) { if (b_write_histogram) { - std::string file_name(cvm::output_prefix+"."+this->name+".hist.dat"); + std::string file_name(cvm::output_prefix()+"."+this->name+".hist.dat"); std::ofstream os(file_name.c_str()); - os << "# " << cvm::wrap_string(colvars[0]->name, cvm::cv_width) - << " " << "p(" << cvm::wrap_string(colvars[0]->name, cvm::cv_width-3) + os << "# " << cvm::wrap_string(variables(0)->name, cvm::cv_width) + << " " << "p(" << cvm::wrap_string(variables(0)->name, cvm::cv_width-3) << ")\n"; size_t igrid; for (igrid = 0; igrid < p.size(); igrid++) { diff --git a/lib/colvars/colvarbias_restraint.h b/lib/colvars/colvarbias_restraint.h index cbdd9c44d163a3c4684eafafaeb07cfa0a9b0495..98b967abdb1ba6a50754e2f26c3d9600e742557a 100644 --- a/lib/colvars/colvarbias_restraint.h +++ b/lib/colvars/colvarbias_restraint.h @@ -260,6 +260,12 @@ protected: /// \brief Location of the upper walls std::vector<colvarvalue> upper_walls; + /// \brief If both walls are defined, use this k for the lower + cvm::real lower_wall_k; + + /// \brief If both walls are defined, use this k for the upper + cvm::real upper_wall_k; + virtual cvm::real colvar_distance(size_t i) const; virtual cvm::real restraint_potential(size_t i) const; virtual colvarvalue const restraint_force(size_t i) const; diff --git a/lib/colvars/colvarcomp.cpp b/lib/colvars/colvarcomp.cpp index d99da56386f05970d4d90f30d1cee27811390aa0..786bc032d2ab11e5eb466c1ef3b43dda01809560 100644 --- a/lib/colvars/colvarcomp.cpp +++ b/lib/colvars/colvarcomp.cpp @@ -48,8 +48,6 @@ colvar::cvc::cvc(std::string const &conf) get_keyval(conf, "period", period, 0.0); get_keyval(conf, "wrapAround", wrap_center, 0.0); - // All cvcs implement this - provide(f_cvc_debug_gradient); get_keyval_feature((colvarparse *)this, conf, "debugGradients", f_cvc_debug_gradient, false, parse_silent); @@ -63,6 +61,8 @@ colvar::cvc::cvc(std::string const &conf) int colvar::cvc::init_total_force_params(std::string const &conf) { + if (cvm::get_error()) return COLVARS_ERROR; + if (get_keyval_feature(this, conf, "oneSiteSystemForce", f_cvc_one_site_total_force, is_enabled(f_cvc_one_site_total_force))) { cvm::log("Warning: keyword \"oneSiteSystemForce\" is deprecated: " @@ -72,6 +72,19 @@ int colvar::cvc::init_total_force_params(std::string const &conf) f_cvc_one_site_total_force, is_enabled(f_cvc_one_site_total_force))) { cvm::log("Computing total force on group 1 only"); } + + if (! is_enabled(f_cvc_one_site_total_force)) { + // check whether any of the other atom groups is dummy + std::vector<cvm::atom_group *>::iterator agi = atom_groups.begin(); + agi++; + for ( ; agi != atom_groups.end(); agi++) { + if ((*agi)->b_dummy) { + provide(f_cvc_inv_gradient, false); + provide(f_cvc_Jacobian, false); + } + } + } + return COLVARS_OK; } @@ -87,8 +100,7 @@ cvm::atom_group *colvar::cvc::parse_group(std::string const &conf, group->key = group_key; if (b_try_scalable) { - // TODO rewrite this logic in terms of dependencies - if (is_available(f_cvc_scalable_com) && is_available(f_cvc_com_based)) { + if (is_available(f_cvc_scalable_com) && is_enabled(f_cvc_com_based)) { enable(f_cvc_scalable_com); enable(f_cvc_scalable); // The CVC makes the feature available; diff --git a/lib/colvars/colvarcomp.h b/lib/colvars/colvarcomp.h index a230cae8a9a04bf9b42e4b769f8e693062b8926d..ec215cbad107485d84f534d6c0eeeaff7b552e96 100644 --- a/lib/colvars/colvarcomp.h +++ b/lib/colvars/colvarcomp.h @@ -343,6 +343,15 @@ public: virtual void calc_value(); virtual void calc_gradients(); virtual void apply_force(colvarvalue const &force); + /// Redefined to override the distance ones + virtual cvm::real dist2(colvarvalue const &x1, + colvarvalue const &x2) const; + /// Redefined to override the distance ones + virtual colvarvalue dist2_lgrad(colvarvalue const &x1, + colvarvalue const &x2) const; + /// Redefined to override the distance ones + virtual colvarvalue dist2_rgrad(colvarvalue const &x1, + colvarvalue const &x2) const; }; diff --git a/lib/colvars/colvarcomp_angles.cpp b/lib/colvars/colvarcomp_angles.cpp index 4c3390a8bd1de9bf0fb37288d114d6cb8177daca..0204f3b4b1b50d83c58fe4d27be05c015cae1f10 100644 --- a/lib/colvars/colvarcomp_angles.cpp +++ b/lib/colvars/colvarcomp_angles.cpp @@ -21,7 +21,7 @@ colvar::angle::angle(std::string const &conf) function_type = "angle"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); group1 = parse_group(conf, "group1"); group2 = parse_group(conf, "group2"); @@ -40,7 +40,7 @@ colvar::angle::angle(cvm::atom const &a1, function_type = "angle"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); group1 = new cvm::atom_group(std::vector<cvm::atom>(1, a1)); group2 = new cvm::atom_group(std::vector<cvm::atom>(1, a2)); @@ -259,7 +259,7 @@ colvar::dihedral::dihedral(std::string const &conf) b_periodic = true; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); group1 = parse_group(conf, "group1"); group2 = parse_group(conf, "group2"); @@ -285,7 +285,7 @@ colvar::dihedral::dihedral(cvm::atom const &a1, b_periodic = true; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); b_1site_force = false; diff --git a/lib/colvars/colvarcomp_distances.cpp b/lib/colvars/colvarcomp_distances.cpp index 7481dd360ba170e327a31977d21c33d47f4507a1..f46270246f5abbfd304568c3d7a0dca6317efbd3 100644 --- a/lib/colvars/colvarcomp_distances.cpp +++ b/lib/colvars/colvarcomp_distances.cpp @@ -23,7 +23,7 @@ colvar::distance::distance(std::string const &conf) function_type = "distance"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); group1 = parse_group(conf, "group1"); group2 = parse_group(conf, "group2"); @@ -44,7 +44,7 @@ colvar::distance::distance() function_type = "distance"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); b_no_PBC = false; x.type(colvarvalue::type_scalar); } @@ -106,7 +106,7 @@ colvar::distance_vec::distance_vec(std::string const &conf) : distance(conf) { function_type = "distance_vec"; - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_3vector); } @@ -115,7 +115,7 @@ colvar::distance_vec::distance_vec() : distance() { function_type = "distance_vec"; - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_3vector); } @@ -176,7 +176,7 @@ colvar::distance_z::distance_z(std::string const &conf) function_type = "distance_z"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_scalar); // TODO detect PBC from MD engine (in simple cases) @@ -228,7 +228,7 @@ colvar::distance_z::distance_z() function_type = "distance_z"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_scalar); } @@ -372,7 +372,7 @@ colvar::distance_xy::distance_xy(std::string const &conf) function_type = "distance_xy"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_scalar); } @@ -383,7 +383,7 @@ colvar::distance_xy::distance_xy() function_type = "distance_xy"; provide(f_cvc_inv_gradient); provide(f_cvc_Jacobian); - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_scalar); } @@ -479,7 +479,7 @@ colvar::distance_dir::distance_dir(std::string const &conf) : distance(conf) { function_type = "distance_dir"; - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_unit3vector); } @@ -488,7 +488,7 @@ colvar::distance_dir::distance_dir() : distance() { function_type = "distance_dir"; - provide(f_cvc_com_based); + enable(f_cvc_com_based); x.type(colvarvalue::type_unit3vector); } @@ -529,6 +529,27 @@ void colvar::distance_dir::apply_force(colvarvalue const &force) } +cvm::real colvar::distance_dir::dist2(colvarvalue const &x1, + colvarvalue const &x2) const +{ + return (x1.rvector_value - x2.rvector_value).norm2(); +} + + +colvarvalue colvar::distance_dir::dist2_lgrad(colvarvalue const &x1, + colvarvalue const &x2) const +{ + return colvarvalue((x1.rvector_value - x2.rvector_value), colvarvalue::type_unit3vector); +} + + +colvarvalue colvar::distance_dir::dist2_rgrad(colvarvalue const &x1, + colvarvalue const &x2) const +{ + return colvarvalue((x2.rvector_value - x1.rvector_value), colvarvalue::type_unit3vector); +} + + colvar::distance_inv::distance_inv(std::string const &conf) : distance(conf) diff --git a/lib/colvars/colvardeps.cpp b/lib/colvars/colvardeps.cpp index e3ccd4ecf5815fcabc0bf7b337a06bf32340c1e7..8252f77e6270d309fdf0db3bad08644ab1c1745b 100644 --- a/lib/colvars/colvardeps.cpp +++ b/lib/colvars/colvardeps.cpp @@ -14,9 +14,6 @@ colvardeps::~colvardeps() { size_t i; - for (i=0; i<feature_states.size(); i++) { - if (feature_states[i] != NULL) delete feature_states[i]; - } // Do not delete features if it's static // for (i=0; i<features.size(); i++) { // if (features[i] != NULL) delete features[i]; @@ -34,16 +31,34 @@ colvardeps::~colvardeps() { } -void colvardeps::provide(int feature_id) { - feature_states[feature_id]->available = true; +void colvardeps::provide(int feature_id, bool truefalse) { + feature_states[feature_id].available = truefalse; +} + + +void colvardeps::set_enabled(int feature_id, bool truefalse) { +// if (!is_static(feature_id)) { +// cvm::error("Cannot set feature " + features()[feature_id]->description + " statically in " + description + ".\n"); +// return; +// } + if (truefalse) { + // Resolve dependencies too + enable(feature_id); + } else { + feature_states[feature_id].enabled = false; + } } bool colvardeps::get_keyval_feature(colvarparse *cvp, - std::string const &conf, char const *key, - int feature_id, bool const &def_value, - colvarparse::Parse_Mode const parse_mode) + std::string const &conf, char const *key, + int feature_id, bool const &def_value, + colvarparse::Parse_Mode const parse_mode) { + if (!is_user(feature_id)) { + cvm::error("Cannot set feature " + features()[feature_id]->description + " from user input in " + description + ".\n"); + return false; + } bool value; bool const found = cvp->get_keyval(conf, key, value, def_value, parse_mode); if (value) enable(feature_id); @@ -52,19 +67,19 @@ bool colvardeps::get_keyval_feature(colvarparse *cvp, int colvardeps::enable(int feature_id, - bool dry_run /* default: false */, - // dry_run: fail silently, do not enable if available - // flag is passed recursively to deps of this feature - bool toplevel /* default: true */) - // toplevel: false if this is called as part of a chain of dependency resolution - // this is used to diagnose failed dependencies by displaying the full stack - // only the toplevel dependency will throw a fatal error + bool dry_run /* default: false */, + // dry_run: fail silently, do not enable if available + // flag is passed recursively to deps of this feature + bool toplevel /* default: true */) +// toplevel: false if this is called as part of a chain of dependency resolution +// this is used to diagnose failed dependencies by displaying the full stack +// only the toplevel dependency will throw a fatal error { int res; size_t i, j; bool ok; feature *f = features()[feature_id]; - feature_state *fs = feature_states[feature_id]; + feature_state *fs = &feature_states[feature_id]; if (cvm::debug()) { cvm::log("DEPS: " + description + @@ -88,6 +103,14 @@ int colvardeps::enable(int feature_id, return COLVARS_ERROR; } + if (!toplevel && !is_dynamic(feature_id)) { + if (!dry_run) { + cvm::log("Non-dynamic feature : \"" + f->description + + "\" in " + description + " may not be enabled as a dependency.\n"); + } + return COLVARS_ERROR; + } + // 1) enforce exclusions for (i=0; i<f->requires_exclude.size(); i++) { feature *g = features()[f->requires_exclude[i]]; @@ -168,9 +191,9 @@ int colvardeps::enable(int feature_id, if (res != COLVARS_OK) { if (!dry_run) { cvm::log("...required by \"" + f->description + "\" in " + description); - } - if (toplevel) { - cvm::error("Error: Failed dependency in " + description + "."); + if (toplevel) { + cvm::error("Error: Failed dependency in " + description + "."); + } } return res; } @@ -194,9 +217,12 @@ int colvardeps::enable(int feature_id, // // we need refs to parents to walk up the deps tree! // // or refresh // } +void colvardeps::init_feature(int feature_id, const char *description, feature_type type) { + features()[feature_id]->description = description; + features()[feature_id]->type = type; +} - // Shorthand macros for describing dependencies -#define f_description(f, d) features()[f]->description = d +// Shorthand macros for describing dependencies #define f_req_self(f, g) features()[f]->requires_self.push_back(g) // This macro ensures that exclusions are symmetric #define f_req_exclude(f, g) features()[f]->requires_exclude.push_back(g); \ @@ -216,35 +242,31 @@ void colvardeps::init_cvb_requires() { for (i = 0; i < f_cvb_ntot; i++) { features().push_back(new feature); } - } - f_description(f_cvb_active, "active"); - f_req_children(f_cvb_active, f_cv_active); + init_feature(f_cvb_active, "active", f_type_dynamic); + f_req_children(f_cvb_active, f_cv_active); + + init_feature(f_cvb_apply_force, "apply force", f_type_user); + f_req_children(f_cvb_apply_force, f_cv_gradient); - f_description(f_cvb_apply_force, "apply force"); - f_req_children(f_cvb_apply_force, f_cv_gradient); + init_feature(f_cvb_get_total_force, "obtain total force"); + f_req_children(f_cvb_get_total_force, f_cv_total_force); - f_description(f_cvb_get_total_force, "obtain total force"); - f_req_children(f_cvb_get_total_force, f_cv_total_force); + init_feature(f_cvb_history_dependent, "history-dependent", f_type_static); - f_description(f_cvb_history_dependent, "history-dependent"); + init_feature(f_cvb_scalar_variables, "require scalar variables", f_type_static); + f_req_children(f_cvb_scalar_variables, f_cv_scalar); - f_description(f_cvb_scalar_variables, "require scalar variables"); - f_req_children(f_cvb_scalar_variables, f_cv_scalar); + init_feature(f_cvb_calc_pmf, "calculate a PMF", f_type_static); + } // Initialize feature_states for each instance feature_states.reserve(f_cvb_ntot); for (i = 0; i < f_cvb_ntot; i++) { - feature_states.push_back(new feature_state(true, false)); + feature_states.push_back(feature_state(true, false)); // Most features are available, so we set them so // and list exceptions below } - - // some biases are not history-dependent - feature_states[f_cvb_history_dependent]->available = false; - - // by default, biases should work with vector variables, too - feature_states[f_cvb_scalar_variables]->available = false; } @@ -255,117 +277,111 @@ void colvardeps::init_cv_requires() { features().push_back(new feature); } - f_description(f_cv_active, "active"); + init_feature(f_cv_active, "active", f_type_dynamic); f_req_children(f_cv_active, f_cvc_active); // Colvars must be either a linear combination, or scalar (and polynomial) or scripted f_req_alt3(f_cv_active, f_cv_scalar, f_cv_linear, f_cv_scripted); - f_description(f_cv_gradient, "gradient"); + init_feature(f_cv_gradient, "gradient", f_type_dynamic); f_req_children(f_cv_gradient, f_cvc_gradient); - f_description(f_cv_collect_gradient, "collect gradient"); + init_feature(f_cv_collect_gradient, "collect gradient", f_type_dynamic); f_req_self(f_cv_collect_gradient, f_cv_gradient); f_req_self(f_cv_collect_gradient, f_cv_scalar); - f_description(f_cv_fdiff_velocity, "fdiff_velocity"); + init_feature(f_cv_fdiff_velocity, "fdiff_velocity", f_type_dynamic); // System force: either trivial (spring force); through extended Lagrangian, or calculated explicitly - f_description(f_cv_total_force, "total force"); + init_feature(f_cv_total_force, "total force", f_type_dynamic); f_req_alt2(f_cv_total_force, f_cv_extended_Lagrangian, f_cv_total_force_calc); // Deps for explicit total force calculation - f_description(f_cv_total_force_calc, "total force calculation"); + init_feature(f_cv_total_force_calc, "total force calculation", f_type_dynamic); f_req_self(f_cv_total_force_calc, f_cv_scalar); f_req_self(f_cv_total_force_calc, f_cv_linear); f_req_children(f_cv_total_force_calc, f_cvc_inv_gradient); f_req_self(f_cv_total_force_calc, f_cv_Jacobian); - f_description(f_cv_Jacobian, "Jacobian derivative"); + init_feature(f_cv_Jacobian, "Jacobian derivative", f_type_dynamic); f_req_self(f_cv_Jacobian, f_cv_scalar); f_req_self(f_cv_Jacobian, f_cv_linear); f_req_children(f_cv_Jacobian, f_cvc_Jacobian); - f_description(f_cv_hide_Jacobian, "hide Jacobian force"); + init_feature(f_cv_hide_Jacobian, "hide Jacobian force", f_type_user); f_req_self(f_cv_hide_Jacobian, f_cv_Jacobian); // can only hide if calculated - f_description(f_cv_extended_Lagrangian, "extended Lagrangian"); + init_feature(f_cv_extended_Lagrangian, "extended Lagrangian", f_type_user); + f_req_self(f_cv_extended_Lagrangian, f_cv_scalar); + f_req_self(f_cv_extended_Lagrangian, f_cv_gradient); - f_description(f_cv_Langevin, "Langevin dynamics"); + init_feature(f_cv_Langevin, "Langevin dynamics", f_type_user); f_req_self(f_cv_Langevin, f_cv_extended_Lagrangian); - f_description(f_cv_linear, "linear"); + init_feature(f_cv_linear, "linear", f_type_static); - f_description(f_cv_scalar, "scalar"); + init_feature(f_cv_scalar, "scalar", f_type_static); - f_description(f_cv_output_energy, "output energy"); + init_feature(f_cv_output_energy, "output energy", f_type_user); - f_description(f_cv_output_value, "output value"); + init_feature(f_cv_output_value, "output value", f_type_user); - f_description(f_cv_output_velocity, "output velocity"); + init_feature(f_cv_output_velocity, "output velocity", f_type_user); f_req_self(f_cv_output_velocity, f_cv_fdiff_velocity); - f_description(f_cv_output_applied_force, "output applied force"); + init_feature(f_cv_output_applied_force, "output applied force", f_type_user); - f_description(f_cv_output_total_force, "output total force"); + init_feature(f_cv_output_total_force, "output total force", f_type_user); f_req_self(f_cv_output_total_force, f_cv_total_force); - f_description(f_cv_subtract_applied_force, "subtract applied force from total force"); + init_feature(f_cv_subtract_applied_force, "subtract applied force from total force", f_type_user); f_req_self(f_cv_subtract_applied_force, f_cv_total_force); - f_description(f_cv_lower_boundary, "lower boundary"); + init_feature(f_cv_lower_boundary, "lower boundary", f_type_user); f_req_self(f_cv_lower_boundary, f_cv_scalar); - f_description(f_cv_upper_boundary, "upper boundary"); + init_feature(f_cv_upper_boundary, "upper boundary", f_type_user); f_req_self(f_cv_upper_boundary, f_cv_scalar); - f_description(f_cv_grid, "grid"); + init_feature(f_cv_grid, "grid", f_type_user); f_req_self(f_cv_grid, f_cv_lower_boundary); f_req_self(f_cv_grid, f_cv_upper_boundary); - f_description(f_cv_lower_wall, "lower wall"); - f_req_self(f_cv_lower_wall, f_cv_lower_boundary); - f_req_self(f_cv_lower_wall, f_cv_gradient); - - f_description(f_cv_upper_wall, "upper wall"); - f_req_self(f_cv_upper_wall, f_cv_upper_boundary); - f_req_self(f_cv_upper_wall, f_cv_gradient); + init_feature(f_cv_runave, "running average", f_type_user); - f_description(f_cv_runave, "running average"); + init_feature(f_cv_corrfunc, "correlation function", f_type_user); - f_description(f_cv_corrfunc, "correlation function"); - - // The features below are set programmatically - f_description(f_cv_scripted, "scripted"); - f_description(f_cv_periodic, "periodic"); + init_feature(f_cv_scripted, "scripted", f_type_static); + init_feature(f_cv_periodic, "periodic", f_type_static); f_req_self(f_cv_periodic, f_cv_homogeneous); - f_description(f_cv_scalar, "scalar"); - f_description(f_cv_linear, "linear"); - f_description(f_cv_homogeneous, "homogeneous"); + init_feature(f_cv_scalar, "scalar", f_type_static); + init_feature(f_cv_linear, "linear", f_type_static); + init_feature(f_cv_homogeneous, "homogeneous", f_type_static); } // Initialize feature_states for each instance feature_states.reserve(f_cv_ntot); for (i = 0; i < f_cv_ntot; i++) { - feature_states.push_back(new feature_state(true, false)); + feature_states.push_back(feature_state(true, false)); // Most features are available, so we set them so // and list exceptions below } - // properties that may NOT be enabled as a dependency - int unavailable_deps[] = { - f_cv_lower_boundary, - f_cv_upper_boundary, - f_cv_extended_Lagrangian, - f_cv_Langevin, - f_cv_scripted, - f_cv_periodic, - f_cv_scalar, - f_cv_linear, - f_cv_homogeneous - }; - for (i = 0; i < sizeof(unavailable_deps) / sizeof(unavailable_deps[0]); i++) { - feature_states[unavailable_deps[i]]->available = false; - } +// // properties that may NOT be enabled as a dependency +// // This will be deprecated by feature types +// int unavailable_deps[] = { +// f_cv_lower_boundary, +// f_cv_upper_boundary, +// f_cv_extended_Lagrangian, +// f_cv_Langevin, +// f_cv_scripted, +// f_cv_periodic, +// f_cv_scalar, +// f_cv_linear, +// f_cv_homogeneous +// }; +// for (i = 0; i < sizeof(unavailable_deps) / sizeof(unavailable_deps[0]); i++) { +// feature_states[unavailable_deps[i]].available = false; +// } } @@ -377,34 +393,34 @@ void colvardeps::init_cvc_requires() { features().push_back(new feature); } - f_description(f_cvc_active, "active"); + init_feature(f_cvc_active, "active", f_type_dynamic); // The dependency below may become useful if we use dynamic atom groups // f_req_children(f_cvc_active, f_ag_active); - f_description(f_cvc_scalar, "scalar"); + init_feature(f_cvc_scalar, "scalar", f_type_static); - f_description(f_cvc_gradient, "gradient"); + init_feature(f_cvc_gradient, "gradient", f_type_dynamic); - f_description(f_cvc_inv_gradient, "inverse gradient"); + init_feature(f_cvc_inv_gradient, "inverse gradient", f_type_dynamic); f_req_self(f_cvc_inv_gradient, f_cvc_gradient); - f_description(f_cvc_debug_gradient, "debug gradient"); + init_feature(f_cvc_debug_gradient, "debug gradient", f_type_user); f_req_self(f_cvc_debug_gradient, f_cvc_gradient); - f_description(f_cvc_Jacobian, "Jacobian derivative"); + init_feature(f_cvc_Jacobian, "Jacobian derivative", f_type_dynamic); f_req_self(f_cvc_Jacobian, f_cvc_inv_gradient); - f_description(f_cvc_com_based, "depends on group centers of mass"); + init_feature(f_cvc_com_based, "depends on group centers of mass", f_type_static); // Compute total force on first site only to avoid unwanted // coupling to other colvars (see e.g. Ciccotti et al., 2005) - f_description(f_cvc_one_site_total_force, "compute total collective force only from one group center"); + init_feature(f_cvc_one_site_total_force, "compute total collective force only from one group center", f_type_user); f_req_self(f_cvc_one_site_total_force, f_cvc_com_based); - f_description(f_cvc_scalable, "scalable calculation"); + init_feature(f_cvc_scalable, "scalable calculation", f_type_static); f_req_self(f_cvc_scalable, f_cvc_scalable_com); - f_description(f_cvc_scalable_com, "scalable calculation of centers of mass"); + init_feature(f_cvc_scalable_com, "scalable calculation of centers of mass", f_type_static); f_req_self(f_cvc_scalable_com, f_cvc_com_based); @@ -414,23 +430,25 @@ void colvardeps::init_cvc_requires() { } // Initialize feature_states for each instance - // default as unavailable, not enabled + // default as available, not enabled + // except dynamic features which default as unavailable feature_states.reserve(f_cvc_ntot); for (i = 0; i < colvardeps::f_cvc_ntot; i++) { - feature_states.push_back(new feature_state(false, false)); + bool avail = is_dynamic(i) ? false : true; + feature_states.push_back(feature_state(avail, false)); } // Features that are implemented by all cvcs by default // Each cvc specifies what other features are available - feature_states[f_cvc_active]->available = true; - feature_states[f_cvc_gradient]->available = true; + feature_states[f_cvc_active].available = true; + feature_states[f_cvc_gradient].available = true; // Features that are implemented by default if their requirements are - feature_states[f_cvc_one_site_total_force]->available = true; + feature_states[f_cvc_one_site_total_force].available = true; // Features That are implemented only for certain simulation engine configurations - feature_states[f_cvc_scalable_com]->available = (cvm::proxy->scalable_group_coms() == COLVARS_OK); - feature_states[f_cvc_scalable]->available = feature_states[f_cvc_scalable_com]->available; + feature_states[f_cvc_scalable_com].available = (cvm::proxy->scalable_group_coms() == COLVARS_OK); + feature_states[f_cvc_scalable].available = feature_states[f_cvc_scalable_com].available; } @@ -442,21 +460,21 @@ void colvardeps::init_ag_requires() { features().push_back(new feature); } - f_description(f_ag_active, "active"); - f_description(f_ag_center, "translational fit"); - f_description(f_ag_rotate, "rotational fit"); - f_description(f_ag_fitting_group, "reference positions group"); - f_description(f_ag_fit_gradient_group, "fit gradient for main group"); - f_description(f_ag_fit_gradient_ref, "fit gradient for reference group"); - f_description(f_ag_atom_forces, "atomic forces"); + init_feature(f_ag_active, "active", f_type_dynamic); + init_feature(f_ag_center, "translational fit", f_type_static); + init_feature(f_ag_rotate, "rotational fit", f_type_static); + init_feature(f_ag_fitting_group, "reference positions group", f_type_static); + init_feature(f_ag_fit_gradient_group, "fit gradient for main group", f_type_static); + init_feature(f_ag_fit_gradient_ref, "fit gradient for reference group", f_type_static); + init_feature(f_ag_atom_forces, "atomic forces", f_type_dynamic); // parallel calculation implies that we have at least a scalable center of mass, // but f_ag_scalable is kept as a separate feature to deal with future dependencies - f_description(f_ag_scalable, "scalable group calculation"); - f_description(f_ag_scalable_com, "scalable group center of mass calculation"); + init_feature(f_ag_scalable, "scalable group calculation", f_type_static); + init_feature(f_ag_scalable_com, "scalable group center of mass calculation", f_type_static); f_req_self(f_ag_scalable, f_ag_scalable_com); -// f_description(f_ag_min_msd_fit, "minimum MSD fit") +// init_feature(f_ag_min_msd_fit, "minimum MSD fit") // f_req_self(f_ag_min_msd_fit, f_ag_center) // f_req_self(f_ag_min_msd_fit, f_ag_rotate) // f_req_exclude(f_ag_min_msd_fit, f_ag_fitting_group) @@ -466,15 +484,15 @@ void colvardeps::init_ag_requires() { // default as unavailable, not enabled feature_states.reserve(f_ag_ntot); for (i = 0; i < colvardeps::f_ag_ntot; i++) { - feature_states.push_back(new feature_state(false, false)); + feature_states.push_back(feature_state(false, false)); } // Features that are implemented (or not) by all atom groups - feature_states[f_ag_active]->available = true; + feature_states[f_ag_active].available = true; // f_ag_scalable_com is provided by the CVC iff it is COM-based - feature_states[f_ag_scalable_com]->available = false; + feature_states[f_ag_scalable_com].available = false; // TODO make f_ag_scalable depend on f_ag_scalable_com (or something else) - feature_states[f_ag_scalable]->available = true; + feature_states[f_ag_scalable].available = true; } @@ -482,7 +500,7 @@ void colvardeps::print_state() { size_t i; cvm::log("Enabled features of " + description); for (i = 0; i < feature_states.size(); i++) { - if (feature_states[i]->enabled) + if (feature_states[i].enabled) cvm::log("- " + features()[i]->description); } for (i=0; i<children.size(); i++) { diff --git a/lib/colvars/colvardeps.h b/lib/colvars/colvardeps.h index 4ef27ded85a5b2a1bbcaaad54933a9294e11c51a..fd07cb645715eac8a8e367d654b6fbd06735a633 100644 --- a/lib/colvars/colvardeps.h +++ b/lib/colvars/colvardeps.h @@ -13,17 +13,16 @@ #include "colvarmodule.h" #include "colvarparse.h" -/// Parent class for a member object of a bias, cv or cvc etc. containing dependencies -/// (features) and handling dependency resolution - -// Some features like colvar::f_linear have no dependencies, require() doesn't enable anything but fails if unavailable -// Policy: those features are unavailable at all times -// Other features are under user control -// They are unavailable unless requested by the user, then they may be enabled subject to -// satisfied dependencies - -// It seems important to have available default to false (for safety) and enabled to false (for efficiency) - +/// \brief Parent class for a member object of a bias, cv or cvc etc. containing features and +/// their dependencies, and handling dependency resolution +/// +/// There are 3 kinds of features: +/// 1. Dynamic features are under the control of the dependency resolution +/// system. They may be enabled or disabled depending on dependencies. +/// 2. User features may be enabled based on user input (they may trigger a failure upon dependency resolution, though) +/// 3. Static features are static properties of the object, determined +/// programatically at initialization time. +/// class colvardeps { public: @@ -39,12 +38,7 @@ public: feature_state(bool a, bool e) : available(a), enabled(e) {} - /// Available means: supported, subject to dependencies as listed, - /// MAY BE ENABLED AS A RESULT OF DEPENDENCY SOLVING - /// Remains false for passive flags that are set based on other object properties, - /// eg. f_cv_linear - /// Is set to true upon user request for features that are implemented by the user - /// or under his/her direct control, e.g. f_cv_scripted or f_cv_extended_Lagrangian + /// Feature may be enabled, subject to possible dependencies bool available; /// Currently enabled - this flag is subject to change dynamically /// TODO consider implications for dependency solving: anyone who disables @@ -53,8 +47,22 @@ public: // bool enabledOnce; // this should trigger an update when object is evaluated }; - /// List of the state of all features - std::vector<feature_state *> feature_states; + +private: + /// List of the states of all features + std::vector<feature_state> feature_states; + + /// Enum of possible feature types + enum feature_type { + f_type_not_set, + f_type_dynamic, + f_type_user, + f_type_static + }; + +public: + /// Pair a numerical feature ID with a description and type + void init_feature(int feature_id, const char *description, feature_type type = f_type_not_set); /// Describes a feature and its dependecies /// used in a static array within each subclass @@ -83,8 +91,18 @@ public: // features that this feature requires in children std::vector<int> requires_children; + + inline bool is_dynamic() { return type == f_type_dynamic; } + inline bool is_static() { return type == f_type_static; } + inline bool is_user() { return type == f_type_user; } + /// Type of this feature, from the enum feature_type + feature_type type; }; + inline bool is_dynamic(int id) { return features()[id]->type == f_type_dynamic; } + inline bool is_static(int id) { return features()[id]->type == f_type_static; } + inline bool is_user(int id) { return features()[id]->type == f_type_user; } + // Accessor to array of all features with deps, static in most derived classes // Subclasses with dynamic dependency trees may override this // with a non-static array @@ -100,9 +118,8 @@ public: /// (useful for cvcs because their children are member objects) void remove_all_children(); - - private: + // pointers to objects this object depends on // list should be maintained by any code that modifies the object // this could be secured by making lists of colvars / cvcs / atom groups private and modified through accessor functions @@ -130,16 +147,28 @@ public: // Checks whether given feature is enabled // Defaults to querying f_*_active inline bool is_enabled(int f = f_cv_active) const { - return feature_states[f]->enabled; + return feature_states[f].enabled; } // Checks whether given feature is available // Defaults to querying f_*_active inline bool is_available(int f = f_cv_active) const { - return feature_states[f]->available; + return feature_states[f].available; } - void provide(int feature_id); // set the feature's flag to available in local object + /// Set the feature's available flag, without checking + /// To be used for dynamic properties + /// dependencies will be checked by enable() + void provide(int feature_id, bool truefalse = true); + + /// Set the feature's enabled flag, without dependency check or resolution + /// To be used for static properties only + /// Checking for availability is up to the caller + void set_enabled(int feature_id, bool truefalse = true); + +protected: + + /// Parse a keyword and enable a feature accordingly bool get_keyval_feature(colvarparse *cvp, @@ -147,6 +176,8 @@ public: int feature_id, bool const &def_value, colvarparse::Parse_Mode const parse_mode = colvarparse::parse_normal); +public: + int enable(int f, bool dry_run = false, bool toplevel = true); // enable a feature and recursively solve its dependencies // dry_run is set to true to recursively test if a feature is available, without enabling it // int disable(int f); @@ -165,6 +196,7 @@ public: f_cvb_get_total_force, // requires total forces f_cvb_history_dependent, // depends on simulation history f_cvb_scalar_variables, // requires scalar colvars + f_cvb_calc_pmf, // whether this bias will compute a PMF f_cvb_ntot }; @@ -216,12 +248,6 @@ public: /// be used by the biases or in analysis (needs lower and upper /// boundary) f_cv_grid, - /// \brief Apply a restraining potential (|x-xb|^2) to the colvar - /// when it goes below the lower wall - f_cv_lower_wall, - /// \brief Apply a restraining potential (|x-xb|^2) to the colvar - /// when it goes above the upper wall - f_cv_upper_wall, /// \brief Compute running average f_cv_runave, /// \brief Compute time correlation function diff --git a/lib/colvars/colvarmodule.cpp b/lib/colvars/colvarmodule.cpp index b9a435152b2cc56b50987b08adb7cf2bd75e4362..10cd3c0e4737905dabb664bcaa0d159608fd16f7 100644 --- a/lib/colvars/colvarmodule.cpp +++ b/lib/colvars/colvarmodule.cpp @@ -36,6 +36,9 @@ colvarmodule::colvarmodule(colvarproxy *proxy_in) "variable module twice.\n"); return; } + + depth_s = 0; + cvm::log(cvm::line_marker); cvm::log("Initializing the collective variables module, version "+ cvm::to_str(COLVARS_VERSION)+".\n"); @@ -71,6 +74,48 @@ colvarmodule::colvarmodule(colvarproxy *proxy_in) } +colvarmodule * colvarmodule::main() +{ + return proxy->colvars; +} + + +std::vector<colvar *> *colvarmodule::variables() +{ + return &colvars; +} + + +std::vector<colvar *> *colvarmodule::variables_active() +{ + return &colvars_active; +} + + +std::vector<colvar *> *colvarmodule::variables_active_smp() +{ + return &colvars_smp; +} + + +std::vector<int> *colvarmodule::variables_active_smp_items() +{ + return &colvars_smp_items; +} + + +std::vector<colvarbias *> *colvarmodule::biases_active() +{ + return &(biases_active_); +} + + +size_t colvarmodule::size() const +{ + return colvars.size() + biases.size(); +} + + int colvarmodule::read_config_file(char const *config_filename) { cvm::log(cvm::line_marker); @@ -118,8 +163,29 @@ int colvarmodule::read_config_string(std::string const &config_str) } +std::istream & colvarmodule::getline(std::istream &is, std::string &line) +{ + std::string l; + if (std::getline(is, l)) { + size_t const sz = l.size(); + if (sz > 0) { + if (l[sz-1] == '\r' ) { + line = l.substr(0, sz-1); + } else { + line = l; + } + } else { + line.clear(); + } + } + return is; +} + + int colvarmodule::parse_config(std::string &conf) { + extra_conf.clear(); + // parse global options if (catch_input_errors(parse_global_params(conf))) { return get_error(); @@ -140,6 +206,15 @@ int colvarmodule::parse_config(std::string &conf) return get_error(); } + if (extra_conf.size()) { + catch_input_errors(parse_global_params(extra_conf)); + catch_input_errors(parse_colvars(extra_conf)); + catch_input_errors(parse_biases(extra_conf)); + parse->check_keywords(extra_conf, "colvarmodule"); + extra_conf.clear(); + if (get_error() != COLVARS_OK) return get_error(); + } + cvm::log(cvm::line_marker); cvm::log("Collective variables module (re)initialized.\n"); cvm::log(cvm::line_marker); @@ -156,11 +231,20 @@ int colvarmodule::parse_config(std::string &conf) } +int colvarmodule::append_new_config(std::string const &new_conf) +{ + extra_conf += new_conf; + return COLVARS_OK; +} + + int colvarmodule::parse_global_params(std::string const &conf) { + colvarmodule *cvm = cvm::main(); + std::string index_file_name; if (parse->get_keyval(conf, "indexFile", index_file_name)) { - read_index_file(index_file_name.c_str()); + cvm->read_index_file(index_file_name.c_str()); } if (parse->get_keyval(conf, "smp", proxy->b_smp_active, proxy->b_smp_active)) { @@ -216,8 +300,8 @@ int colvarmodule::parse_colvars(std::string const &conf) if (colvar_conf.size()) { cvm::log(cvm::line_marker); cvm::increase_depth(); - colvars.push_back(new colvar(colvar_conf)); - if (cvm::get_error() || + colvars.push_back(new colvar()); + if (((colvars.back())->init(colvar_conf) != COLVARS_OK) || ((colvars.back())->check_keywords(colvar_conf, "colvar") != COLVARS_OK)) { cvm::log("Error while constructing colvar number " + cvm::to_str(colvars.size()) + " : deleting."); @@ -262,8 +346,7 @@ bool colvarmodule::check_new_bias(std::string &conf, char const *key) template <class bias_type> int colvarmodule::parse_biases_type(std::string const &conf, - char const *keyword, - size_t &bias_count) + char const *keyword) { std::string bias_conf = ""; size_t conf_saved_pos = 0; @@ -277,7 +360,6 @@ int colvarmodule::parse_biases_type(std::string const &conf, return COLVARS_ERROR; } cvm::decrease_depth(); - bias_count++; } else { cvm::error("Error: keyword \""+std::string(keyword)+"\" found without configuration.\n", INPUT_ERROR); @@ -295,28 +377,28 @@ int colvarmodule::parse_biases(std::string const &conf) cvm::log("Initializing the collective variables biases.\n"); /// initialize ABF instances - parse_biases_type<colvarbias_abf>(conf, "abf", n_abf_biases); + parse_biases_type<colvarbias_abf>(conf, "abf"); /// initialize adaptive linear biases - parse_biases_type<colvarbias_alb>(conf, "ALB", n_rest_biases); + parse_biases_type<colvarbias_alb>(conf, "ALB"); /// initialize harmonic restraints - parse_biases_type<colvarbias_restraint_harmonic>(conf, "harmonic", n_rest_biases); + parse_biases_type<colvarbias_restraint_harmonic>(conf, "harmonic"); /// initialize harmonic walls restraints - parse_biases_type<colvarbias_restraint_harmonic_walls>(conf, "harmonicWalls", n_rest_biases); + parse_biases_type<colvarbias_restraint_harmonic_walls>(conf, "harmonicWalls"); /// initialize histograms - parse_biases_type<colvarbias_histogram>(conf, "histogram", n_histo_biases); + parse_biases_type<colvarbias_histogram>(conf, "histogram"); /// initialize histogram restraints - parse_biases_type<colvarbias_restraint_histogram>(conf, "histogramRestraint", n_rest_biases); + parse_biases_type<colvarbias_restraint_histogram>(conf, "histogramRestraint"); /// initialize linear restraints - parse_biases_type<colvarbias_restraint_linear>(conf, "linear", n_rest_biases); + parse_biases_type<colvarbias_restraint_linear>(conf, "linear"); /// initialize metadynamics instances - parse_biases_type<colvarbias_meta>(conf, "metadynamics", n_meta_biases); + parse_biases_type<colvarbias_meta>(conf, "metadynamics"); if (use_scripted_forces) { cvm::log(cvm::line_marker); @@ -363,6 +445,36 @@ int colvarmodule::parse_biases(std::string const &conf) } +int colvarmodule::num_biases_feature(int feature_id) +{ + colvarmodule *cv = cvm::main(); + size_t n = 0; + for (std::vector<colvarbias *>::iterator bi = cv->biases.begin(); + bi != cv->biases.end(); + bi++) { + if ((*bi)->is_enabled(feature_id)) { + n++; + } + } + return n; +} + + +int colvarmodule::num_biases_type(std::string const &type) +{ + colvarmodule *cv = cvm::main(); + size_t n = 0; + for (std::vector<colvarbias *>::iterator bi = cv->biases.begin(); + bi != cv->biases.end(); + bi++) { + if ((*bi)->bias_type == type) { + n++; + } + } + return n; +} + + int colvarmodule::catch_input_errors(int result) { if (result != COLVARS_OK || get_error()) { @@ -376,8 +488,9 @@ int colvarmodule::catch_input_errors(int result) colvarbias * colvarmodule::bias_by_name(std::string const &name) { - for (std::vector<colvarbias *>::iterator bi = biases.begin(); - bi != biases.end(); + colvarmodule *cv = cvm::main(); + for (std::vector<colvarbias *>::iterator bi = cv->biases.begin(); + bi != cv->biases.end(); bi++) { if ((*bi)->name == name) { return (*bi); @@ -388,8 +501,9 @@ colvarbias * colvarmodule::bias_by_name(std::string const &name) { colvar *colvarmodule::colvar_by_name(std::string const &name) { - for (std::vector<colvar *>::iterator cvi = colvars.begin(); - cvi != colvars.end(); + colvarmodule *cv = cvm::main(); + for (std::vector<colvar *>::iterator cvi = cv->colvars.begin(); + cvi != cv->colvars.end(); cvi++) { if ((*cvi)->name == name) { return (*cvi); @@ -555,9 +669,15 @@ int colvarmodule::calc_colvars() int error_code = COLVARS_OK; std::vector<colvar *>::iterator cvi; - // Determine which colvars are active at this time step - for (cvi = colvars.begin(); cvi != colvars.end(); cvi++) { - (*cvi)->feature_states[colvardeps::f_cv_active]->enabled = (step_absolute() % (*cvi)->get_time_step_factor() == 0); + // Determine which colvars are active at this iteration + variables_active()->resize(0); + variables_active()->reserve(variables()->size()); + for (cvi = variables()->begin(); cvi != variables()->end(); cvi++) { + // This is a dynamic feature - the next call should be to enable() + // or disable() when dynamic dependency resolution is fully implemented + (*cvi)->set_enabled(colvardeps::f_cv_active, + step_absolute() % (*cvi)->get_time_step_factor() == 0); + variables_active()->push_back(*cvi); } // if SMP support is available, split up the work @@ -565,25 +685,24 @@ int colvarmodule::calc_colvars() // first, calculate how much work (currently, how many active CVCs) each colvar has - colvars_smp.resize(0); - colvars_smp_items.resize(0); + variables_active_smp()->resize(0); + variables_active_smp_items()->resize(0); - colvars_smp.reserve(colvars.size()); - colvars_smp_items.reserve(colvars.size()); + variables_active_smp()->reserve(variables_active()->size()); + variables_active_smp_items()->reserve(variables_active()->size()); // set up a vector containing all components cvm::increase_depth(); - for (cvi = colvars.begin(); cvi != colvars.end(); cvi++) { + for (cvi = variables_active()->begin(); cvi != variables_active()->end(); cvi++) { - if (!(*cvi)->is_enabled()) continue; error_code |= (*cvi)->update_cvc_flags(); size_t num_items = (*cvi)->num_active_cvcs(); - colvars_smp.reserve(colvars_smp.size() + num_items); - colvars_smp_items.reserve(colvars_smp_items.size() + num_items); + variables_active_smp()->reserve(variables_active_smp()->size() + num_items); + variables_active_smp_items()->reserve(variables_active_smp_items()->size() + num_items); for (size_t icvc = 0; icvc < num_items; icvc++) { - colvars_smp.push_back(*cvi); - colvars_smp_items.push_back(icvc); + variables_active_smp()->push_back(*cvi); + variables_active_smp_items()->push_back(icvc); } } cvm::decrease_depth(); @@ -592,8 +711,7 @@ int colvarmodule::calc_colvars() error_code |= proxy->smp_colvars_loop(); cvm::increase_depth(); - for (cvi = colvars.begin(); cvi != colvars.end(); cvi++) { - if (!(*cvi)->is_enabled()) continue; + for (cvi = variables_active()->begin(); cvi != variables_active()->end(); cvi++) { error_code |= (*cvi)->collect_cvc_data(); } cvm::decrease_depth(); @@ -602,8 +720,7 @@ int colvarmodule::calc_colvars() // calculate colvars one at a time cvm::increase_depth(); - for (cvi = colvars.begin(); cvi != colvars.end(); cvi++) { - if (!(*cvi)->is_enabled()) continue; + for (cvi = variables_active()->begin(); cvi != variables_active()->end(); cvi++) { error_code |= (*cvi)->calc(); if (cvm::get_error()) { return COLVARS_ERROR; @@ -627,6 +744,18 @@ int colvarmodule::calc_biases() std::vector<colvarbias *>::iterator bi; int error_code = COLVARS_OK; + // Total bias energy is reset before calling scripted biases + total_bias_energy = 0.0; + + // update the list of active biases + biases_active()->resize(0); + biases_active()->reserve(biases.size()); + for (bi = biases.begin(); bi != biases.end(); bi++) { + if ((*bi)->is_enabled()) { + biases_active()->push_back(*bi); + } + } + // if SMP support is available, split up the work if (proxy->smp_enabled() == COLVARS_OK) { @@ -645,7 +774,7 @@ int colvarmodule::calc_biases() } cvm::increase_depth(); - for (bi = biases.begin(); bi != biases.end(); bi++) { + for (bi = biases_active()->begin(); bi != biases_active()->end(); bi++) { error_code |= (*bi)->update(); if (cvm::get_error()) { return error_code; @@ -654,12 +783,10 @@ int colvarmodule::calc_biases() cvm::decrease_depth(); } - cvm::real total_bias_energy = 0.0; - for (bi = biases.begin(); bi != biases.end(); bi++) { + for (bi = biases_active()->begin(); bi != biases_active()->end(); bi++) { total_bias_energy += (*bi)->get_energy(); } - proxy->add_energy(total_bias_energy); return (cvm::get_error() ? COLVARS_ERROR : COLVARS_OK); } @@ -675,7 +802,7 @@ int colvarmodule::update_colvar_forces() if (cvm::debug() && biases.size()) cvm::log("Collecting forces from all biases.\n"); cvm::increase_depth(); - for (bi = biases.begin(); bi != biases.end(); bi++) { + for (bi = biases_active()->begin(); bi != biases_active()->end(); bi++) { (*bi)->communicate_forces(); if (cvm::get_error()) { return COLVARS_ERROR; @@ -687,6 +814,11 @@ int colvarmodule::update_colvar_forces() error_code |= calc_scripted_forces(); } + // Now we have collected energies from both built-in and scripted biases + if (cvm::debug()) + cvm::log("Adding total bias energy: " + cvm::to_str(total_bias_energy) + "\n"); + proxy->add_energy(total_bias_energy); + cvm::real total_colvar_energy = 0.0; // sum up the forces for each colvar, including wall forces // and integrate any internal @@ -695,7 +827,7 @@ int colvarmodule::update_colvar_forces() cvm::log("Updating the internal degrees of freedom " "of colvars (if they have any).\n"); cvm::increase_depth(); - for (cvi = colvars.begin(); cvi != colvars.end(); cvi++) { + for (cvi = variables()->begin(); cvi != variables()->end(); cvi++) { // Here we call even inactive colvars, so they accumulate biasing forces // as well as update their extended-system dynamics total_colvar_energy += (*cvi)->update_forces_energy(); @@ -704,6 +836,8 @@ int colvarmodule::update_colvar_forces() } } cvm::decrease_depth(); + if (cvm::debug()) + cvm::log("Adding total colvar energy: " + cvm::to_str(total_colvar_energy) + "\n"); proxy->add_energy(total_colvar_energy); // make collective variables communicate their forces to their @@ -711,9 +845,8 @@ int colvarmodule::update_colvar_forces() if (cvm::debug()) cvm::log("Communicating forces from the colvars to the atoms.\n"); cvm::increase_depth(); - for (cvi = colvars.begin(); cvi != colvars.end(); cvi++) { + for (cvi = variables_active()->begin(); cvi != variables_active()->end(); cvi++) { if ((*cvi)->is_enabled(colvardeps::f_cv_gradient)) { - if (!(*cvi)->is_enabled()) continue; (*cvi)->communicate_forces(); if (cvm::get_error()) { return COLVARS_ERROR; @@ -800,8 +933,8 @@ int colvarmodule::analyze() cvm::log("Performing analysis.\n"); // perform colvar-specific analysis - for (std::vector<colvar *>::iterator cvi = colvars.begin(); - cvi != colvars.end(); + for (std::vector<colvar *>::iterator cvi = variables_active()->begin(); + cvi != variables_active()->end(); cvi++) { cvm::increase_depth(); (*cvi)->analyze(); @@ -825,8 +958,8 @@ int colvarmodule::setup() { if (this->size() == 0) return cvm::get_error(); // loop over all components of all colvars to reset masses of all groups - for (std::vector<colvar *>::iterator cvi = colvars.begin(); - cvi != colvars.end(); cvi++) { + for (std::vector<colvar *>::iterator cvi = variables()->begin(); + cvi != variables()->end(); cvi++) { (*cvi)->setup(); } return (cvm::get_error() ? COLVARS_ERROR : COLVARS_OK); @@ -934,18 +1067,18 @@ int colvarmodule::setup_output() cvm::log("The restart output state file will be \""+restart_out_name+"\".\n"); } - output_prefix = proxy->output_prefix(); - if (output_prefix.size()) { + output_prefix() = proxy->output_prefix(); + if (output_prefix().size()) { cvm::log("The final output state file will be \""+ - (output_prefix.size() ? - std::string(output_prefix+".colvars.state") : + (output_prefix().size() ? + std::string(output_prefix()+".colvars.state") : std::string("colvars.state"))+"\".\n"); // cvm::log (cvm::line_marker); } cv_traj_name = - (output_prefix.size() ? - std::string(output_prefix+".colvars.traj") : + (output_prefix().size() ? + std::string(output_prefix()+".colvars.traj") : std::string("")); if (cv_traj_freq && cv_traj_name.size()) { @@ -1077,14 +1210,14 @@ continue the previous simulation.\n\n"); cvm::log(cvm::line_marker); // update this ahead of time in this special case - output_prefix = proxy->input_prefix(); - cvm::log("All output files will now be saved with the prefix \""+output_prefix+".tmp.*\".\n"); + output_prefix() = proxy->input_prefix(); + cvm::log("All output files will now be saved with the prefix \""+output_prefix()+".tmp.*\".\n"); cvm::log(cvm::line_marker); cvm::log("Please review the important warning above. After that, you may rename:\n\ -\""+output_prefix+".tmp.colvars.state\"\n\ +\""+output_prefix()+".tmp.colvars.state\"\n\ to:\n\ \""+ proxy->input_prefix()+".colvars.state\"\n"); - output_prefix = output_prefix+".tmp"; + output_prefix() = output_prefix()+".tmp"; write_output_files(); cvm::error("Exiting with error until issue is addressed.\n", FATAL_ERROR); } @@ -1104,8 +1237,8 @@ int colvarmodule::write_output_files() // if this is a simulation run (i.e. not a postprocessing), output data // must be written to be able to restart the simulation std::string const out_name = - (output_prefix.size() ? - std::string(output_prefix+".colvars.state") : + (output_prefix().size() ? + std::string(output_prefix()+".colvars.state") : std::string("colvars.state")); cvm::log("Saving collective variables state to \""+out_name+"\".\n"); @@ -1340,7 +1473,8 @@ std::ostream & colvarmodule::write_traj(std::ostream &os) void cvm::log(std::string const &message) { - size_t const d = depth(); + // allow logging when the module is not fully initialized + size_t const d = (cvm::main() != NULL) ? depth() : 0; if (d > 0) proxy->log((std::string(2*d, ' '))+message); else @@ -1365,19 +1499,20 @@ void cvm::decrease_depth() size_t & cvm::depth() { // NOTE: do not call log() or error() here, to avoid recursion - size_t const nt = proxy->smp_num_threads(); + colvarmodule *cv = cvm::main(); if (proxy->smp_enabled() == COLVARS_OK) { - if (depth_v.size() != nt) { - // update array of depths + int const nt = proxy->smp_num_threads(); + if (int(cv->depth_v.size()) != nt) { proxy->smp_lock(); - if (depth_v.size() > 0) { depth_s = depth_v[0]; } - depth_v.clear(); - depth_v.assign(nt, depth_s); + // update array of depths + if (cv->depth_v.size() > 0) { cv->depth_s = cv->depth_v[0]; } + cv->depth_v.clear(); + cv->depth_v.assign(nt, cv->depth_s); proxy->smp_unlock(); } - return depth_v[proxy->smp_thread_id()]; + return cv->depth_v[proxy->smp_thread_id()]; } - return depth_s; + return cv->depth_s; } @@ -1451,8 +1586,8 @@ int cvm::read_index_file(char const *filename) FILE_ERROR); } } - cvm::index_group_names.push_back(group_name); - cvm::index_groups.push_back(std::vector<int> ()); + index_group_names.push_back(group_name); + index_groups.push_back(std::vector<int>()); } else { cvm::error("Error: in parsing index file \""+ std::string(filename)+"\".\n", @@ -1462,7 +1597,7 @@ int cvm::read_index_file(char const *filename) int atom_number = 1; size_t pos = is.tellg(); while ( (is >> atom_number) && (atom_number > 0) ) { - (cvm::index_groups.back()).push_back(atom_number); + (index_groups.back()).push_back(atom_number); pos = is.tellg(); } is.clear(); @@ -1532,8 +1667,8 @@ int cvm::load_coords_xyz(char const *filename, + std::string(filename) + ".\n", INPUT_ERROR); } // skip comment line - std::getline(xyz_is, line); - std::getline(xyz_is, line); + cvm::getline(xyz_is, line); + cvm::getline(xyz_is, line); xyz_is.width(255); std::vector<atom_pos>::iterator pos_i = pos.begin(); @@ -1543,7 +1678,7 @@ int cvm::load_coords_xyz(char const *filename, for ( ; pos_i != pos.end() ; pos_i++, index++) { while ( next < *index ) { - std::getline(xyz_is, line); + cvm::getline(xyz_is, line); next++; } xyz_is >> symbol; @@ -1558,15 +1693,9 @@ int cvm::load_coords_xyz(char const *filename, return (cvm::get_error() ? COLVARS_ERROR : COLVARS_OK); } -// static pointers -std::vector<colvar *> colvarmodule::colvars; -std::vector<colvarbias *> colvarmodule::biases; -size_t colvarmodule::n_abf_biases = 0; -size_t colvarmodule::n_rest_biases = 0; -size_t colvarmodule::n_histo_biases = 0; -size_t colvarmodule::n_meta_biases = 0; -colvarproxy *colvarmodule::proxy = NULL; +// shared pointer to the proxy object +colvarproxy *colvarmodule::proxy = NULL; // static runtime data cvm::real colvarmodule::debug_gradients_step_size = 1.0e-07; @@ -1575,14 +1704,9 @@ long colvarmodule::it = 0; long colvarmodule::it_restart = 0; size_t colvarmodule::restart_out_freq = 0; size_t colvarmodule::cv_traj_freq = 0; -size_t colvarmodule::depth_s = 0; -std::vector<size_t> colvarmodule::depth_v(0); bool colvarmodule::b_analysis = false; -std::list<std::string> colvarmodule::index_group_names; -std::list<std::vector<int> > colvarmodule::index_groups; -bool colvarmodule::use_scripted_forces = false; -bool colvarmodule::scripting_after_biases = true; -std::string colvarmodule::output_prefix = ""; +bool colvarmodule::use_scripted_forces = false; +bool colvarmodule::scripting_after_biases = true; // i/o constants size_t const colvarmodule::it_width = 12; diff --git a/lib/colvars/colvarmodule.h b/lib/colvars/colvarmodule.h index 0e98709adb79c7e746d76ed3fa331a65c2809e65..b4f80e0b5e47bcd0dd4475ebe9a22ddc90981ed5 100644 --- a/lib/colvars/colvarmodule.h +++ b/lib/colvars/colvarmodule.h @@ -11,7 +11,7 @@ #define COLVARMODULE_H #ifndef COLVARS_VERSION -#define COLVARS_VERSION "2016-12-27" +#define COLVARS_VERSION "2017-03-09" #endif #ifndef COLVARS_DEBUG @@ -161,12 +161,37 @@ public: /// dt) static real debug_gradients_step_size; +private: + /// Prefix for all output files for this run - static std::string output_prefix; + std::string cvm_output_prefix; + +public: + /// Accessor for the above + static inline std::string &output_prefix() + { + colvarmodule *cv = colvarmodule::main(); + return cv->cvm_output_prefix; + } +private: + + /// Array of collective variables + std::vector<colvar *> colvars; /// Array of collective variables - static std::vector<colvar *> colvars; + std::vector<colvar *> colvars_active; + + /// Collective variables to be calculated on different threads; + /// colvars with multple items (e.g. multiple active CVCs) are duplicated + std::vector<colvar *> colvars_smp; + /// Indexes of the items to calculate for each colvar + std::vector<int> colvars_smp_items; + +public: + + /// Array of collective variables + std::vector<colvar *> *variables(); /* TODO: implement named CVCs /// Array of named (reusable) collective variable components @@ -177,26 +202,31 @@ public: } */ + /// Collective variables with the active flag on + std::vector<colvar *> *variables_active(); + /// Collective variables to be calculated on different threads; /// colvars with multple items (e.g. multiple active CVCs) are duplicated - std::vector<colvar *> colvars_smp; + std::vector<colvar *> *variables_active_smp(); + /// Indexes of the items to calculate for each colvar - std::vector<int> colvars_smp_items; + std::vector<int> *variables_active_smp_items(); /// Array of collective variable biases - static std::vector<colvarbias *> biases; - /// \brief Number of ABF biases initialized (in normal conditions - /// should be 1) - static size_t n_abf_biases; - /// \brief Number of metadynamics biases initialized (in normal - /// conditions should be 1) - static size_t n_meta_biases; - /// \brief Number of restraint biases initialized (no limit on the - /// number) - static size_t n_rest_biases; - /// \brief Number of histograms initialized (no limit on the - /// number) - static size_t n_histo_biases; + std::vector<colvarbias *> biases; + + /// Energy of built-in and scripted biases, summed per time-step + real total_bias_energy; + +private: + + /// Array of active collective variable biases + std::vector<colvarbias *> biases_active_; + +public: + + /// Array of active collective variable biases + std::vector<colvarbias *> *biases_active(); /// \brief Whether debug output should be enabled (compile-time option) static inline bool debug() @@ -205,10 +235,7 @@ public: } /// \brief How many objects are configured yet? - inline size_t size() const - { - return colvars.size() + biases.size(); - } + size_t size() const; /// \brief Constructor \param config_name Configuration file name /// \param restart_name (optional) Restart file name @@ -230,9 +257,12 @@ public: /// \brief Parse a "clean" config string (no comments) int parse_config(std::string &conf); - // Parse functions (setup internal data based on a string) + /// Allow reading from Windows text files using using std::getline + /// (which can still be used when the text is produced by Colvars itself) + static std::istream & getline(std::istream &is, std::string &line); + /// Parse the few module's global parameters int parse_global_params(std::string const &conf); @@ -242,14 +272,33 @@ public: /// Parse and initialize collective variable biases int parse_biases(std::string const &conf); + /// \brief Add new configuration during parsing (e.g. to implement + /// back-compatibility); cannot be nested, i.e. conf should not contain + /// anything that triggers another call + int append_new_config(std::string const &conf); + +private: + + /// Auto-generated configuration during parsing (e.g. to implement + /// back-compatibility) + std::string extra_conf; + /// Parse and initialize collective variable biases of a specific type template <class bias_type> - int parse_biases_type(std::string const &conf, char const *keyword, size_t &bias_count); + int parse_biases_type(std::string const &conf, char const *keyword); /// Test error condition and keyword parsing /// on error, delete new bias bool check_new_bias(std::string &conf, char const *key); +public: + + /// Return how many biases have this feature enabled + static int num_biases_feature(int feature_id); + + /// Return how many biases are defined with this type + static int num_biases_type(std::string const &type); + private: /// Useful wrapper to interrupt parsing if any error occurs int catch_input_errors(int result); @@ -449,13 +498,13 @@ public: /// \brief Names of groups from a Gromacs .ndx file to be read at startup - static std::list<std::string> index_group_names; + std::list<std::string> index_group_names; /// \brief Groups from a Gromacs .ndx file read at startup - static std::list<std::vector<int> > index_groups; + std::list<std::vector<int> > index_groups; /// \brief Read a Gromacs .ndx file - static int read_index_file(char const *filename); + int read_index_file(char const *filename); /// \brief Create atoms from a file \param filename name of the file @@ -515,13 +564,13 @@ protected: /// Output restart file colvarmodule::ofstream restart_out_os; -protected: +private: /// Counter for the current depth in the object hierarchy (useg e.g. in output) - static size_t depth_s; + size_t depth_s; /// Thread-specific depth - static std::vector<size_t> depth_v; + std::vector<size_t> depth_v; public: @@ -552,6 +601,10 @@ public: /// from the hosting program; it is static in order to be accessible /// from static functions in the colvarmodule class static colvarproxy *proxy; + + /// \brief Accessor for the above + static colvarmodule *main(); + }; diff --git a/lib/colvars/colvarparse.cpp b/lib/colvars/colvarparse.cpp index 4d2e17f098dbb55457e5b1d8bc44f2cab79fdf70..8055d925dbbd3a403649c091563eb6e4e5e1cd0e 100644 --- a/lib/colvars/colvarparse.cpp +++ b/lib/colvars/colvarparse.cpp @@ -503,7 +503,7 @@ int colvarparse::check_keywords(std::string &conf, char const *key) std::string line; std::istringstream is(conf); - while (std::getline(is, line)) { + while (cvm::getline(is, line)) { if (line.size() == 0) continue; if (line.find_first_not_of(white_space) == @@ -539,10 +539,9 @@ int colvarparse::check_keywords(std::string &conf, char const *key) std::istream & colvarparse::getline_nocomments(std::istream &is, - std::string &line, - char const delim) + std::string &line) { - std::getline(is, line, delim); + cvm::getline(is, line); size_t const comment = line.find('#'); if (comment != std::string::npos) { line.erase(comment); diff --git a/lib/colvars/colvarparse.h b/lib/colvars/colvarparse.h index acdc46ddc9ee42d39f5889f2ebf4ab01c1781156..9f116caafdf8a5b96ec19ccc21469d2abc60741c 100644 --- a/lib/colvars/colvarparse.h +++ b/lib/colvars/colvarparse.h @@ -304,8 +304,7 @@ public: /// \brief Works as std::getline() but also removes everything /// between a comment character and the following newline static std::istream & getline_nocomments(std::istream &is, - std::string &s, - char const delim = '\n'); + std::string &s); /// Check if the content of the file has matching braces bool brace_check(std::string const &conf, diff --git a/lib/colvars/colvarproxy.h b/lib/colvars/colvarproxy.h index bdf65c0b1f0a617a09427769e151a6db688dd154..5b216c9d41528f390f3f99dfd86184cd847e1186 100644 --- a/lib/colvars/colvarproxy.h +++ b/lib/colvars/colvarproxy.h @@ -336,8 +336,6 @@ public: /// Are total forces being used? virtual bool total_forces_enabled() const { - cvm::error("Error: total forces are currently not implemented.\n", - COLVARS_NOT_IMPLEMENTED); return false; } diff --git a/lib/colvars/colvarscript.cpp b/lib/colvars/colvarscript.cpp index ffb83e97801df0d4bb448b75747925e729fdb4ff..f192dcb7c05e377ba2dc44e8cd7ebf6e98481f73 100644 --- a/lib/colvars/colvarscript.cpp +++ b/lib/colvars/colvarscript.cpp @@ -12,6 +12,7 @@ #include <string.h> #include "colvarscript.h" +#include "colvardeps.h" colvarscript::colvarscript(colvarproxy *p) @@ -221,6 +222,16 @@ int colvarscript::run(int argc, char const *argv[]) { } } + if (cmd == "addenergy") { + if (argc == 3) { + colvars->total_bias_energy += strtod(argv[2], NULL); + return COLVARS_OK; + } else { + result = "Wrong arguments to command \"addenergy\"\n" + help_string(); + return COLVARSCRIPT_ERROR; + } + } + result = "Syntax error\n" + help_string(); return COLVARSCRIPT_ERROR; } @@ -263,10 +274,11 @@ int colvarscript::proc_colvar(int argc, char const *argv[]) { } if (subcmd == "delete") { - if (cv->biases.size() > 0) { - result = "Cannot delete a colvar currently used by biases, delete those biases first"; - return COLVARSCRIPT_ERROR; + size_t i; + for (i = 0; i < cv->biases.size(); i++) { + delete cv->biases[i]; } + cv->biases.resize(0); // colvar destructor is tasked with the cleanup delete cv; // TODO this could be done by the destructors @@ -338,9 +350,8 @@ int colvarscript::proc_colvar(int argc, char const *argv[]) { return COLVARS_OK; } - if (subcmd == "state") { - cv->print_state(); - return COLVARS_OK; + if ((subcmd == "get") || (subcmd == "set") || (subcmd == "state")) { + return proc_features(cv, argc, argv); } result = "Syntax error\n" + help_string(); @@ -379,11 +390,6 @@ int colvarscript::proc_bias(int argc, char const *argv[]) { return COLVARS_OK; } - if (subcmd == "state") { - b->print_state(); - return COLVARS_OK; - } - // Subcommands for MW ABF if (subcmd == "bin") { int r = b->current_bin(); @@ -420,6 +426,10 @@ int colvarscript::proc_bias(int argc, char const *argv[]) { return COLVARS_OK; } + if ((subcmd == "get") || (subcmd == "set") || (subcmd == "state")) { + return proc_features(b, argc, argv); + } + if (argc >= 4) { std::string param = argv[3]; if (subcmd == "count") { @@ -441,6 +451,83 @@ int colvarscript::proc_bias(int argc, char const *argv[]) { } +int colvarscript::proc_features(colvardeps *obj, + int argc, char const *argv[]) { + // size was already checked before calling + std::string subcmd = argv[2]; + + if (argc == 3) { + if (subcmd == "state") { + // TODO make this returned as result? + obj->print_state(); + return COLVARS_OK; + } + + // get and set commands require more arguments + result = "Syntax error\n" + help_string(); + return COLVARSCRIPT_ERROR; + } + + if ((subcmd == "get") || (subcmd == "set")) { + std::vector<colvardeps::feature *> &features = obj->features(); + std::string const req_feature(argv[3]); + colvardeps::feature *f = NULL; + int fid = 0; + for (fid = 0; fid < int(features.size()); fid++) { + if (features[fid]->description == + colvarparse::to_lower_cppstr(req_feature)) { + f = features[fid]; + break; + } + } + + if (f == NULL) { + + result = "Error: feature \""+req_feature+"\" does not exist.\n"; + return COLVARSCRIPT_ERROR; + + } else { + + if (! obj->is_available(fid)) { + result = "Error: feature \""+req_feature+"\" is unavailable.\n"; + return COLVARSCRIPT_ERROR; + } + + if (subcmd == "get") { + result = cvm::to_str(obj->is_enabled(fid) ? 1 : 0); + return COLVARS_OK; + } + + if (subcmd == "set") { + if (argc == 5) { + std::string const yesno = + colvarparse::to_lower_cppstr(std::string(argv[4])); + if ((yesno == std::string("yes")) || + (yesno == std::string("on")) || + (yesno == std::string("1"))) { + obj->enable(fid); + return COLVARS_OK; + } else if ((yesno == std::string("no")) || + (yesno == std::string("off")) || + (yesno == std::string("0"))) { + // TODO disable() function does not exist yet, + // dependencies will not be resolved + // obj->disable(fid); + obj->set_enabled(fid, false); + return COLVARS_OK; + } + } + result = "Syntax error\n" + help_string(); + return COLVARSCRIPT_ERROR; + } + } + } + + result = "Syntax error\n" + help_string(); + return COLVARSCRIPT_ERROR; +} + + std::string colvarscript::help_string() { std::string buf; @@ -459,6 +546,7 @@ Input and output:\n\ load <file name> -- load a state file (requires configuration)\n\ save <file name> -- save a state file (requires configuration)\n\ update -- recalculate colvars and biases\n\ + addenergy <E> -- add <E> to the total bias energy\n\ printframe -- return a summary of the current frame\n\ printframelabels -- return labels to annotate printframe's output\n"; @@ -478,12 +566,17 @@ Accessing collective variables:\n\ colvar <name> addforce <F> -- apply given force on colvar <name>\n\ colvar <name> getconfig -- return config string of colvar <name>\n\ colvar <name> cvcflags <fl> -- enable or disable cvcs according to 0/1 flags\n\ + colvar <name> get <f> -- get the value of the colvar feature <f>\n\ + colvar <name> set <f> <val> -- set the value of the colvar feature <f>\n\ \n\ Accessing biases:\n\ bias <name> energy -- return the current energy of bias <name>\n\ bias <name> update -- recalculate bias <name>\n\ bias <name> delete -- delete bias <name>\n\ - bias <name> getconfig -- return config string of bias <name>\n"; + bias <name> getconfig -- return config string of bias <name>\n\ + bias <name> get <f> -- get the value of the bias feature <f>\n\ + bias <name> set <f> <val> -- set the value of the bias feature <f>\n\ +"; return buf; } diff --git a/lib/colvars/colvarscript.h b/lib/colvars/colvarscript.h index bfb8381e3b6c72bec02d3b6fe41e5037ab969bed..46b1ddd203afdcf72beb5da2e1ff2ffc2f01c65b 100644 --- a/lib/colvars/colvarscript.h +++ b/lib/colvars/colvarscript.h @@ -51,6 +51,10 @@ private: /// Run subcommands on bias int proc_bias(int argc, char const *argv[]); + /// Run subcommands on base colvardeps object (colvar, bias, ...) + int proc_features(colvardeps *obj, + int argc, char const *argv[]); + /// Builds and return a short help std::string help_string(void); }; diff --git a/potentials/Al_jpc.agni b/potentials/Al_jpc.agni new file mode 100644 index 0000000000000000000000000000000000000000..0a82a3c8f42549407f8a6d955c93d8842f7378fb --- /dev/null +++ b/potentials/Al_jpc.agni @@ -0,0 +1,3020 @@ +# DATE: 2017-02-24 CONTRIBUTOR: Venkatesh Botu <botuvenkatesh@gmail.com> CITATION: Botu, V., Batra, R., Chapman, J., and Ramprasad, R., J. Phys. Chem. C, 121 (1), 511 (2017). +# This potential is an updated version of Al_prb.agni, which is now deprecated. +# This potential file is parameterized for metal units + +generation 1 +n_elements 1 + +element Al + +interaction Al +Rc 8.0 +Rs 0.0 +neighbors 500 +eta 0.0036 0.0357 0.0715 0.1251 0.2144 0.3573 0.7147 1.4294 +sigma 13.8949549437 +lambda 1e-08 +b 102.870264493 +n_train 3000 +endVar + +0.000000000000000000e+00 -4.980622283254589000e+00 -2.662505672962482528e+00 -1.495155609938069619e+00 -7.333737039816567993e-01 -2.724952969791719082e-01 -6.613771156359619929e-02 -1.912092709590330940e-03 1.473705560509566359e-05 7.453680000000000305e-01 1.597331621434825659e+07 +1.000000000000000000e+00 -4.977152206916696464e+00 -2.661383130146552922e+00 -1.494564974611932495e+00 -7.326386664321046238e-01 -2.717745126429032543e-01 -6.595850089381591341e-02 -1.985476180073739681e-03 1.342170339121332597e-05 7.294220000000000148e-01 1.595073002517673187e+07 +2.000000000000000000e+00 -4.797679729334596743e+00 -2.654928371036860302e+00 -1.527304093421905096e+00 -7.613935247235876780e-01 -2.816213586787409406e-01 -6.585890241977590542e-02 -2.072979733750940617e-03 -2.509405040500490728e-06 5.657130000000000214e-01 -1.217794694318742678e+07 +3.000000000000000000e+00 -5.012505892487090442e+00 -2.740953209524351841e+00 -1.575867385200531823e+00 -8.018105855995253384e-01 -3.267232697235547545e-01 -1.041723998141044216e-01 -1.053258580469869886e-02 -1.617178156418138790e-04 -6.565760000000000485e-01 1.480063843531641923e+07 +4.000000000000000000e+00 -4.853989379631663326e+00 -2.673461391311632074e+00 -1.560167414626911553e+00 -8.164300072813173159e-01 -3.437752709184088151e-01 -1.047480075815109130e-01 -6.552127200209213395e-03 -2.664628941168140325e-05 -2.533920000000000061e-01 -2.621375504704638571e+07 +5.000000000000000000e+00 -4.775145638919822133e+00 -2.676689068400858851e+00 -1.568268308030331459e+00 -8.111101378417989727e-01 -3.298498357319131769e-01 -9.610842932445239073e-02 -5.804966446224957104e-03 -2.670632003139467663e-05 2.989820000000000255e-01 1.760903860723512620e+07 +6.000000000000000000e+00 -4.803044429786720748e+00 -2.724425089370024811e+00 -1.642225693169078848e+00 -8.997286908342401190e-01 -4.047793803537719781e-01 -1.342393358629061506e-01 -1.063662671741028021e-02 -1.014015125199576402e-04 -1.995530000000000082e-01 2.588050368413878605e+07 +7.000000000000000000e+00 -5.137813908653897421e+00 -2.916721070890175405e+00 -1.745774166074539835e+00 -9.458283745567637180e-01 -4.219708866937327829e-01 -1.399766291700521859e-01 -1.084229370400384765e-02 -8.394664756616857415e-05 -8.386040000000000161e-01 -3.481232012846940756e+07 +8.000000000000000000e+00 -4.796160718526602196e+00 -2.810695294783499776e+00 -1.717525494831825705e+00 -9.276233283359721637e-01 -3.889853268664807406e-01 -1.125524876236851934e-01 -6.115493349914492838e-03 -2.122140659473320252e-05 6.915300000000000613e-02 -3.002321577298279852e+07 +9.000000000000000000e+00 -4.805571599117502757e+00 -2.798321770410884035e+00 -1.714046692435364116e+00 -9.434110863581848250e-01 -4.165487380734421707e-01 -1.339622056903273239e-01 -1.058142137058552812e-02 -1.112178690944074595e-04 -3.973430000000000017e-01 1.122035057796484092e+06 +1.000000000000000000e+01 -4.265949535092294909e+00 -2.139159306852206566e+00 -1.115616834131825108e+00 -4.986179928528045591e-01 -1.708147951012995436e-01 -4.167363113913075123e-02 -2.009016827371307937e-03 -1.156100620242330661e-05 2.127950000000000119e-01 8.706240113278547302e+06 +1.100000000000000000e+01 -4.466002417241309530e+00 -2.290612072887817874e+00 -1.202051210460820529e+00 -5.154327257551392094e-01 -1.419832090173829553e-01 -1.526860192091959896e-02 1.338169636424413333e-03 1.651375868786012801e-05 5.846329999999999583e-01 -1.224399339678248204e+07 +1.200000000000000000e+01 -4.343320858127004414e+00 -2.198926186197707633e+00 -1.150625734422363600e+00 -5.098715623535468033e-01 -1.706781301969672038e-01 -4.201126775428699195e-02 -2.508246564103834390e-03 -1.856502868854137265e-05 1.467880000000000018e-01 9.060291327829789370e+06 +1.300000000000000000e+01 -4.411266458567597581e+00 -2.267439690904225813e+00 -1.205002967120019530e+00 -5.442540766963088750e-01 -1.865680674497141867e-01 -4.703829304253576149e-02 -2.682576473634137437e-03 -1.500185340450553325e-05 1.699519999999999920e-01 7.186991665511502884e+06 +1.400000000000000000e+01 -4.339370905250072852e+00 -2.314510641411341663e+00 -1.298487728988012124e+00 -6.415098421296295816e-01 -2.458451187691537421e-01 -6.454028229471112099e-02 -2.824307345755502647e-03 -4.795152054174295863e-06 3.959849999999999759e-01 1.132418354182873107e+07 +1.500000000000000000e+01 -4.718870426595408674e+00 -2.536161877076003268e+00 -1.418018808109193785e+00 -6.838442989114712489e-01 -2.474092110710128245e-01 -5.958113944087816555e-02 -2.094774386881072519e-03 8.889837770272050464e-06 6.384069999999999467e-01 1.456885875992108509e+07 +1.600000000000000000e+01 -4.627146348264378872e+00 -2.503161637310125975e+00 -1.419523389935374524e+00 -7.093488386245092592e-01 -2.788732781235951919e-01 -7.969812591005291658e-02 -5.384528698134926142e-03 -4.206427831513450457e-05 1.112139999999999934e-01 1.617024761279451288e+07 +1.700000000000000000e+01 -4.179960046080498870e+00 -2.227149963169094526e+00 -1.270039418040154855e+00 -6.649864796391016242e-01 -3.008810741839901826e-01 -1.108405960269917973e-01 -1.240105749020214282e-02 -1.965373649336178761e-04 -1.727748999999999979e+00 -4.357212942453303188e+07 +1.800000000000000000e+01 -4.375354638615491787e+00 -2.440374552788855844e+00 -1.420010475007283723e+00 -7.200846932529324507e-01 -2.744948652081213303e-01 -6.757529445863717787e-02 -2.180097422204020207e-03 3.951825473313172201e-06 7.667739999999999556e-01 1.272523382503025234e+07 +1.900000000000000000e+01 -4.383569393773465883e+00 -2.477896299300456739e+00 -1.476594093821577136e+00 -7.966618965295596544e-01 -3.544575152625983328e-01 -1.172327552184957017e-01 -8.879648710906597880e-03 -5.855869527978011066e-05 -3.181899999999999729e-01 5.663368189207095653e+06 +2.000000000000000000e+01 -4.116121607745072630e+00 -2.340930059180817313e+00 -1.417485125207584851e+00 -7.760928222698625367e-01 -3.390550426756482327e-01 -1.034834336523089010e-01 -6.057397397764110666e-03 -2.273801986485772238e-05 -3.715399999999999953e-02 -1.447280516151025519e+07 +2.100000000000000000e+01 -4.397983768813522154e+00 -2.518618698985542803e+00 -1.524329612258243927e+00 -8.367863962903518971e-01 -3.806798162669438601e-01 -1.325810392308604813e-01 -1.223066882351767602e-02 -1.258535158245574004e-04 -9.652479999999999949e-01 -7.366231336925111711e+06 +2.200000000000000000e+01 -3.976204392708720725e+00 -2.357097123925259385e+00 -1.460861983036018996e+00 -8.068653377637774460e-01 -3.495144981738080303e-01 -1.048601342609305070e-01 -5.965538015368608560e-03 -1.398252019280034358e-05 1.731590000000000074e-01 -2.589466794594871812e+06 +2.300000000000000000e+01 -4.184607868590295432e+00 -2.505845665166023473e+00 -1.571993331266215099e+00 -8.854079054530074044e-01 -3.923145017367795639e-01 -1.174522225533840836e-01 -6.219411727998287731e-03 -1.952285572571997642e-05 -1.467599999999999981e-02 -3.906981215123567730e+07 +2.400000000000000000e+01 -4.293667238591582169e+00 -2.627042294239930964e+00 -1.690598210761571796e+00 -9.823668149607323041e-01 -4.539804503422566473e-01 -1.476069136789449898e-01 -1.067491919905587047e-02 -7.751230425274323798e-05 -3.668009999999999882e-01 -1.145623192634611949e+07 +2.500000000000000000e+01 -4.157747279819778541e+00 -2.500502410536696196e+00 -1.588685083369350659e+00 -9.280135417410985132e-01 -4.547037508416365559e-01 -1.696532350835438796e-01 -1.773524166646212388e-02 -2.602504260594564974e-04 -1.746112000000000108e+00 -1.489065721209416166e+07 +2.600000000000000000e+01 -4.213628885177292283e+00 -2.586725982005895652e+00 -1.682836737984019893e+00 -1.000187154596051453e+00 -4.846994110509916243e-01 -1.752988223814475610e-01 -1.901664980135772329e-02 -3.649997407284237137e-04 -1.850192999999999977e+00 -1.857879547719318792e+07 +2.700000000000000000e+01 -4.245492277946300241e+00 -2.615697579224348868e+00 -1.707542197030088138e+00 -1.020153198832428165e+00 -4.988534186296428308e-01 -1.827745175283114754e-01 -2.034798666166161632e-02 -4.146443964299981319e-04 -2.030126999999999793e+00 -1.770090888155822456e+07 +2.800000000000000000e+01 -3.658752694106162551e+00 -1.750575128866405983e+00 -8.518461619439208210e-01 -3.236577526984634745e-01 -6.218409412478234644e-02 1.279852138987464492e-02 7.390136005119933398e-03 2.234754881596169747e-04 1.506496000000000057e+00 9.214029714005202055e+06 +2.900000000000000000e+01 -3.672365046148444723e+00 -1.758903815338177301e+00 -8.600278434503118019e-01 -3.336546513454222707e-01 -7.326768634746864961e-02 4.562856326970699331e-03 5.530679025396648477e-03 1.666362784539769529e-04 1.220529999999999893e+00 1.100989448633161932e+07 +3.000000000000000000e+01 -3.923163635601657262e+00 -1.989565935474272296e+00 -1.024919890167974579e+00 -4.265651317050777047e-01 -1.124679657907687175e-01 -9.065481860870430730e-03 2.890697809916821341e-03 6.610919482273882003e-05 8.736829999999999874e-01 -4.876193452975108521e+05 +3.100000000000000000e+01 -3.833273873888646044e+00 -1.818976730702597466e+00 -8.933055680994512748e-01 -3.726171677878085120e-01 -1.218908152509297349e-01 -2.928858221879327567e-02 -9.294250198777814949e-04 -1.452879152219726135e-08 -1.440400000000000014e-02 -1.518039370174312033e+07 +3.200000000000000000e+01 -3.603976478304161457e+00 -1.837036322262232790e+00 -9.782679201060622276e-01 -4.445502388158542595e-01 -1.465147195707840466e-01 -2.975292756022972912e-02 -6.790622878428155800e-04 -1.242702762859199772e-06 3.997820000000000262e-01 9.393668838464640081e+06 +3.300000000000000000e+01 -3.907777161600371141e+00 -2.041011656772239391e+00 -1.098458598807847464e+00 -4.932957052399618569e-01 -1.540184338832161770e-01 -2.836223106850562989e-02 -2.596442232475771727e-04 8.853621754021126863e-06 3.026479999999999726e-01 -1.294770097723150440e+07 +3.400000000000000000e+01 -4.135444030608759647e+00 -2.185409380236291721e+00 -1.210899575023258068e+00 -5.900321386224354203e-01 -2.284599944027964624e-01 -6.480730008620708138e-02 -3.886769611650803345e-03 -2.287627560742698589e-05 3.949280000000000013e-01 3.534102475073168427e+07 +3.500000000000000000e+01 -3.907786430042053283e+00 -2.035718545222286568e+00 -1.118952141088016772e+00 -5.416565416975486214e-01 -2.034556205826749953e-01 -5.127196780809210180e-02 -1.296666623520518775e-03 2.765702280569404281e-05 3.044459999999999944e-01 -7.119986132451614365e+06 +3.600000000000000000e+01 -3.806455380484814022e+00 -2.107092148087676531e+00 -1.226391450601872934e+00 -6.278440885740914634e-01 -2.487103937945132903e-01 -6.849451330823753958e-02 -3.560865117940983666e-03 -1.268652341898789414e-05 4.046819999999999862e-01 1.669567783648912795e+07 +3.700000000000000000e+01 -3.457951839344239442e+00 -1.847808758516058525e+00 -1.041746156294951264e+00 -5.205679914004998077e-01 -2.009001440340379419e-01 -4.788346361196804679e-02 5.224534891842050593e-04 7.693553785224064483e-05 8.351849999999999552e-01 5.155948518536076881e+06 +3.800000000000000000e+01 -3.435840828712090733e+00 -1.916749721315931687e+00 -1.121127528566610909e+00 -5.756135576103129647e-01 -2.282085612428489674e-01 -6.494843847302392281e-02 -4.648875651451789444e-03 -4.421674004311404725e-05 3.756939999999999724e-01 4.596878908826799691e+07 +3.900000000000000000e+01 -3.715796627381570350e+00 -2.096901077436588157e+00 -1.259124539993629943e+00 -6.881428609969943988e-01 -3.123086460687324317e-01 -1.091062126197521881e-01 -9.869260821644682338e-03 -9.018148618731455205e-05 -8.237050000000000205e-01 -4.082059117197307292e+06 +4.000000000000000000e+01 -3.790344378728918162e+00 -2.203872185077961898e+00 -1.366975667524246152e+00 -7.841064903820130771e-01 -3.799730598996948761e-01 -1.381483149462505444e-01 -1.187929785542426488e-02 -8.800775792480188507e-05 -4.886639999999999873e-01 3.520118996618861705e+07 +4.100000000000000000e+01 -3.902038433960272279e+00 -2.260776415685958440e+00 -1.390099489554124768e+00 -7.713241537287456318e-01 -3.405163080416299670e-01 -1.062249863019863877e-01 -7.192738472466716527e-03 -4.303942059312891377e-05 1.896829999999999905e-01 2.827686806190958619e+07 +4.200000000000000000e+01 -3.498621188938491056e+00 -2.080646650666562625e+00 -1.312230022524674578e+00 -7.484175417987620760e-01 -3.367738842514229058e-01 -1.035165175405357435e-01 -6.140653213424389530e-03 -2.841189104883942867e-05 -7.816599999999999937e-02 -1.892918635126924142e+07 +4.300000000000000000e+01 -3.491567767832435720e+00 -2.100445695676744329e+00 -1.325256985479186023e+00 -7.559255946116172353e-01 -3.495456778548521326e-01 -1.177154616390262976e-01 -9.491334020527937565e-03 -8.507783402174817419e-05 -1.747920000000000029e-01 2.976961003276610002e+07 +4.400000000000000000e+01 -3.281943301409378844e+00 -1.447165886631520237e+00 -5.859823508734582909e-01 -1.066733280954781649e-01 7.938865499803372805e-02 7.573711323777158888e-02 1.388026539042620452e-02 2.607705088738785943e-04 2.686872000000000149e+00 3.997431394484099001e+07 +4.500000000000000000e+01 -2.987174586291366563e+00 -1.211936734494436729e+00 -4.171911809184634112e-01 -2.346843814130812719e-04 1.390701865038302121e-01 1.054854619304046448e-01 1.882278248637944684e-02 3.677499561808869155e-04 3.191751000000000005e+00 1.164898838785085455e+07 +4.600000000000000000e+01 -3.349941739051766287e+00 -1.503267010494820921e+00 -6.268241127240749000e-01 -1.306896858990041765e-01 6.916538383919750010e-02 7.246538714914305124e-02 1.348383001750148337e-02 2.497748005744023143e-04 2.619245999999999963e+00 3.799280916144338250e+07 +4.700000000000000000e+01 -2.986384314135690055e+00 -1.277566557342724396e+00 -5.200578550829665359e-01 -1.296308079805638946e-01 1.305522543971379158e-02 2.656638432615551423e-02 4.902842069946201746e-03 5.887232336560254575e-05 1.059960999999999931e+00 1.486737580520713329e+07 +4.800000000000000000e+01 -2.897882797457087545e+00 -1.324409782878319009e+00 -6.062850725535501306e-01 -1.963814697998006453e-01 -5.623788571087397214e-03 3.182710827133711229e-02 7.352457778669895666e-03 1.220081763473430069e-04 1.367413999999999907e+00 4.371512978925614618e+06 +4.900000000000000000e+01 -3.020102247722548761e+00 -1.399023692512366690e+00 -6.461630257116803833e-01 -2.166276730196670386e-01 -1.962703716583463764e-02 1.988265469515222705e-02 3.551064825042222518e-03 3.365193917492804705e-05 5.909569999999999546e-01 -6.730748121007533744e+06 +5.000000000000000000e+01 -3.523103438797133613e+00 -1.718653921764707659e+00 -8.426955805974978286e-01 -3.219290260394517822e-01 -7.083778214322196398e-02 -3.108411141682840533e-03 8.674678501571246245e-04 6.867543729510608843e-06 3.308559999999999834e-01 4.485135094372556196e+05 +5.100000000000000000e+01 -3.195613523654274868e+00 -1.558426410261379846e+00 -7.722667954611048824e-01 -3.148213062186769329e-01 -9.281342200990533309e-02 -1.758554991106559343e-02 2.971831933909494850e-04 3.085858587305247321e-05 2.547659999999999925e-01 -7.798625261256729253e+06 +5.200000000000000000e+01 -3.406196193733155742e+00 -1.756068273053117190e+00 -9.294151349026085196e-01 -4.122035762760524746e-01 -1.319255231870282985e-01 -2.801051370126837053e-02 -1.230272624165091710e-03 -9.219657780384837303e-06 3.034709999999999908e-01 1.241492561555925943e+07 +5.300000000000000000e+01 -3.266502798603133417e+00 -1.640725138465247923e+00 -8.687632142182899475e-01 -3.950795264769863535e-01 -1.287194009829969177e-01 -2.226569536766455359e-02 8.812954275530787002e-04 2.367648968416998816e-05 5.807710000000000372e-01 3.555169853396520950e+06 +5.400000000000000000e+01 -2.802460367795218232e+00 -1.432559571722236580e+00 -7.665058779110157650e-01 -3.571083204486901752e-01 -1.266055951038059513e-01 -2.930204608661632695e-02 -7.743971684808015950e-04 7.881308786487637436e-06 1.406439999999999912e-01 -9.361342259329438210e+06 +5.500000000000000000e+01 -2.695395866578860211e+00 -1.433033218893961402e+00 -7.899974577119017738e-01 -3.747835145071214402e-01 -1.363101067541923894e-01 -3.619833607879734821e-02 -2.285423590086510005e-03 -1.473737789253437909e-05 1.892199999999999993e-01 1.663266750956779718e+07 +5.600000000000000000e+01 -2.774113871938792109e+00 -1.503978820725665688e+00 -8.584780331229407979e-01 -4.332953322798373530e-01 -1.751913450534028638e-01 -5.388149907695762020e-02 -4.366741841906022700e-03 -5.301257062077837094e-05 -2.843180000000000152e-01 -6.293651607957657427e+06 +5.700000000000000000e+01 -3.217079481442853162e+00 -1.771336117499216822e+00 -1.033636015114247630e+00 -5.406887961081030536e-01 -2.263047463268669790e-01 -6.904906353815461195e-02 -5.110863800209599316e-03 -4.329701968265850021e-05 -1.631090000000000040e-01 2.545791090161150787e+06 +5.800000000000000000e+01 -2.964739291296864199e+00 -1.732300985853654440e+00 -1.028382984484301765e+00 -5.166068029546291296e-01 -1.843502783879861773e-01 -3.723718311435803008e-02 6.571184499165663977e-04 3.756003191166438446e-05 8.200319999999999832e-01 1.396092921834411100e+06 +5.900000000000000000e+01 -2.633466767299211586e+00 -1.456921619146431146e+00 -8.693963511568780778e-01 -4.711518527224499153e-01 -1.997368919159711598e-01 -5.442540997333793207e-02 -1.621821981917732089e-03 1.408204810484526014e-05 4.542700000000000071e-01 5.617596784535942599e+06 +6.000000000000000000e+01 -3.022127765090299789e+00 -1.754591683725544193e+00 -1.081652442133153036e+00 -6.040161837401256673e-01 -2.677239178591135360e-01 -8.066184219267052979e-02 -4.349685187516777983e-03 -1.564711706921550176e-05 3.808700000000000280e-02 -1.274843997572592832e+07 +6.100000000000000000e+01 -3.040291979863999572e+00 -1.764647260416682073e+00 -1.081117308952844969e+00 -6.015492207201279529e-01 -2.761912918718286702e-01 -9.434438856057070222e-02 -7.137917731174022069e-03 -4.101595511836680170e-05 -4.005199999999999871e-01 -2.425407257829489186e+06 +6.200000000000000000e+01 -2.594153222191902142e+00 -1.558305642779027611e+00 -1.005535231478079883e+00 -6.059418351121760304e-01 -3.075006654562615904e-01 -1.159113222556627104e-01 -1.083617424607566729e-02 -9.878493258353370724e-05 -9.105769999999999698e-01 4.821213027781807818e+06 +6.300000000000000000e+01 -2.604079467015635974e+00 -1.621357129859753554e+00 -1.072135790499060715e+00 -6.568188213760884908e-01 -3.347432611897864230e-01 -1.235197348634076570e-01 -1.018944481570033429e-02 -7.251483129313710050e-05 -9.580400000000000027e-01 -2.511581378347035870e+07 +6.400000000000000000e+01 -3.098541606205505339e+00 -1.927892412531640343e+00 -1.259560948621191834e+00 -7.539689910661393490e-01 -3.747337057541234029e-01 -1.367724288111745456e-01 -1.158875729974709855e-02 -9.118581369479104599e-05 -1.007914999999999894e+00 -2.343228786662298068e+07 +6.500000000000000000e+01 -2.716481686371848170e+00 -1.699247216322785192e+00 -1.125684986192751813e+00 -6.894085614874075896e-01 -3.511270371638767762e-01 -1.305029409617076697e-01 -1.132492496425364405e-02 -9.605862807590340039e-05 -1.115034999999999998e+00 -2.554108909732100740e+07 +6.600000000000000000e+01 -2.593426316299576317e+00 -1.686895393192233250e+00 -1.164483849631979595e+00 -7.478258492793237178e-01 -4.010964309154758101e-01 -1.578875596841880502e-01 -1.535120109318179223e-02 -1.404523569079221650e-04 -1.605860000000000065e+00 -1.515000826612649672e+07 +6.700000000000000000e+01 -2.567615675917245710e+00 -1.674876061308076425e+00 -1.163351972774051557e+00 -7.552303745361653720e-01 -4.124458604082335000e-01 -1.670087908396035714e-01 -1.744360420954211774e-02 -1.856721085526487564e-04 -1.941783000000000037e+00 -1.315271483971356228e+07 +6.800000000000000000e+01 -2.907790788264197346e+00 -1.155206446143646870e+00 -3.805723991343875623e-01 1.800657332482184098e-02 1.435461910322460566e-01 1.042093421335792275e-01 1.798793451164628840e-02 3.372189954565726639e-04 3.042619999999999880e+00 1.132690143257162720e+07 +6.900000000000000000e+01 -2.976222265574725245e+00 -1.202415398035659777e+00 -4.093116491299437221e-01 5.853762829607932899e-03 1.432051907963017567e-01 1.077505665834124354e-01 1.929396829183761819e-02 3.834154468635293214e-04 3.268380000000000063e+00 1.165153059481527656e+07 +7.000000000000000000e+01 -2.309083676327440049e+00 -8.628959696851269401e-01 -2.512898087763897892e-01 3.229290805963789396e-02 9.288816374909665552e-02 5.154527891665258016e-02 5.887774832718385698e-03 6.626145207702064267e-05 8.186059999999999448e-01 -6.183705044049342163e+06 +7.100000000000000000e+01 -2.441750048325596723e+00 -8.846141460100773735e-01 -2.570801486665830748e-01 7.312010597002373616e-03 4.873076487317739430e-02 1.803095487566580210e-02 4.703777416047341784e-04 -2.450763189645307482e-06 -1.774500000000000036e-02 -5.013459865423423238e+06 +7.200000000000000000e+01 -2.523374346477065266e+00 -1.054855327573432699e+00 -3.973885333562927058e-01 -5.142759960761861954e-02 7.224991150297942200e-02 6.165059030606733631e-02 9.991497473085213590e-03 1.293963026267407708e-04 1.672803999999999958e+00 -1.569614113625119440e+06 +7.300000000000000000e+01 -2.457141980220043820e+00 -9.372779426008226444e-01 -3.182624848244577365e-01 -4.496194333443898766e-02 1.837023834972174169e-02 5.280913356291281995e-03 -1.895736357033922688e-03 -5.487755631035331658e-05 -2.617769999999999819e-01 1.354205939527225494e+07 +7.400000000000000000e+01 -2.799917121557946142e+00 -1.213880012398745656e+00 -5.365860766779667612e-01 -2.014941921995426766e-01 -7.391510442230271594e-02 -3.287839178836288873e-02 -5.549086298616970510e-03 -9.492330719422741156e-05 -6.734710000000000418e-01 1.763737169016790390e+07 +7.500000000000000000e+01 -2.180787764942313967e+00 -9.396209424444450509e-01 -3.851078013278714796e-01 -9.478385375437370364e-02 1.531900404589048303e-02 2.612987311088176695e-02 5.547942087919293525e-03 9.054169287448567702e-05 1.126177999999999901e+00 1.011622174716047570e+07 +7.600000000000000000e+01 -2.720998901489157795e+00 -1.193264178691709754e+00 -5.475204222598135662e-01 -2.254746693078600872e-01 -9.265789091417668544e-02 -3.956538781856264175e-02 -5.337266540381625096e-03 -7.512876370255250813e-05 -1.003306000000000031e+00 -2.314661556875072047e+07 +7.700000000000000000e+01 -2.466050070983042630e+00 -1.093164446031932302e+00 -4.971815882105184992e-01 -1.919357964330062893e-01 -6.006429591751432512e-02 -1.296384261504151918e-02 1.481151877281185463e-04 1.528075202065912663e-05 3.115410000000000124e-01 9.520989169585147873e+06 +7.800000000000000000e+01 -2.393850511250334101e+00 -1.115163213092614347e+00 -5.637723000154116759e-01 -2.631575480987002336e-01 -1.087890991948173153e-01 -3.680794502940622215e-02 -3.161857988300269869e-03 -2.274475710314799809e-05 -3.123420000000000085e-01 -2.839308422040518373e+06 +7.900000000000000000e+01 -2.328153708592688442e+00 -1.066878477750345056e+00 -5.516438706439713568e-01 -2.927096297301908234e-01 -1.603536815979048624e-01 -7.374326783876765379e-02 -9.117102725664650090e-03 -1.319785499739193951e-04 -1.294310999999999989e+00 -5.940057193166275509e+06 +8.000000000000000000e+01 -2.367304739979634753e+00 -1.226385625535086898e+00 -6.739209220926511978e-01 -3.245775380948968114e-01 -1.131219301338993038e-01 -2.088734852265139441e-02 4.532592148459395603e-04 1.136113039826001868e-05 4.773270000000000013e-01 5.477486268893280998e+06 +8.100000000000000000e+01 -2.417158153098621920e+00 -1.245682367115174882e+00 -6.834944139997725099e-01 -3.456521453427227608e-01 -1.546406359868612856e-01 -5.536886312128284221e-02 -4.510840172451892512e-03 -2.488412463984185802e-05 -3.697399999999999992e-02 2.977594130335659161e+07 +8.200000000000000000e+01 -1.950585175246142278e+00 -1.074159394689011338e+00 -6.213624781066885427e-01 -3.173951577454183770e-01 -1.268428725550938829e-01 -3.638852221151248761e-02 -2.404978414421455810e-03 -1.586329960108517589e-05 1.568130000000000079e-01 1.992122332856329903e+07 +8.300000000000000000e+01 -2.354971046076761887e+00 -1.310113745116426198e+00 -7.305528206694669180e-01 -3.337324599470468112e-01 -1.003933048908703385e-01 -1.156025554927400494e-02 2.215752029426949678e-03 4.580665911511338779e-05 8.959979999999999611e-01 1.134105036758181266e+07 +8.400000000000000000e+01 -2.503729473134086891e+00 -1.394198976252247313e+00 -8.258123595552445684e-01 -4.479304773752860180e-01 -2.075175080379787762e-01 -7.621038791667562873e-02 -7.410504353461280259e-03 -7.343033825566311009e-05 -5.599830000000000085e-01 1.273031670803165995e+07 +8.500000000000000000e+01 -2.433012678235307202e+00 -1.415957229789406080e+00 -8.631768144556329903e-01 -4.670397944212659191e-01 -1.965585338036067997e-01 -5.725707488596061545e-02 -3.362037454764836043e-03 -1.597991738076455823e-05 -2.760599999999999860e-02 -6.406179455253818072e+06 +8.600000000000000000e+01 -1.851364624710701401e+00 -1.170723382214132080e+00 -7.799611962890738992e-01 -4.733702033087793248e-01 -2.311513475113382843e-01 -7.886591338177130484e-02 -5.377961426872866595e-03 -2.161695593030836139e-05 -2.186339999999999950e-01 -1.481215503774184617e+05 +8.700000000000000000e+01 -2.381516623997355531e+00 -1.429783374591155010e+00 -9.138415173427376637e-01 -5.388649360057448101e-01 -2.685728829145417329e-01 -1.040596529223815625e-01 -1.136898571909383641e-02 -1.559207420654059337e-04 -1.209284000000000026e+00 5.404740733315823600e+05 +8.800000000000000000e+01 -2.417795388707867588e+00 -1.490357544957444658e+00 -9.710755303972431474e-01 -5.805179286256763049e-01 -2.871815953846458269e-01 -1.038703153680136521e-01 -8.600217530701406710e-03 -6.383317645497928715e-05 -5.919349999999999890e-01 -1.043031275672715623e+06 +8.900000000000000000e+01 -2.200438803362835483e+00 -1.368914565601835331e+00 -9.011654860587556826e-01 -5.546520458616144289e-01 -2.909250942227333270e-01 -1.151053545924676097e-01 -1.198770778628002916e-02 -1.338604466868422414e-04 -1.395596999999999976e+00 -1.437431119482258521e+07 +9.000000000000000000e+01 -2.303445321576733651e+00 -1.457554938032393999e+00 -9.919334339057626071e-01 -6.332515965547087511e-01 -3.408621161062493354e-01 -1.369768425563371306e-01 -1.486503878067272667e-02 -2.016730065585828650e-04 -1.656849000000000016e+00 -6.824903112116833217e+06 +9.100000000000000000e+01 -1.927027170701890002e+00 -1.275749963176799007e+00 -9.155063156883956887e-01 -6.256752744148478262e-01 -3.618550006730174573e-01 -1.522249077815915896e-01 -1.669414040106640892e-02 -2.103166553853610499e-04 -2.071410000000000196e+00 -2.211551660941293836e+07 +9.200000000000000000e+01 -2.030659767339923150e+00 -6.426662080142145905e-01 -7.494673125014118809e-02 1.612079232143971974e-01 1.661871325699973978e-01 7.683433312777653013e-02 6.690325321747707041e-03 4.483349940030529842e-05 8.535310000000000397e-01 -4.842242248701136559e+06 +9.300000000000000000e+01 -1.617835037206518223e+00 -3.610872666290309008e-01 9.569000637565673595e-02 2.394897812500258460e-01 1.920976771098839297e-01 8.856868406964223117e-02 9.613317314140706199e-03 1.068448564652304649e-04 1.261192000000000091e+00 -2.507911403462979198e+07 +9.400000000000000000e+01 -1.666171455463228979e+00 -4.942387204200255901e-01 -3.263558139405445258e-02 1.439209325677652251e-01 1.360813503631033150e-01 6.331726014833471972e-02 5.864655918082795419e-03 3.496244879231016060e-05 8.179530000000000411e-01 -3.979829716088468675e+06 +9.500000000000000000e+01 -1.788051320816324008e+00 -5.819529412911469413e-01 -9.172054608655198782e-02 1.277729060351357193e-01 1.583100356507053941e-01 8.824449663067765459e-02 1.011920440727773901e-02 8.704640852368240476e-05 1.381326999999999972e+00 -1.367439809168646112e+07 +9.600000000000000000e+01 -1.885914434390320471e+00 -6.526153974662129986e-01 -1.893348052502182299e-01 -2.210816893648497213e-03 3.251705470929253106e-02 1.404534243607657995e-02 7.643215904205329287e-05 -1.196741970488819312e-05 5.640000000000000482e-04 8.798038838015098125e+06 +9.700000000000000000e+01 -2.093015033640144740e+00 -7.496589925374429475e-01 -2.174532390842681406e-01 7.048998598719951551e-04 3.427561876586193018e-02 1.353230659659774258e-02 1.186939738842275691e-03 2.147844584656376959e-05 3.265850000000000142e-01 1.190907878355967812e+07 +9.800000000000000000e+01 -1.692164307413279722e+00 -5.790955419579822960e-01 -1.510275716662209111e-01 1.846750582344011682e-02 4.054398490914781772e-02 1.868743700248259171e-02 1.888574754482281841e-03 1.859552999212870289e-05 3.668739999999999779e-01 3.995971477638037410e+06 +9.900000000000000000e+01 -1.825635936549188987e+00 -7.032810533257309871e-01 -2.094564988124708038e-01 3.890000975461752747e-02 1.049813506993262091e-01 6.692050031641602614e-02 1.006197748756789377e-02 1.701143436606231975e-04 1.525058999999999942e+00 -4.856466742881878279e+06 +1.000000000000000000e+02 -1.544070829395588706e+00 -6.091116132303812103e-01 -2.293976543968169468e-01 -5.529949836120507528e-02 -5.267903245485735034e-03 -4.243175944167568853e-03 -2.335870753823299662e-03 -4.658683265717419853e-05 -4.361579999999999901e-01 -2.332324793443062808e+06 +1.010000000000000000e+02 -1.559655834090739601e+00 -5.909861521610255686e-01 -2.058481253394585653e-01 -3.217994763176237893e-02 1.781697289473353069e-02 1.317488521221453143e-02 8.704560475479673287e-04 -4.462680024794111199e-06 1.303890000000000049e-01 1.072979545057819632e+05 +1.020000000000000000e+02 -1.664093604296502438e+00 -7.854691148734986861e-01 -3.546287377358016135e-01 -9.522866854921002711e-02 2.081001671310182474e-02 2.962528894304587018e-02 4.382043051251461804e-03 4.187014392363173768e-05 7.698859999999999593e-01 3.469464495249890722e+06 +1.030000000000000000e+02 -1.672056471868647920e+00 -6.871940029681870010e-01 -3.040730305022868452e-01 -1.396884198295712254e-01 -8.145237800494821434e-02 -4.259387568623332343e-02 -5.188579011096036003e-03 -4.656969329290352886e-05 -9.283850000000000158e-01 -2.529075512692136690e+07 +1.040000000000000000e+02 -1.452937202672086592e+00 -7.687438576552246827e-01 -4.032439760562918085e-01 -1.692584342479806769e-01 -4.716857378936466227e-02 -8.444877381586564369e-03 -8.038486332309149884e-04 -1.710582795390225934e-05 -1.396189999999999931e-01 -1.342776904088045843e+07 +1.050000000000000000e+02 -1.734150728592970703e+00 -8.847556293264002836e-01 -4.736645456173712576e-01 -2.207963164687038737e-01 -8.036067111394468165e-02 -2.140626939606031509e-02 -1.202296743637928413e-03 -5.637379769533374319e-06 4.837000000000000154e-03 -2.612028334182916675e+06 +1.060000000000000000e+02 -1.921918559413351435e+00 -1.012989668340342764e+00 -5.943788698158164463e-01 -3.335739927157137519e-01 -1.603199265184692690e-01 -5.687449947333694106e-02 -4.758924138297504838e-03 -3.962913708392161644e-05 -3.718380000000000019e-01 1.802384500975735253e+06 +1.070000000000000000e+02 -1.822710846059655942e+00 -9.567477206580793370e-01 -5.499400576345870872e-01 -3.016661666442778666e-01 -1.522975975854015396e-01 -6.671375062622753038e-02 -9.348294225821668704e-03 -1.449264186752995901e-04 -1.503711000000000020e+00 -2.057035413245781884e+07 +1.080000000000000000e+02 -1.498907416666980463e+00 -8.657325538300733037e-01 -5.285181862568679723e-01 -2.979181734535346626e-01 -1.447819535378555844e-01 -5.248813320714897090e-02 -3.730030089623971069e-03 -1.570895512400152224e-05 -3.093330000000000246e-01 -1.468479462060291506e+07 +1.090000000000000000e+02 -1.544041066367658033e+00 -9.317652681470275366e-01 -5.669905611229336673e-01 -2.949981221998098091e-01 -1.190707048537257839e-01 -3.753260373043235121e-02 -3.190535497436264040e-03 -2.499132514262199901e-05 -2.717029999999999723e-01 -2.696988791538505815e+06 +1.100000000000000000e+02 -1.146926509204142741e+00 -6.815995214224785936e-01 -4.650396291946695682e-01 -3.143056885735204808e-01 -1.804842915554310534e-01 -7.015463215379001694e-02 -5.267214335561622857e-03 -2.646354908995223831e-05 -2.732760000000000189e-01 7.119113219635915942e+06 +1.110000000000000000e+02 -1.369214841137184280e+00 -8.443661433675095918e-01 -5.525832219957286240e-01 -3.363634439130601672e-01 -1.687002933254613257e-01 -5.885197860053344165e-02 -4.142750382106747016e-03 -2.107984855742820398e-05 -2.655049999999999910e-01 -6.979947231280182488e+06 +1.120000000000000000e+02 -1.078440915054781346e+00 -8.025307323873619447e-01 -5.651143383839353218e-01 -3.391392495643681948e-01 -1.567304296499960337e-01 -5.247303852740162894e-02 -4.328017655561952788e-03 -3.349424242758949948e-05 -2.739860000000000073e-01 6.738410524177344516e+06 +1.130000000000000000e+02 -1.456435287363489373e+00 -9.450521928414455930e-01 -6.801391241669453303e-01 -4.667812862111743732e-01 -2.656905541420234718e-01 -1.047297650025435928e-01 -8.877601108541797667e-03 -6.711272605814117139e-05 -6.901260000000000172e-01 3.862834990088683553e+06 +1.140000000000000000e+02 -1.103044873264974246e+00 -8.729238442110498486e-01 -6.670379811086999400e-01 -4.504703115070939901e-01 -2.392352091097991185e-01 -8.902248802907748726e-02 -8.176279047949262455e-03 -8.101594791487863958e-05 -8.004289999999999461e-01 -1.467301697215025080e+06 +1.150000000000000000e+02 -1.480190396305579803e+00 -1.021610254858240641e+00 -7.471648863143465213e-01 -5.114322688374455250e-01 -2.863336052612031057e-01 -1.116218078612248310e-01 -1.049316610486773250e-02 -1.204302196387464102e-04 -1.043530000000000069e+00 -6.212976432150391862e+06 +1.160000000000000000e+02 -1.127180430232474162e+00 -9.427486542867435926e-01 -7.362834862371162581e-01 -4.999236196215859906e-01 -2.647463555439918403e-01 -9.751472965173033081e-02 -8.106299377021222372e-03 -6.793790927639530421e-05 -7.298200000000000243e-01 -1.693851658699342050e+06 +1.170000000000000000e+02 -9.909667867949549791e-01 -8.398343959152315685e-01 -6.811244543478441882e-01 -4.862672113497984450e-01 -2.663465693703657156e-01 -9.620026246333875097e-02 -7.513687081457300770e-03 -6.573171937750584535e-05 -4.072000000000000064e-01 1.342981939699220657e+07 +1.180000000000000000e+02 -1.580765080133283096e+00 -3.538255868355324463e-01 8.779599567621941547e-02 2.227325287577930635e-01 1.735944022090440131e-01 7.629754087429460596e-02 7.499355934824212047e-03 6.925583113128516016e-05 9.745329999999999826e-01 -1.803711337566797435e+07 +1.190000000000000000e+02 -1.581410247264615432e+00 -3.526771452467720169e-01 8.973863572809236133e-02 2.249695953333148146e-01 1.755385230137089525e-01 7.742822893817399854e-02 7.674785582000268232e-03 7.212647482538820298e-05 9.976150000000000295e-01 -1.868106938684922829e+07 +1.200000000000000000e+02 -1.354461951478825643e+00 -2.980679649263767161e-01 7.561013699053149850e-02 1.806029450707898887e-01 1.258444626026724578e-01 3.991014197200492414e-02 -4.755162696320683465e-04 -7.770343202141421904e-05 -3.167499999999999760e-01 3.021440986237376928e+06 +1.210000000000000000e+02 -1.467043240472823307e+00 -3.954111207593513644e-01 2.185384070588514485e-02 1.720917817949683959e-01 1.458427442979371436e-01 6.245070231737849531e-02 4.828811351210123178e-03 2.115607086724532199e-05 6.819060000000000121e-01 7.239774251101347618e+06 +1.220000000000000000e+02 -1.136239933891746157e+00 -2.730554228959334861e-01 3.877606552725216399e-02 1.515744268476839351e-01 1.419673582287732383e-01 7.518066078366121563e-02 8.385282519376289351e-03 6.424080790408554507e-05 1.314627999999999908e+00 6.897885277785606682e+06 +1.230000000000000000e+02 -1.002064756688837432e+00 -1.860721395344801798e-01 9.993641738923078610e-02 1.846835994145724358e-01 1.421696381004813603e-01 6.215627934412367578e-02 5.731424293695583198e-03 4.462195235916874541e-05 6.848680000000000323e-01 -7.941921090763703920e+06 +1.240000000000000000e+02 -1.386526703034270502e+00 -4.780579125885814351e-01 -1.122837032767817489e-01 5.219057334180195878e-02 8.521993969720546847e-02 5.158108201101593848e-02 7.103514095395942890e-03 8.150725690786874854e-05 1.104748999999999981e+00 -2.112490463519133162e+06 +1.250000000000000000e+02 -7.901611352276932676e-01 -1.712392079378743104e-01 8.585648688346349255e-02 1.758137880437282141e-01 1.357655334279733172e-01 5.652053519081637334e-02 4.750485296655585984e-03 3.133263069596544872e-05 9.415879999999999805e-01 3.626883155439797789e+07 +1.260000000000000000e+02 -8.165074005471684160e-01 -2.342132705370714441e-01 1.133507561383582593e-02 1.174513990715216061e-01 1.157025587491453400e-01 6.029916561029421973e-02 7.461115948065926047e-03 9.725313295822305695e-05 1.094500999999999946e+00 2.646149886303360108e+06 +1.270000000000000000e+02 -1.062279723767443507e+00 -3.955020301863712562e-01 -1.157298749512544467e-01 2.192898581940775846e-02 5.983008827383583944e-02 4.035769436787432080e-02 6.557447080563594093e-03 9.752946184651824452e-05 8.317919999999999758e-01 -2.525779141202981770e+07 +1.280000000000000000e+02 -9.820531481062259038e-01 -4.226902127803442988e-01 -1.666817383183615553e-01 -2.547857682812655969e-02 2.959257545471413384e-02 2.625684298959401683e-02 4.409505977562354177e-03 7.238565061389166564e-05 8.969549999999999468e-01 1.689238529466268793e+07 +1.290000000000000000e+02 -8.894841058374316489e-01 -3.380310335436624847e-01 -1.208520419399796847e-01 -2.587652008560921077e-02 -8.301786902186240880e-03 -1.454189687080906755e-02 -5.134335529516330376e-03 -1.099102150464227227e-04 -8.461170000000000080e-01 1.026153295021971688e+07 +1.300000000000000000e+02 -1.081431127364583578e+00 -4.809753380906021114e-01 -2.421709107764127289e-01 -1.262001914628583243e-01 -7.103745575299248716e-02 -3.419458956346330125e-02 -4.175090141309546754e-03 -4.032414174562748540e-05 -6.076570000000000027e-01 -8.869904411564489827e+06 +1.310000000000000000e+02 -8.432436933234123133e-01 -3.891421130062885370e-01 -1.981579026770162177e-01 -1.002279946776686997e-01 -5.239538050255925644e-02 -2.489874678433857264e-02 -3.790847211427385548e-03 -5.604326839411629719e-05 -4.301050000000000151e-01 9.059770846246317029e+06 +1.320000000000000000e+02 -4.982214702764723446e-01 -2.539520664424277929e-01 -1.724022812771418001e-01 -1.239054231926335348e-01 -7.237805922190863883e-02 -2.634293730643770884e-02 -1.754208474025220274e-03 -6.997323919571822580e-06 -1.937649999999999928e-01 -1.191086753694776259e+07 +1.330000000000000000e+02 -9.814384313589440412e-01 -5.277045876156201132e-01 -2.838186226162403569e-01 -1.258747898997934767e-01 -3.977484893698550461e-02 -9.295033854433622234e-03 -9.422775598388807025e-04 -1.130097607301897503e-05 -9.868999999999999301e-03 6.175004263103788719e+06 +1.340000000000000000e+02 -4.172483839423988261e-01 -3.143094910601800795e-01 -2.208767977960438555e-01 -1.347134898437931938e-01 -6.669465490411925768e-02 -2.306890940028309342e-02 -1.244039611790217830e-03 6.171083400977223618e-06 -3.478699999999999848e-02 -5.725194503108048812e+06 +1.350000000000000000e+02 -9.745185427513534115e-01 -6.003166248587972209e-01 -3.921721401498791115e-01 -2.319703713643330167e-01 -1.087661084306400378e-01 -3.644195897489243413e-02 -3.156290376174152989e-03 -3.277585542996764862e-05 -1.876420000000000032e-01 6.742326815950566903e+06 +1.360000000000000000e+02 -7.059783013799123541e-01 -5.767703916053585900e-01 -4.317266472794364929e-01 -2.611704266987910916e-01 -1.025387721095029625e-01 -1.854695992854787229e-02 1.515386794655159243e-03 5.988439779348203075e-05 3.608500000000000041e-01 -1.756905247721847892e+07 +1.370000000000000000e+02 -9.689433101750767330e-01 -7.079552956666046448e-01 -5.106894984855118169e-01 -3.259058887803121807e-01 -1.634476036302817958e-01 -5.567161514310373788e-02 -3.640332261947645028e-03 -1.575219030738276511e-05 -6.161699999999999816e-02 6.528138327925469726e+06 +1.380000000000000000e+02 -5.276059678066349345e-01 -4.476311871726808000e-01 -3.872258489521172020e-01 -3.159754144909302509e-01 -2.167674718153946578e-01 -1.069001124428538702e-01 -1.516651329201370614e-02 -2.910369839492574630e-04 -1.956893999999999911e+00 1.584973213622952253e+07 +1.390000000000000000e+02 -5.809545333619328122e-01 -4.692406197892314834e-01 -3.813635439285686934e-01 -2.922522901777651616e-01 -1.881440919955937041e-01 -8.287608838536851541e-02 -7.545950272232512628e-03 -4.722092973367548319e-05 -1.160500000000000087e+00 -3.826866245457536727e+07 +1.400000000000000000e+02 -8.858938376247261770e-01 -7.250055993369595164e-01 -5.808968812733034115e-01 -4.196830416085980398e-01 -2.425703070498789748e-01 -9.727403283685541469e-02 -9.072887356989876861e-03 -7.471151249056559324e-05 -6.402970000000000050e-01 2.984350784182408825e+07 +1.410000000000000000e+02 -8.995622702973293805e-01 -7.400851381248381156e-01 -5.946514545524920203e-01 -4.299824595538352390e-01 -2.480561540756763272e-01 -9.918150344220436065e-02 -9.316896798083560902e-03 -8.105113642463331611e-05 -6.664710000000000356e-01 2.994268336399170011e+07 +1.420000000000000000e+02 -9.253325966540177916e-01 -8.081821845806320681e-01 -6.573441440382092882e-01 -4.778949563100023945e-01 -2.801157744208375711e-01 -1.144228590056089873e-01 -1.075117063229642442e-02 -9.330314862750441218e-05 -1.253624000000000072e+00 -1.223330268420598470e+07 +1.430000000000000000e+02 -9.260357062523383309e-01 -7.981465895293989865e-01 -6.502953256180205033e-01 -4.749822432773526670e-01 -2.800823107414912028e-01 -1.173342345674518450e-01 -1.280167978152040031e-02 -1.663297960669992933e-04 -1.602560999999999902e+00 -8.391394995367091149e+06 +1.440000000000000000e+02 -8.575048899575332673e-01 -8.475938486907443892e-01 -7.312651371699927516e-01 -5.459501005890109449e-01 -3.167782513280909540e-01 -1.235676219651825336e-01 -1.019546288316048634e-02 -6.492869722202779205e-05 -7.076609999999999845e-01 2.306103835164685920e+07 +1.450000000000000000e+02 -8.226926742289284444e-01 -8.716768562499717099e-01 -7.789863162365933125e-01 -6.006813267878444718e-01 -3.633725998037283800e-01 -1.513943091047983414e-01 -1.502816350693826804e-02 -1.469103091928558222e-04 -1.478723000000000010e+00 2.634417824806869775e+07 +1.460000000000000000e+02 -7.738865550776268254e-01 -8.547935977444991451e-01 -7.785938956555322754e-01 -6.110021498746036617e-01 -3.785663265424867308e-01 -1.642724228183983226e-01 -1.880278044436974050e-02 -2.850504504990561535e-04 -2.107533999999999796e+00 2.863001458479578048e+07 +1.470000000000000000e+02 -7.805114420872499847e-01 -8.588777027343467152e-01 -7.810980466284647150e-01 -6.121439576645700820e-01 -3.786105607496782488e-01 -1.638063471898646428e-01 -1.853283055922336567e-02 -2.707339741137440386e-04 -2.055178999999999867e+00 2.906676272459139675e+07 +1.480000000000000000e+02 -6.368059903985537895e-01 2.758361563131132149e-02 1.944189361524248927e-01 1.962060600477222305e-01 1.299345593421855072e-01 6.054771774098354625e-02 7.107110851601750739e-03 6.673780405839978519e-05 1.184276000000000106e+00 8.251590911557026207e+06 +1.490000000000000000e+02 -6.332263557431564438e-01 3.124197929058027470e-02 1.980948739730403751e-01 1.996020197271526353e-01 1.325163239376699609e-01 6.193118649250244773e-02 7.306202879658206008e-03 6.945591532765459173e-05 1.211216999999999988e+00 7.759971642585428432e+06 +1.500000000000000000e+02 -6.136935913832860523e-01 -5.795881665495646734e-02 1.340352881747146063e-01 1.742042009203052799e-01 1.213973868153073316e-01 5.070460773026159995e-02 4.505473054391502009e-03 3.209067311600299210e-05 4.052229999999999999e-01 -1.378835586773736402e+07 +1.510000000000000000e+02 -3.457132209443433690e-01 7.859392351040295210e-02 2.018056954180530438e-01 2.076964131460236340e-01 1.425744730761914214e-01 6.190983171219182485e-02 5.283846456041357484e-03 2.644194411978139774e-05 6.175800000000000178e-01 4.286575822674995288e+05 +1.520000000000000000e+02 5.334861577544285083e-02 1.848752299271507749e-01 2.205606262783840477e-01 2.087113925104306100e-01 1.528661202938869645e-01 7.796900655342497988e-02 1.092922816033799552e-02 1.612081558668521997e-04 1.472973000000000088e+00 -1.382946188790116832e+07 +1.530000000000000000e+02 -5.585162132430581128e-01 -1.516912745042699184e-02 1.238098616599234147e-01 1.359403503755052534e-01 9.295286870288667347e-02 4.217130846750384576e-02 5.019314879224669179e-03 6.492468918908103897e-05 8.037579999999999725e-01 1.104419645331432484e+07 +1.540000000000000000e+02 8.787234351339281990e-02 1.808149230115878026e-01 1.849735273418949555e-01 1.434192147298005704e-01 7.534564711732456843e-02 2.220905875209860936e-02 3.556407711298072562e-04 -1.954527350044185462e-05 -1.349090000000000011e-01 1.608371961878564442e+06 +1.550000000000000000e+02 3.356336664517657609e-02 1.436619534398038966e-01 1.576043878211259019e-01 1.271175534133514029e-01 7.212876928776527918e-02 2.561015253089733018e-02 1.642246557276184817e-03 5.981512726263928723e-06 1.741459999999999952e-01 7.933628925253412686e+06 +1.560000000000000000e+02 -4.827032212138733236e-01 -1.871321320550610179e-01 -6.555518220528133710e-02 -1.305010910571655081e-02 1.028587154566246165e-03 1.614314158287999401e-03 -4.176904019833086942e-05 -6.253204946231446306e-06 2.244600000000000067e-02 2.646825422461092821e+05 +1.570000000000000000e+02 -5.162203757476380855e-02 3.431204796941228485e-02 5.142619894842290207e-02 5.274606016714190881e-02 3.643055008527593813e-02 9.820490408924036421e-03 -1.031648495690454855e-03 -3.109005149643128047e-05 -5.078420000000000156e-01 -9.264020615029467270e+06 +1.580000000000000000e+02 3.687830285945023490e-02 5.994945982622775643e-02 5.897118960019824552e-02 3.990532950470213058e-02 1.706267836872182517e-02 6.053444053491713502e-03 1.020146010141773909e-03 1.266333782996361629e-05 2.662470000000000114e-01 8.322292581936147064e+06 +1.590000000000000000e+02 1.566775814328495442e-01 5.116941228231784017e-02 1.332099502329923101e-02 -2.127161809981194914e-06 1.080388591056496116e-02 2.287808943265259506e-02 8.807056736535449556e-03 2.764766287386721832e-04 1.548832999999999904e+00 -9.092208046842481941e+06 +1.600000000000000000e+02 -3.253082292393949353e-03 -3.002820716852317579e-02 -4.123270362623556590e-02 -4.655146560068101902e-02 -4.434014745203615493e-02 -2.921836343527615260e-02 -4.539090773436746905e-03 -4.330559537309431044e-05 -7.762529999999999708e-01 -2.329854693610183429e+06 +1.610000000000000000e+02 2.815124692855800470e-01 1.293882075803493847e-01 2.229703205918839859e-02 -5.932825552726386786e-02 -8.942150322386338557e-02 -5.961093809827668760e-02 -8.589022887548331681e-03 -9.879373627926977229e-05 -1.502559999999999896e+00 -1.682460910918491334e+07 +1.620000000000000000e+02 3.471514131397284708e-01 5.940819821792329286e-02 -4.456923834231260595e-02 -8.089752591944224247e-02 -7.548032792059464202e-02 -4.698690447816154109e-02 -7.960539454302873949e-03 -1.106979627752518845e-04 -1.400975000000000081e+00 -7.962676263162218034e+06 +1.630000000000000000e+02 -1.635897726886652026e-01 -2.101376159170427471e-01 -2.073556255009045557e-01 -1.800121239168195886e-01 -1.287604008206954254e-01 -6.487044978455105970e-02 -8.884018601341827498e-03 -1.468517524758442287e-04 -1.097256000000000009e+00 1.222149469195213169e+07 +1.640000000000000000e+02 3.536834492147847842e-01 1.963798567665503425e-02 -1.067518712180225010e-01 -1.420646520020090731e-01 -1.018657350103114589e-01 -3.947854399860193514e-02 -2.773815396685561357e-03 -1.997776289617623330e-05 -4.430930000000000146e-01 -2.565464643709228560e+07 +1.650000000000000000e+02 9.804351860596624557e-03 -2.073060199062533304e-01 -2.456012435756367296e-01 -2.075553287356636800e-01 -1.253282114526781399e-01 -5.039143421415452628e-02 -5.036475945535626685e-03 -5.189452159254183731e-05 -6.844289999999999541e-01 -8.512246938535630703e+06 +1.660000000000000000e+02 4.796147913025520793e-01 -6.188476711210857267e-02 -2.036806954124096847e-01 -2.001793802626557761e-01 -1.271448358892382502e-01 -5.160655716462585890e-02 -4.372571745599404709e-03 -3.049457212902627351e-05 -4.870459999999999789e-01 -1.608010541017193347e+06 +1.670000000000000000e+02 4.163808670142225554e-01 -3.805629808852066531e-02 -1.889856549365563909e-01 -2.105432334659624038e-01 -1.470780147152478401e-01 -6.789644276573199300e-02 -9.110790510333144354e-03 -1.370139805001627622e-04 -1.494343999999999895e+00 -1.577217240334266424e+07 +1.680000000000000000e+02 4.348302067879681876e-01 -1.163293880189379681e-01 -2.605203488139225532e-01 -2.572323853417561867e-01 -1.755401458991003028e-01 -7.937958699079739056e-02 -8.402093121306573528e-03 -8.661314706963936375e-05 -1.122422999999999949e+00 -2.998467187836500350e+06 +1.690000000000000000e+02 4.605379364612737225e-01 -9.170105312079623872e-02 -2.398791946921881857e-01 -2.440170411473078227e-01 -1.708475131783431245e-01 -7.948636854744715874e-02 -8.894067211151551397e-03 -1.026510561640673784e-04 -1.218647000000000036e+00 -3.084214887379988562e+06 +1.700000000000000000e+02 2.806323541954803824e-01 4.841246383886798066e-01 4.688562735094123357e-01 3.652745993960566095e-01 2.209390103438076958e-01 9.546630244117763897e-02 1.119772112434888438e-02 1.534357270744006831e-04 1.483659999999999979e+00 -2.600152049127003178e+06 +1.710000000000000000e+02 2.962099479353838549e-01 4.887320755585879417e-01 4.681709827554725867e-01 3.625613483618387867e-01 2.188008574294918740e-01 9.479512184201040192e-02 1.129255733467254309e-02 1.555966867644425480e-04 1.506021000000000054e+00 -2.430223230926965829e+06 +1.720000000000000000e+02 3.936851986265201830e-01 5.451223431349211390e-01 4.719478577117789397e-01 3.274667753403850967e-01 1.707370357938869099e-01 6.056215961794202823e-02 4.605761623282971992e-03 3.102644784507650970e-06 6.203060000000000240e-01 1.908803463772991672e+07 +1.730000000000000000e+02 6.490496321125400758e-01 6.230854308824081977e-01 5.321007477400605534e-01 4.005370394985716676e-01 2.448123880690064036e-01 1.089567219694724254e-01 1.354146195720138009e-02 2.129009492839720110e-04 1.788203999999999905e+00 -3.014321200276943855e+06 +1.740000000000000000e+02 4.832929404471693058e-01 4.667631694459128955e-01 3.995089122626974132e-01 3.104457286944600214e-01 2.004544001618741300e-01 9.029270676648018523e-02 9.501365630035406989e-03 8.836340894896519392e-05 1.118894000000000055e+00 -3.209349086701918859e+06 +1.750000000000000000e+02 3.317893353678305068e-01 3.352625820751074515e-01 3.012286944357530083e-01 2.414415855719879711e-01 1.551878329831688219e-01 6.850289014197910586e-02 7.123374981509497834e-03 6.530097097444780550e-05 9.077849999999999531e-01 4.481753565695705824e+06 +1.760000000000000000e+02 8.174258984366182812e-01 5.430979461128645491e-01 3.903533133217148565e-01 2.738948941773814982e-01 1.687783096778362746e-01 7.528203048592170543e-02 7.907910275407385031e-03 6.967505756077438373e-05 7.403030000000000443e-01 -1.933586808603737503e+07 +1.770000000000000000e+02 8.373917905297106890e-01 5.461093826815097696e-01 3.972849449112111353e-01 2.842562461932471862e-01 1.815137012401395467e-01 8.768175297299467263e-02 1.135747167260928170e-02 1.433290740751043499e-04 1.545191999999999899e+00 -1.759948767858716426e+06 +1.780000000000000000e+02 5.037502902407902106e-01 3.438400667823562351e-01 2.211981138692475368e-01 1.199857229629942706e-01 5.260636091821388471e-02 1.954579810853166247e-02 1.850560252688801749e-03 2.385792895169117590e-06 2.660879999999999912e-01 3.427435513603149448e+06 +1.790000000000000000e+02 2.510560927901636097e-01 1.674037509725730399e-01 1.270213906713553997e-01 9.665477589918886059e-02 6.733988871371411611e-02 3.608580175065912582e-02 5.099306998894235186e-03 5.924021626216972744e-05 8.831320000000000281e-01 1.041524828530548885e+07 +1.800000000000000000e+02 9.282189639199441844e-01 4.749013440516071660e-01 2.595166147862033035e-01 1.263126627119983414e-01 5.013887435830804984e-02 1.458069561900108765e-02 2.541128298149229617e-04 -1.714172668544569503e-05 -3.711600000000000316e-02 6.384877304239559919e+06 +1.810000000000000000e+02 5.092129779021040692e-01 3.362628109084296324e-01 1.994206632792118461e-01 7.627201341681161262e-02 -5.039987169439762681e-03 -2.173160112078464240e-02 -4.300330032703364967e-03 -5.472921877478498096e-05 -9.320559999999999956e-01 -1.607408099253697880e+07 +1.820000000000000000e+02 4.653969117702592695e-01 1.494828516933543738e-01 4.093228411727337784e-02 2.222883248990312893e-03 -3.152768395024721504e-03 3.176110573061643766e-05 5.203216709876324481e-04 9.119703856462578795e-06 8.460700000000000165e-02 -2.699057457748176996e+06 +1.830000000000000000e+02 8.664961905772174955e-01 3.924253372758172431e-01 1.962036698357940701e-01 9.300138404834557004e-02 3.320033131060168285e-02 3.230661535737359980e-03 -1.702656121334732500e-03 -4.692346343600332936e-05 -3.321189999999999976e-01 1.021184913433726877e+07 +1.840000000000000000e+02 1.003654123166775491e+00 4.231154609975212311e-01 1.476796822280018184e-01 2.209297345309830032e-03 -3.900319025332681100e-02 -2.394558851346196074e-02 -2.855443981916634850e-03 -3.051347719256255144e-05 -4.321539999999999826e-01 -1.808397509947787621e+05 +1.850000000000000000e+02 1.043185868391999671e+00 3.935886702812819160e-01 1.363470783015865440e-01 2.276476650444891545e-02 -4.997956635343974927e-03 -2.205653953646592377e-04 1.166954552921462300e-03 1.754259841940502475e-05 4.138180000000000192e-01 1.653712410583459400e+07 +1.860000000000000000e+02 9.400012624178752940e-01 3.516879577976308457e-01 8.393668940113796495e-02 -4.621556801714367391e-02 -7.285254786617098577e-02 -4.336562435037678159e-02 -5.593763779893044970e-03 -5.452755470712996244e-05 -8.878759999999999986e-01 -2.822183527714196127e+06 +1.870000000000000000e+02 1.044223736235429190e+00 3.442292541705044839e-01 7.418099943794995155e-02 -4.155049913297509390e-02 -6.363424049481937461e-02 -4.056225025546035534e-02 -6.335700853864369500e-03 -8.949327207275284152e-05 -7.956670000000000131e-01 2.566603281905717030e+07 +1.880000000000000000e+02 8.759257347601209220e-01 1.953491283344476470e-01 -2.210240955423414463e-02 -9.062906332367164086e-02 -9.018147456370008419e-02 -5.625861978372749539e-02 -8.875753562275818034e-03 -1.272775969453186372e-04 -1.238687000000000094e+00 1.871935145334882289e+07 +1.890000000000000000e+02 8.015867988356571994e-01 1.703524428497361909e-01 -4.946176139699275109e-02 -1.217726326030942469e-01 -1.025207614724261002e-01 -4.891050027541913453e-02 -5.392004369782321671e-03 -6.314267772367303884e-05 -8.382579999999999476e-01 -1.245928713634745404e+07 +1.900000000000000000e+02 6.546647719942284560e-01 -1.843630875043265546e-02 -1.927687874382523481e-01 -1.857625109183304590e-01 -1.028615132779296809e-01 -3.670665818161455290e-02 -3.478608564572889961e-03 -3.383898787185262894e-05 -6.979109999999999481e-01 -1.906900935859828070e+07 +1.910000000000000000e+02 1.223745423067944538e+00 3.289047688013546633e-01 -2.499917119324152406e-02 -1.717739472899753039e-01 -1.753262675410021398e-01 -1.014446066289587667e-01 -1.535794834583973333e-02 -2.625786113644828211e-04 -2.210409999999999986e+00 1.822298042089414224e+07 +1.920000000000000000e+02 1.286999713685877733e+00 2.409845679053840839e-01 -1.151941210440917684e-01 -2.135482725168385276e-01 -1.578512990640436320e-01 -6.368505173876419512e-02 -4.845581547330213117e-03 -3.348482365512948586e-05 -4.961479999999999779e-01 5.736327416655874811e+06 +1.930000000000000000e+02 9.164338239672764619e-01 3.381434350893817997e-02 -2.431601888281185730e-01 -2.915905269880082473e-01 -2.052592507058839943e-01 -8.753618727337354744e-02 -7.447185577243825919e-03 -4.298478635206753407e-05 -9.037899999999999823e-01 2.621451309160630219e+06 +1.940000000000000000e+02 1.109539503533961691e+00 1.226001153613568012e-01 -2.107314736450911219e-01 -2.945705065783878474e-01 -2.215912908648458857e-01 -9.913285779097848194e-02 -9.235264621003946156e-03 -6.651921148177418182e-05 -1.154128999999999960e+00 7.097947901482827030e+06 +1.950000000000000000e+02 6.206729074909026478e-01 -1.345833037791637765e-01 -3.510754365912091557e-01 -3.557734029394966635e-01 -2.366508731988355430e-01 -1.020413309275825797e-01 -1.055521595605599626e-02 -1.103713500444854537e-04 -1.541285000000000016e+00 -5.162329884750183672e+06 +1.960000000000000000e+02 1.168214793623255643e+00 9.490701896685688199e-01 7.496009704578476818e-01 5.258954277230923902e-01 2.898533252486732437e-01 1.117218025717286872e-01 1.083426822076574182e-02 1.169592089607846865e-04 1.211586000000000052e+00 5.380570105135818012e+06 +1.970000000000000000e+02 7.452380317821857281e-01 7.229083186050618837e-01 6.008495261538939758e-01 4.401049448325705660e-01 2.611292726681010423e-01 1.080715783418432774e-01 1.026065311950767958e-02 9.583942701176064230e-05 1.182150000000000034e+00 3.173069963719179854e+06 +1.980000000000000000e+02 8.851621736004284813e-01 6.984878548053473635e-01 5.586865613476591497e-01 4.077741617623271697e-01 2.380636573133295686e-01 9.738695713452431846e-02 1.004750219484903256e-02 1.049990145812127449e-04 1.208687999999999985e+00 4.520057587249855511e+06 +1.990000000000000000e+02 1.030547764516376086e+00 8.428036557039635390e-01 6.492555761491726196e-01 4.351625690926739787e-01 2.250500565080562343e-01 7.817286318627338082e-02 5.230509687036665779e-03 2.124944807258784859e-05 3.006849999999999801e-01 7.547362236726004630e+05 +2.000000000000000000e+02 1.404094715274227356e+00 9.244909771279394839e-01 6.440925878441570163e-01 4.193767058680495374e-01 2.276785190524658609e-01 9.001388021009493201e-02 9.090462230517388706e-03 9.314067763463679088e-05 8.927169999999999828e-01 -7.044186397299461998e+06 +2.010000000000000000e+02 8.910481702156525241e-01 6.525455069850812917e-01 4.875505966768831079e-01 3.257582762751972116e-01 1.689921114344277719e-01 5.902229996475247265e-02 4.075657601096988915e-03 1.828413372892618685e-05 1.422920000000000018e-01 -1.063480748097317852e+07 +2.020000000000000000e+02 1.356913654562561078e+00 8.123128615234941341e-01 5.348689013060797803e-01 3.418899356977385118e-01 1.882534911626859986e-01 7.464650878102969955e-02 6.911458006802905125e-03 5.415700286943774341e-05 6.510070000000000023e-01 -1.930080805437156931e+06 +2.030000000000000000e+02 1.569704204862439889e+00 9.698697602976377174e-01 6.474728639459012003e-01 4.022783421737901044e-01 2.037769680136937434e-01 7.245755621503047195e-02 5.491013565610187476e-03 3.025646563727992034e-05 4.782259999999999844e-01 1.165414745715263113e+07 +2.040000000000000000e+02 1.091496711339142500e+00 6.710135745148589903e-01 4.314195945811859501e-01 2.559641358638540809e-01 1.288298888891147576e-01 4.830580206625689765e-02 4.030645906866137107e-03 2.451138196913770531e-05 3.768090000000000050e-01 3.134882597628494259e+06 +2.050000000000000000e+02 1.377877956616304633e+00 7.441943195102836972e-01 4.676492433514466418e-01 2.933042315731518301e-01 1.597337598288802729e-01 6.146617514542712657e-02 5.198503112683196259e-03 4.104093620907719509e-05 2.733849999999999891e-01 -1.463698002920083888e+07 +2.060000000000000000e+02 1.243598629726070381e+00 6.033767412724906354e-01 3.593212919934197780e-01 2.304741801376644084e-01 1.339759692614379549e-01 5.274706863806346430e-02 3.910442321810482860e-03 1.673619929491169305e-05 6.842179999999999929e-01 4.284432524464453757e+07 +2.070000000000000000e+02 1.539452925425213170e+00 8.346727275445799954e-01 4.666360067276279500e-01 2.264747733730848867e-01 8.385119276932351262e-02 2.036743938420782982e-02 5.251584271168934642e-04 -4.762217231177214801e-06 -8.028100000000000513e-02 1.041821279780615307e+07 +2.080000000000000000e+02 1.631019653949086434e+00 7.484966544412033906e-01 3.903011897289887511e-01 2.091689607383647176e-01 1.126130816757657110e-01 4.888035311481128686e-02 5.136320575448198415e-03 4.287581425610711874e-05 8.481440000000000090e-01 2.505402496338657290e+07 +2.090000000000000000e+02 1.376910850445295376e+00 6.111786726521872826e-01 3.128943638821258810e-01 1.744921711737730252e-01 1.016625508847236042e-01 4.334643173108215786e-02 3.594391930076058003e-03 1.829532038195606908e-05 2.186329999999999940e-01 -5.541580855786269531e+06 +2.100000000000000000e+02 1.743133224940000447e+00 7.566444135183987285e-01 3.450025795012486296e-01 1.379433078918078370e-01 4.869691054077449760e-02 1.608235794217801815e-02 1.466151823890954982e-03 8.402636393067788905e-06 1.853049999999999975e-01 3.711516615239039063e+06 +2.110000000000000000e+02 1.447106558787233155e+00 6.064810295091801473e-01 2.833746280192454559e-01 1.392210071056682041e-01 8.095560290469576425e-02 4.418789241736901380e-02 6.957619168352152488e-03 9.481808116026019294e-05 1.049036000000000080e+00 -1.235614301456207177e+06 +2.120000000000000000e+02 1.789866984268351224e+00 7.921264541487589295e-01 3.342355891175847193e-01 8.325779168261993046e-02 -1.451745126587559130e-02 -2.079252368243121596e-02 -3.580045690375707138e-03 -6.082422389155205274e-05 -6.834780000000000300e-01 -6.321403709225350991e+06 +2.130000000000000000e+02 1.753578206634541559e+00 6.797282707892343678e-01 2.477095954183042015e-01 4.957352593562284332e-02 -1.013551680552365192e-02 -1.072481734571206595e-02 -1.066835500379837961e-03 -7.398067307969729312e-07 -2.699860000000000038e-01 -5.156315782179264352e+06 +2.140000000000000000e+02 1.813902994146548320e+00 7.269471930656593583e-01 2.388013850197530097e-01 -5.697054918258160489e-03 -7.069526362105070516e-02 -4.259769999916150629e-02 -4.589238267286572040e-03 -3.313064644541248883e-05 -8.579679999999999529e-01 -1.613256458514156006e+07 +2.150000000000000000e+02 1.309924825554403593e+00 4.035575345503366607e-01 5.023997536314651208e-02 -8.768837797611120366e-02 -9.492096606446299989e-02 -5.439943575070815829e-02 -9.209531670939586842e-03 -1.706168342686534896e-04 -1.374705000000000066e+00 1.516929858831381984e+07 +2.160000000000000000e+02 1.782941360532948050e+00 5.781437386093856157e-01 1.171339914677178018e-01 -5.787425596773441983e-02 -6.583168314948020794e-02 -2.695035663830753353e-02 -1.905342709254596216e-03 -5.299455892388325135e-06 -1.313179999999999903e-01 1.470595671721431985e+07 +2.170000000000000000e+02 1.253719105949419932e+00 3.369061655673071254e-01 4.828318798022597502e-03 -1.151335304248641139e-01 -1.029819288889676360e-01 -4.292214464526464962e-02 -2.419950839617464235e-03 6.647840646710398026e-07 -2.443710000000000049e-01 -9.476535839460650459e+06 +2.180000000000000000e+02 1.810722618926351224e+00 5.619062725993503316e-01 6.133891885138208211e-02 -1.344416898006379202e-01 -1.333537179013017937e-01 -6.276074681196559812e-02 -6.047065376687977591e-03 -4.463360777070712502e-05 -1.068198999999999899e+00 -1.615144617486345209e+07 +2.190000000000000000e+02 1.821611970830181004e+00 5.606636584684290270e-01 6.897186266178802205e-02 -1.146233425355736441e-01 -1.092803870560930257e-01 -4.704056147273306954e-02 -3.864272720078477941e-03 -2.497517265384120957e-05 -6.377680000000000016e-01 -8.763657505438426509e+06 +2.200000000000000000e+02 1.540875633231562958e+00 3.262774501952023787e-01 -1.037815299030819122e-01 -2.358323813080050457e-01 -1.820759464379769210e-01 -7.506999933578721584e-02 -5.919818175771768970e-03 -4.181071705606619076e-05 -7.858899999999999775e-01 -5.112115804901717231e+06 +2.210000000000000000e+02 1.506999999608127361e+00 2.949980307677556035e-01 -1.451855275392055222e-01 -2.874586007331297322e-01 -2.317536785213157591e-01 -1.061193724954756779e-01 -1.085033806133409683e-02 -1.104860960604880812e-04 -1.578569000000000111e+00 -1.725370436445066938e+06 +2.220000000000000000e+02 2.115542757106712468e+00 1.480000565298016157e+00 1.055156990302549724e+00 6.801191252247220653e-01 3.591085860211223890e-01 1.403284974923917905e-01 1.401894750233808641e-02 1.445255840589508643e-04 1.639018000000000086e+00 1.637182306587738171e+07 +2.230000000000000000e+02 2.035469708578896419e+00 1.440264148039808401e+00 1.043663758107031159e+00 6.874228912173395711e-01 3.744476039597567363e-01 1.544610427873944758e-01 1.848444727626378029e-02 3.095276537198137748e-04 2.255902999999999992e+00 4.196877724938780884e+05 +2.240000000000000000e+02 1.948677723926493854e+00 1.300607802943935187e+00 9.073525454288056125e-01 5.827160091170838774e-01 3.103798632350148745e-01 1.216963240246755895e-01 1.196930358426276375e-02 1.172709656319048882e-04 8.814030000000000475e-01 -3.410131565100558102e+07 +2.250000000000000000e+02 2.025528333200524944e+00 1.343355143976367350e+00 9.383867228457735132e-01 6.030898391636764222e-01 3.192997948295944188e-01 1.238480942592002088e-01 1.251317624081331979e-02 1.522912111874563938e-04 9.626019999999999577e-01 -2.908119097868442535e+07 +2.260000000000000000e+02 1.915991862674045976e+00 1.280952623662407142e+00 8.847374328050734427e-01 5.546427830308656715e-01 2.809969086625028201e-01 1.015126380156796126e-01 8.574586490951902756e-03 6.807388087389540203e-05 5.308859999999999690e-01 -1.309669939291260205e+07 +2.270000000000000000e+02 1.915348347637232829e+00 1.277879140673268132e+00 8.797719436382348546e-01 5.494412550926458527e-01 2.777337692585746809e-01 1.004750900915502010e-01 8.532500746065870695e-03 6.834555192625166059e-05 5.413839999999999764e-01 -1.267757843116122484e+07 +2.280000000000000000e+02 1.831278200380566767e+00 1.138009912586877004e+00 7.449138609388551435e-01 4.458441106622523797e-01 2.192414948961646792e-01 7.979872847329003149e-02 7.200239591182990354e-03 5.964409468694092568e-05 4.408420000000000116e-01 -2.016611626108079776e+07 +2.290000000000000000e+02 1.817097985115599279e+00 1.182478932896690704e+00 7.861725506206677094e-01 4.513408017351908663e-01 1.898638058226538861e-01 5.034611945769291302e-02 1.892680471490039819e-03 8.537225116281563520e-07 -3.102420000000000178e-01 -2.089643628604721278e+06 +2.300000000000000000e+02 2.122290229166082121e+00 1.221498357858519235e+00 7.563402196639256170e-01 4.365493987710394874e-01 2.151442846514283191e-01 8.284252451785382998e-02 9.648726230032910953e-03 1.564296308561813429e-04 1.016875999999999891e+00 -5.241549158828338608e+06 +2.310000000000000000e+02 1.858024412040412576e+00 1.029562403809112459e+00 6.219503049783688953e-01 3.491319172401032289e-01 1.603824757266021639e-01 5.241277089851779231e-02 4.038128359884604092e-03 3.482112361373004860e-05 1.841810000000000114e-01 -2.996945380074801389e+06 +2.320000000000000000e+02 1.761523394411286025e+00 9.915010836709051700e-01 5.663847788307182496e-01 2.670136150828730237e-01 8.210533326729275994e-02 9.694867480425766251e-03 -1.525365966246674783e-03 -3.018308707159895999e-05 -3.748049999999999993e-01 1.924061921060433984e+07 +2.330000000000000000e+02 2.405270793023867704e+00 1.324394268242519601e+00 7.534512907513960522e-01 3.686075655826198672e-01 1.346374495647620628e-01 3.268748556563900315e-02 1.272576354551066330e-03 4.067697678777431697e-06 -2.067529999999999923e-01 1.286603969737055013e+06 +2.340000000000000000e+02 2.303386213797451010e+00 1.154592117044099364e+00 6.322017911725386075e-01 3.145202681064437900e-01 1.206162015532608184e-01 2.699284991854594695e-02 -4.779800852560198827e-04 -2.888519749930979928e-05 -2.832529999999999770e-01 1.862936786637847498e+07 +2.350000000000000000e+02 1.922574252822674801e+00 9.640324086630929212e-01 5.031266036448733825e-01 2.322253991185756761e-01 9.181254601091175249e-02 2.890801300599903784e-02 1.770312534583143175e-03 5.468074047711393945e-06 -2.237899999999999889e-01 -2.262629257386570051e+07 +2.360000000000000000e+02 2.126434059930507381e+00 9.429963956603970576e-01 4.568248851978211067e-01 2.190414616982810092e-01 1.045809278250282720e-01 3.864596871006541201e-02 2.905337773793846730e-03 1.752412162826804502e-05 3.523769999999999958e-01 1.795015322396086156e+07 +2.370000000000000000e+02 1.952765653162301884e+00 8.269068043214227171e-01 3.918253771334221369e-01 1.924662386325064478e-01 1.071074319183531881e-01 5.544765841596572403e-02 8.260862286998911508e-03 1.031895435249163628e-04 1.447491000000000083e+00 1.933100366163472086e+07 +2.380000000000000000e+02 2.499139558059441324e+00 1.132669558449714842e+00 5.381382366002201989e-01 2.269848314557579849e-01 8.684667095292367134e-02 3.131862439419981492e-02 3.746023793749562406e-03 4.803305187225260641e-05 3.418669999999999765e-01 -1.085931925094563700e+07 +2.390000000000000000e+02 2.091570256693888297e+00 9.190638904182044655e-01 3.791114979251721251e-01 8.780960933206539976e-02 -2.587590407687677049e-02 -3.239327613684027385e-02 -5.454630565299652817e-03 -7.948087564901962069e-05 -1.020286000000000026e+00 -5.045186702786521986e+06 +2.400000000000000000e+02 2.275666536197469281e+00 9.267047297143596873e-01 3.671778230764121131e-01 1.069481762147241471e-01 2.859831632075432450e-02 1.865963318444517627e-02 5.803443689309268662e-03 1.557499840115142008e-04 8.920470000000000343e-01 -7.707243167308050208e+06 +2.410000000000000000e+02 2.532765488016532451e+00 1.069960530776736363e+00 4.490091548138484545e-01 1.356395113189871326e-01 1.367609872138135854e-02 -9.881935212122805109e-03 -2.205883609952513473e-03 -1.817501883199754717e-05 -4.878480000000000039e-01 -1.876507149373754626e+06 +2.420000000000000000e+02 2.608249028614234355e+00 1.058454698549569306e+00 3.843979658068270022e-01 5.086714401771672001e-02 -4.670660559282193564e-02 -3.031051783348838805e-02 -2.848937752807925976e-03 -2.054307111841739870e-05 -4.873560000000000114e-01 -6.136789878709603101e+06 +2.430000000000000000e+02 2.369606131410797456e+00 9.467744571729110881e-01 3.343083397719966432e-01 3.878095691299784931e-02 -4.715735238521014810e-02 -3.662670217182285165e-02 -6.500544194192669351e-03 -1.158807108228545923e-04 -1.342802000000000051e+00 -2.052728304711808637e+07 +2.440000000000000000e+02 2.400004719406625853e+00 8.675989152685104067e-01 2.474546828866336368e-01 -2.509311116925723104e-02 -7.655570499192486389e-02 -3.827985690221609449e-02 -2.948588282952698415e-03 -1.152776399876494448e-05 -5.128340000000000121e-01 -1.081669842534353584e+07 +2.450000000000000000e+02 2.711019419126381891e+00 1.065107178250207509e+00 3.528287406447579433e-01 1.890185360224628239e-04 -9.593708441095084860e-02 -5.847666385892080765e-02 -6.312026598490023260e-03 -4.477132755329563964e-05 -1.083293999999999979e+00 -1.384858517801095359e+07 +2.460000000000000000e+02 2.418075390202723440e+00 8.707985701078142515e-01 1.982776155761304948e-01 -1.190840120165319871e-01 -1.729538207629174873e-01 -9.326064292005417644e-02 -1.015104031480957777e-02 -9.176649454205317122e-05 -1.498785000000000034e+00 3.022771539632948115e+06 +2.470000000000000000e+02 2.480233347080211370e+00 9.106856402219049018e-01 2.276533661513155393e-01 -9.710413607039655726e-02 -1.579069269198868364e-01 -8.463213504896062445e-02 -8.131824348276490283e-03 -3.527103676500115386e-05 -1.142190999999999956e+00 5.646575304234095849e+06 +2.480000000000000000e+02 2.283232133455460833e+00 1.540589135240483021e+00 1.089912494469339244e+00 7.064144612706115822e-01 3.731787956011305973e-01 1.436112055087895856e-01 1.433354775736897339e-02 1.577638412872693955e-04 1.181041999999999925e+00 -2.323596988629962131e+07 +2.490000000000000000e+02 2.303404377553958327e+00 1.574466419157897645e+00 1.131040695468054080e+00 7.525207017515316288e-01 4.161483016808294466e-01 1.721621978061708413e-01 2.077638163996923040e-02 3.367353273355479975e-04 2.313273000000000135e+00 -1.429473038655903935e+07 +2.500000000000000000e+02 2.291838564953959878e+00 1.517568372157106049e+00 1.021650864952168281e+00 6.047359611786343736e-01 2.756335661927473701e-01 8.700553125457474724e-02 6.294069431010828816e-03 5.028734058434506374e-05 3.709310000000000107e-01 1.509954817763673700e+07 +2.510000000000000000e+02 2.762702356800637915e+00 1.757373045154083879e+00 1.163825342708893373e+00 7.035078029313975856e-01 3.565731452462441720e-01 1.399713133939758936e-01 1.565182214741811864e-02 2.203314344014048367e-04 1.861731999999999942e+00 1.591873796511240862e+07 +2.520000000000000000e+02 2.820479997227666846e+00 1.715528566623403917e+00 1.092192534070811849e+00 6.345724401315263608e-01 3.082982579171862914e-01 1.156753150002058500e-01 1.252679164072364668e-02 1.834556926181368731e-04 1.143575000000000008e+00 -1.044809785943686776e+07 +2.530000000000000000e+02 2.917702939904607273e+00 1.775479986620560835e+00 1.142052659786563895e+00 6.695504832962037023e-01 3.214683141389420573e-01 1.137708901751228463e-01 1.001084474640218103e-02 9.483502536123063523e-05 5.559739999999999682e-01 -1.602586407334431075e+07 +2.540000000000000000e+02 2.781606739728957223e+00 1.646671555791096253e+00 1.012956337298752452e+00 5.535528506352489497e-01 2.457443987785276340e-01 8.812284004863343845e-02 1.107423213790491995e-02 2.267774243221505777e-04 1.118438999999999961e+00 -8.587151690933255479e+06 +2.550000000000000000e+02 2.661406022973718422e+00 1.580093928495771571e+00 9.994558794435395299e-01 5.845883426081597278e-01 2.871728647390591194e-01 1.045611956092524358e-01 8.725299944463841065e-03 5.712916624689181715e-05 8.695089999999999764e-01 2.290040241632447392e+07 +2.560000000000000000e+02 3.000144143737982105e+00 1.691025569055714772e+00 1.009736550982703873e+00 5.430726413642406047e-01 2.356212194044671193e-01 7.505516268881390340e-02 5.424453272623397902e-03 3.141457162628484117e-05 -1.474479999999999957e-01 -3.663171865769571066e+07 +2.570000000000000000e+02 2.916870324671823500e+00 1.651926712394406360e+00 9.969114264527996205e-01 5.446226131910044677e-01 2.371621040291820581e-01 7.173916899667709401e-02 4.169445820065544039e-03 1.643660622585296083e-05 -2.323099999999999887e-01 -1.755534222573336959e+07 +2.580000000000000000e+02 2.630905940007894017e+00 1.481893738875194710e+00 8.580159578438125711e-01 4.229987327132143093e-01 1.502353697688849909e-01 3.402080056518273776e-02 1.451670399927232130e-03 7.552015274970955560e-06 -1.205819999999999947e-01 1.220021750497608632e+07 +2.590000000000000000e+02 2.849646361812624207e+00 1.580400833952682493e+00 9.043392401621377363e-01 4.433969058528944851e-01 1.562780449815305006e-01 3.188361918689028990e-02 2.331372623136985817e-04 -9.225410550071651527e-06 -7.704609999999999514e-01 -2.434776048461087793e+07 +2.600000000000000000e+02 2.683372151945706108e+00 1.413379225010871210e+00 7.597783713082945090e-01 3.235946282538593177e-01 7.098745345092376258e-02 -9.804143166886731403e-03 -4.838891097463406815e-03 -6.764826585660719616e-05 -1.162322999999999995e+00 -2.604745422567571979e+06 +2.610000000000000000e+02 3.106209861988322718e+00 1.664461752767246727e+00 9.312436674584688712e-01 4.487702181232950394e-01 1.580260933690010583e-01 3.410011086869431385e-02 6.492856664015329024e-04 2.121015940897876854e-06 -1.962500000000000078e-01 2.211767371104667336e+07 +2.620000000000000000e+02 2.962423336203167334e+00 1.484210864321952483e+00 7.715019555767542725e-01 3.377742748246846394e-01 1.064147319058846991e-01 1.922865312615496675e-02 -1.237854968528108012e-03 -8.772745991617733542e-05 -4.227020000000000222e-01 1.099754660536806472e+07 +2.630000000000000000e+02 3.056864741834820265e+00 1.591438606616536022e+00 8.460019482972754856e-01 3.604004153940944533e-01 8.505001058490266330e-02 -5.455481184405463861e-03 -4.969908400370902542e-03 -9.869220037583705354e-05 -1.323153000000000024e+00 -1.400843867726367526e+07 +2.640000000000000000e+02 3.239636430801156042e+00 1.512509297482885540e+00 7.291471130560360780e-01 2.916490218707372684e-01 8.276795028518448005e-02 1.287935996224499891e-02 -3.735801763118159341e-04 -5.832795526810481306e-06 -4.936999999999999722e-02 2.379936756369514763e+07 +2.650000000000000000e+02 2.970676357457783023e+00 1.393619599910672635e+00 6.886018384363005174e-01 2.981233261270876400e-01 1.035128288672746422e-01 2.392535541973614399e-02 -1.986816915172261893e-04 -3.352477913198601944e-05 -2.392809999999999937e-01 8.153070626191757619e+06 +2.660000000000000000e+02 2.977063058558843345e+00 1.403554539716906246e+00 6.427163361764915983e-01 1.948095356037709835e-01 -4.547543733246495884e-03 -3.007582166247318653e-02 -4.029605223653797211e-03 -2.562838152178801795e-05 -7.052100000000000035e-01 8.212794848534705816e+05 +2.670000000000000000e+02 3.300675827996221834e+00 1.494966750311664372e+00 6.734696641490343083e-01 2.210842708711573956e-01 2.452390031122572700e-02 -1.572230711709121306e-02 -3.028450597463562370e-03 -1.938761240740284749e-05 -5.296269999999999589e-01 9.474302259040107951e+06 +2.680000000000000000e+02 2.761773248234450140e+00 1.151030566803600941e+00 4.349294216247938660e-01 6.722896264563892055e-02 -5.303671862747520033e-02 -4.255207639497547711e-02 -6.713059062534632374e-03 -1.265942674889265719e-04 -1.141100000000000003e+00 -4.543275731372988783e+06 +2.690000000000000000e+02 2.896601053366071099e+00 1.298637481640882108e+00 5.376702586170087894e-01 1.074959251322886861e-01 -6.370043686349828593e-02 -6.237296657980539311e-02 -9.297932140627606853e-03 -9.753131671126476991e-05 -1.576449999999999907e+00 -1.180532494485228381e+05 +2.700000000000000000e+02 2.769120871279771912e+00 1.112475083060372905e+00 3.932869047773349114e-01 3.180113596605343984e-02 -7.632265327485618367e-02 -5.004423054131963700e-02 -5.421661651409116246e-03 -3.749704770458954311e-05 -9.621790000000000065e-01 -1.534257778347203135e+07 +2.710000000000000000e+02 3.023301639746909686e+00 1.234461409633784479e+00 4.684361328743254504e-01 9.149239447876059139e-02 -2.717636291207143825e-02 -2.164664247510502890e-02 -1.825683925023346586e-03 -1.326507194102795804e-05 -1.859280000000000099e-01 3.582557909812999889e+06 +2.720000000000000000e+02 3.401358489491861370e+00 2.148159858380267018e+00 1.427891722846813316e+00 8.718404230593252979e-01 4.473207537902569864e-01 1.773153386052758462e-01 1.990367687460685084e-02 2.645311389906016128e-04 2.173461000000000087e+00 4.602620553871819749e+06 +2.730000000000000000e+02 3.527909764569330253e+00 2.230009757858542940e+00 1.473902821574346156e+00 8.861092529092985393e-01 4.386205886836857526e-01 1.622768559821716194e-01 1.522617431901342883e-02 1.446596036602546757e-04 1.230428000000000077e+00 -4.501059971294521354e+06 +2.740000000000000000e+02 3.204642076079611712e+00 1.972708484448393529e+00 1.290133161499073200e+00 7.792548108923130767e-01 3.883781856346882888e-01 1.391406669308612454e-01 1.120282839226504137e-02 7.747549964867680224e-05 6.984479999999999578e-01 2.742015751389966812e+06 +2.750000000000000000e+02 3.538506466898372782e+00 2.233710163479511124e+00 1.473382113254977144e+00 8.827387189892779151e-01 4.341272499182829425e-01 1.588072579522744054e-01 1.449343789166612079e-02 1.309718449701013107e-04 1.094243999999999994e+00 -5.584962888447884470e+06 +2.760000000000000000e+02 3.417622691323384032e+00 2.051189937812754938e+00 1.286516662734360050e+00 7.225366051997876848e-01 3.240211075901582860e-01 1.047261600385764324e-01 8.018419426374873496e-03 7.649758871591107276e-05 3.443249999999999922e-01 6.501010948926244862e+06 +2.770000000000000000e+02 3.147561741449540040e+00 1.922166770881405418e+00 1.236567759929466215e+00 7.246554500211637162e-01 3.492564003588543020e-01 1.260723469501864313e-01 1.213826787819591822e-02 1.478692107301646447e-04 8.718810000000000171e-01 -1.240146864270889573e+07 +2.780000000000000000e+02 3.327421144464789204e+00 1.963583417222775740e+00 1.212632178585917320e+00 6.595608355142000834e-01 2.707563709278248409e-01 7.270337997637218996e-02 3.382017314004896053e-03 1.143394876847614073e-05 -3.503220000000000223e-01 4.902415743857853115e+06 +2.790000000000000000e+02 3.223774009676791064e+00 1.884973483993006571e+00 1.165185232033042917e+00 6.500969270242362708e-01 2.898149135528091391e-01 9.163915034082899258e-02 6.272264579077264056e-03 3.657000847993465391e-05 5.717300000000000160e-02 -5.965347724550332874e+06 +2.800000000000000000e+02 3.468157460633689571e+00 1.975183729287782075e+00 1.176303141629534421e+00 6.302015930178838099e-01 2.786104576091544827e-01 9.502236965683386050e-02 9.268608155750122229e-03 1.472429389151858449e-04 7.946609999999999507e-01 9.125227488364713266e+06 +2.810000000000000000e+02 3.585237845195988537e+00 2.050994310498625239e+00 1.234494160899065163e+00 6.623079633834793034e-01 2.850644103218482606e-01 9.173463599681715153e-02 7.142546818182536096e-03 4.937746993723386664e-05 4.630940000000000056e-01 1.368222998381041363e+07 +2.820000000000000000e+02 3.582006901726161985e+00 1.957140902657091175e+00 1.137214843316697532e+00 5.919617965829859774e-01 2.433346214902909477e-01 7.044840932830798153e-02 4.611987556666222350e-03 4.727030075703098750e-05 1.897550000000000070e-01 1.882266018724053726e+07 +2.830000000000000000e+02 3.353043053399079820e+00 1.890945484742076577e+00 1.101726556977274507e+00 5.507748845066591237e-01 2.037573611222603664e-01 5.150338619940172252e-02 2.611674101921487336e-03 9.747590414180124755e-06 -1.210800000000000071e-02 2.057044656519358978e+07 +2.840000000000000000e+02 3.615243607024736683e+00 1.867302291978509610e+00 1.009267065650137907e+00 4.758159950907831504e-01 1.750273640125411534e-01 4.600397676541814751e-02 2.379373101074140975e-03 1.076291395444987647e-05 -7.877000000000000321e-03 1.028642048582985811e+07 +2.850000000000000000e+02 3.274790777946174458e+00 1.718781635857500101e+00 9.457185735466264731e-01 4.593596450330266756e-01 1.796254965159468364e-01 5.040936435914748076e-02 2.201840291542610847e-03 -3.363951874466494944e-06 -3.961370000000000169e-01 -1.992269358245460689e+07 +2.860000000000000000e+02 3.840866805917114046e+00 1.997717164069977791e+00 1.068425552968877090e+00 4.748369587243516654e-01 1.394454873504272774e-01 1.658117888098738571e-02 -2.134957791564429282e-03 -5.047501163604752007e-05 -1.076211999999999946e+00 -2.318290126141526923e+07 +2.870000000000000000e+02 3.741521843518435642e+00 1.920981230315402577e+00 1.034655433148980119e+00 4.844159153603195267e-01 1.696096276799358427e-01 3.361896857675384515e-02 -1.605010388119433107e-03 -6.419270389668693449e-05 -6.780720000000000081e-01 1.453230402117488533e+07 +2.880000000000000000e+02 3.648688357599549015e+00 1.749135388028069338e+00 8.696896252305205133e-01 3.559859846073485934e-01 8.934673972275027076e-02 -1.085295189748716532e-03 -4.957524660602214035e-03 -1.306568786939239280e-04 -9.153339999999999810e-01 1.681764015848629177e+07 +2.890000000000000000e+02 3.591549827786711724e+00 1.740172212724027778e+00 8.747466363976150738e-01 3.702457636245979344e-01 1.185866578139220529e-01 2.946865770440483881e-02 2.243364427118054328e-03 2.898492303074457244e-05 2.925900000000000029e-02 -8.093200374268745072e+06 +2.900000000000000000e+02 3.555016180431500583e+00 1.640237611058477540e+00 7.478477202563860171e-01 2.416637055809944534e-01 1.663037640428394540e-02 -2.564950325178705012e-02 -5.593621279088516196e-03 -8.709440077397454373e-05 -9.436489999999999601e-01 6.965494578365008347e+06 +2.910000000000000000e+02 3.565195605479271279e+00 1.665411707355691329e+00 7.834265861097081673e-01 2.830027483132081523e-01 5.332488027803438529e-02 -4.189742257751459704e-03 -2.247149836960241065e-03 -3.669398528396878185e-05 -4.413369999999999793e-01 6.356224126185926609e+06 +2.920000000000000000e+02 3.498220512336602361e+00 1.575261578335625634e+00 6.751350434337896056e-01 1.660195918795406567e-01 -4.774503454442753647e-02 -6.406060951711536888e-02 -1.252080110225490227e-02 -2.280484254563706914e-04 -1.983373000000000053e+00 9.937355562284136191e+06 +2.930000000000000000e+02 3.548570936840158563e+00 1.628986992885381735e+00 7.331486145918162389e-01 2.251544506278384261e-01 2.162749200676307004e-03 -3.416463684594537448e-02 -6.986693930304811902e-03 -1.105873542165705886e-04 -1.146849999999999925e+00 7.964766800780001096e+06 +2.940000000000000000e+02 4.116075583045756048e+00 2.579303418656184732e+00 1.685758355936691766e+00 9.903756904772377245e-01 4.585661089714845318e-01 1.450418055624952407e-01 8.629025115439796847e-03 3.207854132429946594e-05 -1.549379999999999924e-01 -2.093029728232382797e+06 +2.950000000000000000e+02 4.175366344641264327e+00 2.615460634200973633e+00 1.710441083675025453e+00 1.009115224741504280e+00 4.742085445816910383e-01 1.550378573088106726e-01 1.013166675582705817e-02 4.590087217858088766e-05 4.914500000000000118e-02 -6.949194704126700759e+06 +2.960000000000000000e+02 4.071817580914198764e+00 2.460259702177221453e+00 1.570741085144837124e+00 9.123346342018922028e-01 4.302330002511105533e-01 1.449769434007582569e-01 1.034568725280058873e-02 5.516713804723706881e-05 1.241189999999999932e-01 -2.028242066192404181e+07 +2.970000000000000000e+02 4.198555230921300563e+00 2.543015055452290341e+00 1.639717901614561546e+00 9.783801921797629086e-01 4.930215811909886003e-01 1.918359737604553306e-01 2.147276790323317253e-02 3.106274530725575047e-04 2.257124999999999826e+00 9.818728716368192807e+06 +2.980000000000000000e+02 4.037010539548802512e+00 2.372670818883293897e+00 1.472597524491532583e+00 8.244422003519984443e-01 3.730858571490371922e-01 1.250770435401760972e-01 1.096355305500507256e-02 1.303043490979841946e-04 7.899509999999999588e-01 1.621387480807398073e+07 +2.990000000000000000e+02 3.830077534999501765e+00 2.235286073779477967e+00 1.401754894492196923e+00 8.139243230958355113e-01 3.921975150447685188e-01 1.384273469665986411e-01 1.146189088913653065e-02 8.804837684158549186e-05 4.023709999999999787e-01 -3.059200416159747541e+07 +3.000000000000000000e+02 4.074782823390728836e+00 2.420027564987854873e+00 1.489439964417381246e+00 8.046596316071772392e-01 3.378838297566366666e-01 1.012400164929666835e-01 6.481650237029700813e-03 3.235145034263014661e-05 9.293500000000000372e-02 1.549102750743873604e+07 +3.010000000000000000e+02 4.010566942240103572e+00 2.356107600268249058e+00 1.454677395726791778e+00 8.071970453501700060e-01 3.609656981910135398e-01 1.174371175984029181e-01 8.559629605672669159e-03 5.582634173789856259e-05 2.994319999999999760e-01 4.085591369704588316e+06 +3.020000000000000000e+02 4.137349937520575338e+00 2.344105606361917449e+00 1.394076390348491401e+00 7.391908981271114731e-01 3.155058344950090743e-01 1.012382454924446590e-01 8.314088640719950046e-03 7.416506957446866916e-05 3.061579999999999857e-01 -8.613369771499875933e+06 +3.030000000000000000e+02 4.097272876139173015e+00 2.263080163995201399e+00 1.323008147296487191e+00 6.968232807065065648e-01 2.951871719010171757e-01 8.887898291482633495e-02 5.288554208634057945e-03 2.130889007997558156e-05 -4.699160000000000004e-01 -4.134433056309936941e+07 +3.040000000000000000e+02 4.115826785818316402e+00 2.289231571124996201e+00 1.332640305606368036e+00 6.810746039924386874e-01 2.698846991978793297e-01 7.648568803360035473e-02 5.582190261420272477e-03 8.858474235255763083e-05 -1.196839999999999987e-01 -1.384791652014159597e+07 +3.050000000000000000e+02 4.187772126035782527e+00 2.290836919120097903e+00 1.303324049276813001e+00 6.444872920185934495e-01 2.401756188988783403e-01 5.616655765794839605e-02 6.006125296905264008e-04 -3.132294734816880668e-05 -3.077190000000000203e-01 4.622146407498975098e+07 +3.060000000000000000e+02 4.427074778778668396e+00 2.332911552910960751e+00 1.298805485118089464e+00 6.358060371422404877e-01 2.389710925549806408e-01 6.061271171088696008e-02 2.565938333180456995e-03 7.238327859726163206e-06 -7.134899999999999576e-02 2.236158188890299201e+07 +3.070000000000000000e+02 3.964181564983698891e+00 2.132946610440334290e+00 1.199341120534322513e+00 5.880987173723396522e-01 2.232473792400811452e-01 5.947399540837953330e-02 2.753025438967836563e-03 -1.118086878841409898e-06 -1.765200000000000102e-01 7.640081475212341174e+06 +3.080000000000000000e+02 4.254833475487808769e+00 2.214120849088393239e+00 1.204397683351153381e+00 5.650448194006049141e-01 1.988268099092952990e-01 4.791934598978177251e-02 2.472573467102654344e-03 1.924768629233640019e-05 -2.453170000000000073e-01 -7.052172657616415992e+06 +3.090000000000000000e+02 4.140689490617535107e+00 2.162452686280035064e+00 1.166023917182378744e+00 5.302953610022073105e-01 1.729185233552677781e-01 3.530504792910463957e-02 8.652272846220085672e-04 -1.989044117956670967e-06 -4.328859999999999930e-01 -1.684319509612499038e+06 +3.100000000000000000e+02 4.219636983297238686e+00 2.134281055250885295e+00 1.111075436707762654e+00 4.853083691179034265e-01 1.514269798200620076e-01 2.664033074831865036e-02 -8.913019941901827040e-04 -3.474246103678211585e-05 -8.292410000000000059e-01 -1.965581044757025689e+07 +3.110000000000000000e+02 4.237065457893718801e+00 2.145784195052198307e+00 1.118563205973011510e+00 4.895173826082275803e-01 1.532498567690109281e-01 2.710830543608316184e-02 -9.369711650120933835e-04 -3.723613975974072088e-05 -8.370849999999999680e-01 -1.904831273207951337e+07 +3.120000000000000000e+02 4.855173429622272607e+00 2.813941290147469854e+00 1.723865958939565513e+00 9.571736334651556044e-01 4.360297046853399694e-01 1.490636372285712163e-01 1.287288696861430860e-02 1.259139773965823824e-04 1.118678000000000061e+00 3.258125785478267819e+07 +3.130000000000000000e+02 4.483494648722772702e+00 2.636163884325237294e+00 1.643318963001373145e+00 9.327518745497677122e-01 4.343356725482271918e-01 1.518229503339682263e-01 1.497031982754440209e-02 2.372356837850146140e-04 1.151008999999999949e+00 5.541950728262923658e+06 +3.140000000000000000e+02 4.724989551198930826e+00 2.721733324152410205e+00 1.654521293121239855e+00 9.061132675849361551e-01 4.017158624956205237e-01 1.309138743545894545e-01 9.980758382232290254e-03 7.517871256133882251e-05 6.063279999999999781e-01 2.258610514764826000e+07 +3.150000000000000000e+02 4.904562777422404096e+00 2.822606947085763096e+00 1.703571412365900040e+00 9.172702266984736896e-01 3.939036688292361088e-01 1.236010279871950640e-01 9.078776536957220214e-03 6.384559745186979280e-05 -1.312100000000000072e-02 -2.438370604448246956e+07 +3.160000000000000000e+02 5.093534274878146917e+00 2.846375953003601911e+00 1.672331982672599748e+00 8.830909774635969933e-01 3.857365619387844724e-01 1.314870175637388727e-01 1.265374101915815730e-02 1.836399396200449191e-04 1.237238999999999978e+00 3.242560248160208389e+07 +3.170000000000000000e+02 5.103276873447062378e+00 2.844766713107637734e+00 1.675375659456476152e+00 8.807874434883633530e-01 3.690415168139951074e-01 1.124677069104436239e-01 7.533364750132987703e-03 4.197895572704605057e-05 2.882799999999999946e-02 -7.247327770634917542e+06 +3.180000000000000000e+02 4.790564766096796490e+00 2.652014976569091687e+00 1.547905938865884456e+00 7.962268133478651588e-01 3.121113992776771151e-01 8.167169299134795224e-02 3.834414247005076947e-03 1.584944020115291386e-05 -5.243050000000000210e-01 -9.374337590696826577e+06 +3.190000000000000000e+02 4.630224565417954352e+00 2.583090207312295217e+00 1.505434302351460474e+00 7.631774021456877444e-01 2.858870480696139582e-01 6.741706073127677612e-02 2.257511706619479749e-03 3.451870852130469411e-06 -9.579320000000000057e-01 -2.814675587779830769e+07 +3.200000000000000000e+02 4.719552914648687647e+00 2.556687515654804788e+00 1.443944370250910936e+00 7.019501892051651648e-01 2.517462229556033937e-01 5.797986148959253377e-02 1.415259019768297117e-03 -2.596260551051948458e-05 -4.935200000000000142e-01 1.232707580754269101e+07 +3.210000000000000000e+02 4.728608945569663824e+00 2.530837397256606280e+00 1.427090992091273991e+00 7.093973136533008317e-01 2.771806286904445193e-01 7.868117814997073467e-02 4.936508108045983660e-03 2.657508576615860875e-05 -1.192759999999999931e-01 -1.091774427680148929e+07 +3.220000000000000000e+02 4.698995109834800843e+00 2.462164682940715110e+00 1.336082956070602901e+00 6.146799673624178117e-01 2.023178421407283434e-01 3.853553626310230601e-02 -5.012257768672519513e-04 -3.536763348463970629e-05 -6.657070000000000487e-01 9.288586020365931094e+06 +3.230000000000000000e+02 4.739795494425616873e+00 2.495533142094616075e+00 1.362691463682806026e+00 6.339767282581386665e-01 2.140363163754297748e-01 4.377400936744504922e-02 4.459789415614048033e-05 -3.208474322122748131e-05 -5.990699999999999914e-01 1.022558643519898504e+07 +3.240000000000000000e+02 -8.961231325689128502e-01 -2.261605793745925241e-01 1.664900804856954061e-02 1.043828265468696448e-01 9.582001435440298809e-02 4.686428506325506643e-02 4.562218561197982879e-03 3.015701196552015060e-05 6.304370000000000251e-01 3.509670814059977885e+06 +3.250000000000000000e+02 -2.217323704390041339e+00 -8.554189056822358861e-01 -2.694899338280163925e-01 1.292014356708978337e-02 8.662335912282954908e-02 5.412830904041281144e-02 6.537582900490135698e-03 5.790833622771759216e-05 1.033689000000000080e+00 1.860077916568065761e+06 +3.260000000000000000e+02 -1.773388106038485290e+00 -6.441013390798483451e-01 -1.880194159796602371e-01 6.780507177384530529e-03 3.769171228027103082e-02 1.298565667071547268e-02 -1.053789673449273930e-04 -1.614474904299590619e-05 -4.698299999999999699e-02 4.905359115742661059e+06 +3.270000000000000000e+02 -3.734462422956893235e+00 -2.065769643499833830e+00 -1.203063340316949947e+00 -6.133903100187143576e-01 -2.347417670135071299e-01 -5.954672688833662769e-02 -2.980990634700255663e-03 -1.951322944743158572e-05 3.312829999999999941e-01 7.965142632013985887e+06 +3.280000000000000000e+02 2.251128344472682841e+00 1.248533636839896488e+00 7.330189168868130878e-01 3.818013622292845133e-01 1.499080501322623271e-01 3.618651567814921977e-02 9.639813370628663725e-04 2.303872147282886150e-08 -5.002480000000000260e-01 -1.435518538258033432e+07 +3.290000000000000000e+02 -9.175353983330664098e-02 -1.126999857499041552e-01 -8.057802421170176532e-02 -4.497163720368941436e-02 -2.759037740144023795e-02 -2.076277341921230202e-02 -5.007902082905161742e-03 -9.560283208207312163e-05 -9.910579999999999945e-01 -9.881293221347818151e+06 +3.300000000000000000e+02 -1.979902573291600687e+00 -1.036169704354516830e+00 -5.723548098301800557e-01 -2.839158788727428884e-01 -1.176667585033649710e-01 -3.931763556428603118e-02 -3.759141079967115960e-03 -3.275390186240379766e-05 -2.624139999999999806e-01 8.439815609263800085e+06 +3.310000000000000000e+02 -2.226982138974291647e+00 -1.257807203539528462e+00 -7.432789240835850908e-01 -3.890492836058436210e-01 -1.588324963880758944e-01 -4.463320877554282501e-02 -2.366244730009796956e-03 -9.862701358132520510e-06 1.969339999999999979e-01 9.954430300597896799e+06 +3.320000000000000000e+02 -5.219525614287878312e+00 -3.049491812972982885e+00 -1.887241119476359197e+00 -1.063802159562861283e+00 -4.945011926938195357e-01 -1.731801052385252560e-01 -1.614012791404288022e-02 -1.976255936858347252e-04 -1.111161000000000065e+00 7.718508095044587739e+06 +3.330000000000000000e+02 -2.233422064972042931e-01 -2.324136399239493112e-01 -2.086272024178964790e-01 -1.597332428919952807e-01 -9.171712532664540174e-02 -3.536921037889789732e-02 -4.405285942153553194e-03 -1.093605996259941856e-04 -6.409070000000000045e-01 -1.400706356417316198e+07 +3.340000000000000000e+02 -1.437657756818397026e+00 -7.840425768442600418e-01 -4.663983635457325527e-01 -2.572718849346541936e-01 -1.147169361520064823e-01 -3.522921121311144155e-02 -2.241866739794480361e-03 -1.277056243738848168e-05 -6.557399999999999340e-02 -1.846482117588747991e+06 +3.350000000000000000e+02 -4.551678843940580421e+00 -2.493493626538630270e+00 -1.421320255350059902e+00 -6.989254448895013683e-01 -2.552678520789591343e-01 -6.180664754392406479e-02 -2.676742495728909061e-03 -9.775455909794766656e-06 6.606419999999999515e-01 2.428850495462947711e+07 +3.360000000000000000e+02 1.485387895622539922e+00 5.640717786793471022e-01 2.405806533270844760e-01 1.137117176195040907e-01 7.040305292888042465e-02 4.049564544729923610e-02 6.595336673483770742e-03 1.059386376783116857e-04 1.163232999999999961e+00 1.426849883578884229e+07 +3.370000000000000000e+02 -1.661831136575821599e+00 -9.306273757555083570e-01 -5.539754559924457977e-01 -3.008619956091952430e-01 -1.399953875082721177e-01 -5.459275759738670131e-02 -6.717457355157583493e-03 -8.842969865227474902e-05 -9.562469999999999581e-01 -1.247186485172350705e+07 +3.380000000000000000e+02 -1.853118465760001721e+00 -9.987421475898422552e-01 -6.274439942634546519e-01 -4.048553579235021349e-01 -2.441675264336640450e-01 -1.145832344332036040e-01 -1.538863770293902311e-02 -2.487443452492267928e-04 -2.236892999999999798e+00 -1.732519943195873126e+07 +3.390000000000000000e+02 -3.188862279541684330e-01 -1.368238914071601142e-01 -6.169368358553692366e-02 -1.982162900167435890e-02 4.840509495202821241e-03 1.161010388359021844e-02 2.640597932660965121e-03 2.712732907265363402e-05 6.792620000000000324e-01 1.570464190132713132e+07 +3.400000000000000000e+02 -5.011677644394323394e-01 -1.290348534726421248e-01 -5.036292824285774905e-02 -3.856443609614070706e-02 -2.595394043421420452e-02 -7.191177997987831250e-03 -8.455064117364565260e-05 -1.242360327440742852e-05 1.234419999999999962e-01 8.014957826532667968e+05 +3.410000000000000000e+02 5.635025663611885616e-01 3.620700161166202635e-01 2.048902321664094750e-01 7.197871011442152911e-02 -7.643153792057452364e-03 -2.070061294310824446e-02 -3.603940114141051566e-03 -3.459352501236261708e-05 -7.428109999999999991e-01 -9.629623785403275862e+06 +3.420000000000000000e+02 1.500318486452359101e+00 9.560140979718331211e-01 6.332754522324653967e-01 3.753505696860993668e-01 1.813025723898660790e-01 6.936852146207719838e-02 8.489927839214721564e-03 1.302896432628634254e-04 9.294449999999999656e-01 -1.104825143050497584e+07 +3.430000000000000000e+02 2.082318694224503941e-01 2.046758054992300901e-01 1.774274372119445664e-01 1.375217628417349791e-01 8.804156168425468498e-02 4.036999681795488265e-02 4.864012254883072137e-03 7.944713507914025620e-05 7.087670000000000359e-01 7.455874432533853687e+06 +3.440000000000000000e+02 -1.761010747730343828e+00 -6.051969057767581095e-01 -1.693030638606445870e-01 6.737747072817525974e-03 3.690263356783081428e-02 1.788234488509081108e-02 1.796357985320876051e-03 2.557969070913932859e-05 3.771470000000000100e-01 1.185364547703495435e+07 +3.450000000000000000e+02 3.247893949594363505e+00 1.848362128622200951e+00 1.104565872189826825e+00 5.787116199712177833e-01 2.228856861761130681e-01 5.200035307357971093e-02 1.463191829914971135e-03 1.178870350916026606e-06 -5.716890000000000027e-01 -3.941693501219692407e+05 +3.460000000000000000e+02 -3.931892030786079850e+00 -2.031021941943138565e+00 -1.099354332576097715e+00 -5.176375955319594269e-01 -1.912722724471552505e-01 -5.279935008207475855e-02 -3.200371515665174221e-03 -2.087148383088356123e-05 -5.077899999999999775e-02 -3.839487830773209222e+06 +3.470000000000000000e+02 9.652666518574211096e-01 4.230278146142482099e-01 1.884790967749555846e-01 5.736611220054056021e-02 -7.526591116435773360e-04 -7.542304280323483719e-03 -4.402241219324164938e-04 8.859807441777941804e-06 -1.430539999999999867e-01 -8.766075726815164089e+06 +3.480000000000000000e+02 -8.772251133264777900e-01 -5.837870247579378669e-01 -3.987964509829156623e-01 -2.417830138721912547e-01 -1.138536129564427235e-01 -3.620899935025555239e-02 -2.041394876228599421e-03 -2.380727439321589649e-06 8.830699999999999661e-02 1.019797934151290916e+07 +3.490000000000000000e+02 2.069188121491990717e+00 1.147797018393794666e+00 6.694717391529183548e-01 3.486080365905530609e-01 1.510089805258001405e-01 5.384869762308752694e-02 5.921851073870520489e-03 7.904665785515953616e-05 5.837219999999999631e-01 -4.849644421645502560e+06 +3.500000000000000000e+02 3.613086739916798740e-01 3.442137408527209397e-01 2.943433100616640319e-01 2.270477461290318633e-01 1.477489618565721863e-01 7.288672646817841161e-02 1.097211295346742395e-02 2.089622237330656664e-04 1.853045999999999971e+00 2.332129436172224581e+07 +3.510000000000000000e+02 -4.181088759827478185e-03 4.609634364609987989e-02 6.426503243862759229e-02 7.007728970423894588e-02 5.927226244284931195e-02 3.222979357078960966e-02 3.739585664889179002e-03 2.697075899986073138e-05 4.980829999999999980e-01 -3.184160751709015109e+06 +3.520000000000000000e+02 2.154751342256520985e+00 1.134482602316305933e+00 6.236373937805984591e-01 3.038303086768543992e-01 1.236582372844576283e-01 4.123029022878757499e-02 3.841931303132619085e-03 3.898716060579989742e-05 2.972549999999999915e-01 -2.735379109556181356e+06 +3.530000000000000000e+02 1.481215351138568392e+00 8.753976416196895816e-01 5.413025034158145399e-01 2.993585778595713731e-01 1.321284971777668404e-01 4.185058826548401084e-02 2.700582072843195867e-03 1.633383882678397878e-06 1.486210000000000031e-01 6.183399345059858635e+06 +3.540000000000000000e+02 -3.026746468796289946e+00 -1.672110088737028599e+00 -9.814821711924325287e-01 -5.219529799866358122e-01 -2.297045487484528914e-01 -7.824687138570418643e-02 -7.839373635212630934e-03 -1.105235628784681859e-04 -6.762310000000000265e-01 -1.457815972871231847e+06 +3.550000000000000000e+02 -1.051885442394820958e+00 -6.310972522810864849e-01 -4.030691505325817992e-01 -2.396641752669841086e-01 -1.166007159465217019e-01 -3.848314153097374263e-02 -2.262085137342128606e-03 -6.973807869308057944e-06 -1.537920000000000120e-01 -1.268952870702115633e+07 +3.560000000000000000e+02 -1.991538014853653671e+00 -9.593418505260969953e-01 -4.652545838807721212e-01 -1.648376474570283357e-01 -1.090350266586071967e-02 2.670438764480341162e-02 7.294396149236975942e-03 1.320602678184302266e-04 1.488307000000000047e+00 7.619949205898121931e+06 +3.570000000000000000e+02 4.252557670178662153e-01 2.766567850740924706e-01 1.522663257934839254e-01 5.104050743927814743e-02 -7.460330053929171285e-03 -1.943076076099927579e-02 -5.206891013476452543e-03 -1.176138324133006968e-04 -1.010105000000000031e+00 -3.930768577203122899e+06 +3.580000000000000000e+02 1.980820027947246098e+00 1.221787457686709377e+00 7.964924025751143333e-01 4.687730970936762054e-01 2.163324762650450928e-01 6.805957604481022161e-02 4.259946966919722806e-03 2.075302404761977386e-05 2.178899999999999934e-02 -3.715237794168947265e+06 +3.590000000000000000e+02 1.725612810775268180e+00 8.651519594958732018e-01 4.262682978660669031e-01 1.538481903302578724e-01 2.161504347737950096e-02 -7.652536569885213386e-03 -1.505274885231444593e-03 -1.060665306171117427e-05 -3.501020000000000243e-01 9.619491935038660886e+05 +3.600000000000000000e+02 -4.119373606891483242e+00 -2.353346444484554656e+00 -1.424735109080582873e+00 -7.751614797857739880e-01 -3.330177655048668917e-01 -9.895920222538825972e-02 -5.633620830216901076e-03 -2.218631795483365257e-05 2.439219999999999999e-01 6.405833306012435816e+06 +3.610000000000000000e+02 -1.311789019746082863e+00 -4.658206277552442431e-01 -1.067905140669325875e-01 7.446856769501310203e-02 1.213339532312539271e-01 7.799640606946305066e-02 1.196528018687438924e-02 1.930213153827485431e-04 1.883456999999999937e+00 1.242492064757869579e+06 +3.620000000000000000e+02 4.509674954668621005e+00 2.413060074276826228e+00 1.371198894069896479e+00 7.031068932537580807e-01 2.979036158478512442e-01 9.555316264937460669e-02 7.020057893280654861e-03 4.394051076978806007e-05 4.095920000000000116e-01 8.301080492544728331e+06 +3.630000000000000000e+02 1.776346418663291571e+00 7.013595998786333885e-01 2.742074533061268915e-01 7.755604811989465219e-02 1.060499108652817116e-02 -1.428953647318269250e-03 -6.012298578045457108e-04 -1.151972438690307281e-05 -1.833059999999999967e-01 -2.925648304230075330e+06 +3.640000000000000000e+02 -4.612141188831399674e+00 -2.607740760135598634e+00 -1.545777338754005248e+00 -8.111750869065396108e-01 -3.333718865651290053e-01 -9.709193990810573160e-02 -6.133728895130943944e-03 -3.593617310933334188e-05 -1.977710000000000024e-01 -2.996680855951533839e+07 +3.650000000000000000e+02 2.049170150825478043e+00 1.229644592885110299e+00 7.933646968336559580e-01 4.815808796394974722e-01 2.490098582357242463e-01 9.459815665763633696e-02 8.031341581244496111e-03 5.113107889058237602e-05 5.524010000000000309e-01 -1.184705264748161845e+07 +3.660000000000000000e+02 3.298416994593229123e+00 1.816671361652754335e+00 1.058023301879185141e+00 5.486253215319367715e-01 2.202417148554686732e-01 5.969881755597100659e-02 3.010879309095488947e-03 1.169270278465918880e-05 -6.817720000000000447e-01 -4.732233023951046169e+07 +3.670000000000000000e+02 -5.073810924699037050e-01 -3.055497137727003487e-02 1.318710076021125110e-01 1.638302250271796989e-01 1.147928218717642612e-01 5.000075902852194054e-02 5.007276851881488702e-03 3.701526771960667359e-05 6.145650000000000279e-01 -6.140097847832155414e+06 +3.680000000000000000e+02 -2.411556502674020663e+00 -1.500943750668769505e+00 -9.899918264675025004e-01 -5.999239456512963642e-01 -3.000283762548736632e-01 -1.085782430458103603e-01 -8.609049100114517933e-03 -5.361699268538111036e-05 -6.043330000000000091e-01 -7.277526323749448173e+06 +3.690000000000000000e+02 -4.416583020745574295e+00 -2.372705402227079485e+00 -1.337400819026452359e+00 -6.599103635462005846e-01 -2.532767222724423561e-01 -7.073022829006901657e-02 -4.627288059645002713e-03 -3.179610784471384341e-05 1.868479999999999863e-01 1.996304704422229156e+07 +3.700000000000000000e+02 -6.231272824495329848e-02 -6.519530494495465178e-02 -5.432407954273936468e-02 -4.267269098541719152e-02 -2.857806650944524907e-02 -1.472007417112279094e-02 -2.852040066953125466e-03 -6.984077260843431049e-05 -6.177479999999999638e-01 -1.709000115464406833e+07 +3.710000000000000000e+02 -3.608888669109783898e+00 -2.025208264262515545e+00 -1.186752957574263689e+00 -6.119290313125190783e-01 -2.407190397832779105e-01 -6.174887371648907913e-02 -2.224020522538794949e-03 2.806167742078781266e-06 5.294640000000000457e-01 8.154638346053695306e+06 +3.720000000000000000e+02 4.457980765112525390e+00 2.504343835891556846e+00 1.474266633282752759e+00 7.704379160750176592e-01 3.216557703423140735e-01 9.916630927383703054e-02 6.942668442687666835e-03 3.992961538678590534e-05 -1.507000000000000006e-02 -1.465962801528630406e+07 +3.730000000000000000e+02 -1.026445287651874150e+00 -3.552321196830091621e-01 -6.975170013163056737e-02 6.649578349937118604e-02 9.066297765795597319e-02 5.205531702454085918e-02 6.660681044700963310e-03 7.094087404230026898e-05 1.181621000000000032e+00 1.807930193434262648e+07 +3.740000000000000000e+02 -2.988846679543250229e+00 -1.698140825756501160e+00 -1.022454281348171179e+00 -5.593165247120559513e-01 -2.526246736463485520e-01 -8.581375894260204196e-02 -7.155673891251241626e-03 -5.994668453927131459e-05 -6.066789999999999683e-01 -1.432679377078292333e+07 +3.750000000000000000e+02 -5.081686634645467215e+00 -2.734059403216867690e+00 -1.541155986160609670e+00 -7.621032172208886957e-01 -2.933591478666597308e-01 -7.886392976784929731e-02 -3.916198427212554470e-03 -1.616363325342864521e-05 3.200970000000000204e-01 -3.846792074039441068e+05 +3.760000000000000000e+02 -5.079002288302358004e+00 -2.732956964931194666e+00 -1.541146126351061296e+00 -7.626646154323756255e-01 -2.937875446459732864e-01 -7.888679458311355364e-02 -3.857030205189200273e-03 -1.474555079122847000e-05 3.279079999999999773e-01 -8.321899980141862761e+05 +3.770000000000000000e+02 -4.878637467665685179e+00 -2.663224319419040143e+00 -1.535623688145813626e+00 -7.891475484144612196e-01 -3.182813820876922439e-01 -8.745565890436500511e-02 -4.172214882072927331e-03 -1.368297461819406049e-05 4.750599999999999823e-01 1.140446319695528597e+07 +3.780000000000000000e+02 -5.069637193730815561e+00 -2.748510802992063962e+00 -1.566522167749536676e+00 -7.907850627794447140e-01 -3.174334587095966054e-01 -9.264830301731044604e-02 -6.061967257810006553e-03 -4.946277912509578135e-05 4.980400000000000105e-02 4.573135493762472644e+06 +3.790000000000000000e+02 -5.040648886511553961e+00 -2.828567594544789010e+00 -1.667817390321918003e+00 -8.722998633936701607e-01 -3.549382376892171731e-01 -9.777921111409834665e-02 -4.503277209068499466e-03 -1.132890262976002760e-05 6.337730000000000308e-01 1.236162439257522486e+07 +3.800000000000000000e+02 -5.121890033528370800e+00 -2.837296795407244332e+00 -1.655580431473425707e+00 -8.666975232842153432e-01 -3.660702217327347907e-01 -1.124020816561670660e-01 -7.925363408659409636e-03 -5.872464943493427194e-05 -3.135990000000000166e-01 -1.457851037231406569e+07 +3.810000000000000000e+02 -5.097453514442070066e+00 -2.895112118136344836e+00 -1.731665580682119954e+00 -9.221265504754855291e-01 -3.844104026047730494e-01 -1.108107535290563384e-01 -6.115402125083520615e-03 -2.325279706325447961e-05 2.278060000000000085e-01 -9.906383120756670833e+06 +3.820000000000000000e+02 -5.181805376534607710e+00 -2.934997744225881000e+00 -1.763748074908789265e+00 -9.524618683019311360e-01 -4.048392010864940160e-01 -1.173215051965685179e-01 -6.108710184287779316e-03 -2.054644249747103398e-05 3.314830000000000276e-01 -6.168556576456411742e+06 +3.830000000000000000e+02 -4.949575748470330439e+00 -2.816988057585631200e+00 -1.694868348236785005e+00 -9.282148894292289176e-01 -4.315238515789694973e-01 -1.613303442465512938e-01 -1.798103340283731255e-02 -2.889314896397767243e-04 -1.799933000000000005e+00 -2.608291393568137195e+06 +3.840000000000000000e+02 -5.347401780357189160e+00 -3.046051314959285161e+00 -1.843359052326240421e+00 -1.016993126568998873e+00 -4.646409320324186298e-01 -1.598624118559515139e-01 -1.438834360103648236e-02 -1.774019826031849527e-04 -8.556829999999999714e-01 1.189817752134726942e+07 +3.850000000000000000e+02 -5.180962089859125541e+00 -3.021358325988086957e+00 -1.867210303762934620e+00 -1.047919002166303404e+00 -4.791271735793531938e-01 -1.608622689071332046e-01 -1.266989366684865767e-02 -9.337586393392067932e-05 -7.369259999999999700e-01 -1.120872900891514309e+07 +3.860000000000000000e+02 -5.139214090371974741e+00 -2.990627839480079597e+00 -1.840025539592886616e+00 -1.023948638433605396e+00 -4.611880950219557351e-01 -1.517361445012243015e-01 -1.178281404810105001e-02 -9.701784552214274822e-05 -5.657879999999999576e-01 -6.589277188368656673e+06 +3.870000000000000000e+02 -4.799411042170918407e+00 -2.876129159428787219e+00 -1.805427794827472177e+00 -1.015024565673520840e+00 -4.534005545884139399e-01 -1.445647937135781103e-01 -1.033184396532093978e-02 -7.525001953761184363e-05 -2.702039999999999997e-01 -7.641859128100528382e+06 +3.880000000000000000e+02 -4.799713564349628037e+00 -2.877387562272835986e+00 -1.806810463332072736e+00 -1.016095754740974799e+00 -4.539494739970900139e-01 -1.447413264640968200e-01 -1.034425882303167954e-02 -7.540970680300349070e-05 -2.747350000000000070e-01 -8.082225941420563497e+06 +3.890000000000000000e+02 -4.316642558445108691e+00 -2.131300558176381088e+00 -1.093613835905192788e+00 -4.782825878082890281e-01 -1.575607828961963774e-01 -3.524608622349762604e-02 -1.262809932361468133e-03 -8.223325437370845796e-06 -1.655600000000000127e-01 -3.480521443898139894e+07 +3.900000000000000000e+02 -4.311255896713609204e+00 -2.126663004458684725e+00 -1.089505640201424264e+00 -4.748434629451392386e-01 -1.551445853029127242e-01 -3.403318095580403629e-02 -1.090362966145698269e-03 -5.471858951223281203e-06 -1.361279999999999990e-01 -3.422690825502720475e+07 +3.910000000000000000e+02 -4.324136339513207972e+00 -2.161858850137468480e+00 -1.134789431523816727e+00 -5.216687497837102505e-01 -1.928082647247758574e-01 -5.458449936264030827e-02 -4.000998952355805729e-03 -4.536028272541210520e-05 -5.706660000000000066e-01 -3.612670090306767821e+07 +3.920000000000000000e+02 -4.338121231979509496e+00 -2.151676273924565397e+00 -1.112816995974274192e+00 -4.951681196475072877e-01 -1.699725914609137023e-01 -4.174717663079380303e-02 -2.218065540504395115e-03 -2.289762399313865850e-05 -3.015200000000000102e-01 -3.492583321097281575e+07 +3.930000000000000000e+02 -4.444279020225871513e+00 -2.337290316575458160e+00 -1.278927581734530028e+00 -6.031587964252278500e-01 -2.137789464021487007e-01 -4.954575208818400717e-02 -1.115768909037282352e-03 1.830232044991209105e-05 2.614040000000000252e-01 -2.390728397488958389e+07 +3.940000000000000000e+02 -4.657816103335444602e+00 -2.440963750831014245e+00 -1.315059650271938052e+00 -5.915045750380300005e-01 -1.809086115056123822e-01 -2.397600866390315125e-02 3.579519150057265849e-03 1.074035359376261618e-04 1.064200000000000035e+00 -2.284920065927302465e+07 +3.950000000000000000e+02 -4.242475095128557250e+00 -2.291296712381606593e+00 -1.289218906448737600e+00 -6.291191709169432489e-01 -2.343956168217806724e-01 -6.099199134732537220e-02 -2.985679401566917069e-03 -6.023506314226743778e-06 2.454699999999999938e-01 -2.207902887732007366e+05 +3.960000000000000000e+02 -4.358172641676667070e+00 -2.299022723403120416e+00 -1.269339303825506304e+00 -6.122300995430843829e-01 -2.287686840756332496e-01 -5.917371765113693671e-02 -2.277034353023859974e-03 1.509408096889200831e-05 9.215700000000000280e-02 -2.226908717715604976e+07 +3.970000000000000000e+02 -4.873659716439403766e+00 -2.654665088270902640e+00 -1.525161661391964518e+00 -7.783040035211944430e-01 -3.097613384392564617e-01 -8.313477901505343659e-02 -3.676898452825794281e-03 -9.993053027357789311e-06 5.351380000000000026e-01 1.076674285817015357e+07 +3.980000000000000000e+02 -4.236682797473610762e+00 -2.320999280294633316e+00 -1.327220643010476486e+00 -6.605800051376491400e-01 -2.482719864474436933e-01 -6.072689285369152479e-02 -1.767573456833769312e-03 1.248960874107749258e-05 4.377460000000000240e-01 -1.489413456664134562e+07 +3.990000000000000000e+02 -4.757913808093332975e+00 -2.673302336712025440e+00 -1.569118206532688298e+00 -8.132682061222318293e-01 -3.329285460168392441e-01 -9.853330430214574109e-02 -6.340778859632076499e-03 -3.401030313791832615e-05 -3.023350000000000204e-01 -3.668782366793894768e+07 +4.000000000000000000e+02 -4.477155016091409756e+00 -2.482632937441663579e+00 -1.435337537750470016e+00 -7.252610073195350227e-01 -2.820780960511909408e-01 -7.648706054757782591e-02 -4.265645460127230788e-03 -2.349493478222647406e-05 4.748140000000000138e-01 2.181660857696791738e+07 +4.010000000000000000e+02 -4.322913335599114504e+00 -2.434129113491842578e+00 -1.446292130033458578e+00 -7.706902185637961589e-01 -3.295492165885531843e-01 -1.006824244063956458e-01 -6.236631828953938771e-03 -3.702540572718902699e-05 7.914400000000000601e-02 1.653214846070787869e+06 +4.020000000000000000e+02 -4.597728573010588349e+00 -2.641747896215974833e+00 -1.596166657620025076e+00 -8.638231338301621820e-01 -3.732673338117260542e-01 -1.148938802008929727e-01 -7.403846434287506516e-03 -4.084518168149858710e-05 1.346150000000000124e-01 9.954576942169552669e+06 +4.030000000000000000e+02 -4.608441118017201354e+00 -2.637924968960244865e+00 -1.602992184809372223e+00 -8.829400918944664278e-01 -3.899476591063409936e-01 -1.192159000196473528e-01 -6.743181444037956579e-03 -2.477904308650070750e-05 2.992779999999999885e-01 7.751319145791725256e+06 +4.040000000000000000e+02 -4.351163386356969198e+00 -2.510965774323446809e+00 -1.531602247398551553e+00 -8.370009854143354300e-01 -3.615596156277091633e-01 -1.102707787329104822e-01 -7.139954781365863076e-03 -3.966552076033260261e-05 -3.425070000000000059e-01 -3.707065952563695610e+07 +4.050000000000000000e+02 -4.252270355993281292e+00 -2.480401320955904598e+00 -1.549748362315456651e+00 -8.958454446343570021e-01 -4.371709726622514114e-01 -1.622522720376290695e-01 -1.514190078143105335e-02 -1.386456646094269118e-04 -1.308365999999999918e+00 -5.474878615095159039e+06 +4.060000000000000000e+02 -4.252794502302072566e+00 -2.479181997691895845e+00 -1.547840787490581294e+00 -8.937118900061620241e-01 -4.353435629946458829e-01 -1.611384056395610276e-01 -1.491984700413600054e-02 -1.334962268147087626e-04 -1.274076999999999904e+00 -5.494447460314393975e+06 +4.070000000000000000e+02 -3.825898911373927458e+00 -1.804193615555021113e+00 -8.576107888261323975e-01 -3.180116274320070602e-01 -6.956636883657492387e-02 -2.546778681548486460e-03 1.386816811548735465e-03 1.302961977629896907e-05 2.855269999999999753e-01 -1.409920865161887929e+07 +4.080000000000000000e+02 -4.016358628414539389e+00 -1.923229464871508254e+00 -9.380636047786328202e-01 -3.682242221247880587e-01 -9.433121698852427184e-02 -1.103757548869085947e-02 6.137381773020957054e-04 3.637854974555237586e-06 7.678100000000000203e-02 -2.641645130829614028e+07 +4.090000000000000000e+02 -3.735693314161301792e+00 -1.813447955805398637e+00 -9.060677841508105734e-01 -3.735012618959362984e-01 -1.052409620921224975e-01 -1.426894332550545687e-02 1.136469426871465887e-03 2.450496626611655960e-05 3.935159999999999769e-01 -9.622014659389182925e+06 +4.100000000000000000e+02 -3.714872091809942933e+00 -1.797915770333841534e+00 -8.939386960046470376e-01 -3.643287607253046789e-01 -9.899328433301474162e-02 -1.119903007128400345e-02 1.442682102352856261e-03 2.532247365593162110e-05 4.337829999999999742e-01 -9.263116178968470544e+06 +4.110000000000000000e+02 -4.034259189006183632e+00 -1.996758375517046602e+00 -1.036804554268673684e+00 -4.698516700884227681e-01 -1.673686074689558489e-01 -4.164477407213042215e-02 -1.540830338175461570e-03 6.007429886885903565e-07 -4.057700000000000196e-02 -1.970959741239698231e+07 +4.120000000000000000e+02 -3.957074361601552237e+00 -1.986646515629249432e+00 -1.037318929761933850e+00 -4.644502545149367667e-01 -1.569815621538981076e-01 -3.632737888848841523e-02 -1.741868823039266663e-03 -1.271054257575431298e-05 -1.916800000000000101e-02 -1.303768269826811925e+07 +4.130000000000000000e+02 -3.825263689010778734e+00 -1.983187465177177033e+00 -1.050504597533111095e+00 -4.483883441597346642e-01 -1.157715295874900685e-01 -7.069636411538167929e-03 2.256850501983198413e-03 2.986771515920749254e-05 7.495309999999999473e-01 -3.838046770446187351e+06 +4.140000000000000000e+02 -3.660914313881917792e+00 -1.820777591053997169e+00 -9.694831263556066281e-01 -4.822667022447991170e-01 -2.259929905850805165e-01 -9.590089962105016741e-02 -1.327905870647170389e-02 -2.382697490333529394e-04 -1.983934000000000086e+00 -1.465336995836443081e+07 +4.150000000000000000e+02 -3.891372502054660565e+00 -2.049227305992732173e+00 -1.138872277457113169e+00 -5.602026595546452103e-01 -2.167920126667298442e-01 -5.903626343832441004e-02 -3.068888262023060452e-03 -1.156789560272162269e-05 -6.997499999999999554e-02 -1.813218012962315977e+07 +4.160000000000000000e+02 -4.146960317876530411e+00 -2.231780042422703669e+00 -1.233885875779957564e+00 -5.732471313333868945e-01 -1.874095361390076264e-01 -3.678142835924384096e-02 -9.138703171717860174e-04 -1.755819734632818312e-06 5.236990000000000256e-01 3.958405698921127710e+06 +4.170000000000000000e+02 -3.756695847410791433e+00 -2.061701197682412001e+00 -1.195586145458348737e+00 -6.208846624605467435e-01 -2.623230229635089561e-01 -8.387035945121681935e-02 -6.538014282001866281e-03 -5.058869452695245348e-05 -3.620709999999999762e-01 -3.368292262648937758e+06 +4.180000000000000000e+02 -4.007152439519178877e+00 -2.193266929241288743e+00 -1.260234352459828067e+00 -6.336723855108470360e-01 -2.435715976137397543e-01 -6.306988197297080934e-02 -2.324230180027595741e-03 5.341109172853806896e-06 3.577830000000000177e-01 -7.929029550589606166e+06 +4.190000000000000000e+02 -3.465068827000672425e+00 -1.936642197017456768e+00 -1.131079443240896598e+00 -5.797248078136473248e-01 -2.267625955572570573e-01 -5.913730829428152924e-02 -2.752403622973319253e-03 -1.262393378555501115e-05 3.412379999999999858e-01 3.668224918298669159e+06 +4.200000000000000000e+02 -3.395954655161810276e+00 -1.892946121286710026e+00 -1.115672193734591477e+00 -5.878155926466704928e-01 -2.468312725789250095e-01 -7.584220961653508064e-02 -5.891276707054042897e-03 -5.880691566690119483e-05 -2.895570000000000088e-01 -4.658148902569488622e+06 +4.210000000000000000e+02 -3.808935564974785581e+00 -2.184708035064887088e+00 -1.329178584268300156e+00 -7.322308201169777098e-01 -3.313551651932674091e-01 -1.134897529976569425e-01 -9.992088376819429490e-03 -9.289480842592369274e-05 -7.093580000000000441e-01 -5.643385361162120476e+06 +4.220000000000000000e+02 -4.011742485852832552e+00 -2.267569338582136940e+00 -1.365680853564238628e+00 -7.512556122264597569e-01 -3.400493875608165961e-01 -1.136272302757986713e-01 -9.309483712287692711e-03 -8.747376124366441203e-05 -5.996489999999999876e-01 -7.804267932452103123e+06 +4.230000000000000000e+02 -3.510473648298694460e+00 -2.046348964067378873e+00 -1.271068669773959048e+00 -7.300730852866352816e-01 -3.540691746306188770e-01 -1.293358218271406235e-01 -1.173017090892412677e-02 -1.081149908325242521e-04 -1.007754999999999956e+00 -9.691968386700693518e+06 +4.240000000000000000e+02 -3.402180918722062408e+00 -1.991792103649878687e+00 -1.250655166046925171e+00 -7.190267575307650594e-01 -3.320777543213775385e-01 -1.068209892563544983e-01 -7.198408089503114012e-03 -4.174839509957994574e-05 -3.641500000000000292e-02 8.395213692883981392e+06 +4.250000000000000000e+02 -3.252447622717518527e+00 -1.984328165865799853e+00 -1.256784651835458400e+00 -7.151754409401522850e-01 -3.313386484600790438e-01 -1.149551194775915997e-01 -1.085642319897028862e-02 -1.471967843945712871e-04 -9.113569999999999727e-01 -1.245204739892961085e+07 +4.260000000000000000e+02 -3.283656345834080614e+00 -1.980134724932579360e+00 -1.261276316895757033e+00 -7.372524219331261230e-01 -3.589028889761394225e-01 -1.306494132654283935e-01 -1.189497919655395017e-02 -1.102544253059141086e-04 -5.053809999999999691e-01 4.206307074772444367e+07 +4.270000000000000000e+02 -2.948178447704236316e+00 -1.290952382001029575e+00 -5.419919221118802977e-01 -1.387835336541253517e-01 2.788736718841218487e-02 4.635086938945388174e-02 8.649689071258169840e-03 1.119889227480504943e-04 1.345971000000000029e+00 -1.530861546936997958e+07 +4.280000000000000000e+02 -2.968632717311870728e+00 -1.305004371573229571e+00 -5.514624485679193722e-01 -1.443943771874909299e-01 2.522249884253412178e-02 4.540648326581109978e-02 8.551650431494164234e-03 1.105395542751534780e-04 1.333955000000000002e+00 -1.535468485917340219e+07 +4.290000000000000000e+02 -3.364486767289578850e+00 -1.558714996487747140e+00 -7.294708237602074430e-01 -2.694612719903601850e-01 -6.467632840370131364e-02 -7.692175981616122468e-03 4.967284588599703028e-04 4.622807641628097906e-06 3.278860000000000108e-01 6.651175709222650155e+06 +4.300000000000000000e+02 -3.340391505408805806e+00 -1.500174466149706509e+00 -6.858533240670454667e-01 -2.527756151387172134e-01 -6.542848084813399079e-02 -7.352019448676329165e-03 2.430557571188913298e-03 6.679209316414594691e-05 6.500460000000000127e-01 3.125133145596934482e+06 +4.310000000000000000e+02 -3.268150997033004490e+00 -1.563957908623357929e+00 -7.664430990163030311e-01 -3.098545095791610526e-01 -8.872357863210475482e-02 -1.288350217140873423e-02 1.213373209163790250e-03 2.638726877313752499e-05 2.297829999999999873e-01 -3.014333763327603415e+07 +4.320000000000000000e+02 -3.009050443705563627e+00 -1.377233466596547551e+00 -6.534162965597013484e-01 -2.551756484933055402e-01 -7.043118287197726313e-02 -1.295421806599388222e-02 -3.264172097344293839e-04 4.305669079370981249e-06 -1.366979999999999862e-01 -2.059472104894365743e+07 +4.330000000000000000e+02 -2.803623225804210861e+00 -1.336599913094103309e+00 -6.538421949337400729e-01 -2.605922250795531525e-01 -7.091123413967578837e-02 -1.195766834316826059e-02 -2.734251657695236423e-04 1.097548298345183738e-08 -7.112100000000000366e-02 -1.904287554843618348e+07 +4.340000000000000000e+02 -3.195979205645650634e+00 -1.524270112434510827e+00 -7.636890662257364015e-01 -3.311281931911763676e-01 -1.144505741380926200e-01 -3.170012960219698028e-02 -2.709703489590462294e-03 -3.630461276192138009e-05 -3.203949999999999854e-01 -9.804829451694417745e+06 +4.350000000000000000e+02 -2.952278557692177507e+00 -1.485447260988115969e+00 -7.705822388487797436e-01 -3.321941672513855637e-01 -9.718227228237476256e-02 -1.166214945721952799e-02 2.544938130713525568e-03 9.113719511645374720e-05 6.295269999999999477e-01 -1.386601867035198584e+07 +4.360000000000000000e+02 -3.331181998975524028e+00 -1.746270539828115309e+00 -9.427460344958745742e-01 -4.191623432272567618e-01 -1.171318605223845843e-01 -8.168928243603658726e-03 3.104052357701131241e-03 5.612626072977237813e-05 9.590849999999999653e-01 1.960138124909113627e+06 +4.370000000000000000e+02 -3.044814362471157221e+00 -1.618724588048829460e+00 -8.827804160991676863e-01 -3.990644724616614347e-01 -1.204803134850547797e-01 -1.706699483083332081e-02 1.310808824920206908e-03 4.311324527894140271e-05 5.663270000000000248e-01 -4.832018057984158397e+06 +4.380000000000000000e+02 -3.143425892955057144e+00 -1.665316206109034303e+00 -8.962938341669632880e-01 -3.989045162042869630e-01 -1.267461063077083283e-01 -2.864787092990930817e-02 -1.831722976038132949e-03 -1.503030287392156555e-05 -5.161400000000000016e-02 -1.089594632567203045e+07 +4.390000000000000000e+02 -3.138499844568329422e+00 -1.704375361914668874e+00 -9.664932215947759087e-01 -4.809244523605821775e-01 -1.902926108437491270e-01 -5.716198282715721085e-02 -4.486292924827593211e-03 -4.337108058699687581e-05 -5.594699999999999673e-02 1.323871926927967556e+07 +4.400000000000000000e+02 -2.686298433608647951e+00 -1.478309484774380289e+00 -8.586256492800171669e-01 -4.376557508872401803e-01 -1.673999561747483156e-01 -4.104456873153612684e-02 -1.623546456707109864e-03 -1.219514947638079111e-05 2.258239999999999970e-01 -4.815725630885968916e+06 +4.410000000000000000e+02 -3.024227394945349978e+00 -1.693388311029645044e+00 -9.948097249330830616e-01 -5.187779787592946557e-01 -2.130593312881913504e-01 -6.045384178776470191e-02 -3.033554599275661151e-03 -1.118994832197194030e-05 -4.920800000000000174e-02 -2.660809900670606270e+07 +4.420000000000000000e+02 -3.124224105591578926e+00 -1.751924942048233680e+00 -1.042389569158932217e+00 -5.578978478932882235e-01 -2.366171264500972204e-01 -6.895785805419347991e-02 -3.707699526045813744e-03 -1.566231837930652748e-05 3.138980000000000103e-01 1.562734364688200317e+07 +4.430000000000000000e+02 -3.220439163538371119e+00 -1.852566161824563684e+00 -1.146411043703026378e+00 -6.614111717211204056e-01 -3.237319557247284041e-01 -1.176612230543002541e-01 -9.786867671103354621e-03 -6.710666510204070729e-05 -5.497090000000000032e-01 1.208358064087133482e+07 +4.440000000000000000e+02 -3.295151739531177792e+00 -1.878816374273781342e+00 -1.147112020570066671e+00 -6.454976641044226637e-01 -3.025838179753815860e-01 -1.051612801304633860e-01 -9.435222008177248862e-03 -1.137023006067852221e-04 -8.746869999999999923e-01 -2.309041398114095628e+07 +4.450000000000000000e+02 -2.672225370491747576e+00 -1.610606045324708413e+00 -1.028946801050250714e+00 -6.027260615715741565e-01 -2.952130000215488770e-01 -1.103300179219905974e-01 -1.157265899623960773e-02 -2.071409835068424262e-04 -1.020030999999999910e+00 6.576543117224526592e+06 +4.460000000000000000e+02 -3.117895478477626714e+00 -1.886877223073587073e+00 -1.181803950193375918e+00 -6.614354145938828866e-01 -3.007614790384625092e-01 -1.037613758180311735e-01 -1.017272770436029525e-02 -1.495511570698950595e-04 -8.337229999999999919e-01 -4.694254215866340324e+06 +4.470000000000000000e+02 -3.079135878454971831e+00 -1.871556759653035584e+00 -1.209701343199971690e+00 -7.161935447828299273e-01 -3.447316302375524333e-01 -1.179284804656776792e-01 -8.624727947012739496e-03 -4.738998788419925175e-05 -3.109379999999999922e-01 3.408470982875970192e+06 +4.480000000000000000e+02 -3.183802531182390982e+00 -1.929057866959220657e+00 -1.233417646629513031e+00 -7.162712583206064521e-01 -3.356873290071191729e-01 -1.111793793228911392e-01 -7.544157252997943895e-03 -3.576823736334566750e-05 -1.098719999999999974e-01 5.189072092686730437e+06 +4.490000000000000000e+02 -2.472731094551805953e+00 -9.222576797699372220e-01 -2.672482853554445925e-01 4.014699271684760151e-02 1.107063796287644508e-01 6.650951865599150081e-02 8.337410960743101354e-03 8.225409237691385983e-05 1.417192999999999925e+00 6.667789082606412470e+06 +4.500000000000000000e+02 -2.719138247516846185e+00 -1.063298461135417261e+00 -3.643059126711982176e-01 -3.103713966715414621e-02 5.986353445269752827e-02 3.729772504314280562e-02 3.645576056865507727e-03 2.152614149990125016e-05 5.433189999999999964e-01 -2.778189214449641877e+05 +4.510000000000000000e+02 -2.628041275520692999e+00 -1.066395286647673579e+00 -4.196168874531703841e-01 -1.156788027060755286e-01 -1.764917669567151251e-02 -2.263824754922315417e-03 -1.570246720776926177e-04 -2.309836729331519413e-06 1.724050000000000027e-01 1.303228828995178454e+07 +4.520000000000000000e+02 -2.748232681381834297e+00 -1.170446891249220078e+00 -4.733347069046196509e-01 -1.094483858868970927e-01 3.293060448392093331e-02 4.368291322006837007e-02 7.689420764218976925e-03 9.261757423385536935e-05 1.211416000000000048e+00 -1.089390154027627409e+07 +4.530000000000000000e+02 -2.218183289832990290e+00 -8.920560534005220754e-01 -3.458139605453809939e-01 -1.017933223133062337e-01 -3.813069119477978386e-02 -2.642434621264248829e-02 -4.971396503908562768e-03 -6.013068092663119006e-05 -7.659259999999999957e-01 7.706060500525454991e+05 +4.540000000000000000e+02 -2.608688457677675210e+00 -1.105926536865575294e+00 -4.771043064062797101e-01 -1.643067554656639784e-01 -3.642034367985790000e-02 8.495219876356971834e-04 2.538769542436602328e-03 5.065348913853804784e-05 5.629030000000000422e-01 -2.563864421744135907e+05 +4.550000000000000000e+02 -2.623805312780498333e+00 -1.232544515531528218e+00 -5.740804101225499556e-01 -1.856400569331872752e-01 -5.184126645854974375e-03 2.497543947484012067e-02 4.123771945581467327e-03 3.873748400788917264e-05 5.601850000000000440e-01 -1.761999022834416479e+07 +4.560000000000000000e+02 -2.077354477777771269e+00 -9.183579292944653583e-01 -4.079046349538385519e-01 -1.284654310339707894e-01 -4.629733902903238746e-03 1.887670237560128833e-02 4.380849393575415342e-03 6.645825850158726194e-05 8.166090000000000293e-01 -6.306194953957512189e+04 +4.570000000000000000e+02 -2.178091958997787181e+00 -1.022399214569921666e+00 -4.875243787363885417e-01 -1.863333563492452494e-01 -4.767961635333485548e-02 -6.541806595791553082e-03 5.578431161652002129e-04 2.585023158297535914e-05 3.325549999999999895e-01 8.313749150491517968e+06 +4.580000000000000000e+02 -2.757584767107494894e+00 -1.293153932472525192e+00 -6.356361380366364333e-01 -2.759451409102929298e-01 -1.047383462432928541e-01 -3.521859746502940119e-02 -3.570532160936838902e-03 -3.858599182535843284e-05 -3.554669999999999774e-01 1.048259868781504687e+06 +4.590000000000000000e+02 -2.180163214222029300e+00 -1.078664900442903196e+00 -5.669428534551499421e-01 -2.657189164769823142e-01 -1.061901970019975133e-01 -3.739260344225642935e-02 -4.190164537421430836e-03 -4.394830410094075873e-05 -4.717589999999999839e-01 1.146678255435120082e+06 +4.600000000000000000e+02 -2.138074123544752680e+00 -1.008364462792590732e+00 -5.294176057376555056e-01 -2.792525147378908668e-01 -1.512536900165846465e-01 -7.041270652621078874e-02 -8.596044856263805253e-03 -8.332236764385512378e-05 -1.136309000000000013e+00 6.809788485150978668e+05 +4.610000000000000000e+02 -2.101194399405137414e+00 -1.144155119272322052e+00 -6.328168435363346056e-01 -2.868735809565809980e-01 -8.312511054859710036e-02 -7.341075509428671847e-03 2.231639863801055529e-03 4.668879075781957335e-05 9.493979999999999642e-01 2.528068045100707933e+07 +4.620000000000000000e+02 -2.016473695566319613e+00 -1.046517092783501024e+00 -5.717822938879756345e-01 -2.658074828428532155e-01 -8.330394709319341451e-02 -8.604120982417317459e-03 2.981392928456416593e-03 7.858911766568825777e-05 1.191570999999999936e+00 3.592973255900793523e+07 +4.630000000000000000e+02 -2.608217761669420209e+00 -1.455178597529888984e+00 -8.368993180026037537e-01 -4.195045793862482997e-01 -1.626241205202904050e-01 -4.323533658706259220e-02 -2.037472346065857635e-03 -1.070751349155107741e-05 2.724900000000000100e-01 6.944596812370170839e+06 +4.640000000000000000e+02 -1.947277797466869576e+00 -1.066732030083495708e+00 -6.050511669685795235e-01 -2.900065867428465727e-01 -9.937957609340604404e-02 -2.197845704228144903e-02 -8.949261471805076799e-04 -3.519003281488813862e-06 1.341660000000000075e-01 -1.407853479137820192e+06 +4.650000000000000000e+02 -2.237858790568212353e+00 -1.274172905639270548e+00 -7.596034945628218349e-01 -3.934780331465622671e-01 -1.461273279050382123e-01 -2.904477335077728511e-02 6.463303036039323322e-04 2.158318264607746141e-05 8.066100000000000492e-01 1.626719265956335887e+07 +4.660000000000000000e+02 -2.389789960684615355e+00 -1.334556593553707815e+00 -7.978967867979185336e-01 -4.343610037671207791e-01 -1.879389710245202294e-01 -5.419981818433926291e-02 -2.630338840388947962e-03 -9.830231516755984423e-06 -2.753900000000000098e-02 -2.059435428298120201e+07 +4.670000000000000000e+02 -1.890569127082291523e+00 -1.162747442085574789e+00 -7.487755154711065453e-01 -4.394673545740277465e-01 -2.053701348223905543e-01 -6.338861435240911169e-02 -3.255020326903450886e-03 -9.198388303294628042e-06 1.124440000000000023e-01 -2.785123620798961725e+06 +4.680000000000000000e+02 -2.428347285717700643e+00 -1.451957595466536466e+00 -9.021289502700762242e-01 -5.024348586627412905e-01 -2.272492675059268608e-01 -7.496955871580067432e-02 -5.183524236165712971e-03 -2.484911675621329818e-05 -2.678159999999999985e-01 -1.055048076805130206e+07 +4.690000000000000000e+02 -1.906727288081071503e+00 -1.179469387521646651e+00 -7.655391188469455876e-01 -4.549728083716377824e-01 -2.173199291586695447e-01 -6.968341138600049611e-02 -4.008496696456547229e-03 -1.486829761283017173e-05 7.905999999999999833e-03 -3.314326098829283379e+06 +4.700000000000000000e+02 -2.457322328050046689e+00 -1.468966059382490252e+00 -9.415310417226314676e-01 -5.735972441406415046e-01 -3.079637700321200544e-01 -1.265018780990507796e-01 -1.354212681085691788e-02 -1.632662994526472137e-04 -1.271249999999999991e+00 1.462408292434580624e+07 +4.710000000000000000e+02 -2.147894849937262318e+00 -1.386000060341767259e+00 -9.428544867162756971e-01 -5.883119304180307596e-01 -2.953653529827426349e-01 -1.014544552394224808e-01 -6.881069963785475981e-03 -3.363885678302376558e-05 -5.043159999999999865e-01 -2.892127920639554784e+07 +4.720000000000000000e+02 -1.729421832165222828e+00 -1.197798836311517512e+00 -8.362124630201356323e-01 -5.148242615610290063e-01 -2.443552475803660862e-01 -8.017873722195717479e-02 -6.550742081981109424e-03 -7.947185516672516513e-05 -4.788510000000000266e-01 -5.566829197852486745e+06 +4.730000000000000000e+02 -1.999127383962161053e+00 -6.442143468049972288e-01 -1.230105272859734061e-01 7.712873074835815967e-02 8.270842500344997850e-02 3.214120206836386384e-02 2.296500138178991617e-03 1.440942257790238200e-05 3.101349999999999940e-01 2.215697086361752008e+05 +4.740000000000000000e+02 -2.125766119882459115e+00 -7.289670885253713983e-01 -1.829281194569691849e-01 4.648672907322402847e-02 8.310750746570835790e-02 4.179780030265996954e-02 3.457482297438540814e-03 1.562200739241814313e-05 4.183499999999999996e-01 -3.080642719152600970e+06 +4.750000000000000000e+02 -1.814085959114109636e+00 -6.379423651318621991e-01 -1.597956009889418272e-01 5.048148902170049995e-02 8.750925543332999101e-02 4.684280683135515905e-02 4.521057987466469905e-03 2.687572774107167822e-05 4.282529999999999948e-01 -2.057498001695597172e+07 +4.760000000000000000e+02 -2.102544584252816318e+00 -8.046515600772388144e-01 -2.459535742708831851e-01 2.438709923428669310e-02 9.047307116743645572e-02 5.211646018182111012e-02 5.480580140238092493e-03 4.265022608209462787e-05 8.026130000000000209e-01 2.015120815137167927e+06 +4.770000000000000000e+02 -1.999312732706435725e+00 -7.721188804569912856e-01 -2.904818861854658874e-01 -7.886850271012284253e-02 -1.821010934583480040e-02 -8.344387731150815224e-03 -1.441547676100852658e-03 -2.418963420510161761e-05 -5.819599999999999773e-02 1.207255628881147131e+07 +4.780000000000000000e+02 -1.614806564347677442e+00 -6.166906102590583583e-01 -1.837440734365064499e-01 2.449620853834096751e-02 7.734830973407165466e-02 5.258337993317568904e-02 9.075470354243074522e-03 1.470550004081193601e-04 1.492002000000000050e+00 -7.083863411003976129e+06 +4.790000000000000000e+02 -1.363522594886257711e+00 -4.621893199617466141e-01 -1.329029608949915120e-01 -1.820957729652462539e-02 -4.986245555415479494e-03 -5.511276965794658506e-03 -8.668120542185935983e-04 -7.374173426017798289e-06 -1.605789999999999995e-01 -9.525217388685273007e+06 +4.800000000000000000e+02 -1.481226919489747385e+00 -5.616833957715482439e-01 -1.894901274266945490e-01 -2.628557094591387616e-02 6.717653565819874106e-03 -4.684628233991582763e-03 -3.225725612195887333e-03 -5.730915114338921632e-05 -7.139600000000000390e-01 -7.516097247202083468e+06 +4.810000000000000000e+02 -1.857750171421798768e+00 -8.229450167814273964e-01 -3.788292712195747702e-01 -1.510441550985054115e-01 -5.456059229263557353e-02 -2.055688099460657725e-02 -2.768761384488675498e-03 -4.494165967707316214e-05 -4.316440000000000277e-01 -7.152779754442903213e+06 +4.820000000000000000e+02 -1.859187344837555322e+00 -8.310462457491507582e-01 -3.918530622280546050e-01 -1.629039263116743019e-01 -5.776737789753032259e-02 -1.571990774001852734e-02 -2.837271950081620190e-04 1.685799688049001609e-05 3.367799999999999960e-02 -1.059333133620612882e+07 +4.830000000000000000e+02 -1.930930400904530719e+00 -9.202341355960221847e-01 -4.514405679274748895e-01 -1.765899499421987318e-01 -3.875266803272631871e-02 7.919471093825020645e-04 8.866899291177482000e-04 2.112102672619774879e-06 1.945540000000000047e-01 -7.218326996198180132e+06 +4.840000000000000000e+02 -1.579448973973566650e+00 -7.565702143708710192e-01 -3.806942316104603985e-01 -1.647329504075535633e-01 -5.318755366673953711e-02 -8.858509862514778871e-03 8.058921395328393859e-04 1.776558133364825945e-05 3.749210000000000043e-01 -1.166478445291104726e+06 +4.850000000000000000e+02 -1.799241076890012225e+00 -9.278532495947237058e-01 -4.918135019466857161e-01 -2.187930493544517629e-01 -7.375527698605618965e-02 -1.986219861535625658e-02 -1.554562291005851145e-03 -1.346846155137285444e-05 3.152300000000000241e-02 8.460675252361826599e+06 +4.860000000000000000e+02 -1.335406940583601543e+00 -6.431597934263805216e-01 -3.255676196574923686e-01 -1.481630324358018114e-01 -6.462241877711956406e-02 -2.969504446914158699e-02 -5.527044328676095943e-03 -1.543839869219628162e-04 -7.873280000000000278e-01 1.245100713173104916e+06 +4.870000000000000000e+02 -1.760516818738590894e+00 -8.703326923045090480e-01 -5.050636027149872920e-01 -3.250689381237301112e-01 -2.242137760078748154e-01 -1.243402658799763333e-01 -1.947240233668442316e-02 -3.520521430294687448e-04 -3.040207999999999799e+00 -1.515342490510584041e+07 +4.880000000000000000e+02 -1.460676486774894700e+00 -8.172266917729623659e-01 -4.655039591581239811e-01 -2.178215983118844401e-01 -6.471993820967239519e-02 -7.040653630609748463e-03 6.691542183720115920e-04 4.603777730515001299e-06 4.762799999999999812e-01 1.505920471411934495e+07 +4.890000000000000000e+02 -1.450290448460372694e+00 -8.457328047927253900e-01 -5.125569188104066587e-01 -2.724809767545895989e-01 -1.087805206361647931e-01 -2.741223459665867446e-02 -8.886702907095810153e-04 -4.699448198951819485e-07 1.497479999999999922e-01 -4.669849744332769886e+06 +4.900000000000000000e+02 -1.829919927526502788e+00 -1.037758082875462895e+00 -6.156631188358172579e-01 -3.282663055930172824e-01 -1.487122520282237181e-01 -5.529398331586486692e-02 -5.785289311363422775e-03 -5.771067963773313087e-05 -4.990769999999999929e-01 8.638397326244229451e+06 +4.910000000000000000e+02 -1.156976833913011093e+00 -7.659080475053861026e-01 -5.193147443133628860e-01 -3.093465975224133913e-01 -1.392610082484433409e-01 -4.078107942846460193e-02 -1.944302673867343186e-03 -4.453954299101567264e-06 5.445500000000000340e-02 -3.204081009389719926e+06 +4.920000000000000000e+02 -1.461517275155173934e+00 -9.297996463751112550e-01 -5.938289203330093802e-01 -3.197218387481438606e-01 -1.188661539622031943e-01 -2.414380693005317713e-02 -9.343762640645239092e-05 5.823073145386123023e-06 4.850169999999999759e-01 1.378972440007670037e+07 +4.930000000000000000e+02 -1.600361886593672622e+00 -1.073981208700596435e+00 -7.278658304260453571e-01 -4.291457341505913181e-01 -1.882926285880345552e-01 -5.362933805839342066e-02 -2.968238166083336533e-03 -1.654258491184812797e-05 7.236700000000000077e-02 2.615567419423231855e+06 +4.940000000000000000e+02 -1.196471386928256830e+00 -7.969818705693925143e-01 -5.556581917112477509e-01 -3.495332912512428836e-01 -1.701107389125414704e-01 -5.404160638462370686e-02 -2.774992041510756201e-03 -1.566922690469412234e-06 1.331990000000000118e-01 1.037684951263024844e+07 +4.950000000000000000e+02 -1.130822601920598469e+00 -8.076710372671443983e-01 -6.024898730633665433e-01 -4.147046244376642599e-01 -2.335558985495486961e-01 -9.469734907086728437e-02 -9.624215571049039852e-03 -9.721454879230807334e-05 -1.148149000000000086e+00 -7.188962813821606338e+06 +4.960000000000000000e+02 -1.135153368607969115e+00 -8.154657510486692518e-01 -6.041304997708879521e-01 -4.073670307001204249e-01 -2.221536496779439873e-01 -8.712438517710208163e-02 -8.361849482661616595e-03 -7.590945087593446911e-05 -9.275999999999999801e-01 -4.154393486406087875e+06 +4.970000000000000000e+02 -1.310658673742278291e+00 -3.056799529983721952e-01 5.472126353655344666e-02 1.670572899031230740e-01 1.324401058040277912e-01 5.850584000071819279e-02 5.730577557258953111e-03 4.809526072582152693e-05 9.859830000000000538e-01 1.540471529528004117e+07 +4.980000000000000000e+02 -1.251964653446704601e+00 -2.468572617103139688e-01 1.084447097462490212e-01 2.100656259726804143e-01 1.598637786016583184e-01 7.131969906663515602e-02 7.489397992044914167e-03 7.469896905683580174e-05 1.291452999999999962e+00 1.680854018904353678e+07 +4.990000000000000000e+02 -8.255115163157437097e-01 -1.018931909382962270e-01 1.558135749768005951e-01 2.212474747708645384e-01 1.635433956239219500e-01 7.406824010117046830e-02 7.851585694053742764e-03 7.250421269274665720e-05 1.215600000000000014e+00 8.205426914267595857e+06 +5.000000000000000000e+02 -1.207538453090285069e+00 -2.898560078113958660e-01 2.558731396878917083e-02 1.130655443311458230e-01 7.531834652456600998e-02 2.077951380951316429e-02 -4.546977572069190203e-04 -2.801517391173900554e-05 -8.487000000000000099e-02 1.373493853822121955e+07 +5.010000000000000000e+02 -8.504888240192441939e-01 -1.281619115430440992e-01 8.359543445879824564e-02 1.259070190834077341e-01 9.232202453768692529e-02 4.375167637914262331e-02 4.867651884052209658e-03 4.217310458392858495e-05 9.020500000000000185e-01 1.826067532837913558e+07 +5.020000000000000000e+02 -1.226176304351039414e+00 -4.288368425943820395e-01 -8.058220432734670979e-02 8.362132768877830746e-02 1.119717416821506550e-01 6.871787802248896515e-02 1.085467443400106070e-02 1.625437561481311345e-04 1.849121000000000015e+00 6.178223812524512410e+06 +5.030000000000000000e+02 -9.406210208073276791e-01 -2.727551363870899248e-01 -9.044919566442079228e-03 9.160748462361638367e-02 8.676993195525102565e-02 4.348604127735210961e-02 4.846447088026664338e-03 3.552382488508508174e-05 7.620310000000000139e-01 1.930094740200201049e+06 +5.040000000000000000e+02 -1.026889721345447537e+00 -3.542131641505600337e-01 -7.802653521678859505e-02 4.065628362438769572e-02 5.547108496469704830e-02 2.868640607439949808e-02 2.965491184612147838e-03 1.715496756459134308e-05 4.653760000000000119e-01 1.777977152909515135e+05 +5.050000000000000000e+02 -9.809998119443023024e-01 -3.442532688788786377e-01 -8.996958209290031871e-02 2.013541294847303459e-02 4.170560355952349085e-02 2.335922280648205715e-02 2.281135031176218398e-03 1.045567622736733104e-05 1.856329999999999925e-01 -1.298322089779865928e+07 +5.060000000000000000e+02 -6.749993995289659265e-01 -2.279301127027210661e-01 -3.185553350090047919e-02 5.167157794959209571e-02 5.385244679404428692e-02 2.841439147932251635e-02 4.511577576087308188e-03 7.259747181596765283e-05 7.448780000000000401e-01 -3.427028526751068886e+06 +5.070000000000000000e+02 -8.989910712168388551e-01 -3.999948468611730923e-01 -1.543832232509157742e-01 -1.881085545474393828e-02 2.906852565179967804e-02 2.369329221702491661e-02 3.508226642810507653e-03 3.338336147579894149e-05 6.744620000000000060e-01 6.325470471923310310e+06 +5.080000000000000000e+02 -9.116355669333210399e-01 -4.067569448071176041e-01 -1.601382040345235014e-01 -2.440183734264212215e-02 2.502116838619063491e-02 2.182671378161925996e-02 3.258776637518130421e-03 3.003554646129385152e-05 6.697140000000000315e-01 9.770127329634372145e+06 +5.090000000000000000e+02 -5.639490886920538459e-01 -2.807583262385772160e-01 -1.303295177180431308e-01 -4.547571247569586611e-02 -2.107174149675265784e-02 -1.875400191272550907e-02 -4.760368161601118836e-03 -9.497798680622565040e-05 -8.153439999999999577e-01 8.119548929669836070e+05 +5.100000000000000000e+02 -1.030602997971059143e+00 -4.691016313848813124e-01 -2.224315497717088419e-01 -9.307594105596832257e-02 -3.756867286790709776e-02 -1.569234477856562213e-02 -1.835489038907483399e-03 -1.383182978002798882e-05 -8.502600000000000435e-02 1.254606453987000324e+07 +5.110000000000000000e+02 -7.024351532297733458e-01 -3.796876506911343596e-01 -2.208608601477259625e-01 -1.196904503578184731e-01 -5.792823077547409882e-02 -2.591762627402278973e-02 -4.858349613343020124e-03 -1.163285842333033388e-04 -9.612460000000000448e-01 -2.224323198637157679e+07 +5.120000000000000000e+02 -7.401175714765891867e-01 -3.997859533478434479e-01 -2.228991517122640709e-01 -1.140957577338026219e-01 -5.918139345281948904e-02 -2.915087245084847789e-02 -3.633481055789883167e-03 -3.318578169273076926e-05 -5.068589999999999485e-01 -3.008902438533102162e+06 +5.130000000000000000e+02 -1.025326533762722647e+00 -5.838884513719702074e-01 -3.669638789811839885e-01 -2.282291121062364481e-01 -1.310211646961622345e-01 -5.822160763285169627e-02 -6.936609405960794325e-03 -1.021495376873766519e-04 -7.596079999999999499e-01 8.385782454590816051e+06 +5.140000000000000000e+02 -4.588529751004283841e-01 -2.943657318393025912e-01 -2.061049216190946332e-01 -1.338673460646733482e-01 -6.982265603237292062e-02 -2.479394659780827237e-02 -1.629655373314224621e-03 -6.041897898203767662e-06 -2.768550000000000177e-01 -1.954357597391231731e+07 +5.150000000000000000e+02 -6.456081649328858640e-01 -4.774903614188293344e-01 -3.546216024669925915e-01 -2.334158830815296903e-01 -1.187926932440033084e-01 -4.074833276603651022e-02 -2.933432400496213590e-03 -1.872108832544841850e-05 -1.276460000000000095e-01 4.481486303276321851e+06 +5.160000000000000000e+02 -6.964748436504093476e-01 -5.021721403335577261e-01 -3.655207287854546627e-01 -2.411718304742090924e-01 -1.263913291463489019e-01 -4.432770868369387274e-02 -2.893634032291061281e-03 -1.082163246467041037e-05 -1.658139999999999892e-01 -3.857873098435201216e+06 +5.170000000000000000e+02 -4.529413184740974652e-01 -3.832615649582780115e-01 -3.372383603252919193e-01 -2.789279290800925071e-01 -1.880085316407804352e-01 -8.546703020282246654e-02 -8.979112159153106523e-03 -8.062548683498379262e-05 -1.164940000000000087e+00 -1.103434983959147148e+07 +5.180000000000000000e+02 -5.907673593407621881e-01 -5.042102943410162741e-01 -4.185855063764050699e-01 -3.055887962696622329e-01 -1.715296508550448462e-01 -6.548645928452898057e-02 -5.946029748894947169e-03 -5.891386905845732194e-05 -5.123459999999999681e-01 8.772179760878900066e+06 +5.190000000000000000e+02 -2.623479118324733572e-01 -3.580685855306306453e-01 -3.448643998189678261e-01 -2.964497340684059123e-01 -2.158745459659592303e-01 -1.075992693838285497e-01 -1.178420817375181590e-02 -9.706176846080593235e-05 -1.629040999999999961e+00 -1.661122084558101930e+07 +5.200000000000000000e+02 -4.207474868402774071e-01 -4.303584408547296292e-01 -3.825237072329832344e-01 -2.962666120639636524e-01 -1.806167051305516136e-01 -7.616768768250858912e-02 -7.502992516258099633e-03 -5.807424442011001960e-05 -1.047355000000000036e+00 -1.703109904794849828e+07 +5.210000000000000000e+02 -6.038244707799177435e-01 -5.640013965993521117e-01 -4.945370686017074857e-01 -3.877638190845630328e-01 -2.480069264544510765e-01 -1.143546897178745747e-01 -1.437923372339605134e-02 -2.264940951960033326e-04 -2.013069000000000219e+00 -1.028728118641374074e+07 +5.220000000000000000e+02 -6.156783456561271128e-01 -5.657877488037261760e-01 -4.936798254599784608e-01 -3.874821743657586581e-01 -2.493379442029820536e-01 -1.156627669719112877e-01 -1.445906887096787621e-02 -2.179122786051226792e-04 -2.011765000000000025e+00 -9.240221257483212277e+06 +5.230000000000000000e+02 1.536327615151334390e-02 2.409921853690299154e-01 3.053900673512552344e-01 2.825608116140662651e-01 1.963045941984620513e-01 9.794498887440020174e-02 1.452761457526310050e-02 2.538211310442774747e-04 2.407106999999999886e+00 2.019847418107307702e+07 +5.240000000000000000e+02 -1.114552552819477772e-02 2.259137077908893732e-01 2.966111024280725372e-01 2.782914654383289998e-01 1.942578871519288763e-01 9.545674136437029556e-02 1.293701848027594900e-02 1.820288991298754655e-04 2.062456000000000067e+00 1.425318305322581343e+07 +5.250000000000000000e+02 -4.502538351808407224e-01 -2.356471658148168169e-02 1.373942592813987285e-01 1.752815907263552131e-01 1.204845382012614402e-01 4.352007474019731204e-02 1.611362280072217885e-03 -1.399846113996292278e-05 6.958699999999999608e-02 1.513692877153808065e+07 +5.260000000000000000e+02 -1.357320829405143647e-01 1.342179556609013336e-01 1.882847341846703992e-01 1.783137466500446244e-01 1.384774232604985278e-01 8.157205146871018830e-02 1.463618440646078517e-02 3.100691090767116950e-04 2.426191999999999904e+00 3.945320220164929517e+06 +5.270000000000000000e+02 -1.755201832826121799e-01 5.992577736880985023e-02 1.234500202492846838e-01 1.199588920690002058e-01 7.942660174131878359e-02 3.408937768938275631e-02 2.970128639843467536e-03 1.760268107584671626e-05 4.622470000000000190e-01 1.257093823641601577e+07 +5.280000000000000000e+02 -3.305355509588180363e-01 1.684210067833064040e-03 1.016713524453428663e-01 1.307906883580298996e-01 1.137288535893518776e-01 6.305750379702554365e-02 8.586862256058036547e-03 1.228922463088227997e-04 1.240942999999999907e+00 -3.769748343409563531e+05 +5.290000000000000000e+02 6.125849727524135258e-02 1.101570574106256334e-01 1.173203461455105678e-01 1.102667498730706963e-01 9.073110982233649480e-02 5.149046220972331583e-02 6.439233042302061963e-03 5.708925534270423071e-05 7.104610000000000092e-01 -2.089194370914077014e+07 +5.300000000000000000e+02 -2.504239065260908115e-01 -6.680651830212964992e-02 1.020013619045345016e-02 5.010652934491522520e-02 5.362724302450339042e-02 2.969712911145856726e-02 3.654680252683787083e-03 3.444979466666950584e-05 4.359500000000000042e-01 -7.131458181373333558e+06 +5.310000000000000000e+02 -2.808252643468981957e-01 -9.325523773012321660e-02 -3.566959984228575825e-02 -2.391948043528926288e-02 -2.564283854836330381e-02 -1.714261038309274759e-02 -2.222633484624825847e-03 -1.422335660776231429e-05 -2.327009999999999912e-01 8.588695486628046259e+06 +5.320000000000000000e+02 -3.440760109890483864e-02 3.076937899420995048e-02 3.946383622769289445e-02 2.978554685574266725e-02 1.346234804444497446e-02 1.883964314193565387e-03 -6.617116692390519195e-04 -1.624114973268093805e-05 -1.022529999999999967e-01 6.928182546687685885e+06 +5.330000000000000000e+02 -4.177245280174875508e-01 -1.891407383786625762e-01 -1.069571925681433583e-01 -5.989462057655792204e-02 -3.182754036154167993e-02 -1.854138681924289572e-02 -4.437020232158002744e-03 -9.684735839650143068e-05 -1.048019999999999952e+00 -2.742222592612279207e+07 +5.340000000000000000e+02 -2.434613148330311005e-01 -1.449584522967334588e-01 -1.053351701685687203e-01 -7.796551913308683024e-02 -4.810734812112243269e-02 -1.945985303027129854e-02 -1.463059804272999606e-03 -4.849660792590573809e-06 -2.929930000000000034e-01 -1.804159632872230560e+07 +5.350000000000000000e+02 -1.136089041178251213e-01 -1.195961475656488887e-01 -1.059160550511237253e-01 -8.961478820969330517e-02 -6.829366123284097423e-02 -3.703834572465451724e-02 -5.147406172886798831e-03 -6.593530607766493390e-05 -5.810530000000000417e-01 1.348125879577850364e+07 +5.360000000000000000e+02 -2.718908310212845292e-01 -1.480882470292086139e-01 -1.248399225062656465e-01 -1.217816856917755819e-01 -9.978124974432063532e-02 -5.222965184490983848e-02 -6.533846378755783953e-03 -7.549033146848433068e-05 -1.009265999999999996e+00 -1.407518278552379087e+07 +5.370000000000000000e+02 -2.299918068078060096e-01 -2.775791369544084453e-01 -2.261563150515043807e-01 -1.392445659035600747e-01 -5.183465700125099163e-02 -3.897910802201389174e-03 2.470639833658967548e-03 4.581953959498952261e-05 6.350440000000000529e-01 -2.628215888049829751e+06 +5.380000000000000000e+02 -2.025710508684945566e-01 -2.600065456807884035e-01 -2.072539588160662305e-01 -1.357613946179871411e-01 -7.745585234375439165e-02 -3.723616228575898912e-02 -5.060181866449587826e-03 -5.565179696395084678e-05 -7.772259999999999724e-01 -3.885716019200711511e+06 +5.390000000000000000e+02 -1.721003211800029575e-01 -3.199616898539461296e-01 -2.978455578294005313e-01 -2.261123437693729477e-01 -1.427220520892484856e-01 -6.799352615879193651e-02 -8.069000536834687598e-03 -7.418924661091073295e-05 -1.099248999999999921e+00 1.833491872024757788e+06 +5.400000000000000000e+02 -1.738533451186778933e-01 -2.159495921600955437e-01 -2.231639306297289738e-01 -2.051727205887652894e-01 -1.528108892632102367e-01 -7.948674708823791346e-02 -1.157733483884714615e-02 -1.981714296736085932e-04 -1.537975000000000092e+00 1.349215329838885739e+07 +5.410000000000000000e+02 -4.850554228868583784e-02 -2.495451106681568221e-01 -2.644530084961959071e-01 -2.241510259343507672e-01 -1.576926254160314067e-01 -8.001318108380418848e-02 -1.005046843424672355e-02 -1.202299134144167253e-04 -1.469017999999999935e+00 -6.406156872582660988e+06 +5.420000000000000000e+02 -1.093707424612679197e-01 -2.978995955051821354e-01 -3.024359554989375365e-01 -2.518986790802015263e-01 -1.758422057368105584e-01 -8.949200363091863730e-02 -1.134465556160723851e-02 -1.302066343090753234e-04 -1.664215999999999918e+00 -5.845771955971265212e+06 +5.430000000000000000e+02 -5.824080923830569217e-02 -2.975196823134718671e-01 -3.256022211712777392e-01 -2.791485176992731243e-01 -1.935473170953141975e-01 -9.723513090508890955e-02 -1.273011114872505366e-02 -1.747124997558835305e-04 -1.770650999999999975e+00 5.269765181523203850e+06 +5.440000000000000000e+02 -8.804456305243223146e-02 -3.147264143415765547e-01 -3.366127197488102962e-01 -2.848798256253846639e-01 -1.947799645305068328e-01 -9.701083925595212210e-02 -1.300829039572505390e-02 -2.031930454521254390e-04 -1.842422999999999922e+00 2.475218964704383165e+06 +5.450000000000000000e+02 6.056323058275312476e-01 -1.009296801835733726e-02 -2.169003998715238191e-01 -2.644922304650721978e-01 -2.042559717636399097e-01 -1.001818167821693778e-01 -1.152549697406148911e-02 -1.279458465466227005e-04 -1.728239999999999998e+00 -1.237655469023578055e+07 +5.460000000000000000e+02 6.056842297689584154e-01 -9.900838659215704940e-03 -2.168710262648860798e-01 -2.649279945782746504e-01 -2.050641630736623200e-01 -1.007787988160907949e-01 -1.159949839947340029e-02 -1.276277919727232719e-04 -1.736793000000000031e+00 -1.213333317632157356e+07 +5.470000000000000000e+02 3.026582367590537337e-01 4.265635339393679115e-01 4.111941169667633900e-01 3.297855069558637275e-01 2.030659052554526500e-01 8.447431437927548081e-02 8.250212718195452585e-03 7.267449173492308726e-05 7.197400000000000464e-01 -2.379662662168941647e+07 +5.480000000000000000e+02 1.753828476804674685e-01 3.449830721244991349e-01 3.629359285578729333e-01 3.088813950649533790e-01 1.995822638717869857e-01 8.691431524825352084e-02 9.535695960392581716e-03 1.143318101655033017e-04 9.839909999999999490e-01 -2.154154481510283425e+07 +5.490000000000000000e+02 5.324225268678325351e-01 4.935787278594745420e-01 4.291846797317054318e-01 3.360102238145112330e-01 2.142021774354006813e-01 9.693667147926691985e-02 1.177900576846779672e-02 1.715193841695448042e-04 1.587088999999999972e+00 5.559213350520791486e+06 +5.500000000000000000e+02 5.250002428626963091e-01 4.789888347772560673e-01 4.136309542532898287e-01 3.206535628620619804e-01 1.999556222574422615e-01 8.689630050738690603e-02 9.630915770372084142e-03 1.214582931032418201e-04 1.246693999999999969e+00 8.084493947264468297e+06 +5.510000000000000000e+02 6.672783701280433633e-01 5.064855472147087312e-01 3.806448170743241266e-01 2.582316840174393446e-01 1.411929680004986032e-01 5.343931640518206905e-02 3.980029256848192400e-03 1.140596616856117524e-05 1.021259999999999946e-01 -2.162513059779686108e+07 +5.520000000000000000e+02 3.891973857118995461e-01 3.422288026050091525e-01 3.169280285338701431e-01 2.720418229964520762e-01 1.812344681322901885e-01 7.691456247334704788e-02 7.080954254797888932e-03 6.941909230290298563e-05 8.502709999999999990e-01 1.501184448915559612e+07 +5.530000000000000000e+02 4.692607446079966604e-01 3.314095228056179177e-01 2.532689738941068525e-01 1.864764058138182190e-01 1.178522838517176569e-01 5.358980388886507018e-02 5.753993243579756840e-03 5.152478222404099635e-05 5.958280000000000243e-01 -1.241660212839508057e+07 +5.540000000000000000e+02 3.819020943358457099e-01 3.015573672260804527e-01 2.370844013206049872e-01 1.716722211420016742e-01 1.064948754110661422e-01 4.904955575059814082e-02 5.255202992273770579e-03 4.313012738927022969e-05 8.009680000000000133e-01 1.171358257255772501e+07 +5.550000000000000000e+02 6.243809555175173776e-01 3.873556643869649485e-01 2.332868213419921344e-01 1.069169059769992103e-01 1.576917201662230913e-02 -1.764349403710373243e-02 -6.340756931019842293e-03 -1.306052638528567460e-04 -1.152058000000000026e+00 8.284847645046363585e+06 +5.560000000000000000e+02 5.590277638739342692e-01 3.177104934226741562e-01 2.292890875017333518e-01 1.726342856965198957e-01 1.136267586811449265e-01 5.313123534104883389e-02 6.093736921134429788e-03 6.442148219042155533e-05 8.145520000000000538e-01 3.702118029330237769e+06 +5.570000000000000000e+02 4.510847668405701949e-01 2.196503795942486292e-01 1.030345224785945840e-01 3.429247143684240745e-02 1.157124526848597778e-03 -6.666652124809893665e-03 -1.595415026406390513e-03 -1.996985451855294436e-05 -2.540089999999999848e-01 7.409315062941678800e+06 +5.580000000000000000e+02 8.134228387936133231e-01 4.064272651244477119e-01 2.395981492952284075e-01 1.378480773091962930e-01 5.865251415059206247e-02 1.212386056759977120e-02 -4.939774294982542807e-06 -3.580929610139917494e-06 8.007999999999999841e-02 2.840927160363747180e+07 +5.590000000000000000e+02 8.854164155236396994e-01 4.037883776470496122e-01 2.070530350842101908e-01 1.061858737098516636e-01 5.488324235194352863e-02 2.508118580839873227e-02 3.592892379443698124e-03 5.324139932897700418e-05 3.296580000000000066e-01 -1.554843780106597394e+07 +5.600000000000000000e+02 1.154497326524736467e+00 4.959092944016983417e-01 2.372217731844172561e-01 1.089255887015015134e-01 4.282699502014452458e-02 1.086491206230084418e-02 4.469602057123171789e-04 3.741613861930535237e-06 4.383200000000000290e-02 1.215023414451235346e+07 +5.610000000000000000e+02 9.533645337450684654e-01 3.893241814583111582e-01 1.312638342151059845e-01 1.229380773390666582e-03 -3.125149308994522312e-02 -1.804489253705924764e-02 -2.246653863079643276e-03 -2.315353673104394137e-05 -3.165390000000000148e-01 4.535424004541071132e+06 +5.620000000000000000e+02 5.532289407182358065e-01 1.242379882598587393e-01 1.209946363105793635e-02 7.466954669372347954e-03 3.669511523470098124e-02 3.656817315846484090e-02 6.667310015437576641e-03 8.931005474624408838e-05 1.127796999999999938e+00 2.040646105133187026e+06 +5.630000000000000000e+02 8.804512856629074236e-01 2.748982973371327798e-01 5.288658230949522254e-02 -1.744788868955403707e-02 -1.005890967566137363e-02 8.264648692856126294e-04 1.720861844575316383e-04 -3.080739886268817182e-07 2.726999999999999823e-03 4.996503884599615820e+06 +5.640000000000000000e+02 9.897718269168959138e-01 2.842959196326660387e-01 4.901456685028193760e-02 -2.420129343552949314e-02 -1.809144230389602218e-02 -1.694128708119975023e-03 9.992753339256963286e-04 2.522599748340193730e-05 2.160259999999999958e-01 3.087607417344338261e+06 +5.650000000000000000e+02 1.008572789136511716e+00 3.047296216205696573e-01 3.987024954640527863e-02 -6.291522600339080618e-02 -6.403156234008162973e-02 -2.707798624774436849e-02 -1.437411273587249627e-03 -8.296859697812525825e-07 -4.493099999999999872e-02 2.812867119297485333e+06 +5.660000000000000000e+02 1.164334717111518147e+00 3.488946396250144355e-01 6.264957640379419102e-02 -4.034720242532317813e-02 -4.537325723889451545e-02 -1.948070269927225720e-02 -1.094448299739286161e-03 -8.055882213545558235e-07 -7.493199999999999861e-02 1.315891225531340810e+06 +5.670000000000000000e+02 1.184687888142964329e+00 3.670971336348169967e-01 3.208596768815673295e-02 -1.024012168628464919e-01 -9.920809105363413705e-02 -4.645292226975190897e-02 -4.777849466381639716e-03 -3.924328554832059486e-05 -7.437169999999999614e-01 -6.291675699061927386e+06 +5.680000000000000000e+02 1.204608994599219329e+00 3.181094517379013942e-01 -1.741062723474401386e-02 -1.366687432944592440e-01 -1.222238540727095396e-01 -5.879009937343644687e-02 -6.067275112827525546e-03 -6.039850645237260685e-05 -6.679699999999999527e-01 1.539182777428932488e+07 +5.690000000000000000e+02 1.182760721521444847e+00 2.689927718442191029e-01 -7.816132400391223589e-02 -2.000017889869866727e-01 -1.742797178714992623e-01 -8.837517411913897725e-02 -1.110432867950987036e-02 -1.693883169971056738e-04 -1.493255999999999917e+00 1.328966548421193659e+07 +5.700000000000000000e+02 6.270663393706826794e-01 1.650037985359960324e-02 -1.894372054912701331e-01 -2.372801527197153926e-01 -1.810221252778372036e-01 -8.675738585248503332e-02 -9.640125142216286747e-03 -1.040677285173185112e-04 -1.442066999999999988e+00 -1.255628463416950777e+07 +5.710000000000000000e+02 1.111769441166945871e+00 1.767718340292359636e-01 -1.642794029111436238e-01 -2.666372371614603720e-01 -2.080004949434397510e-01 -9.477149633801031092e-02 -9.625266322237001348e-03 -9.620658694256221390e-05 -1.281325999999999965e+00 3.095069815566803329e+06 +5.720000000000000000e+02 1.133329883821520445e+00 1.838291692231646401e-01 -1.675046265921454891e-01 -2.754677346794610626e-01 -2.149601800481621694e-01 -9.627235433166290990e-02 -9.068594500671477501e-03 -7.938419254513479518e-05 -1.173308999999999935e+00 2.250628171322082169e+06 +5.730000000000000000e+02 1.084976158088001741e+00 9.004038516322101504e-01 7.476131250517830118e-01 5.717002020949512042e-01 3.588853950647423185e-01 1.587045738501114966e-01 1.728408067787446864e-02 1.827343458894691551e-04 2.025282999999999944e+00 -1.023742612488017976e+07 +5.740000000000000000e+02 1.076112801505551220e+00 8.887218304445753114e-01 7.354200942783907236e-01 5.603479462551511636e-01 3.499088310481534569e-01 1.534534990657028808e-01 1.636064079161532805e-02 1.656872088118980038e-04 1.900246000000000102e+00 -7.951372903421374969e+06 +5.750000000000000000e+02 1.047389223872763786e+00 8.500928221145352959e-01 6.947343802063017382e-01 5.223133750486479432e-01 3.200362446498241087e-01 1.363798939217639172e-01 1.353635925790749699e-02 1.185352774125260995e-04 1.517409999999999926e+00 -1.770523845030191820e+06 +5.760000000000000000e+02 1.042277784358720094e+00 8.431480124300320123e-01 6.873896577700666644e-01 5.154449114113470731e-01 3.146866277410024781e-01 1.333886704573286619e-01 1.306929613320364364e-02 1.114763292167204553e-04 1.461626000000000092e+00 -1.272898461091385543e+05 +5.770000000000000000e+02 1.203948052754879372e+00 9.481028902663961588e-01 7.164999865201582274e-01 4.822041615420613048e-01 2.573939645057230496e-01 9.315573974667801238e-02 6.831520345735630877e-03 4.202856333575424972e-05 3.136019999999999919e-01 -1.393567710184742883e+07 +5.780000000000000000e+02 1.004025967269123853e+00 7.908595951376050648e-01 6.320003411537938875e-01 4.637745560029666869e-01 2.749354277494054366e-01 1.117752605797709547e-01 9.931635881250153869e-03 6.959265878246366000e-05 1.045060000000000100e+00 5.461858464494558983e+06 +5.790000000000000000e+02 1.081557533613768829e+00 7.544522967066666919e-01 5.602060594055230380e-01 3.806103699564341580e-01 2.095826173822365746e-01 8.444752617083615964e-02 8.899418571138267842e-03 8.774463795808241711e-05 1.156141000000000085e+00 1.182969013246707618e+07 +5.800000000000000000e+02 1.238142057678363939e+00 8.395437115952579799e-01 6.082661422696905573e-01 4.115285232517718050e-01 2.312998774656726264e-01 9.680068955328224867e-02 1.162867572006602394e-02 1.699097964731456991e-04 1.605615000000000014e+00 1.519984499358277768e+07 +5.810000000000000000e+02 1.345332927260591394e+00 8.497599658512554610e-01 5.782085158027333582e-01 3.735380967708651356e-01 2.056156232381196880e-01 8.199645380287333418e-02 7.382801308568388322e-03 5.427568671913449703e-05 4.872059999999999724e-01 -2.271935003841150180e+07 +5.820000000000000000e+02 1.381371694892464808e+00 8.784323980640280638e-01 5.998719908324779970e-01 3.786577522817002328e-01 1.960312232371402008e-01 7.398587224261021777e-02 6.745460514315730627e-03 5.492524491281543779e-05 6.486309999999999576e-01 -5.767632939584271517e+05 +5.830000000000000000e+02 1.225033426669016601e+00 7.190180673812575085e-01 4.738319173198107248e-01 3.174357990184359379e-01 2.005264963234676678e-01 9.781648462236623709e-02 1.256456316915983105e-02 1.525352225409363648e-04 1.597733999999999988e+00 -1.149414861561264284e+07 +5.840000000000000000e+02 1.500489373942974769e+00 9.214684190743598347e-01 5.927034756788348568e-01 3.389097804591338914e-01 1.511577411039536356e-01 4.775797453881923393e-02 3.504789517082460525e-03 3.024249529609626742e-05 2.210100000000000120e-01 4.213676409047983587e+06 +5.850000000000000000e+02 1.188565895140035966e+00 7.195318907473237102e-01 4.347917869841165239e-01 2.210092239982421602e-01 8.281421521494808369e-02 2.188338491020021953e-02 1.323655126794274486e-03 1.118431001367499930e-05 2.059020000000000017e-01 2.018694396009092033e+07 +5.860000000000000000e+02 1.477740625754049075e+00 8.542607138879798612e-01 5.224765946433431729e-01 2.881095004304685681e-01 1.272888800260709163e-01 4.011301652731081441e-02 2.764287899131150431e-03 1.572151683257228788e-05 -1.283000000000000069e-03 -9.974523536127673462e+06 +5.870000000000000000e+02 1.458279281628896307e+00 7.415022929850496602e-01 4.048269792291476210e-01 1.952041827931914608e-01 7.113076996370813754e-02 1.625563419155128669e-02 3.028209696019197269e-04 -3.241636919492626529e-06 -1.622899999999999898e-01 1.406856694065415300e+06 +5.880000000000000000e+02 1.219343200475827782e+00 6.377292551171360735e-01 3.782376203638161405e-01 2.154288819026662916e-01 1.006297231604777603e-01 2.936796490971550072e-02 2.987349526742641187e-04 -2.942968139326218995e-05 -1.790090000000000015e-01 1.197850825300760008e+07 +5.890000000000000000e+02 1.443289957713020710e+00 7.565971083454831048e-01 4.030544638395902046e-01 1.677846693203012551e-01 3.286781901518017607e-02 -8.759632195073845801e-03 -3.170565314826321018e-03 -4.032147451235256304e-05 -5.578210000000000113e-01 1.537715205808797292e+07 +5.900000000000000000e+02 1.570077761088910062e+00 7.848562728897637841e-01 4.134952474097653430e-01 1.970300794296627189e-01 8.586529797315503587e-02 3.617105130467819507e-02 5.203908905117082123e-03 7.057844553670006348e-05 9.313620000000000232e-01 1.940070665578689054e+07 +5.910000000000000000e+02 1.203615867300374731e+00 4.877092557649067572e-01 2.048744178751207845e-01 7.990047642683771600e-02 3.459329523470756201e-02 1.466055691047196859e-02 1.857279577246749407e-03 2.377249560741874734e-05 3.658319999999999905e-01 1.660462059131912328e+07 +5.920000000000000000e+02 1.529263085482663653e+00 6.185044388981497665e-01 2.723673654072066852e-01 1.174681652520300768e-01 5.491677769219230343e-02 2.269274226123627405e-02 2.229340296752214609e-03 1.733091184301218058e-05 3.233750000000000235e-01 1.118988181688312814e+07 +5.930000000000000000e+02 1.813251450615775084e+00 7.233869986385429440e-01 2.915607972332120434e-01 9.778214515850995603e-02 3.232936427751299802e-02 8.565439277843114180e-03 -1.209582122205666438e-03 -5.819677139788682083e-05 -3.006829999999999781e-01 8.649089715455902740e+06 +5.940000000000000000e+02 1.814119098092158211e+00 7.205103682275580956e-01 2.872353453847614202e-01 9.356959075807615156e-02 2.973536784500044675e-02 7.716029473570936055e-03 -1.262139133771278789e-03 -6.032355825215613630e-05 -2.954430000000000112e-01 9.282179695573929697e+06 +5.950000000000000000e+02 1.618569395203341754e+00 5.631307782898440362e-01 1.822287706228775117e-01 4.347463517687395057e-02 2.465970071721981099e-02 2.132293197162370840e-02 3.711292543440479399e-03 4.303478510076926239e-05 6.814769999999999994e-01 1.272462387740462832e+07 +5.960000000000000000e+02 1.802185701297075004e+00 6.963279272440447976e-01 2.626598698401090282e-01 7.671128407055659293e-02 2.694294430728578355e-02 1.402107699309501979e-02 1.392759509561398426e-03 2.777368801682792927e-06 2.019229999999999914e-01 8.227408890257519670e+06 +5.970000000000000000e+02 1.497394017532082344e+00 5.097698749075616487e-01 1.148151822917857223e-01 -4.676379305652135498e-02 -6.094358585167987397e-02 -2.607702170381787088e-02 -1.949952673906875638e-03 -1.032346034892195902e-05 -4.076949999999999741e-01 -1.599142587226577476e+07 +5.980000000000000000e+02 1.845027561557982310e+00 6.791862718255218256e-01 2.141254334705026963e-01 3.251004120602750055e-03 -5.279097981749586443e-02 -3.684906829621436425e-02 -5.636141737391886161e-03 -7.858540665014628935e-05 -1.087808000000000108e+00 -1.452855800388069265e+07 +5.990000000000000000e+02 1.473964573316326687e+00 4.706283996275460457e-01 5.165197891205617481e-02 -1.296616440801412196e-01 -1.351517626497904245e-01 -6.242097147073493585e-02 -4.669085656004261231e-03 -1.497011221712098234e-05 -5.262750000000000483e-01 9.686692093315749662e+05 +6.000000000000000000e+02 1.431080506580242329e+00 4.231448771731587954e-01 7.501957564938932510e-03 -1.738989868506183589e-01 -1.796467448626938856e-01 -9.148050947378949527e-02 -9.114505652601273544e-03 -7.705490769191126923e-05 -1.170673000000000075e+00 1.370741761370583437e+06 +6.010000000000000000e+02 1.689382652362454884e+00 4.677543852197739160e-01 3.097871310534132741e-02 -1.104229566471039981e-01 -8.967675477825141905e-02 -3.413230510968685849e-02 -1.955805259777495218e-03 3.703126028080265833e-06 -2.099820000000000020e-01 5.601224438879967667e+06 +6.020000000000000000e+02 1.788397027172641929e+00 5.294382421857836141e-01 6.727036660580948402e-02 -9.340985026771250754e-02 -8.300625890545397512e-02 -3.067024655280902942e-02 -1.160000815241618360e-03 1.671892034460570673e-05 -7.052200000000000135e-02 4.844995998192119412e+06 +6.030000000000000000e+02 2.270601371713737660e+00 1.465454272544691072e+00 1.005303788152205557e+00 6.360654218322523423e-01 3.259631290818526539e-01 1.177104232541000689e-01 9.621302613441662030e-03 6.889922503370706050e-05 9.033550000000000191e-01 2.342375691655568033e+07 +6.040000000000000000e+02 2.262135946429819189e+00 1.456228766053806911e+00 9.967341966603273651e-01 6.293042205465412264e-01 3.217484159461570514e-01 1.157432649424132987e-01 9.368393406047585345e-03 6.647387702179215641e-05 8.754990000000000272e-01 2.407066343805312365e+07 +6.050000000000000000e+02 2.216442147316092903e+00 1.400801753171146524e+00 9.416108920501932156e-01 5.824436634127428958e-01 2.905905771401348092e-01 1.010925181485037710e-01 7.527945888154623927e-03 4.495916456722832841e-05 6.044059999999999988e-01 2.077422835279851407e+07 +6.060000000000000000e+02 1.808182799874473279e+00 1.198877950583030705e+00 7.985112700147540821e-01 4.705835984942088879e-01 2.207872620292392896e-01 7.383498905392142653e-02 5.340978117292574656e-03 3.293684894013415771e-05 4.095260000000000011e-01 1.431089463744615950e+07 +6.070000000000000000e+02 1.758568749858005598e+00 1.101129104485112364e+00 7.303449677521018923e-01 4.396884973701629118e-01 2.068070877126692020e-01 6.318267013170056345e-02 2.955411468772315472e-03 2.484431015802812158e-06 -3.570209999999999773e-01 -1.705895144223130494e+07 +6.080000000000000000e+02 2.318712469813900334e+00 1.390973396789632721e+00 8.769605523685455317e-01 4.979815479705160808e-01 2.243421872812194628e-01 6.875257042620132319e-02 3.342021409992715700e-03 -1.024362189095755725e-05 5.684499999999999970e-02 2.234345626631744951e+07 +6.090000000000000000e+02 2.116948944990511450e+00 1.270141600236827539e+00 8.016086351405051769e-01 4.658922788946093796e-01 2.279474947932956519e-01 8.120386234990766006e-02 6.114478968225141135e-03 3.722131412196718838e-05 4.773729999999999918e-01 1.404686053740624525e+07 +6.100000000000000000e+02 2.079584136748630740e+00 1.148245271835748538e+00 7.106702584623783014e-01 4.321937062911285210e-01 2.310423181332379172e-01 8.927670718770018554e-02 7.770657607330127420e-03 5.896642776565287343e-05 7.866049999999999986e-01 1.415868939942124113e+07 +6.110000000000000000e+02 1.894325815069389796e+00 1.035068049019534753e+00 6.410816396285718977e-01 3.957140057178519243e-01 2.204613301645806378e-01 9.025195208233752209e-02 8.265977526633877873e-03 5.985249989352498711e-05 7.555899999999999839e-01 -2.853270961551579647e+06 +6.120000000000000000e+02 2.102964936383439731e+00 1.201201129498690179e+00 7.033805368813217385e-01 3.544389255844029307e-01 1.320727942839700353e-01 3.091676810237970960e-02 6.486419813432501907e-04 -8.802192153964145412e-06 -7.660699999999999454e-02 2.578047834033207223e+07 +6.130000000000000000e+02 2.175136627498855724e+00 1.128628190114207674e+00 6.286914515220427546e-01 3.244394585664228670e-01 1.492788315826369672e-01 5.740383152707030645e-02 6.117558295163958750e-03 6.392458588889610746e-05 7.616070000000000340e-01 8.361078994577073492e+06 +6.140000000000000000e+02 2.433676574780084589e+00 1.278333214456722988e+00 7.264757550816639542e-01 3.829629443965836266e-01 1.723031379880612945e-01 5.851317558938854552e-02 4.414995648778365783e-03 2.823226214120819866e-05 4.870700000000000029e-01 2.215747040682938322e+07 +6.150000000000000000e+02 2.004080970808594486e+00 1.019316090871499991e+00 5.297841691291033106e-01 2.390174430503903547e-01 9.491412172332286401e-02 3.303141524171401833e-02 1.909197779741325174e-03 -2.926205449257683139e-05 1.039700000000000069e-01 4.732097961199249141e+06 +6.160000000000000000e+02 2.153551866883940846e+00 1.129065917453266676e+00 6.111792850993457149e-01 2.784662335632316910e-01 8.711997685592495766e-02 1.341476520861657230e-02 -3.440556572933430295e-04 -3.612442709544242121e-06 -4.961510000000000087e-01 -1.273325148272185214e+07 +6.170000000000000000e+02 2.265748938569748905e+00 1.117923856515539160e+00 5.669042148034926232e-01 2.379811452624712720e-01 6.955922342448429829e-02 1.062817778599741206e-02 -3.806895914410103978e-04 -4.791919852878588561e-06 -2.605629999999999891e-01 6.527774437368814833e+06 +6.180000000000000000e+02 2.240225196189141954e+00 1.157941903630423708e+00 5.913139117896326624e-01 2.267237076584120992e-01 3.362211450575167820e-02 -1.886749713111056728e-02 -5.559808553978888221e-03 -7.480068033224991587e-05 -1.064211999999999936e+00 1.402091207606578618e+07 +6.190000000000000000e+02 2.693661896645498377e+00 1.216795499969262284e+00 5.924646837180984615e-01 2.726388057425576661e-01 1.192432058720251514e-01 4.033236887358724460e-02 1.582825774647819792e-03 -2.374755288493817797e-05 2.262700000000000128e-02 6.536026047856421210e+06 +6.200000000000000000e+02 2.533088735093724786e+00 1.112107239315923257e+00 5.243919334862060522e-01 2.346452559147572947e-01 1.095933207656444169e-01 4.975193677728444869e-02 7.531956384152158242e-03 1.386346309814782767e-04 1.163604000000000083e+00 1.053515411534856632e+07 +6.210000000000000000e+02 2.468487902841337345e+00 1.082992284609520128e+00 4.632789338938988477e-01 1.332988188132183671e-01 2.367791468799457753e-03 -1.557876280968468509e-02 -2.346191239800836815e-03 -1.698195650196188285e-05 -4.552289999999999948e-01 -1.431807029061466746e+05 +6.220000000000000000e+02 2.059078032625845545e+00 8.894451715371817224e-01 3.755011967530136330e-01 1.093724090396312881e-01 1.743803217161784148e-03 -1.848450814058028718e-02 -4.132436213721164646e-03 -4.980342261848440841e-05 -7.943230000000000013e-01 5.475616319925827906e+06 +6.230000000000000000e+02 2.637769606278187240e+00 1.098261271821065588e+00 4.530368654523295735e-01 1.361857362998648568e-01 1.381396692809797044e-02 -1.561295310953824712e-02 -6.457669235716938239e-03 -1.625667215898797015e-04 -1.266235999999999917e+00 -4.988431392990962602e+06 +6.240000000000000000e+02 2.219753993961656846e+00 8.827903616447231316e-01 3.349826835010323300e-01 7.964072062112999284e-02 8.774629348726895386e-04 -4.178825868069160551e-03 -9.940350407334350093e-05 2.506771180381573029e-06 -3.472000000000000086e-02 -6.316864878675240325e+05 +6.250000000000000000e+02 2.251539092641204221e+00 8.828257030695327856e-01 2.971376807583568369e-01 1.685494651806974942e-02 -5.790132804434756919e-02 -3.635688156848689012e-02 -3.875070434177914965e-03 -2.380799045896498785e-05 -5.207589999999999719e-01 1.073146482532692887e+07 +6.260000000000000000e+02 2.207876037379842948e+00 8.747648910698309077e-01 2.775861441038613986e-01 -3.411967948046965710e-02 -1.284383109827763048e-01 -8.782321895891838370e-02 -1.356032321409098365e-02 -1.981937610932220470e-04 -2.175571999999999839e+00 -3.655311072465619654e+05 +6.270000000000000000e+02 2.424462634766789915e+00 9.264925398599432871e-01 2.873092751167761194e-01 -2.239999842900164059e-02 -1.120637243190482912e-01 -8.238516574248044844e-02 -1.600324113613632929e-02 -3.905551346581928032e-04 -2.694417000000000062e+00 -5.663058862947009504e+06 +6.280000000000000000e+02 2.494042144205018019e+00 9.620299924740158826e-01 2.999162223026961005e-01 -2.500550007782031611e-02 -1.184998340227760849e-01 -8.454729611296057934e-02 -1.484582554253706041e-02 -2.851545063214842250e-04 -2.550969999999999960e+00 -1.086309225051575713e+07 +6.290000000000000000e+02 2.402223608616414818e+00 1.515665985455770359e+00 1.021456872155086515e+00 6.417637003349335734e-01 3.368242609908222440e-01 1.324090003256868930e-01 1.459283128591117550e-02 1.893029729532083409e-04 1.503017999999999965e+00 -5.770888624309446663e+06 +6.300000000000000000e+02 2.805287141367972747e+00 1.773608428969665862e+00 1.184894586282869478e+00 7.323964578575100637e-01 3.774235514685264636e-01 1.430916532620660764e-01 1.332941747794708261e-02 1.241155569900962710e-04 1.188193000000000055e+00 2.774812814204061404e+06 +6.310000000000000000e+02 2.632849669774329993e+00 1.593036583347043900e+00 1.035347970786645533e+00 6.304924026444669316e-01 3.264404106038824027e-01 1.258574465947695786e-01 1.205284826304660502e-02 1.227254996130970838e-04 7.903550000000000297e-01 -3.114967169733388722e+07 +6.320000000000000000e+02 2.706319372015296931e+00 1.637447327116520412e+00 1.053040844882534355e+00 6.247143396225356415e-01 3.070127443695633840e-01 1.099685345082989513e-01 9.311897818363442519e-03 8.036224122698942059e-05 5.062879999999999603e-01 -1.401061846506209113e+07 +6.330000000000000000e+02 2.775130116967685634e+00 1.657335222902994509e+00 1.069774182403642193e+00 6.387089179873262079e-01 3.087930679099548104e-01 1.043865128514423896e-01 7.599689931829792765e-03 4.766317907784185066e-05 4.766460000000000141e-01 1.786974217686198279e+07 +6.340000000000000000e+02 2.700012557075562203e+00 1.628533895674319831e+00 1.043659446379325617e+00 6.164216866464730105e-01 3.012810888780009799e-01 1.072162938126324794e-01 8.993579335428493818e-03 7.832968236492850633e-05 4.535939999999999972e-01 -1.525379800258807465e+07 +6.350000000000000000e+02 3.218279552457958381e+00 1.831608188731408848e+00 1.105740858935616133e+00 5.953873452384425002e-01 2.464160113305462474e-01 6.783578581654105266e-02 3.314309546794304805e-03 8.622610697838844240e-06 -2.760299999999999976e-01 -1.181239219103221985e+05 +6.360000000000000000e+02 3.051953915582990451e+00 1.758167197913600877e+00 1.074732024714827761e+00 5.987256755768709526e-01 2.715223231039740059e-01 8.888308575647071996e-02 6.796875339022971120e-03 5.779623290623576103e-05 4.635779999999999901e-01 1.745674009777051583e+07 +6.370000000000000000e+02 2.550368883340165205e+00 1.474195549519241366e+00 8.806342432316931479e-01 4.585531184474869737e-01 1.862674543934026983e-01 5.641754903868363702e-02 4.313170876391199046e-03 3.164965955423104264e-05 9.956900000000000472e-02 -8.702467145285541192e+06 +6.380000000000000000e+02 3.219086881947712087e+00 1.750597945957657497e+00 1.017995025964818945e+00 5.400235803799178225e-01 2.393406341838857643e-01 8.219707537172529777e-02 7.389448322946821912e-03 6.696121522924103028e-05 8.839369999999999727e-01 2.897137384613478556e+07 +6.390000000000000000e+02 2.797321595933066174e+00 1.461678749060856930e+00 8.230129494001663382e-01 4.203544164634591684e-01 1.753789794476550701e-01 5.318084892457137364e-02 3.262313535069929962e-03 1.728139703470990793e-05 1.312359999999999915e-01 8.638170526954581961e+06 +6.400000000000000000e+02 3.346724698080628002e+00 1.791616998399218730e+00 9.938167372307702419e-01 4.718940683502869660e-01 1.662549417223452008e-01 3.815906918444914725e-02 1.057411332255648630e-03 -5.002632329660069093e-07 -4.622200000000000197e-01 -8.184334335733515210e+06 +6.410000000000000000e+02 2.822863166696471193e+00 1.490498264806694007e+00 7.992060026192708833e-01 3.511095060884483754e-01 1.024478665827555229e-01 1.252817730050812851e-02 -2.028479131118998604e-03 -5.085029877887655418e-05 -7.543349999999999778e-01 -1.530897319094320992e+06 +6.420000000000000000e+02 3.050982422077005207e+00 1.575129633509447347e+00 8.572205741751989239e-01 4.062282324387693211e-01 1.501401250006634269e-01 4.128559245682598966e-02 2.516312459719114488e-03 9.704345383305813173e-06 -2.549900000000000083e-02 -4.706788484049007297e+06 +6.430000000000000000e+02 3.015238939303382271e+00 1.547549814715756478e+00 8.096106719792708351e-01 3.405815453727153441e-01 8.737070152102045795e-02 6.188923595909806563e-03 -1.495859440352235352e-03 -1.994250912213281891e-05 -4.761460000000000137e-01 6.983138347567371093e+06 +6.440000000000000000e+02 3.151991151741344144e+00 1.621594461469603177e+00 8.546375811649521426e-01 3.737011164798011431e-01 1.151184021291598442e-01 2.282423140988439417e-02 9.702729451782456712e-04 1.052004769477480864e-05 -1.229620000000000019e-01 7.123584300081631169e+06 +6.450000000000000000e+02 3.123511055214430510e+00 1.502073958124551245e+00 7.419318795765496022e-01 3.038604510907097489e-01 9.115673325143025529e-02 2.013760247978955628e-02 1.599993776397629856e-03 2.900999573812427463e-05 3.215099999999999902e-02 4.903771317255693721e+05 +6.460000000000000000e+02 2.880288344112548415e+00 1.370474172583403760e+00 6.606370367236891195e-01 2.504146952602606113e-01 5.353287627608873528e-02 -2.215571091775187657e-03 -2.162090268257849286e-03 -2.125818271064407812e-05 -6.711200000000000498e-01 -1.068150498865934461e+07 +6.470000000000000000e+02 3.402393615299826202e+00 1.579611710825846282e+00 7.458001618589751303e-01 2.735342404697127527e-01 5.149354324895015489e-02 -6.777673802125031011e-03 -2.764919437721354619e-03 -3.035383905425465646e-05 -4.240300000000000180e-01 1.708126867998242006e+07 +6.480000000000000000e+02 3.148546443412490348e+00 1.411782689947988612e+00 6.536958958606534642e-01 2.593651543635042134e-01 8.987557679366384167e-02 2.855391657511741413e-02 2.327164701861010338e-03 1.496347308149761665e-05 2.368069999999999897e-01 3.080405610698254313e+06 +6.490000000000000000e+02 3.122859995860485238e+00 1.401082890846385709e+00 6.190789247714051369e-01 1.819507198132725989e-01 -1.098047575362561673e-02 -3.792170211694641246e-02 -6.318378738886862647e-03 -6.635944503456337937e-05 -1.014065999999999912e+00 5.387001613553560339e+06 +6.500000000000000000e+02 3.108215667544182992e+00 1.395258258847581923e+00 6.185877310992894396e-01 1.857485094573956275e-01 -5.332862967282164801e-03 -3.398678671313391797e-02 -5.680241164688530978e-03 -5.675743562716677773e-05 -9.228699999999999681e-01 4.675408368445684202e+06 +6.510000000000000000e+02 3.501701187453449826e+00 2.071885979764158225e+00 1.311466835982314283e+00 7.624756301084009147e-01 3.610432334639245844e-01 1.221809802363666431e-01 9.506488305889272683e-03 8.224176056129261646e-05 2.535959999999999881e-01 -1.662375956911946833e+07 +6.520000000000000000e+02 3.896021858968112372e+00 2.256642008162261792e+00 1.419947176427815760e+00 8.295826280630618221e-01 3.949670396358824220e-01 1.314996454963884565e-01 8.987015207512993875e-03 4.893233028698143152e-05 3.036170000000000258e-01 9.647828765589609742e+06 +6.530000000000000000e+02 3.664100072807367603e+00 2.111089505431896995e+00 1.289921099096837054e+00 7.138958229375189646e-01 3.184274441882627982e-01 1.006645056879533068e-01 6.361709472990642426e-03 2.651293913368885828e-05 -1.859750000000000014e-01 -2.108732851686695963e+07 +6.540000000000000000e+02 3.204495863703868075e+00 1.896474229185183935e+00 1.194603685866577836e+00 6.865500948969323058e-01 3.204721755005680017e-01 1.089556015459725025e-01 9.379613049930742019e-03 1.024142540987013617e-04 8.216139999999999555e-01 2.558859536029592901e+07 +6.550000000000000000e+02 3.345141275133284076e+00 1.897142721892426387e+00 1.140152987817434127e+00 6.236185539327722127e-01 2.859101112187031890e-01 1.035133150691116694e-01 1.127425769596365063e-02 1.688636344100507777e-04 1.204823999999999895e+00 1.299057275409743749e+07 +6.560000000000000000e+02 3.985614969563444632e+00 2.261861562450113716e+00 1.339747234649823593e+00 6.938439480118137048e-01 2.703245985339734481e-01 6.829736858720192316e-02 2.610902812830897656e-03 4.147622379436633493e-06 -5.420829999999999815e-01 1.071515249704756774e+06 +6.570000000000000000e+02 3.502544655258641448e+00 1.966059320194964544e+00 1.150573265339395856e+00 5.842465715889718636e-01 2.196964905419598324e-01 5.324579694018780063e-02 2.481799973398532162e-03 2.220149967541327557e-05 -7.837439999999999962e-01 -4.117363238040720671e+07 +6.580000000000000000e+02 3.942463964831835366e+00 2.171124229302761943e+00 1.262009390327576419e+00 6.537845343310245694e-01 2.671790807768548159e-01 7.603544401739713299e-02 3.894443399562744039e-03 7.728360813936504644e-06 -1.678500000000000131e-02 1.990969119863406196e+07 +6.590000000000000000e+02 3.946022492361515699e+00 2.139233623328349321e+00 1.220656629479847766e+00 6.117752896563319887e-01 2.345327655265473377e-01 6.083448792858783122e-02 2.959475563010836776e-03 1.543893126047336860e-05 -3.660499999999999865e-02 2.379664416853904352e+07 +6.600000000000000000e+02 3.786494272702980446e+00 2.039081618829423181e+00 1.172237674440747890e+00 6.112509283535011440e-01 2.599945582405747690e-01 7.943262118918295589e-02 4.721507185169064764e-03 1.785833965266681232e-05 6.602800000000000336e-02 5.954100550397971645e+06 +6.610000000000000000e+02 3.819951667360972358e+00 2.025559130235780270e+00 1.115488653834737276e+00 5.236837891857231142e-01 1.795450997708990248e-01 4.025956190312728750e-02 1.677889782195642792e-03 1.171715928050037276e-05 -2.793070000000000275e-01 2.083418248256315244e+06 +6.620000000000000000e+02 3.663326332068472357e+00 1.931929081198271003e+00 1.055177194932345852e+00 4.882351827464068150e-01 1.630646794714332437e-01 3.500694922008940058e-02 1.339494337043571756e-03 9.493383953047887164e-06 -3.265620000000000189e-01 -2.531156869346406311e+06 +6.630000000000000000e+02 3.528153164000305431e+00 1.751467909195234762e+00 9.064165815576603613e-01 3.963105942469654641e-01 1.283076260725947437e-01 3.028790832602476502e-02 1.809167633946030416e-03 9.502989244772206751e-06 -9.780800000000000605e-02 -1.006450930432558991e+07 +6.640000000000000000e+02 3.458411123707572976e+00 1.747685564712910367e+00 9.307056666100145259e-01 4.340452057155619325e-01 1.563049577154543568e-01 3.718790637551169787e-02 1.031782972142833649e-03 -1.395586306086390067e-06 -8.349199999999999677e-02 2.074959616856281459e+07 +6.650000000000000000e+02 3.499659224214397124e+00 1.683157269414074619e+00 8.572036830148378472e-01 3.892522745563821163e-01 1.540956683423563844e-01 5.388566669554663291e-02 5.486195183591878813e-03 5.451735535882878199e-05 6.905599999999999516e-01 5.556072594947571866e+06 +6.660000000000000000e+02 3.599600726127436978e+00 1.732919985601197643e+00 8.611827659403136215e-01 3.658643475537387002e-01 1.259181957605425006e-01 3.350258591534813202e-02 9.920174680279028774e-04 -2.695370355722518545e-05 -2.654210000000000180e-01 -1.109540517829263024e+07 +6.670000000000000000e+02 3.690853387859966528e+00 1.770081581418019967e+00 8.731400496519050591e-01 3.484929929963221928e-01 8.488602974758960307e-02 2.072984743751586298e-03 -3.170886699162787058e-03 -6.793716541594250992e-05 -5.449100000000000055e-01 2.013518065167217702e+07 +6.680000000000000000e+02 3.811944948712491676e+00 1.813032700020282828e+00 8.848781426047468424e-01 3.529359319521342409e-01 9.458731753043794765e-02 1.351159344219097364e-02 2.094491439016722689e-04 1.761976701412123862e-05 -5.120799999999999658e-02 1.251863914449621178e+07 +6.690000000000000000e+02 4.351574121021447361e+00 2.527096832445744568e+00 1.562605058523810708e+00 8.820064142158556830e-01 4.036065361952244634e-01 1.300941842106092816e-01 8.409040056221532208e-03 4.015892949567650332e-05 2.917980000000000018e-01 2.280242106758841500e+07 +6.700000000000000000e+02 4.239121081242642752e+00 2.443952689068973783e+00 1.516054224934857642e+00 8.739449590864182271e-01 4.209019906440250591e-01 1.477961096308400835e-01 1.167799321507222848e-02 7.989684097135404635e-05 5.091369999999999507e-01 -1.381482689438978396e+07 +6.710000000000000000e+02 4.666857456227218037e+00 2.651969243219999939e+00 1.612757805725619331e+00 9.016394998665331340e-01 4.205360545505945624e-01 1.460319479430207124e-01 1.179333192082756936e-02 8.509352975639862657e-05 6.056869999999999754e-01 -9.310190086655842140e+06 +6.720000000000000000e+02 3.980574562875860423e+00 2.333157989363718432e+00 1.433958988722900507e+00 7.964830767728356964e-01 3.634080629049284972e-01 1.256877672022014836e-01 1.120154385378250260e-02 9.894409024418637094e-05 1.022032000000000052e+00 2.612064287035392597e+07 +6.730000000000000000e+02 4.460065627505022334e+00 2.492111803614502463e+00 1.484786019884313468e+00 8.087675463539909515e-01 3.652688474634794846e-01 1.221751314950316331e-01 9.520554421516714411e-03 7.430713919983517621e-05 5.682840000000000114e-01 1.064937497074180283e+07 +6.740000000000000000e+02 4.077514240577965410e+00 2.295098085675484345e+00 1.376152875627128847e+00 7.446102580795332937e-01 3.253684273911056080e-01 1.061533177679829937e-01 9.280926735868888500e-03 1.008433984195195135e-04 8.070429999999999549e-01 2.699597522646543756e+07 +6.750000000000000000e+02 4.387313593470807405e+00 2.428043198988671048e+00 1.415620700461819759e+00 7.397876893283135136e-01 3.101511336689163900e-01 9.203627408843148561e-02 5.190047644318011855e-03 1.822935799039873629e-05 -5.830099999999999866e-02 9.027046861417267472e+06 +6.760000000000000000e+02 4.203267606767338016e+00 2.285327200822765192e+00 1.320559820431165488e+00 6.976038279300538214e-01 3.170291784402490820e-01 1.158327832036654959e-01 1.138756041320712099e-02 1.178270880190939753e-04 1.190601000000000020e+00 1.490932546309556626e+07 +6.770000000000000000e+02 4.620345601115287693e+00 2.519727014039525592e+00 1.437717167699045007e+00 7.176464462512831544e-01 2.734981094036258997e-01 6.920938812498499126e-02 2.641630931766937758e-03 3.927360176056646427e-06 -6.056730000000000169e-01 -1.002654778658822738e+07 +6.780000000000000000e+02 4.587885724192252823e+00 2.480965453022207168e+00 1.383279159836422467e+00 6.583955937362057087e-01 2.365539830531385723e-01 6.179406025013900461e-02 3.789776814450075866e-03 2.633363513198916023e-05 -4.066940000000000000e-01 -2.563589786820716038e+07 +6.790000000000000000e+02 4.386892316208764520e+00 2.311789353480877107e+00 1.278786710861696596e+00 6.153653715995617279e-01 2.224343287787119705e-01 5.096719330720041879e-02 1.121064197215733286e-03 -5.979429947046380329e-06 -4.600219999999999865e-01 7.672659418006447144e+06 +6.800000000000000000e+02 4.723966981862153247e+00 2.510918151615193050e+00 1.405661424027830009e+00 6.935199650315376774e-01 2.645437972238587898e-01 6.815889489761563225e-02 2.891219370777044911e-03 6.878839228437441376e-06 -3.158730000000000149e-01 3.623651283160256688e+06 +6.810000000000000000e+02 4.336481973925148559e+00 2.212864566532947830e+00 1.183372865307152688e+00 5.594237935092652991e-01 2.174288794834758065e-01 6.488165500815799847e-02 4.254163443371175753e-03 2.104516403083044198e-05 3.244980000000000087e-01 2.020336543226863071e+07 +6.820000000000000000e+02 4.473013946017751152e+00 2.307355630043224970e+00 1.241847458050384878e+00 5.899363118812001039e-01 2.337639595029468165e-01 7.419448860626839948e-02 5.720495848747751688e-03 3.659513447060578397e-05 4.624449999999999950e-01 1.512214576175658591e+07 +6.830000000000000000e+02 5.152725420247736388e+00 2.992366495943469484e+00 1.836606346818972169e+00 1.020156421635637356e+00 4.600751819837639034e-01 1.516021270930775489e-01 1.174997460975158239e-02 9.878834033164424460e-05 6.058400000000000452e-01 9.348908603866601363e+06 +6.840000000000000000e+02 5.076875380886114009e+00 2.937479261700191024e+00 1.790112581010614434e+00 9.820252099174027194e-01 4.372129105390472059e-01 1.442223376514355226e-01 1.141968548179557105e-02 8.728731878069890659e-05 4.967969999999999886e-01 -3.457705275961318985e+06 +6.850000000000000000e+02 5.243749291710265048e+00 3.002807754990754141e+00 1.819209902248060340e+00 9.929545442693410440e-01 4.369928813586990146e-01 1.393081897581930351e-01 9.518310289887721778e-03 4.940406996685754704e-05 2.794530000000000070e-01 4.871914453631336801e+06 +6.860000000000000000e+02 5.056813317029412502e+00 2.890031100902949568e+00 1.736875828957781920e+00 9.321029469509317655e-01 3.998672836602085723e-01 1.262628639449859258e-01 1.020825333310237427e-02 1.137735925250416827e-04 5.541989999999999972e-01 1.713472600047901645e+07 +6.870000000000000000e+02 5.006119247744871714e+00 2.837051043378890913e+00 1.694431380676950427e+00 8.987381412987588414e-01 3.726037527146744410e-01 1.080114244140148311e-01 6.201608735950736931e-03 2.649255405332556762e-05 -1.374219999999999886e-01 7.144470551301125437e+06 +6.880000000000000000e+02 5.054064004557617729e+00 2.807307901630447855e+00 1.645838381033999598e+00 8.654932620771944585e-01 3.700554525273760387e-01 1.173979375014801846e-01 8.400433927211752375e-03 5.073358302884330661e-05 2.206190000000000095e-01 -3.390685896921726875e+06 +6.890000000000000000e+02 5.111748824415735193e+00 2.800962856788802302e+00 1.613065589992732862e+00 8.185519894739999858e-01 3.226893183390112108e-01 8.892121097241557914e-02 4.663303679541348258e-03 8.786952247362259894e-06 3.493129999999999846e-01 6.150387307767482102e+07 +6.900000000000000000e+02 4.901363167987818237e+00 2.705363778553179444e+00 1.560902833938749179e+00 7.936310553079396479e-01 3.145505128643109605e-01 8.593828286066670930e-02 4.005522202598548256e-03 7.085861367940327207e-06 -9.406299999999999384e-02 3.023216724148944393e+07 +6.910000000000000000e+02 5.123426377634277884e+00 2.798449953245184307e+00 1.608101936739454452e+00 8.104127579720005192e-01 3.118184045321346631e-01 8.094748965875558921e-02 3.489002288500737785e-03 6.006088215751096408e-06 -2.422229999999999939e-01 1.998751112671591341e+07 +6.920000000000000000e+02 4.836855533429348597e+00 2.613962520768646769e+00 1.466605749521609159e+00 7.150436458771501913e-01 2.716067094460539733e-01 7.528713329941257026e-02 4.384053693997693249e-03 1.777504379133217858e-05 -2.940079999999999916e-01 -1.490627932415251620e+07 +6.930000000000000000e+02 4.907435527503956507e+00 2.622664039297664118e+00 1.465112929062998059e+00 7.146602732732968422e-01 2.648057559035821851e-01 6.243023132311070061e-02 7.761970258913055472e-04 -4.631676877724489569e-05 -7.398099999999999676e-01 6.497551403330265312e+05 +6.940000000000000000e+02 4.918093104169355634e+00 2.625179532537186500e+00 1.463012012495105596e+00 7.098090554681359965e-01 2.598392362777108278e-01 5.944138964716933621e-02 2.460868039303651107e-04 -6.073309365931909979e-05 -8.246379999999999821e-01 -2.614205355467259651e+05 +6.950000000000000000e+02 1.425553624352867033e+00 7.241030416177247631e-01 3.757341409701446810e-01 1.494811308380229742e-01 1.794483710593964762e-02 -2.252882593975743045e-02 -7.390068224620091261e-03 -1.438664198064318128e-04 -1.478645999999999905e+00 -2.801534684318970889e+06 +6.960000000000000000e+02 4.171921655874040624e+00 2.249319590834428784e+00 1.286677290163098064e+00 6.663660579575619858e-01 2.879142075120851851e-01 9.433018097991735518e-02 6.893480062570260178e-03 4.415075725448371020e-05 3.938999999999999724e-01 7.393323071807739325e+06 +6.970000000000000000e+02 -2.861040835211591471e+00 -1.578535435983225765e+00 -9.116677294405556298e-01 -4.605079966795995738e-01 -1.780222233606470750e-01 -4.678894863790886843e-02 -1.975198945992054280e-03 -8.563017328843257906e-07 3.093339999999999979e-01 6.996037539538663812e+06 +6.980000000000000000e+02 -3.793539590099446190e+00 -2.100754822225802787e+00 -1.230647386893424233e+00 -6.423181505110348022e-01 -2.647491334139033814e-01 -7.741090273517756137e-02 -4.607740700238530281e-03 -2.030130259851260340e-05 -1.856859999999999900e-01 -2.595863934120600671e+07 +6.990000000000000000e+02 -1.857402387222614748e-02 6.169407737305643985e-02 9.917463343096145911e-02 1.063370405187520490e-01 8.014912345608378452e-02 3.975522700684816502e-02 5.242881455451373247e-03 6.847660426331508442e-05 6.791310000000000402e-01 -7.580277059557327069e+06 +7.000000000000000000e+02 -1.359525136511641419e+00 -5.657637375151025605e-01 -2.486930214321649568e-01 -9.479357439560821830e-02 -2.788505676075972439e-02 -2.394843445247846203e-03 1.455306076342866668e-03 3.674101215038954671e-05 2.382849999999999968e-01 -1.873213106972862408e+07 +7.010000000000000000e+02 2.799212553327703912e+00 1.229733192468456693e+00 5.663190429073075016e-01 2.379883725645963455e-01 1.039036378077962397e-01 4.465004783389547177e-02 4.704719119017475130e-03 3.190200304865637994e-05 5.915300000000000002e-01 -8.738345734235406853e+05 +7.020000000000000000e+02 7.149011986548723385e-01 2.892682385117882893e-01 1.243408747819475940e-01 4.703942361764837377e-02 2.110283480001994005e-02 1.409205733322059159e-02 2.831276495674709369e-03 3.856394929955053117e-05 4.868450000000000277e-01 -1.695829647868729196e+06 +7.030000000000000000e+02 1.880494323237620780e+00 7.816442677805445216e-01 3.328699463850149920e-01 1.205090039883630476e-01 4.808691237215501763e-02 2.773098976924067219e-02 5.673205946917845958e-03 1.091844291879137820e-04 1.055509000000000031e+00 1.180190025423529558e+07 +7.040000000000000000e+02 -2.343488736118611637e+00 -1.305755545027421416e+00 -7.674964170482895254e-01 -3.915851164385030225e-01 -1.420632776481897674e-01 -2.572651319631318392e-02 2.111435284706154100e-03 7.682869765460310473e-05 8.728529999999999900e-01 -1.418513179071407299e+06 +7.050000000000000000e+02 -1.998533396703309206e-01 -3.816687605905655367e-02 -1.222582295257334216e-02 -2.688210219479681903e-02 -4.134410679801663047e-02 -2.953162466173681056e-02 -4.143451746987275239e-03 -4.496715545820222440e-05 -6.326100000000000056e-01 3.935201399749547709e+05 +7.060000000000000000e+02 -3.193906684776353089e+00 -1.821410951395482591e+00 -1.101000676664651623e+00 -5.978022310672518325e-01 -2.563339010142483554e-01 -7.659186713598635510e-02 -4.709958594494235290e-03 -2.663828537189527143e-05 5.271999999999999777e-03 -2.417855380882923491e+06 +7.070000000000000000e+02 2.652558991483469963e+00 1.447509390800300944e+00 8.722367315229232476e-01 5.064973698051319362e-01 2.648365109148490548e-01 1.076087849637152594e-01 1.088867447976198631e-02 1.090048873760878412e-04 1.073650999999999911e+00 -7.065990099361145869e+06 +7.080000000000000000e+02 -3.100378192744259187e-01 -1.319619438970715541e-01 -5.922776532646726461e-02 -2.105872133815184233e-02 -8.763558603239310352e-03 -9.611657677767613747e-03 -3.645344792894193459e-03 -9.757786159293030653e-05 -6.051429999999999865e-01 7.751836566058320925e+06 +7.090000000000000000e+02 9.878777324905194668e-01 4.267009214178148491e-01 2.024423264468388217e-01 8.499255462081191370e-02 2.158526622003910725e-02 -3.715701562720008250e-03 -2.127746154312720826e-03 -2.586672252690858239e-05 -4.867500000000000160e-01 2.531698078954316676e+06 +7.100000000000000000e+02 6.861884127696838975e-01 2.803728157735053683e-01 1.643688441015636048e-01 1.245387864953909351e-01 9.344376556004256595e-02 4.862472585895742661e-02 5.956728126100520326e-03 6.482927720733411248e-05 7.616699999999999582e-01 -3.753380754479352385e+06 +7.110000000000000000e+02 -3.714723839454825427e-02 -2.384464584189301822e-02 -1.750903178377580596e-02 -1.952280087239221737e-02 -2.664856623351254811e-02 -2.131466739727827867e-02 -3.536373922267879895e-03 -4.591453817591094143e-05 -5.711979999999999835e-01 -8.711810231990393950e+05 +7.120000000000000000e+02 4.533963557516083043e-01 4.025897580766284456e-01 3.196883053880039127e-01 2.256055605485185467e-01 1.289185890538908086e-01 5.131847467127848006e-02 4.718114873933378604e-03 3.734987226148611444e-05 4.330820000000000225e-01 -4.244925009716401808e+06 +7.130000000000000000e+02 1.050321224801847197e+00 2.734640935558221853e-01 -2.585005228323830617e-02 -1.453838616967310648e-01 -1.395048095309128766e-01 -7.403913797505994043e-02 -1.068411547486220955e-02 -1.968046761897649017e-04 -1.599785000000000013e+00 -3.693421961252848152e+06 +7.140000000000000000e+02 -5.156516437376373219e+00 -2.850429839214322580e+00 -1.648499101290422653e+00 -8.374520514788099668e-01 -3.323637455092917636e-01 -9.521468317111095314e-02 -6.209955086505179397e-03 -4.452766948362370605e-05 3.559979999999999811e-01 2.769809786251062527e+07 +7.150000000000000000e+02 -1.330808826783056675e+00 -6.402670321386164654e-01 -3.640242895767345499e-01 -2.164269935003444167e-01 -1.267309199888583537e-01 -6.288564270748525642e-02 -1.055827172623351358e-02 -2.301797259848264879e-04 -1.659046999999999938e+00 -9.362924951857743785e+06 +7.160000000000000000e+02 1.130568184976018298e+00 5.792365832464853037e-01 3.228594243116290063e-01 1.711983191668715598e-01 8.680755963207599513e-02 3.933477930874363510e-02 5.817843130861116707e-03 1.180943789326927847e-04 8.161789999999999878e-01 2.242526375245169271e+06 +7.170000000000000000e+02 -3.180134983664646420e-01 -7.133801761524222185e-02 7.479558780939254969e-03 3.301073377116406360e-02 3.390423678706702693e-02 2.193298192786517775e-02 3.960987260909484137e-03 6.944108254984174668e-05 7.502159999999999940e-01 1.078548274847463146e+07 +7.180000000000000000e+02 5.753706967791210047e-01 3.329752400169871951e-01 2.221758113556849545e-01 1.540804320703897390e-01 1.017827294192935467e-01 4.882340118392625161e-02 5.053162573216335440e-03 3.992940303681811575e-05 6.347779999999999534e-01 5.360129651136947796e+06 +7.190000000000000000e+02 3.527144561771059728e+00 1.951997629603762663e+00 1.148734978616495539e+00 6.160866397646724835e-01 2.763459875665434939e-01 9.449666809929999078e-02 8.141567668227357724e-03 7.631683346740928504e-05 5.141670000000000407e-01 -3.301280549357345793e+06 +7.200000000000000000e+02 2.508485749192036485e-01 1.711531549217807091e-01 1.582835438213940626e-01 1.530759148292135108e-01 1.296467337775390471e-01 7.637950895552519937e-02 1.112040204398743667e-02 1.355282422738638337e-04 1.943430999999999909e+00 2.344502143500191346e+07 +7.210000000000000000e+02 -2.927229033269723502e+00 -1.519371279605452374e+00 -8.088003725310137781e-01 -3.581967803063460520e-01 -1.066339410542566785e-01 -1.359138278324777994e-02 1.234471507194003816e-03 1.577457859146008423e-05 4.651669999999999972e-01 -1.213339232045154832e+07 +7.220000000000000000e+02 -2.159529938057542342e+00 -1.209398988319283053e+00 -7.113063257409965034e-01 -3.750802153869209343e-01 -1.644397321855153304e-01 -5.721671267320772164e-02 -5.258950776590401444e-03 -4.143818292058269834e-05 -3.863900000000000112e-01 6.052788023869452067e+06 +7.230000000000000000e+02 -4.397228418220580637e-01 -3.530668263238244675e-01 -2.729049992331096797e-01 -1.883285753462672352e-01 -1.004253208386185758e-01 -3.435479018319598926e-02 -2.080418110326756088e-03 -8.053843645607075826e-06 -1.845899999999999971e-02 4.161024456200317014e+06 +7.240000000000000000e+02 -2.039804783024476986e-01 -1.640708514278790553e-01 -1.483029743053922711e-01 -1.194455706092246439e-01 -6.495692607112045491e-02 -1.798186634731222672e-02 -2.303013468747994760e-04 6.341307345797936827e-06 1.285709999999999908e-01 -2.753728655229448341e+06 +7.250000000000000000e+02 -5.825824006350389661e-01 -2.037272754584155132e-01 -7.153210312741295485e-02 -2.056599108616485871e-02 -5.431608046173257154e-03 -8.880305591545626515e-04 2.074534196097941436e-04 5.774190637320195758e-06 1.601819999999999911e-01 8.425886494031509385e+06 +7.260000000000000000e+02 -1.780221909715148154e+00 -6.009340820213912027e-01 -1.494629841241852941e-01 3.168928246891492689e-02 5.721739667244401389e-02 2.813111728745161175e-02 2.567969880436843030e-03 1.651678370880303612e-05 3.850410000000000221e-01 2.452146739183601458e+06 +7.270000000000000000e+02 4.410942856876378215e+00 2.477680660571067506e+00 1.481193833783886582e+00 8.063046319120916738e-01 3.581782757020011698e-01 1.142484590488363483e-01 7.745433380564670407e-03 4.414013346072488073e-05 -7.207999999999999997e-03 -1.476549609721144103e+07 +7.280000000000000000e+02 4.382090411003449759e+00 2.394860621628664532e+00 1.360938284100008167e+00 6.768877909765146361e-01 2.684620062832637211e-01 8.141845162471939013e-02 6.216487869440315457e-03 5.545807168047002105e-05 -2.317130000000000023e-01 -4.262574029519627243e+07 +7.290000000000000000e+02 2.122407053532830989e+00 1.309098154145883930e+00 8.511857017476903708e-01 5.017359841650905761e-01 2.312231917901036993e-01 6.912421368733269456e-02 3.060399374594222066e-03 -2.436215863341203626e-06 -9.172900000000000498e-02 1.790666904218317941e+07 +7.300000000000000000e+02 -4.423209350863728240e-01 -1.918002764720168896e-01 -8.291480243651960791e-02 -2.445154906637635184e-02 1.884378398428560031e-03 6.079545820048312676e-03 7.644699379723171552e-04 -1.367646864388323738e-06 2.209530000000000105e-01 5.855078631406091154e+06 +7.310000000000000000e+02 -2.378186610686084279e+00 -1.346177171722185095e+00 -7.936365115605540366e-01 -4.177839001513533046e-01 -1.807088991071928441e-01 -5.989993286421987917e-02 -5.057272203625089689e-03 -4.892112066781817328e-05 -2.848680000000000101e-01 3.221019853155907709e+06 +7.320000000000000000e+02 3.948543839113636711e+00 2.171780840775914267e+00 1.258961141511886428e+00 6.480104921101568216e-01 2.608734397041139741e-01 7.206305559840810171e-02 3.329265389941263396e-03 2.063942745890845934e-06 -9.122099999999999653e-02 2.099840994022152573e+07 +7.330000000000000000e+02 -4.368030477358504804e+00 -2.456179656799133415e+00 -1.463947975533525181e+00 -7.853948575108763430e-01 -3.385918495951081852e-01 -1.062529738100888299e-01 -7.875434189360833170e-03 -6.171475854667081461e-05 -4.626830000000000109e-01 -2.116803237525355443e+07 +7.340000000000000000e+02 2.189500441702702638e+00 1.224838355678846913e+00 7.046998267960411511e-01 3.451447425506304345e-01 1.181695226828456541e-01 2.165287615504287236e-02 -4.762288092075590959e-05 -5.168609096257622438e-06 -1.706479999999999941e-01 2.546761254333177954e+07 +7.350000000000000000e+02 -1.909979297558711542e+00 -1.134548602041951737e+00 -7.019401277496365443e-01 -3.954282465755473708e-01 -1.914645556635178880e-01 -7.478166119962091629e-02 -8.069705296191234667e-03 -9.331165108839558828e-05 -9.483239999999999448e-01 -7.226963007101748139e+06 +7.360000000000000000e+02 -3.156315596705630444e+00 -1.597114418094625732e+00 -8.572162245561953942e-01 -4.171276017474999653e-01 -1.737038552421401871e-01 -5.542348163120265625e-02 -3.760071754862791011e-03 -2.543257796479837549e-05 -3.720300000000000273e-01 -2.529401150322031975e+07 +7.370000000000000000e+02 -2.252841522923717310e+00 -1.239892553252690544e+00 -7.254316333621358970e-01 -3.832386328633721750e-01 -1.607007298454241062e-01 -4.481967934436921486e-02 -1.820111256865357885e-03 -1.767294016261138035e-06 1.052639999999999965e-01 -1.313009198131383583e+07 +7.380000000000000000e+02 -2.071427879540621575e-02 6.066630153034677231e-02 9.835001141516508394e-02 1.043414020607855153e-01 7.236246285892823649e-02 2.961739925848748053e-02 2.679923678783071271e-03 2.212494718492728315e-05 3.040329999999999977e-01 2.080553059944838751e+06 +7.390000000000000000e+02 -8.730891226591295240e-01 -4.111743523953135249e-01 -1.757309645282204846e-01 -3.924753615979590521e-02 1.435000064289386132e-02 1.623251035895564506e-02 2.815236679189741815e-03 3.237296507590626209e-05 4.853500000000000036e-01 -3.854792038134919014e+06 +7.400000000000000000e+02 4.658110118285763157e+00 2.630494637069628272e+00 1.586041029983544792e+00 8.770707922179336036e-01 4.081460102102671406e-01 1.471895631479064881e-01 1.425057301735415012e-02 1.640743050017357560e-04 1.217101999999999906e+00 3.294065840412997641e+06 +7.410000000000000000e+02 2.726924077258884971e+00 1.305722394403138420e+00 6.907946335831957052e-01 3.651195073805441615e-01 1.967563263215423852e-01 9.162409711683483504e-02 1.241763575943944861e-02 2.078290067851480780e-04 1.867115999999999998e+00 1.686332445538811386e+07 +7.420000000000000000e+02 2.496071453340729940e-01 1.391240728552186334e-01 1.060779869230316641e-01 8.759709787809373538e-02 5.693766767459966516e-02 2.214217131149949155e-02 1.596368739147672241e-03 8.185535946936145445e-06 1.492269999999999985e-01 3.770414065922758542e+06 +7.430000000000000000e+02 -1.053135288588428864e+00 -5.839122355046834079e-01 -3.172571136733167707e-01 -1.293827196972687221e-01 -2.141889126074112554e-02 7.510270238450955475e-03 1.507321364085838136e-03 8.010546897871725626e-06 1.589540000000000119e-01 -1.706501196562771872e+07 +7.440000000000000000e+02 -1.782795871467457216e+00 -1.021522149953800085e+00 -6.440820927085191272e-01 -3.861388221736621329e-01 -1.940717103547171807e-01 -6.787180063678507902e-02 -4.664529652063218249e-03 -2.240311692425768589e-05 -9.931700000000000250e-02 8.771678355172034353e+06 +7.450000000000000000e+02 1.039370047971262423e+00 4.321919503801140983e-01 1.900810173792563396e-01 7.849394571920328967e-02 3.854847950638232851e-02 1.989633275239575949e-02 2.453599984841619164e-03 1.845970125884242483e-05 2.962919999999999998e-01 -2.734919382870587055e+06 +7.460000000000000000e+02 -4.639735865458639030e-01 -3.518818748610244573e-01 -2.555625615902951120e-01 -1.628449357551350341e-01 -8.381160427395951962e-02 -3.175814210894669504e-02 -3.203486358239876312e-03 -4.018246440536434592e-05 -1.168970000000000009e-01 1.982017354332282767e+07 +7.470000000000000000e+02 -5.596477139556688130e-01 -1.283562136370038909e-01 4.883323188129601311e-02 1.132062964440560121e-01 9.012425301303497727e-02 3.577828284015510674e-02 1.917910146147268867e-03 1.376579325594462912e-06 1.470370000000000010e-01 8.282945739302474074e+06 +7.480000000000000000e+02 7.838074916829306238e-01 1.559457019789085019e-01 -9.155802093451535784e-02 -1.754108636228036144e-01 -1.476133088421454631e-01 -7.445506301121179726e-02 -8.429857940419697646e-03 -7.616973992475904547e-05 -1.291576000000000057e+00 -7.744836205149458721e+06 +7.490000000000000000e+02 2.026278981695217141e+00 1.086386710951539714e+00 6.326004226529712282e-01 3.417702126961914555e-01 1.540634914473373862e-01 4.971531097369289581e-02 3.098163667057284975e-03 1.230020514903904518e-05 1.763730000000000020e-01 1.201733106514886394e+07 +7.500000000000000000e+02 -4.666538329304304789e+00 -2.622890998358684111e+00 -1.542550501699128551e+00 -8.020114638547261032e-01 -3.309051201663944508e-01 -1.002698801285897834e-01 -6.769697011149629698e-03 -3.818620571294079183e-05 6.794300000000000339e-02 1.164499659220542014e+07 +7.510000000000000000e+02 -4.726650225288274498e+00 -2.653558040168514598e+00 -1.554473752484920590e+00 -8.050473441823027265e-01 -3.274221361627044913e-01 -9.244627444648642611e-02 -4.758582381233245409e-03 -1.653874461140033983e-05 5.018380000000000063e-01 1.414426586064416729e+07 +7.520000000000000000e+02 -4.898845555368147586e+00 -2.793890842756565185e+00 -1.679509243240946637e+00 -9.114437394627648015e-01 -4.047235955456132128e-01 -1.336082967748971895e-01 -1.030834894306499432e-02 -7.285420619298562273e-05 -6.875769999999999937e-01 -2.310448007867970318e+07 +7.530000000000000000e+02 -4.546398852046908523e+00 -2.543071059333525064e+00 -1.494756668087254825e+00 -7.913679272049517488e-01 -3.416990905420783653e-01 -1.060841138851086468e-01 -6.197481797282472157e-03 -1.337986636526371298e-05 2.729000000000000089e-03 -7.105432785793411545e+06 +7.540000000000000000e+02 -4.793811391305941250e+00 -2.757123909095827052e+00 -1.667486657177621900e+00 -9.051825555626621389e-01 -3.978750934967437147e-01 -1.294499171504840673e-01 -1.016621252095901810e-02 -9.413983766000996040e-05 -3.246939999999999826e-01 7.431909039703695104e+06 +7.550000000000000000e+02 -4.650186709319078737e+00 -2.651963744134838930e+00 -1.596710195105646157e+00 -8.785201518135664633e-01 -4.107517214577808828e-01 -1.513231128854784779e-01 -1.535211674663325768e-02 -1.779953317802132943e-04 -1.462355999999999989e+00 -6.124521271297617815e+06 +7.560000000000000000e+02 -4.864603490599153091e+00 -2.883423117694330795e+00 -1.810262683240077219e+00 -1.042294132406557772e+00 -5.044773916681434267e-01 -1.868067268229113564e-01 -1.803278131823193159e-02 -1.878201011738078036e-04 -1.315282000000000062e+00 2.020292734277347475e+07 +7.570000000000000000e+02 -4.642213643075759677e+00 -2.752602627521295808e+00 -1.697914834420429564e+00 -9.314358970451447339e-01 -4.045133246255495085e-01 -1.258463324178923926e-01 -8.833439600228115696e-03 -6.465457228840758926e-05 -2.300550000000000095e-01 -1.200886642087877542e+07 +7.580000000000000000e+02 -3.989718922256110467e+00 -2.077688656734917760e+00 -1.106592494085040679e+00 -5.028814809846167133e-01 -1.782551211368387234e-01 -4.739728726056910424e-02 -2.838319390901368304e-03 -1.747782499700482610e-05 -1.251990000000000047e-01 -2.058925822387724370e+07 +7.590000000000000000e+02 -4.056981579769773916e+00 -2.143032446899854282e+00 -1.176753396242915972e+00 -5.560441010017512786e-01 -1.928316581843668998e-01 -4.062728174561765909e-02 -6.174871148442951036e-04 8.196562176001045684e-06 6.475210000000000132e-01 1.350937353795483522e+07 +7.600000000000000000e+02 -3.965879456269368664e+00 -2.153180963357963940e+00 -1.201836564971848986e+00 -5.744618751316024063e-01 -2.104568898722406767e-01 -5.909207243937276977e-02 -5.123982413577548092e-03 -5.854077516120657725e-05 -1.729799999999999949e-01 7.262126838487852365e+06 +7.610000000000000000e+02 -4.234852489950299059e+00 -2.275608254460092628e+00 -1.276529756729009035e+00 -6.247052180612128192e-01 -2.315974468388252994e-01 -5.635801214978154033e-02 -2.197689470783531149e-03 -1.187070563096785627e-05 3.828599999999999781e-01 1.078818906805249397e+06 +7.620000000000000000e+02 -4.038411117399177463e+00 -2.285191203930709847e+00 -1.341835139999988380e+00 -6.834343330205687739e-01 -2.616668010243481390e-01 -6.714421172401791038e-02 -3.012001297958307594e-03 -8.397479699251471176e-06 4.218299999999999828e-01 1.685944367809755262e+06 +7.630000000000000000e+02 -4.008620803883598427e+00 -2.225470077619497999e+00 -1.291385258546017045e+00 -6.605141669768590518e-01 -2.669198749196510789e-01 -7.892648572673599539e-02 -5.193667898730639290e-03 -3.160903871061581679e-05 -1.516889999999999905e-01 -1.228700795435898378e+07 +7.640000000000000000e+02 -4.258927234927558203e+00 -2.425105406947217990e+00 -1.436069744158517292e+00 -7.461482588111123526e-01 -3.011979021187489169e-01 -8.515180416524083251e-02 -4.609176484005446384e-03 -1.698038400324337096e-05 4.730500000000000260e-01 1.835630413057700172e+07 +7.650000000000000000e+02 -3.861657259294950073e+00 -2.226424015484421481e+00 -1.328759741099247993e+00 -6.882460167016027919e-01 -2.652584941202206226e-01 -6.532987851400055834e-02 -2.237576289416691802e-03 -8.547700298307574966e-07 6.112990000000000368e-01 1.448158316526516806e+06 +7.660000000000000000e+02 -3.965407930531255953e+00 -2.339252352572773308e+00 -1.455278829745240587e+00 -8.188152778483612781e-01 -3.735671340691602005e-01 -1.237976093774562636e-01 -8.972710980900733962e-03 -5.679449267651695256e-05 -3.991029999999999855e-01 -1.000764625151724182e+07 +7.670000000000000000e+02 -3.974649737065541810e+00 -2.325043072957272638e+00 -1.432829619759012907e+00 -7.953775702256128399e-01 -3.540013986475205043e-01 -1.126181704086603869e-01 -7.782838953458805220e-03 -4.462605065221027305e-05 -1.232710000000000056e-01 1.166816950762766646e+06 +7.680000000000000000e+02 -4.206970955785439337e+00 -2.478912981956458594e+00 -1.547062346363317742e+00 -8.862868583780854070e-01 -4.229477699336916530e-01 -1.494020193475604497e-01 -1.234480905014763430e-02 -9.357684250744091462e-05 -4.874660000000000104e-01 2.614077172322690487e+07 +7.690000000000000000e+02 -3.942420174957617540e+00 -2.370093865822588519e+00 -1.485169630276040653e+00 -8.302375212180705955e-01 -3.691443900408671874e-01 -1.177980183234446920e-01 -8.633606350686388181e-03 -6.830561961733385876e-05 -8.526400000000000645e-02 9.271292503170331940e+06 +7.700000000000000000e+02 -3.901944665698541037e+00 -2.390487278232106050e+00 -1.550710857636717233e+00 -9.288488549212337020e-01 -4.658542602963063883e-01 -1.754070313189143027e-01 -1.782583688528592558e-02 -2.497466819902137230e-04 -1.367793999999999954e+00 2.083056287115477398e+07 +7.710000000000000000e+02 -3.692365410332406395e+00 -2.247632808876464772e+00 -1.437506817392185665e+00 -8.462211137863177024e-01 -4.255947757693713251e-01 -1.695713344363863062e-01 -1.988740453653773527e-02 -2.878045512374956022e-04 -2.526343999999999923e+00 -3.368842039713579416e+07 +7.720000000000000000e+02 -3.411670783752902558e+00 -1.611268313788483564e+00 -7.429464515260577606e-01 -2.469501249779721963e-01 -2.872324908090762713e-02 1.698421590717475588e-02 5.069284170055473465e-03 1.024703443887567969e-04 8.195440000000000502e-01 -1.686409544519529492e+07 +7.730000000000000000e+02 -3.409609386932664687e+00 -1.609301062905361679e+00 -7.411425318446822619e-01 -2.453556603240623912e-01 -2.749230474626356002e-02 1.767916934581568317e-02 5.187934065157068925e-03 1.047163925898232585e-04 8.371229999999999505e-01 -1.691163580356064811e+07 +7.740000000000000000e+02 -3.460586139903718106e+00 -1.662502235663137151e+00 -7.918652301508668501e-01 -2.911137199033322354e-01 -6.324155645466676690e-02 -2.737590376080412721e-03 1.607004597129990621e-03 3.456058612096032739e-05 2.781049999999999911e-01 -1.840613318068825081e+07 +7.750000000000000000e+02 -3.483859003462494552e+00 -1.688133724199804897e+00 -8.165237273207681667e-01 -3.131991919698040583e-01 -8.026031561960807192e-02 -1.225607252663052371e-02 2.485839260961023606e-05 6.404008393583981217e-06 5.614500000000000046e-02 -1.708245027957441285e+07 +7.760000000000000000e+02 -3.431459531662005347e+00 -1.711064986153935763e+00 -8.699334943008870669e-01 -3.738653863435829061e-01 -1.276563718177186058e-01 -3.596950700595351325e-02 -2.682816553471553938e-03 -1.558324367654639870e-05 -2.103230000000000099e-01 -8.721774861658269539e+06 +7.770000000000000000e+02 -3.327470796473792181e+00 -1.687859358364668161e+00 -8.650888601098212227e-01 -3.444731414468417130e-01 -6.841847880142580551e-02 1.147121277533724899e-02 5.159777768065160891e-03 7.969927160905636927e-05 1.016661000000000037e+00 -1.496956318753104843e+07 +7.780000000000000000e+02 -3.306516610683933877e+00 -1.748799784118952205e+00 -9.487404349794786862e-01 -4.282981011674974470e-01 -1.312895229395742991e-01 -2.089999552610517786e-02 1.761865661036548895e-04 3.444684547256811690e-06 7.788599999999999968e-01 3.216859672839612886e+07 +7.790000000000000000e+02 -3.614486589071030043e+00 -1.845162060034903684e+00 -9.817970404114626515e-01 -4.470671246173252844e-01 -1.502039240629717831e-01 -3.298098644023776671e-02 -1.160362505855403858e-03 -3.276256773590380353e-06 1.833390000000000020e-01 -2.351870546533831395e+06 +7.800000000000000000e+02 -3.275080041289585076e+00 -1.697401227860428685e+00 -9.214166829643535284e-01 -4.524507739894174652e-01 -2.011130827602826687e-01 -8.271286855331067001e-02 -1.224157611979433645e-02 -2.524537698595058738e-04 -1.628057000000000087e+00 -9.434322005406216485e+05 +7.810000000000000000e+02 -3.904806344644871974e+00 -2.115120731918098240e+00 -1.175672193183601832e+00 -5.579804567076360744e-01 -2.024901694039746847e-01 -5.653253361555118234e-02 -4.827469039617206248e-03 -5.199877530541384228e-05 -8.518199999999999383e-02 1.439673398612419143e+07 +7.820000000000000000e+02 -3.735377715465338255e+00 -2.071702660219473469e+00 -1.220052173539159401e+00 -6.479805539138323578e-01 -2.758201067230055537e-01 -8.182919017820924901e-02 -4.374825103869398914e-03 -1.342229819573717418e-05 6.676100000000000090e-02 -1.075031808625262417e+07 +7.830000000000000000e+02 -3.843816979322448812e+00 -2.127247493341622331e+00 -1.232176266665502729e+00 -6.262352800032962019e-01 -2.435191013295452400e-01 -6.266991148908697407e-02 -2.310218732261014579e-03 1.156154368453292755e-06 9.012670000000000403e-01 4.344895023437610269e+07 +7.840000000000000000e+02 -3.361566942604693242e+00 -1.889734543455972027e+00 -1.118904655854189079e+00 -5.964356869767007963e-01 -2.563881343574425098e-01 -7.927488919322218941e-02 -5.477130216824435335e-03 -3.990291182498302336e-05 -6.837000000000000195e-03 1.150989206570958905e+07 +7.850000000000000000e+02 -3.319533804394010801e+00 -1.928936914129134150e+00 -1.164890911696632836e+00 -6.201670882529374262e-01 -2.528022746400107046e-01 -6.855961463959851787e-02 -3.345399285277040908e-03 -1.506816505568951783e-05 3.772039999999999837e-01 8.708507542114857584e+06 +7.860000000000000000e+02 -3.591724208954159003e+00 -2.105255120385141954e+00 -1.314039603232216580e+00 -7.507236900119300671e-01 -3.455105598350698415e-01 -1.093270691987110882e-01 -6.375510006421268062e-03 -2.182203176784472157e-05 1.797459999999999891e-01 9.545742292809581384e+06 +7.870000000000000000e+02 -3.187513649556928286e+00 -1.869066071438934440e+00 -1.162380150044383109e+00 -6.606181348604177606e-01 -3.086254883765686685e-01 -1.045934180363048693e-01 -7.657534183942268230e-03 -4.408132803381463693e-05 -5.854350000000000387e-01 -2.707710890546379611e+07 +7.880000000000000000e+02 -3.096577899215009033e+00 -1.912762822394802109e+00 -1.242281547244963535e+00 -7.241772869316009942e-01 -3.303562865300821993e-01 -1.033793198702141897e-01 -6.599338006085453921e-03 -3.806276324958931981e-05 1.677639999999999965e-01 1.713237721645946428e+07 +7.890000000000000000e+02 -3.548912267287632538e+00 -2.149540431638635063e+00 -1.366170457364920043e+00 -7.806923763664240790e-01 -3.541822502289271313e-01 -1.132194509469051369e-01 -7.823326768905876707e-03 -4.657787513779445079e-05 -4.830000000000000092e-03 1.337155997739746049e+07 +7.900000000000000000e+02 -3.098436255676197515e+00 -1.922803808723279051e+00 -1.257823815533414269e+00 -7.422478665154734756e-01 -3.449063278638698771e-01 -1.099006211732631022e-01 -6.871316202168415398e-03 -3.088446564216147091e-05 1.175500000000000017e-01 1.195582080899671465e+07 +7.910000000000000000e+02 -3.105176944214623092e+00 -1.930521050970587460e+00 -1.266876670339947442e+00 -7.526508844581552005e-01 -3.546198405768483664e-01 -1.155351242434272813e-01 -7.534893284208677398e-03 -3.504460134914641429e-05 -1.099999999999999971e-05 9.419692743812309578e+06 +7.920000000000000000e+02 -2.948869678298128072e+00 -1.915935960648851522e+00 -1.289890522080440194e+00 -7.906205102807606355e-01 -4.033051773810428231e-01 -1.570189571658408278e-01 -1.724473747848080316e-02 -2.483390109986594843e-04 -1.729467000000000088e+00 3.703163321376671083e+06 +7.930000000000000000e+02 -3.533350793097772780e+00 -2.240804089148655365e+00 -1.471991605574454187e+00 -8.707670965184777234e-01 -4.145949434489168417e-01 -1.421721143792517572e-01 -1.159972023355612843e-02 -1.057564359300042749e-04 -8.276259999999999728e-01 -2.134769340049241111e+07 +7.940000000000000000e+02 -2.876148797322175987e+00 -1.148032233676189007e+00 -3.568494734557279280e-01 3.975101376351861115e-02 1.382598255564624345e-01 8.544822347603125978e-02 1.326322885716932701e-02 2.752879749136244751e-04 2.072620000000000129e+00 -1.018530764662523009e+07 +7.950000000000000000e+02 -2.914530552713417322e+00 -1.192884476706185248e+00 -4.033328874974850820e-01 -3.231890079729321519e-03 1.059861209268920523e-01 6.849248256005838198e-02 1.096359220533664816e-02 2.469487546640548067e-04 1.731456000000000106e+00 -7.285570803982617334e+06 +7.960000000000000000e+02 -2.885611327926927761e+00 -1.203893906221638277e+00 -4.637083287781511021e-01 -1.028448543929837977e-01 1.171551223286814575e-02 1.613610874724612579e-02 1.664601708619928939e-03 -1.237247112748802957e-06 2.180700000000000000e-02 -2.878860938944905624e+07 +7.970000000000000000e+02 -2.888744525841858479e+00 -1.202057134539233241e+00 -4.575592482063133848e-01 -9.328305889278493135e-02 2.155503412547039518e-02 2.241444669107148235e-02 2.732656807539280645e-03 1.440198403291753491e-05 1.862779999999999991e-01 -2.994320024048926309e+07 +7.980000000000000000e+02 -3.377541964834133825e+00 -1.584191816511655526e+00 -7.208211592777424848e-01 -2.290311277602281315e-01 -1.596884200312939997e-02 2.336656274619836049e-02 5.821565457477403949e-03 1.060020041289424874e-04 9.359370000000000189e-01 -1.571342991595273651e+07 +7.990000000000000000e+02 -3.188819328797484864e+00 -1.435977858742025992e+00 -6.197113853531519556e-01 -1.737177134387505872e-01 3.180833563453708268e-03 2.327388104266529464e-02 3.009735384471145386e-03 1.382410213710200558e-05 6.821479999999999766e-01 1.372233903019226156e+07 +8.000000000000000000e+02 -2.763707369166209293e+00 -1.214057723583999104e+00 -5.310971852008349314e-01 -1.952768780601671084e-01 -7.034577725489105093e-02 -2.741478827585518141e-02 -3.019662293419300789e-03 -2.933617310273754935e-05 -3.040539999999999909e-01 3.903138766117476393e+06 +8.010000000000000000e+02 -3.368341595348276929e+00 -1.605889986809039716e+00 -7.542466344408716994e-01 -2.658069157370731017e-01 -4.860156403577488293e-02 2.050175712632260061e-03 1.398079301924269645e-03 1.529087938378974966e-05 3.184489999999999821e-01 -6.485608437212945893e+06 +8.020000000000000000e+02 -3.207719879334348878e+00 -1.536732521090003356e+00 -7.611782686941648279e-01 -3.345377514022722654e-01 -1.427244300288244561e-01 -6.559358807459381158e-02 -1.128302137378981579e-02 -2.398158614598513907e-04 -1.767800000000000038e+00 -9.499653565232682973e+06 +8.030000000000000000e+02 -2.833260797068695158e+00 -1.362212699467251431e+00 -6.571188189962335890e-01 -2.583406998823652989e-01 -8.040981822740597695e-02 -2.544830544150081947e-02 -3.352087943450786367e-03 -4.132205309592326263e-05 -3.061690000000000245e-01 7.845955973579334095e+06 +8.040000000000000000e+02 -2.772826311822448098e+00 -1.409249336212140102e+00 -7.186898681570299541e-01 -2.912488918055321507e-01 -7.203351006821816227e-02 -4.463186707948357118e-03 1.455724618542879279e-03 1.930016948082458205e-05 5.330080000000000373e-01 3.363360127332254313e+06 +8.050000000000000000e+02 -2.853607400014372963e+00 -1.496938216278118849e+00 -7.897257486591890974e-01 -3.423083335689182660e-01 -1.019468113505891671e-01 -1.512008822091421775e-02 1.046445393784872779e-03 1.689804106086086765e-05 2.524410000000000265e-01 -3.094541755184777826e+07 +8.060000000000000000e+02 -2.997821530586560090e+00 -1.632193192537327864e+00 -9.199398928552499077e-01 -4.426195986294006457e-01 -1.528185634796722092e-01 -2.990122789544177526e-02 3.768828117362924826e-04 1.824311082865687466e-05 1.009759000000000073e+00 3.954258415489497781e+07 +8.070000000000000000e+02 -3.069659633484863814e+00 -1.665613645398565712e+00 -9.340859877441741732e-01 -4.491037599727665808e-01 -1.571302091969433712e-01 -3.254288273168044060e-02 -2.910062599885611823e-04 7.920108281676452010e-06 7.006759999999999655e-01 2.036240665723802149e+07 +8.080000000000000000e+02 -2.543866912752069442e+00 -1.367280697987419913e+00 -7.815360010112574196e-01 -4.051075603742541054e-01 -1.769239593216760109e-01 -6.133164708877509447e-02 -5.592435109913944900e-03 -5.369936949297847239e-05 -4.496700000000000141e-01 2.881177379278512206e+06 +8.090000000000000000e+02 -3.007535429279130756e+00 -1.626891371107615170e+00 -9.259807209406485384e-01 -4.726037586459924666e-01 -1.985014994554223089e-01 -6.340730191708399133e-02 -4.915652776351338640e-03 -3.494566078709443994e-05 -1.905219999999999969e-01 6.252133478895501234e+06 +8.100000000000000000e+02 -3.033615947170764660e+00 -1.756994439886323089e+00 -1.043939362947008398e+00 -5.319411501941199161e-01 -1.969019670236290542e-01 -4.502584488272709518e-02 -1.419048448204133974e-03 -3.028964115392910299e-06 5.498920000000000474e-01 1.123518745060067438e+07 +8.110000000000000000e+02 -2.493370376886149042e+00 -1.433760826721282022e+00 -8.636443797714408177e-01 -4.594067653253651184e-01 -1.895530134584357540e-01 -5.473163909215991718e-02 -3.130937145518397548e-03 -1.193680872176567414e-05 3.974110000000000142e-01 3.537388565994466841e+07 +8.120000000000000000e+02 -2.382637647780339485e+00 -1.456461944201285164e+00 -9.155387913405673705e-01 -5.026930354735523743e-01 -2.079224816508156715e-01 -5.438049088910209411e-02 -1.406106996387993012e-03 1.341755596405118960e-05 7.008000000000000340e-02 -4.421379752793278545e+07 +8.130000000000000000e+02 -2.745392424198282999e+00 -1.687737537906105034e+00 -1.060232481190780840e+00 -5.800140806152561668e-01 -2.406689019079894798e-01 -6.673047464002937468e-02 -3.326753001622559294e-03 -1.365979729159149124e-05 3.158929999999999794e-01 5.635886327436506748e+06 +8.140000000000000000e+02 -2.786016461051981974e+00 -1.731062911567600171e+00 -1.115856268757973169e+00 -6.380472878846956686e-01 -2.831002370414357761e-01 -8.580381000373138445e-02 -5.171664059971672889e-03 -2.588423844412120659e-05 2.193039999999999989e-01 1.375715181875287369e+07 +8.150000000000000000e+02 -2.411804872586634119e+00 -1.507078161153499796e+00 -9.781847463216609695e-01 -5.735106107413787679e-01 -2.733343380822881308e-01 -9.458880737046579390e-02 -7.291927084559413422e-03 -4.438149912759055740e-05 -3.310790000000000122e-01 8.118359975098489784e+06 +8.160000000000000000e+02 -2.599885085906089799e+00 -1.668710062235639446e+00 -1.120967150582166783e+00 -6.913449632973481807e-01 -3.583420460542663943e-01 -1.423913931367806474e-01 -1.542396776756530669e-02 -1.924187559680060489e-04 -1.682679000000000036e+00 -3.596167172950542066e+06 +8.170000000000000000e+02 -2.874343477078733500e+00 -1.804883390108864338e+00 -1.183248215896963496e+00 -6.924305697236358137e-01 -3.131902168732458858e-01 -9.592143854573492723e-02 -6.203191129570925430e-03 -3.915047647620194157e-05 2.887599999999999889e-02 4.302164353306780569e+06 +8.180000000000000000e+02 -2.587257677344342977e+00 -1.671701392748771386e+00 -1.134410679362501950e+00 -7.119003418968287145e-01 -3.795812400953413324e-01 -1.569855390172723297e-01 -1.876707158491432506e-02 -2.931959149439570785e-04 -2.213446999999999942e+00 -2.584502328670586925e+06 +8.190000000000000000e+02 -2.767714631008431514e+00 -1.801956747748952425e+00 -1.226191852896972190e+00 -7.676286207621838553e-01 -3.989712775703566083e-01 -1.520470862001818413e-01 -1.382832555785788557e-02 -1.094395808654083108e-04 -1.007937000000000083e+00 1.670548090240252763e+07 +8.200000000000000000e+02 -2.806311488367712048e+00 -1.130409258053538313e+00 -3.700828440668982311e-01 3.293685233141968594e-03 9.123630607081853472e-02 4.804170622918614575e-02 3.904690967782410357e-03 1.401671825902370532e-05 4.978509999999999880e-01 -9.739155762202398852e+06 +8.210000000000000000e+02 -2.802520432367115788e+00 -1.133348197108025479e+00 -3.765053851943865326e-01 -4.862383761508604074e-03 8.374121988624777524e-02 4.351652425558642096e-02 3.199744357744339386e-03 5.409969485433742737e-06 3.881189999999999918e-01 -9.057302235847745091e+06 +8.220000000000000000e+02 -2.469795856398008915e+00 -9.042068989924307854e-01 -2.592054161892006769e-01 2.339722812170084293e-02 7.483538154376750962e-02 3.602366538361963244e-02 2.764341065748448373e-03 1.354380942830138166e-05 3.814119999999999733e-01 3.481959130231829826e+06 +8.230000000000000000e+02 -2.785822228185178329e+00 -1.147554088658296223e+00 -4.061692668976545906e-01 -4.127695885017068633e-02 5.183432822218008579e-02 2.553807330369151779e-02 8.314296597520601240e-04 -1.479468508291113882e-05 8.864000000000000351e-03 -8.705288487512370571e+06 +8.240000000000000000e+02 -2.262008174420106599e+00 -8.853529098066622582e-01 -3.170959708747019823e-01 -6.547663193697209061e-02 -5.303294647258454363e-04 1.397177683752199055e-03 4.581146458017214783e-04 2.783838268385773024e-05 -2.232400000000000009e-02 -1.314004589483780041e+07 +8.250000000000000000e+02 -2.288591949222755773e+00 -9.058574374358581149e-01 -2.986808586173398949e-01 -1.636562737208248700e-02 5.278647160104292524e-02 3.483976673185337769e-02 5.285386471470076945e-03 7.596635938447043618e-05 1.065236999999999989e+00 1.225393942542229407e+07 +8.260000000000000000e+02 -2.570302790480500921e+00 -1.183538305801095314e+00 -5.310178299357355414e-01 -1.683886676859881193e-01 -1.595361704872517300e-02 1.133144371518275510e-02 1.911102856845680155e-03 1.228011854005102472e-05 6.108360000000000456e-01 1.972251545153110847e+07 +8.270000000000000000e+02 -2.527614064689974516e+00 -1.103567109397803225e+00 -4.536089748643898911e-01 -1.322265240057650670e-01 -2.669963209195564541e-02 -6.322130363679618996e-03 -2.938988702880488855e-04 2.224507243913833099e-06 2.142570000000000030e-01 8.632487773090200499e+06 +8.280000000000000000e+02 -2.146555242345537629e+00 -9.585123811367323166e-01 -4.053933193550418590e-01 -1.332280235037586746e-01 -5.069068567067643027e-02 -2.916335074871549693e-02 -4.351317539804951985e-03 -4.026550052729573905e-05 -5.105790000000000051e-01 4.640146551582472399e+06 +8.290000000000000000e+02 -2.243953794051869011e+00 -1.057744407789770857e+00 -5.043082398908338426e-01 -1.862999882142936936e-01 -3.612461261077724861e-02 3.060465790224465351e-03 1.235435012413393019e-03 7.090538389664358800e-06 6.752200000000000424e-01 3.297337907235311344e+07 +8.300000000000000000e+02 -2.218484001357316160e+00 -1.097151903153047670e+00 -5.642558925726250951e-01 -2.474164570813582598e-01 -8.182976903929732593e-02 -2.010997807788574704e-02 -1.413093421134740176e-03 -8.801395344655217436e-06 -1.923529999999999962e-01 -1.444823433351803012e+07 +8.310000000000000000e+02 -2.413493820546698920e+00 -1.132139365943982456e+00 -5.458124834382761525e-01 -2.369659365067315615e-01 -1.075089523899536298e-01 -5.247184318374576578e-02 -8.428569413644058581e-03 -1.392263076753018738e-04 -1.190679000000000043e+00 2.539036441353691276e+06 +8.320000000000000000e+02 -1.983804428203976400e+00 -1.069103056872761970e+00 -5.799625594547408447e-01 -2.579399340126662943e-01 -7.917435961214208673e-02 -1.461207407233394533e-02 -1.207935894288790984e-04 6.503678125264463421e-06 2.577030000000000154e-01 2.335115519874344114e+06 +8.330000000000000000e+02 -1.954783788639856912e+00 -1.017796979204042218e+00 -5.537093525354658263e-01 -2.559586482396252749e-01 -7.833862803991495372e-02 -6.741626897490699509e-03 2.232439058833202324e-03 3.600844996581161823e-05 1.033180999999999905e+00 3.472372026301526278e+07 +8.340000000000000000e+02 -2.446735044909738477e+00 -1.369161882611600989e+00 -7.897720576451289221e-01 -3.913901725806498422e-01 -1.429853527342968000e-01 -3.174970089213879909e-02 -2.097792945950356744e-04 1.182848695334310755e-05 5.406590000000000007e-01 4.913019604948417284e+06 +8.350000000000000000e+02 -1.842384605554822752e+00 -1.016542691741039617e+00 -5.890171458971430463e-01 -3.034919708774281855e-01 -1.303501469728117479e-01 -4.634230658131769515e-02 -4.543208581427619561e-03 -4.717784001238485862e-05 -4.764889999999999959e-01 -2.827136196807935368e+06 +8.360000000000000000e+02 -1.751124764313396254e+00 -1.009137750745493278e+00 -5.999977870877206687e-01 -3.167552993589951016e-01 -1.378430814631076140e-01 -4.594156532430828527e-02 -3.476723834819213464e-03 -2.114751161687997085e-05 -1.332999999999999984e-03 1.683238956565478072e+07 +8.370000000000000000e+02 -2.422397757280542407e+00 -1.391686683483851272e+00 -8.227574316796357756e-01 -4.238651121979349345e-01 -1.719238193275569870e-01 -5.278834426401553259e-02 -4.141189226635572269e-03 -2.991058071935330805e-05 -6.480700000000000349e-02 1.406872896364372969e+07 +8.380000000000000000e+02 -1.890614810561045633e+00 -1.125202282891837324e+00 -7.004548828989736187e-01 -3.911200488039576206e-01 -1.743370012284526371e-01 -5.504701826040074575e-02 -3.553408786456626473e-03 -1.658398456188145569e-05 -1.178870000000000057e-01 -4.445881105239222758e+06 +8.390000000000000000e+02 -2.029457904639029753e+00 -1.259805002657264694e+00 -8.087881658274377328e-01 -4.633013523938001588e-01 -2.110809686222908099e-01 -6.861244575749286811e-02 -4.796586367792373198e-03 -2.731579973714625258e-05 4.170499999999999902e-02 2.237185313934826106e+07 +8.400000000000000000e+02 -2.121190231296063100e+00 -1.366445403242195322e+00 -8.989797417466743878e-01 -5.246602665674894306e-01 -2.405858480305781144e-01 -7.675285378857579777e-02 -4.998024938976041234e-03 -3.012606169670451058e-05 -3.511040000000000272e-01 -2.511744724221936613e+07 +8.410000000000000000e+02 -2.323329625630626172e+00 -1.408356096315000139e+00 -9.254053370832459047e-01 -5.686826950691155069e-01 -2.875229813321332206e-01 -1.030631842859536101e-01 -8.455707396454721289e-03 -6.275158172455461776e-05 -5.837560000000000526e-01 -7.028546945830971235e+05 +8.420000000000000000e+02 -2.195883595497383212e+00 -1.456039571817543399e+00 -9.997197604463734510e-01 -6.221658700837117140e-01 -3.130007185810561032e-01 -1.125268159301026777e-01 -9.219069431066198236e-03 -6.920693724382486888e-05 -3.285959999999999992e-01 3.093142410320455953e+07 +8.430000000000000000e+02 -1.883721103769917526e+00 -1.236028434786358821e+00 -8.449512463292168096e-01 -5.323435825187518011e-01 -2.837369668355264052e-01 -1.170659145669413620e-01 -1.423367363770932509e-02 -2.242996703240457705e-04 -1.430163000000000073e+00 2.816075911735332757e+07 +8.440000000000000000e+02 -1.744538365664942470e+00 -1.200499246483458515e+00 -8.624841115546985071e-01 -5.750903052281097771e-01 -3.204913511550840366e-01 -1.323248139182814087e-01 -1.539152679589476588e-02 -2.574986902280123257e-04 -1.428163999999999989e+00 3.459739598316834867e+07 +8.450000000000000000e+02 -2.230147066552375268e+00 -1.482368375050931775e+00 -1.024718624629684216e+00 -6.466697183667238225e-01 -3.336881183917745908e-01 -1.247942116561874260e-01 -1.125303465866900506e-02 -1.020106581328623837e-04 -6.577950000000000186e-01 2.904791805722887814e+07 +8.460000000000000000e+02 -1.660393792864959694e+00 -5.221724650558827729e-01 -6.828424188830875541e-02 1.077526929710665021e-01 1.073760625355172915e-01 4.775071739277816918e-02 4.280953911122951060e-03 4.339738148078784092e-05 6.157439999999999580e-01 6.009379826537526213e+06 +8.470000000000000000e+02 -1.590147125504078440e+00 -4.735399375096662755e-01 -3.357939256822146945e-02 1.264030269500541759e-01 1.111337568966876965e-01 4.613028957824393678e-02 3.851355749949381124e-03 3.406362100366336435e-05 4.904430000000000178e-01 -7.740293019351239782e+05 +8.480000000000000000e+02 -1.893913124472523135e+00 -6.998193428229316781e-01 -1.699744105528414595e-01 6.399088323489458829e-02 8.670284630601800269e-02 3.612934531117537734e-02 2.922721843608645700e-03 2.813764168318429179e-05 4.310350000000000015e-01 1.679638408534503076e+06 +8.490000000000000000e+02 -1.550047966772072572e+00 -4.931318696905480081e-01 -6.937870670039797405e-02 8.733130086921975233e-02 8.049694910938451353e-02 3.286245410894592101e-02 3.154001900681288693e-03 3.775167699632669949e-05 3.506150000000000100e-01 -1.264989648458319716e+07 +8.500000000000000000e+02 -1.609513609737297513e+00 -5.680773272654200401e-01 -1.401335016351109575e-01 3.974883828498876337e-02 6.549483179361588470e-02 3.632940464345849052e-02 4.956671690950887818e-03 5.460693866557016300e-05 8.245930000000000204e-01 -3.680665654148496222e+06 +8.510000000000000000e+02 -1.955910883175380865e+00 -7.627635786298263554e-01 -2.612796288062278482e-01 -3.749943001633103401e-02 1.228420483465258659e-02 3.489274412427932192e-03 -6.784969724086918749e-04 -1.667758243816456519e-05 -1.728619999999999879e-01 -8.636743088840126991e+06 +8.520000000000000000e+02 -1.419929168405618114e+00 -5.125449100214068965e-01 -1.446646325137750932e-01 8.146639121429294361e-03 3.174882395212864916e-02 1.488854556855091424e-02 1.737705053291509639e-03 3.209348433189481353e-05 5.264440000000000230e-01 2.325147780148727447e+07 +8.530000000000000000e+02 -1.767152915179535100e+00 -7.461000096632776080e-01 -2.822838642701440692e-01 -4.024949167842156728e-02 4.316495436259132346e-02 3.692488866498339767e-02 6.009929231562080067e-03 7.480342466061866305e-05 1.060489000000000015e+00 1.853624752761379816e+06 +8.540000000000000000e+02 -1.847231244879967038e+00 -8.758060275955512619e-01 -3.963225434719372386e-01 -1.156896455173676008e-01 4.078242906497359967e-03 1.718738140845564935e-02 1.985677188834606300e-03 6.260056684265272503e-06 7.953200000000000547e-02 -2.688161094448673725e+07 +8.550000000000000000e+02 -1.588466068775399975e+00 -6.679617674420030848e-01 -2.860452385051666657e-01 -1.183244285620920766e-01 -6.781883344135546110e-02 -3.882271993884982286e-02 -4.959175547194339881e-03 -4.595813601574237986e-05 -5.737360000000000237e-01 8.288402722364583984e+06 +8.560000000000000000e+02 -1.311691488036650810e+00 -6.461668412918351034e-01 -3.069834627946754213e-01 -9.857076324104198373e-02 -6.202130043132803028e-06 1.645777683917578477e-02 2.961161839367423138e-03 3.645935263471058037e-05 7.188630000000000297e-01 1.565216190759290196e+07 +8.570000000000000000e+02 -1.522448322225192330e+00 -8.029442644518087757e-01 -4.278967898550948279e-01 -1.728021908805155993e-01 -1.974399947129896679e-02 2.639063079256604924e-02 8.051737161000658768e-03 1.728287235481017561e-04 1.964876999999999985e+00 3.923790065647034347e+07 +8.580000000000000000e+02 -1.200688433068374472e+00 -6.238395581880314955e-01 -3.272872245538836489e-01 -1.411501416969433154e-01 -4.213694351159932155e-02 -6.260108256435067964e-03 8.133059003318963368e-04 2.182574205282983962e-05 3.018350000000000199e-01 7.951989383946449379e+04 +8.590000000000000000e+02 -1.739980437251808398e+00 -9.652668600441640656e-01 -5.560990092001854013e-01 -2.688303240336142874e-01 -8.178913734638096344e-02 -3.988869117750826372e-03 3.854835278094535279e-03 9.768692685940575326e-05 7.603809999999999736e-01 -2.184819243329301849e+07 +8.600000000000000000e+02 -1.680502999892478977e+00 -9.972741935545381686e-01 -5.950588806643524187e-01 -2.934631606087810263e-01 -9.356679114271707065e-02 -9.776858304049257375e-03 2.640723657735018996e-03 6.171208303631943286e-05 9.095469999999999944e-01 1.008276982081452757e+07 +8.610000000000000000e+02 -1.208508733574443994e+00 -7.337284528638297054e-01 -4.576645390301776195e-01 -2.556748980682043149e-01 -1.205646983856086679e-01 -4.687738713492217019e-02 -5.529895971391013583e-03 -6.581131991207238893e-05 -5.595780000000000198e-01 1.052573022789965756e+07 +8.620000000000000000e+02 -1.325077451547542751e+00 -8.232033361031222407e-01 -5.264523813652899342e-01 -3.002192834791794218e-01 -1.379108028593933333e-01 -4.679617503431375558e-02 -3.642035050153196330e-03 -2.121505742193980506e-05 -2.646330000000000071e-01 -1.422501008697757265e+06 +8.630000000000000000e+02 -1.232169198180898650e+00 -7.577151277429956533e-01 -4.811852037654388847e-01 -2.747133554562410929e-01 -1.301090017525647069e-01 -4.828645929996641661e-02 -4.824770156085043255e-03 -4.276584984432731101e-05 -6.017639999999999656e-01 -9.245815036248974502e+06 +8.640000000000000000e+02 -1.542918774959509687e+00 -1.012522121305921230e+00 -6.804424126299633002e-01 -4.011012750389735260e-01 -1.781642375876010265e-01 -5.069059434261552477e-02 -1.958978399238925881e-03 5.958855257218899185e-06 1.186299999999999993e-01 -1.176978506261283346e+07 +8.650000000000000000e+02 -1.432723594282781177e+00 -8.945462125683052435e-01 -6.026516544015080301e-01 -3.822995776619481090e-01 -2.067635635676445538e-01 -8.646319775573356459e-02 -1.107337121144281664e-02 -1.844179441030642877e-04 -1.279705000000000092e+00 1.201150739505185746e+07 +8.660000000000000000e+02 -1.347836267496665963e+00 -9.446992809611137742e-01 -6.827132337119034000e-01 -4.542461400565011020e-01 -2.511676494206597221e-01 -1.018426590464426990e-01 -1.076753969061478369e-02 -1.385225280249702642e-04 -9.505120000000000235e-01 2.275694054862422124e+07 +8.670000000000000000e+02 -1.553844196629081686e+00 -1.065327312832021533e+00 -7.426030780057407688e-01 -4.651124826322564076e-01 -2.392987856590607920e-01 -9.544871496604083461e-02 -1.220606014068783760e-02 -2.436632233681455687e-04 -1.428547999999999929e+00 6.513927381676082499e+06 +8.680000000000000000e+02 -9.439012721521761184e-01 -7.795589023382445415e-01 -6.190189166961019840e-01 -4.365007663230034973e-01 -2.459591467081912175e-01 -9.881529369018041131e-02 -9.972768956013100192e-03 -1.078951087612069323e-04 -1.334109999999999907e+00 -2.242928959800676629e+07 +8.690000000000000000e+02 -1.384650101949375989e+00 -1.004500486778148183e+00 -7.467210283046141761e-01 -5.037939497891668061e-01 -2.724009840053410736e-01 -1.033271474340014540e-01 -8.972782080906167509e-03 -6.665701100796687245e-05 -4.653309999999999946e-01 3.404283457366563380e+07 +8.700000000000000000e+02 -1.193273243167220166e+00 -3.248531326299204935e-01 3.014117719751263635e-02 1.669485866782892125e-01 1.443252259789056802e-01 6.198378774960629223e-02 4.652531506599343752e-03 2.123510521495273318e-05 4.960249999999999937e-01 8.159964773464794271e+05 +8.710000000000000000e+02 -8.599321842158013096e-01 -1.166897845146379065e-01 1.493112653421510005e-01 2.052948895747003233e-01 1.280943834428655559e-01 4.075504414471028264e-02 2.143020412555308313e-03 2.168076057467894385e-05 9.594999999999999363e-02 -3.888585897379350848e+06 +8.720000000000000000e+02 -1.244354994149579507e+00 -4.518949066613900389e-01 -9.480160219747800487e-02 6.877912481818791723e-02 8.402403779952871687e-02 3.662561575433709304e-02 1.895381162468807524e-03 -1.183930515627801141e-05 2.437459999999999904e-01 1.039062213876235113e+07 +8.730000000000000000e+02 -1.180346543333060216e+00 -4.002999338504428795e-01 -6.802567828489107515e-02 7.473980414802006145e-02 8.887431975834292341e-02 5.311542606031605801e-02 1.072302833847204109e-02 2.887750957489611269e-04 1.813773000000000080e+00 -2.659472753804934327e+05 +8.740000000000000000e+02 -1.133422438796332532e+00 -4.235347595660847730e-01 -1.229227389245797636e-01 1.507983099636643447e-02 4.485384684482711382e-02 2.593913419204444543e-02 3.090905118574518821e-03 3.085266103769327469e-05 4.451180000000000136e-01 -3.611075822831611615e+06 +8.750000000000000000e+02 -9.790974931247585777e-01 -3.079753359925428979e-01 -4.507489835477832690e-02 4.923075753828826812e-02 3.906574252470763897e-02 6.715764172597995726e-03 -1.932684668201220535e-03 -4.023027957561886700e-05 -2.816850000000000187e-01 1.825719917241381854e+07 +8.760000000000000000e+02 -9.821699845426989928e-01 -3.954777165520547699e-01 -1.498827317599795983e-01 -2.787495625117517375e-02 1.635866409000607397e-02 1.667112281462483983e-02 2.462537715325644957e-03 1.704681068316137745e-05 5.401989999999999847e-01 8.416854015721760690e+06 +8.770000000000000000e+02 -1.156960635638830892e+00 -4.642642759937177233e-01 -1.633864094599232764e-01 -2.162161901094038913e-02 1.447204025248717725e-02 9.524099576964661223e-03 1.568918984355952093e-03 2.012584049697493070e-05 3.644080000000000097e-01 4.761389304746310227e+06 +8.780000000000000000e+02 -6.174598688693619941e-01 -2.308833085573503696e-01 -5.963075351959372383e-02 2.657818844828544608e-02 4.928589167829462714e-02 3.046450299053199764e-02 3.447228484739533767e-03 2.841610197773113724e-05 5.326199999999999823e-01 4.159549898813292384e+06 +8.790000000000000000e+02 -9.911820316916181151e-01 -4.428673253969303558e-01 -2.092339123551930358e-01 -9.257344480225294936e-02 -4.016270653897075632e-02 -1.281536230514786733e-02 7.359695653192622144e-05 1.961432066357228306e-05 5.661200000000000260e-02 -1.522296066875549033e+07 +8.800000000000000000e+02 -8.289850413185191336e-01 -4.689188940676207729e-01 -2.655483114897690400e-01 -1.209709305053087713e-01 -3.589572644564037462e-02 -6.994933110839922363e-03 -5.013179409138011217e-04 -3.116244567969322383e-06 1.416179999999999939e-01 1.712722475221311674e+07 +8.810000000000000000e+02 -4.161879193243601671e-01 -2.114107039555205847e-01 -1.151278265824381974e-01 -5.945658115816204736e-02 -2.695014881239506804e-02 -8.925815895910918507e-03 -7.800377987664814782e-04 -8.067608278689642596e-06 2.060859999999999914e-01 2.439999172802451998e+07 +8.820000000000000000e+02 -7.718876353769539289e-01 -4.823677217780434900e-01 -3.011464932499781089e-01 -1.651404101563211102e-01 -7.763350869252645670e-02 -3.275305004289155719e-02 -4.424438946943155121e-03 -5.191396479447802183e-05 -6.704930000000000057e-01 -4.402819964004420675e+06 +8.830000000000000000e+02 -8.606729357778011291e-01 -5.018839316248275839e-01 -2.835970991639099603e-01 -1.405799620740193212e-01 -6.424772328748684647e-02 -2.566946035142618140e-02 -2.561232607567476022e-03 -2.130384491263820156e-05 -3.317370000000000041e-01 -1.124794092352038622e+07 +8.840000000000000000e+02 -8.028743954462118637e-01 -5.795199557901264953e-01 -4.038726328162151047e-01 -2.462202685131068824e-01 -1.211159755702318624e-01 -4.447680470330513114e-02 -4.104333148342314067e-03 -4.093921408317101308e-05 -1.351539999999999964e-01 2.493276778593378142e+07 +8.850000000000000000e+02 -5.819260741722641628e-01 -3.601403732639166799e-01 -2.447892593026712027e-01 -1.619620112220035157e-01 -9.766229620805061407e-02 -4.718614166698541917e-02 -6.265552489811764686e-03 -7.349126958296027588e-05 -8.280999999999999472e-01 6.534472071809445508e+06 +8.860000000000000000e+02 -5.154180409976406585e-01 -4.098682352146701402e-01 -3.229664390484132674e-01 -2.262885903158198264e-01 -1.223194670612507001e-01 -4.356926010733971899e-02 -2.868273809823777224e-03 -6.165048717569515159e-06 -3.338369999999999949e-01 -1.735955744774452224e+07 +8.870000000000000000e+02 -6.943925046819287017e-01 -5.280746205061687126e-01 -3.825567146947957964e-01 -2.342362819260354057e-01 -1.056436732085987151e-01 -3.135146720689299671e-02 -1.581027313267165287e-03 2.919739956758583084e-07 -2.241599999999999843e-02 -3.472685491752938833e+06 +8.880000000000000000e+02 -4.620501254622541021e-01 -4.606515725997449850e-01 -4.049523923603960407e-01 -3.086561237130363011e-01 -1.817617678586798402e-01 -7.145205118967952462e-02 -5.865803743304007917e-03 -3.463919489285596152e-05 -4.791940000000000088e-01 6.191647858144274913e+06 +8.890000000000000000e+02 -6.797206702275976342e-01 -5.424028348822129697e-01 -4.308709568440012849e-01 -3.105719473423320665e-01 -1.818348035025294240e-01 -7.658164130829264726e-02 -8.506696958507890469e-03 -9.915453669026334999e-05 -1.085741000000000067e+00 -5.709003074669406749e+06 +8.900000000000000000e+02 -8.134684935581074638e-01 -6.870290805754920571e-01 -5.503320897389322175e-01 -3.970306583141246515e-01 -2.399686047886241680e-01 -1.111156052018030943e-01 -1.551147649997444873e-02 -2.696478949405909558e-04 -2.191189000000000053e+00 -1.242091233093096875e+06 +8.910000000000000000e+02 -8.110744085025016759e-01 -6.854086413080762163e-01 -5.485020223325782762e-01 -3.951407687197159291e-01 -2.386390585936607744e-01 -1.105194504404750921e-01 -1.538236529690357839e-02 -2.641369899217828310e-04 -2.168273000000000117e+00 -7.336287046254738234e+05 +8.920000000000000000e+02 -5.128802464864052890e-01 1.431720471867015121e-02 1.693617891712499990e-01 1.788924109861116385e-01 1.108540500416283492e-01 4.184334394964350778e-02 3.833554300713015554e-03 4.057304784701022091e-05 4.679920000000000191e-01 3.475881796542261261e+06 +8.930000000000000000e+02 -5.496317686213663123e-01 8.499650576013206837e-04 1.646103716203278777e-01 1.776773936565073653e-01 1.117162786761096843e-01 4.388106643784272370e-02 4.443701201961672634e-03 4.859833008195955234e-05 5.962760000000000282e-01 3.567057536574398167e+06 +8.940000000000000000e+02 -3.669996554052015192e-01 -5.162727461916677418e-02 1.020393780108360959e-01 1.777235211800150816e-01 1.691963914929015544e-01 9.706930424833100368e-02 1.439729271830202800e-02 2.546511148874579982e-04 2.158530999999999977e+00 3.144284276017032098e+05 +8.950000000000000000e+02 -5.058725151197731584e-01 8.552866700560463054e-03 1.594046217169259871e-01 1.685516309045985428e-01 1.026580404808952046e-01 3.708206802689770210e-02 3.072670818129822571e-03 3.146006014253965757e-05 3.195770000000000000e-01 1.507132857029615901e+06 +8.960000000000000000e+02 -4.974189421293027935e-02 1.084513384491656435e-01 1.835938718603086217e-01 2.117863918524191258e-01 1.717636150474408097e-01 8.568859153008354101e-02 1.018399664611679099e-02 1.235626744770278250e-04 1.223405999999999993e+00 -9.658249183376085013e+06 +8.970000000000000000e+02 1.200024137954931458e-01 1.917970665762893656e-01 2.049271827583552530e-01 1.875555095002000017e-01 1.393597753309526732e-01 7.272206075677882520e-02 9.577095939314267739e-03 1.119258340119833457e-04 1.382182000000000022e+00 -2.168233504927865695e+06 +8.980000000000000000e+02 -2.230778954303080930e-02 2.604937597716418946e-02 8.547835156033953274e-02 1.045212463667909292e-01 6.478398051086318998e-02 1.663437284322640680e-02 -7.032669525144506946e-04 -3.317384073522740376e-05 -2.571939999999999782e-01 7.494542154921895824e+06 +8.990000000000000000e+02 -3.350358350222197856e-01 -9.087586444613614256e-02 4.354852988436019867e-03 3.609787602374598531e-02 2.579183541256056811e-02 7.718539335022473261e-03 1.925522576555239464e-04 -7.785640571958290454e-07 -1.714269999999999960e-01 -1.484562500713710487e+07 +9.000000000000000000e+02 -3.820427686080271057e-01 -1.541096300275162645e-01 -6.668837967147814294e-02 -3.664840032907912964e-02 -3.395413480927109151e-02 -2.431404203822575688e-02 -3.897737219835961577e-03 -4.666359982700146730e-05 -7.768429999999999502e-01 -1.822876009492247552e+07 +9.010000000000000000e+02 2.157600479068293164e-02 5.982472713393207492e-02 5.616809614944063417e-02 3.396576908286624841e-02 8.562357103126463573e-03 -1.625464426754355670e-03 -4.125591057439278336e-04 -1.745765698718266952e-06 -1.982170000000000043e-01 -1.203470434245541878e+07 +9.020000000000000000e+02 2.519463357135025561e-01 1.579195457277287329e-01 7.564894550704123755e-02 1.019736973900841649e-02 -1.379608340275879398e-02 -3.203723042392078030e-03 2.660748713470362757e-03 1.073006514851590932e-04 6.136509999999999465e-01 1.472486576441182755e+06 +9.030000000000000000e+02 -2.788198590079503658e-01 -2.136874791494664805e-01 -1.397386425550254663e-01 -7.780537538038567735e-02 -3.858338329696434088e-02 -1.506112623251384779e-02 -1.161467560733238065e-03 -6.249742161321740815e-06 -1.249549999999999966e-01 -8.167140158111089841e+06 +9.040000000000000000e+02 1.676127638057641200e-01 5.375482535687295393e-02 2.530824117798570038e-03 -3.331797399815267929e-02 -5.673207164245274575e-02 -4.951948735571701926e-02 -1.073070800314278837e-02 -2.014555771880217308e-04 -1.873164999999999969e+00 -3.064195386939927703e+05 +9.050000000000000000e+02 -4.764319055003490844e-02 -1.108407059193606270e-01 -1.272554930587536381e-01 -1.172887445308078425e-01 -8.173503096311005023e-02 -3.755378537122710386e-02 -3.860807345202430831e-03 -3.091799241776363173e-05 -3.593609999999999860e-01 1.150555702649209648e+07 +9.060000000000000000e+02 4.060038808844504965e-01 6.374886779911750900e-02 -6.039799595492395534e-02 -8.745387169020207851e-02 -5.189609555227999577e-02 -1.307013405987030724e-02 -1.253520842364437907e-05 -7.860418601935262632e-07 2.364169999999999883e-01 7.533890824925769120e+06 +9.070000000000000000e+02 1.659394773023016301e-01 -8.632161123143919368e-02 -1.478719236050479446e-01 -1.328822401178472723e-01 -7.827325520313468954e-02 -2.835944199073107616e-02 -1.825652331528461892e-03 -6.300710191536233578e-06 -1.494469999999999965e-01 -3.294782043499388266e+06 +9.080000000000000000e+02 2.506540130719215331e-01 -1.508367729673595545e-02 -1.241954505301858247e-01 -1.531542652668267113e-01 -1.132338691950975640e-01 -4.968805139074600197e-02 -4.986347922083906974e-03 -6.199901812260823230e-05 -6.179620000000000113e-01 -5.377155030792240985e+06 +9.090000000000000000e+02 -1.430497711475781086e-02 -2.106717599605154034e-01 -2.384490587847949428e-01 -1.790519628015470321e-01 -7.916899900184018457e-02 -1.488915995314845503e-02 9.446332664542912011e-04 2.420611768673415585e-05 1.550009999999999999e-01 -2.115194744680004194e+07 +9.100000000000000000e+02 1.339881909564839546e-01 -1.713742854832386031e-01 -2.796730513384186878e-01 -2.839761811908076417e-01 -2.054832294970687090e-01 -9.988957321219099628e-02 -1.231908905565978415e-02 -1.619932517754893247e-04 -1.490993000000000013e+00 2.598418062453385442e+07 +9.110000000000000000e+02 1.300444875190288063e-01 -1.424402218865508662e-01 -2.369268221044789902e-01 -2.376758085827419820e-01 -1.679007497314302100e-01 -7.969228527430413656e-02 -9.372633466671505265e-03 -1.088008735658910534e-04 -1.058772999999999964e+00 2.552112971086041629e+07 +9.120000000000000000e+02 1.394946141671369322e-01 -1.828488626235999226e-01 -2.969544674225680359e-01 -3.020837466881929334e-01 -2.192147238290904632e-01 -1.061178878039498313e-01 -1.268474896430823312e-02 -1.439355261075674064e-04 -1.510752000000000095e+00 2.687469871306981891e+07 +9.130000000000000000e+02 1.374283474045490117e-01 -1.836739143093462090e-01 -2.976330021824915018e-01 -3.027979039931394944e-01 -2.199793227203864221e-01 -1.068800308306027264e-01 -1.297990544263561905e-02 -1.562406688603530983e-04 -1.565520999999999940e+00 2.667425033089353517e+07 +9.140000000000000000e+02 5.932273610276563858e-01 5.073146564381618706e-01 4.217500359888970429e-01 3.270175696719226921e-01 2.166191396729188756e-01 1.031678895631415044e-01 1.171229325657936922e-02 1.162747633661297532e-04 1.691189999999999971e+00 1.380065272048581392e+07 +9.150000000000000000e+02 6.121189181451190953e-01 5.215840453845538294e-01 4.343590693585133167e-01 3.396157789409370298e-01 2.295813109205895597e-01 1.138621423594288612e-01 1.476985525003694961e-02 2.083617698301876403e-04 2.127461999999999964e+00 4.251222782436840236e+06 +9.160000000000000000e+02 7.264448147210569307e-01 5.612036690932817873e-01 4.427080425170262790e-01 3.270825246749942128e-01 2.081977391588810122e-01 1.001387419898286807e-01 1.305730184473802291e-02 1.719041832578982628e-04 2.054778999999999911e+00 2.012450916516605020e+07 +9.170000000000000000e+02 2.778024661380972260e-01 3.027810036229948709e-01 2.676303290947009694e-01 1.999158440359627142e-01 1.137641743755513496e-01 4.381134487105814435e-02 4.193425512289664439e-03 5.165615009487412593e-05 5.154269999999999685e-01 7.744663797286023386e+06 +9.180000000000000000e+02 9.571698892805499126e-01 6.115030452316065901e-01 4.167639287563330575e-01 2.589912305266714454e-01 1.265463852150477686e-01 4.302995833100482087e-02 3.825428707676068428e-03 4.572229397339091860e-05 4.566370000000000151e-01 1.391001243763220683e+07 +9.190000000000000000e+02 5.768869300499877006e-01 3.979397209699826465e-01 3.022371726924695801e-01 2.166005717845772005e-01 1.271226206718931440e-01 5.289819612487341172e-02 5.342402714642179203e-03 4.372384851026235207e-05 7.582240000000000091e-01 1.341337127070883662e+07 +9.200000000000000000e+02 6.665709977264209218e-01 3.799306339678630851e-01 2.346044292300093204e-01 1.398044214669002250e-01 7.254396823852145293e-02 2.589269262764597873e-02 1.558091768594747472e-03 4.737276778373273640e-06 -9.706599999999999950e-02 -1.171798145530376397e+07 +9.210000000000000000e+02 3.416455330723515704e-01 2.327148518895884588e-01 1.496624771653660146e-01 6.734506228121146798e-02 5.191059970852586296e-03 -1.307267440937952621e-02 -3.741744758872682115e-03 -7.214147073622194730e-05 -4.159070000000000267e-01 2.580888394041975960e+07 +9.220000000000000000e+02 7.339884386648415360e-01 4.537748413579348883e-01 2.577168564951638485e-01 1.038883223626408253e-01 1.432701630568051533e-02 -7.773200433184957597e-03 -1.578581336129102541e-03 -1.139904188430135097e-05 -3.256720000000000170e-01 1.484154678186983336e+06 +9.230000000000000000e+02 6.417019983260983107e-01 3.369420144299327124e-01 1.692743757885412093e-01 5.643459750334989256e-02 -2.163523131089514773e-03 -1.270013124533046073e-02 -2.463046691996311800e-03 -2.632715089475747792e-05 -4.449170000000000069e-01 2.635679644950133748e+06 +9.240000000000000000e+02 8.725934823298089338e-01 4.452453469084615145e-01 2.334765914384583918e-01 1.001115851992347427e-01 2.418894857841976526e-02 -3.524937141364468431e-03 -2.399351337449248320e-03 -3.938768718135975588e-05 -6.425980000000000025e-01 -8.991443607866488397e+06 +9.250000000000000000e+02 6.175128593059072690e-01 2.915773081093788188e-01 1.366643667976373544e-01 4.565548382687376061e-02 4.987030166943916959e-03 -1.794901082811102382e-03 -6.480510794884010699e-05 3.391154992674274680e-06 -2.771870000000000167e-01 -2.648419433119197562e+07 +9.260000000000000000e+02 6.517402702820359606e-01 2.559418849109474370e-01 6.831399388869352496e-02 -2.106786057764575837e-02 -3.302909250583885986e-02 -1.484380886157221635e-02 -1.359011887153177773e-03 -1.266691568227245380e-05 -2.102630000000000055e-01 -2.572698626109676436e+06 +9.270000000000000000e+02 6.501846569538557441e-01 2.576753809680388252e-01 6.859976750333378337e-02 -3.334252041106439135e-02 -6.086568385537694664e-02 -3.848679411483824780e-02 -5.099509706131992622e-03 -4.973262377338519611e-05 -6.775799999999999601e-01 1.040358654525785521e+07 +9.280000000000000000e+02 6.179781947159754818e-01 1.621873171730605634e-01 -1.407276217369617805e-02 -8.536919619037379448e-02 -8.921559850910990019e-02 -5.478100821617840066e-02 -8.254238166034726445e-03 -1.131246413247133159e-04 -1.480337000000000014e+00 -1.418730172748747841e+07 +9.290000000000000000e+02 8.224396332422776457e-01 3.103308894945586704e-01 5.471364698697757378e-02 -7.471005418760730266e-02 -9.121198272755269565e-02 -4.887455217859020679e-02 -6.048756916319820987e-03 -6.496983803987482124e-05 -7.871620000000000283e-01 1.012951243914173916e+07 +9.300000000000000000e+02 1.168769088838814474e+00 3.359651205389736495e-01 4.895275672009749557e-02 -2.741608339174694126e-02 -2.507251526472537712e-03 1.738298509293058347e-02 4.814020370932634886e-03 6.950861878553173806e-05 6.770239999999999592e-01 -1.670414072520180792e+07 +9.310000000000000000e+02 1.211290229288968456e+00 4.294633673201064261e-01 8.943646319189389737e-02 -5.997654529584602739e-02 -7.592162586863987483e-02 -3.884899517885546938e-02 -4.316970939952743946e-03 -3.314379590832771977e-05 -5.446360000000000090e-01 1.248045139206621423e+07 +9.320000000000000000e+02 1.292181069246652880e+00 3.919845572010816070e-01 2.642242175966765666e-02 -1.163630787700276475e-01 -1.136402618909195666e-01 -5.876237980486226364e-02 -7.657735048517727745e-03 -9.202602251925726801e-05 -1.481641999999999904e+00 -2.554326503493486345e+07 +9.330000000000000000e+02 1.256442638902850684e+00 3.705060521566856946e-01 3.308050606160416185e-02 -8.749085171139453498e-02 -7.731874955599099541e-02 -3.190540719917937806e-02 -3.164995244736861293e-03 -4.322034482344009530e-05 -4.196480000000000210e-01 -1.847662821796758799e+06 +9.340000000000000000e+02 1.138201691140888761e+00 3.167232199109843993e-01 -4.222310824440894672e-02 -1.997325635361368590e-01 -1.931141111702349700e-01 -1.003872193374537314e-01 -1.141264978459586611e-02 -1.060699109408285508e-04 -1.608219000000000065e+00 3.333214639511808753e+06 +9.350000000000000000e+02 1.113718357489408506e+00 2.931338936830589770e-01 -6.090954653554869758e-02 -2.117535035706586410e-01 -1.987799012804592480e-01 -1.022835082802256018e-01 -1.162837992751035096e-02 -1.109300382719873284e-04 -1.644508999999999999e+00 2.594877033460170031e+06 +9.360000000000000000e+02 1.109169883131137180e+00 9.401415717863418342e-01 7.643067801455970534e-01 5.563095702623785943e-01 3.267020878220300850e-01 1.377991028932341599e-01 1.577617933741548920e-02 2.316491001916037157e-04 1.856214999999999948e+00 -1.101924463697787747e+07 +9.370000000000000000e+02 1.127407846200793040e+00 9.542642992889409648e-01 7.750550557952168296e-01 5.638414497571671014e-01 3.314486277167112416e-01 1.404546982578994962e-01 1.639996960604139103e-02 2.530361352756786740e-04 1.952782999999999936e+00 -1.151633135595339350e+07 +9.380000000000000000e+02 1.272700919717902446e+00 1.016470814688778868e+00 7.879620083100441486e-01 5.437689441345361363e-01 2.989894057942990568e-01 1.163742680675725477e-01 1.124730732467511124e-02 1.157411108583568523e-04 1.042885000000000062e+00 -1.524541886438215524e+07 +9.390000000000000000e+02 1.308042002899369116e+00 1.011363148540828760e+00 7.630993168559112583e-01 5.099316291812117097e-01 2.680939500537863340e-01 9.781256731153825656e-02 8.040454402242264501e-03 5.656352497447133821e-05 4.749669999999999725e-01 -2.032499368239270151e+07 +9.400000000000000000e+02 1.412711017513621270e+00 1.008762763771123616e+00 7.431591786308773262e-01 5.006840746693311806e-01 2.738032250572900450e-01 1.064602915223224477e-01 9.624165381814771270e-03 7.016279698867496312e-05 8.996610000000000440e-01 -4.786316915047627874e+06 +9.410000000000000000e+02 1.317959241956668581e+00 9.112814265825118776e-01 6.692179604304767659e-01 4.649428366949595048e-01 2.767244121801515355e-01 1.238615349042409552e-01 1.517819001817636432e-02 1.967939523022883884e-04 1.949445000000000094e+00 -3.570631365717975888e+06 +9.420000000000000000e+02 1.170847379044906100e+00 7.719155470182316181e-01 5.600668552072364248e-01 3.913821740339051281e-01 2.308902815542605846e-01 9.671796085797738918e-02 9.611388585555161873e-03 8.742909376759245156e-05 1.059255000000000058e+00 1.399726109429737553e+06 +9.430000000000000000e+02 1.089820205083143589e+00 7.781413980748168591e-01 5.753133426146808116e-01 3.973629578470205814e-01 2.326263495896069844e-01 1.008633515187948720e-01 1.139230804825998658e-02 1.301388806796548463e-04 1.313954999999999984e+00 -1.031128112321803533e+07 +9.440000000000000000e+02 1.595301562987436750e+00 1.030864475143380865e+00 6.844387627636203675e-01 4.094759576251660871e-01 2.025801799958112659e-01 7.788427267116559971e-02 8.566278800972418686e-03 1.035844410594260724e-04 7.914909999999999446e-01 -1.894715188996862993e+07 +9.450000000000000000e+02 1.444346916828845417e+00 9.098350382711427597e-01 5.983266056542638767e-01 3.588297508161339966e-01 1.773349166886346306e-01 6.367777639792818190e-02 5.032825225976075845e-03 3.161186242692298678e-05 4.082910000000000150e-01 4.436213295977619477e+06 +9.460000000000000000e+02 1.090111561501272197e+00 6.785989849616054226e-01 4.156002179029300025e-01 2.095613299722285938e-01 6.643313067108622127e-02 1.318019769732054055e-03 -5.372635094029167002e-03 -1.642250136503831451e-04 -1.203783000000000047e+00 3.277622320484304801e+06 +9.470000000000000000e+02 9.844118821883489634e-01 6.317901471012696835e-01 4.045644200957604908e-01 2.288082672721495348e-01 1.030597975567161401e-01 3.107546844098864336e-02 9.145224321655207869e-04 -2.319544544695512344e-05 -1.654069999999999985e-01 1.617030469985432457e+06 +9.480000000000000000e+02 1.714279374629733566e+00 9.827248609903453946e-01 5.797872377170467662e-01 2.991424506782337511e-01 1.232547918898413419e-01 4.031683992134742212e-02 4.367739875788278527e-03 7.438876974788750723e-05 1.932429999999999981e-01 -2.266650124936810136e+07 +9.490000000000000000e+02 1.356464408601674387e+00 7.530904589255664749e-01 4.417561993171805756e-01 2.358014357612371881e-01 1.040144216807440958e-01 3.214243273971458675e-02 1.243981930629179528e-03 -1.873303404897983405e-05 -3.536449999999999871e-01 -2.315526711628041044e+07 +9.500000000000000000e+02 1.375508399929490366e+00 7.246919412661718685e-01 3.892144431648408842e-01 1.740910833026520499e-01 5.314797100848205752e-02 6.002266444819105186e-03 -1.809713352824276209e-03 -5.089728811037793932e-05 -5.399549999999999628e-01 -8.572811778716265690e+05 +9.510000000000000000e+02 1.645568869115906718e+00 8.592254340464112738e-01 4.436957986753655714e-01 1.738608336240716756e-01 3.169859297967617118e-02 -9.025925977203674497e-03 -4.356921997583349838e-03 -1.024726688691543491e-04 -9.691140000000000310e-01 -5.296525952497699298e+06 +9.520000000000000000e+02 1.270271818531963248e+00 5.526537551585174457e-01 2.279616741078490660e-01 7.593127148824256600e-02 3.610955523192024841e-02 2.429988195652570127e-02 3.741590004358044674e-03 3.258174989772977411e-05 6.692240000000000411e-01 1.177104081163714454e+07 +9.530000000000000000e+02 1.668990192018633190e+00 8.259125068983698137e-01 4.118903677191675383e-01 1.611555307588920238e-01 3.767768248137291082e-02 3.198631360445760002e-03 -1.005284543820559988e-04 8.220059154018747734e-07 -1.164260000000000017e-01 1.575536754183441866e+06 +9.540000000000000000e+02 1.804333152373170712e+00 8.084351634014904642e-01 3.290873455921298207e-01 7.612957605597052424e-02 -7.440026725475138054e-03 -1.017330402590798863e-02 -1.401188939054515831e-03 -2.082176015138724592e-05 -4.063280000000000225e-01 -1.053765689429813810e+07 +9.550000000000000000e+02 1.548008623014607288e+00 6.263725740867671643e-01 2.526002743295971409e-01 8.501440958623138200e-02 2.739325316651015571e-02 6.407237398705000961e-03 -8.170842348835286820e-04 -3.036620102619993876e-05 -3.122360000000000135e-01 -5.786807914632457541e+05 +9.560000000000000000e+02 1.828963541068070242e+00 7.646423367379000524e-01 2.933099995699180451e-01 6.873969516873990049e-02 6.858424776324827457e-03 4.613392127732947497e-03 1.425586729562354060e-03 1.347417090118642676e-05 3.174270000000000147e-01 1.252902784278098494e+07 +9.570000000000000000e+02 1.665342858031776396e+00 6.478255923367111091e-01 2.356764280533696354e-01 5.463333842287260156e-02 4.996601234794949796e-03 1.165251909860463191e-03 4.668429813558920842e-04 3.375794744757627275e-06 -5.359799999999999981e-02 -1.027020130411054194e+07 +9.580000000000000000e+02 1.614928547881664400e+00 5.519242452011225986e-01 1.185510887248351769e-01 -6.779834162734639513e-02 -9.214873112105599617e-02 -4.737768497876820167e-02 -4.900168763949780057e-03 -4.226324767898258705e-05 -9.321000000000000396e-01 -2.427878085596451163e+07 +9.590000000000000000e+02 1.986282068818552737e+00 8.020300200690004822e-01 2.709334072201121102e-01 1.063047612518446677e-02 -5.859180759396968863e-02 -3.695702293660365484e-02 -4.170569821987668742e-03 -2.563946359121852060e-05 -6.225880000000000303e-01 8.081706682055780664e+06 +9.600000000000000000e+02 2.001736766558497305e+00 7.504834073366851710e-01 2.149502894856724633e-01 -2.815303959237111520e-02 -7.186906275284674073e-02 -3.540253240973934012e-02 -3.256852493727812724e-03 -2.504037530198147918e-05 -5.366250000000000187e-01 -5.335837585582773201e+06 +9.610000000000000000e+02 1.824472491143591224e+00 6.354733439882658264e-01 1.355210879204835073e-01 -7.860294381512797357e-02 -1.034439772848248923e-01 -5.436295224868297610e-02 -6.124442857217008221e-03 -4.150062028447363866e-05 -9.364040000000000141e-01 6.824916176288718358e+06 +9.620000000000000000e+02 2.241384541527640106e+00 1.457946809487520978e+00 9.890300999981316288e-01 6.166342393949540979e-01 3.198128517720205677e-01 1.235769058934774178e-01 1.272948185437525886e-02 1.620542697436395247e-04 6.055110000000000214e-01 -6.862082022831735015e+07 +9.630000000000000000e+02 2.024816585826325177e+00 1.369766071735394108e+00 9.401765438609716030e-01 5.743007341122161602e-01 2.740377416840508729e-01 8.802773753864150119e-02 5.065040581005575936e-03 1.454816816406723920e-05 5.228859999999999619e-01 5.189917413747963309e+07 +9.640000000000000000e+02 1.801653945649712041e+00 1.158189910070985151e+00 7.964412897973848215e-01 5.145849879132923244e-01 2.788814054942942433e-01 1.093352259596503950e-01 1.028524517641001348e-02 9.891458089257550515e-05 1.096918000000000060e+00 1.108769304359549843e+07 +9.650000000000000000e+02 1.809617945851509369e+00 1.159736478386103498e+00 7.838142034842197070e-01 4.894279659796348936e-01 2.542530610899885746e-01 9.708122461074267240e-02 9.338238300398713290e-03 9.337340400608824288e-05 8.055620000000000003e-01 -8.628828119193192571e+06 +9.660000000000000000e+02 2.096540380370403689e+00 1.262318041650098976e+00 7.981761112727767671e-01 4.583129645223633086e-01 2.134027865109180688e-01 7.056670271455121879e-02 4.835039700473910823e-03 2.427049673365852224e-05 -5.148199999999999998e-02 -2.213177615851333365e+07 +9.670000000000000000e+02 2.258008630080227785e+00 1.380554485736088521e+00 8.768944990830052078e-01 4.938359727093922236e-01 2.135611272088468460e-01 6.088363640627352663e-02 2.825979107504412221e-03 3.327682013864834403e-06 -1.225109999999999949e-01 1.107631668410208263e+07 +9.680000000000000000e+02 2.046861013733930701e+00 1.196792750543954842e+00 7.201445960096961585e-01 3.743647880958615448e-01 1.459190753986684685e-01 3.932527116816102869e-02 2.575332426987830998e-03 2.356161558959184434e-05 -1.155600000000000030e-02 -1.092396690108435927e+06 +9.690000000000000000e+02 2.054929861630956367e+00 1.184611632222605682e+00 7.123432759230678979e-01 3.784718924892244152e-01 1.537862331395361548e-01 3.834244475312063860e-02 -2.689929404198153871e-04 -5.881935619518930433e-05 -8.689980000000000482e-01 -2.760018296956764907e+07 +9.700000000000000000e+02 1.761838359252461794e+00 9.954608440683857529e-01 5.613542339808567094e-01 2.503233693382014846e-01 6.025519206784632487e-02 -4.722391665144770254e-03 -3.757833839668010822e-03 -6.257388639523471681e-05 -8.300149999999999473e-01 7.071554016420137137e+06 +9.710000000000000000e+02 1.854939692870887225e+00 1.028322074186840629e+00 6.028682396532997201e-01 3.197586350978540159e-01 1.452458538542619748e-01 5.688404865617170680e-02 7.830261537343509784e-03 1.484354384828740988e-04 1.153267000000000042e+00 1.441626556807074137e+07 +9.720000000000000000e+02 2.263970996276820191e+00 1.189325382339784909e+00 6.605275188684329724e-01 3.312844380503734421e-01 1.418627359918585851e-01 5.004650545852746407e-02 4.764834783975244875e-03 3.812196785153005012e-05 5.955489999999999950e-01 1.312331504176265188e+07 +9.730000000000000000e+02 2.123221051216840127e+00 1.110513952101608304e+00 5.980176368335601289e-01 2.726791479783934879e-01 9.251263923908198405e-02 2.202900326029328879e-02 9.834941698630258935e-04 1.887947337455180937e-06 9.307899999999999507e-02 1.999361924880821630e+07 +9.740000000000000000e+02 2.435426483981706802e+00 1.192939582599806370e+00 5.957907049140267475e-01 2.471580013461621150e-01 8.076546768973248691e-02 2.556759979806274771e-02 3.597527080437434160e-03 5.458287940307515425e-05 4.422420000000000240e-01 1.697146241421723040e+06 +9.750000000000000000e+02 2.250549909411584615e+00 1.150343048371471610e+00 5.980525364154378742e-01 2.530608027399287585e-01 7.126645132303692509e-02 1.133620000377929225e-02 3.445268332217880079e-04 5.857438955183320787e-06 -7.231999999999999540e-02 8.614340794534970075e+06 +9.760000000000000000e+02 2.515218760807921505e+00 1.241457784270111553e+00 6.159172990374737200e-01 2.406697762657270812e-01 5.700404926952622187e-02 3.867799529088478214e-03 -6.974593719760865344e-04 -1.493056688351885180e-06 -3.519630000000000258e-01 -2.238858260319264140e+06 +9.770000000000000000e+02 2.497482406570092461e+00 1.180038234474469983e+00 5.701821733951568660e-01 2.294275907831962169e-01 6.755128365738510832e-02 1.131303825678914819e-02 -4.969191482098963587e-04 -1.075629765374096801e-05 -2.901830000000000243e-01 3.862734180013271980e+06 +9.780000000000000000e+02 1.986436549675863139e+00 8.087542595914927190e-01 2.887017804039404556e-01 4.255320270735781646e-02 -1.923636377400268771e-02 -9.043164918980288805e-03 1.052690303719391738e-04 1.151039127146357112e-05 1.360490000000000033e-01 1.309575871251342259e+07 +9.790000000000000000e+02 2.161517746021992536e+00 9.317668101444780415e-01 3.851997522280979913e-01 1.237858800349019989e-01 4.842970165851888387e-02 3.210315772799147288e-02 6.506800542756979201e-03 1.160179489626101768e-04 1.178282999999999969e+00 1.748696593787884340e+07 +9.800000000000000000e+02 2.019000262235318921e+00 8.266744516289978861e-01 2.841298945958991018e-01 2.231132874450294720e-02 -3.719276868001130526e-02 -1.452695993138368273e-02 8.992437318243936021e-04 4.705428585122163365e-05 3.316100000000000297e-02 -1.486699490911694430e+07 +9.810000000000000000e+02 2.056281152517530408e+00 8.294302557599413372e-01 2.986021559218796639e-01 4.893550014128873055e-02 -1.984806402862947239e-02 -1.342567882706406993e-02 -1.083102645596103987e-03 -5.100011097744856423e-06 -1.038000000000000077e-03 1.825031842204837501e+07 +9.820000000000000000e+02 2.506639157304194399e+00 1.064850362026206199e+00 3.937241360942401736e-01 4.896709211861643984e-02 -5.448959088727994837e-02 -3.755521346137385280e-02 -4.208990950465104318e-03 -3.044237182368529632e-05 -7.201800000000000423e-01 2.117675902515892871e+06 +9.830000000000000000e+02 2.078922219698533969e+00 7.645290824750287095e-01 1.810626347858876051e-01 -8.219030155441264807e-02 -1.105846995387735621e-01 -4.741640735176912841e-02 -2.879584114918818088e-03 -4.963732707390693700e-06 -3.036309999999999842e-01 6.294883394657829776e+06 +9.840000000000000000e+02 2.460700752327747765e+00 1.563514886054320652e+00 1.021448924118186330e+00 5.959325449528479757e-01 2.815309372857403014e-01 1.021807083083977052e-01 1.124536005230945129e-02 1.653723424905769433e-04 1.201300999999999952e+00 6.397369841424359940e+06 +9.850000000000000000e+02 2.339834428806408351e+00 1.475148341453291323e+00 9.610559120971794433e-01 5.572735745201173874e-01 2.513216855811569173e-01 7.616632566125333681e-02 4.038141290723201021e-03 6.539354686886280821e-06 1.097189999999999971e-01 2.550606567148790881e+07 +9.860000000000000000e+02 2.814107004818018787e+00 1.714863609099749553e+00 1.085116127279848186e+00 6.122794576954890822e-01 2.746787362828316259e-01 8.842542179652022882e-02 6.388259955965474614e-03 4.632795219336558346e-05 -7.187899999999999845e-02 -2.843884689661492035e+07 +9.870000000000000000e+02 2.713230327745232540e+00 1.604271610635268130e+00 1.014303527133503247e+00 5.992618670222426003e-01 3.084751718504877283e-01 1.281776839198562057e-01 1.721828545063770408e-02 3.741019194006454615e-04 2.189449000000000201e+00 7.243250549505639821e+06 +9.880000000000000000e+02 2.932530612383586366e+00 1.685920488373342740e+00 1.024547763725424998e+00 5.561944389491618734e-01 2.373496728256741517e-01 7.070806038224723700e-02 4.054810586256998514e-03 1.485626566174968198e-05 -6.860800000000000232e-02 6.144097595660833176e+05 +9.890000000000000000e+02 2.388526389613359502e+00 1.446231891294419647e+00 8.947854080843069546e-01 4.884121509595732435e-01 2.107074998428133394e-01 6.543314479968338759e-02 4.739708262994533731e-03 3.868801641624617640e-05 4.972599999999999798e-01 3.485494893517455459e+07 +9.900000000000000000e+02 2.470748514186345002e+00 1.404502050616672548e+00 8.209367846090367404e-01 4.119164436589850542e-01 1.536316244822486521e-01 3.792083479578597233e-02 1.507566856867987486e-03 2.738294863118597109e-06 -4.558220000000000049e-01 -2.025409552216179669e+07 +9.910000000000000000e+02 2.976763987007101431e+00 1.641314678379388381e+00 9.761153901178267756e-01 5.490460115245798800e-01 2.740342021118417626e-01 1.078219222390594534e-01 1.093962428068203860e-02 1.015552877157823775e-04 1.310416999999999943e+00 1.720848322137738392e+07 +9.920000000000000000e+02 3.166231680980314600e+00 1.739582665890655244e+00 9.901611096931740574e-01 4.822431471169441597e-01 1.659914339307421716e-01 2.897765214791498192e-02 -1.705659969354917944e-03 -5.190934562793814909e-05 -1.114548000000000094e+00 -1.840528506502810121e+07 +9.930000000000000000e+02 2.627713085967174678e+00 1.389836194126693680e+00 7.660112837241263017e-01 3.702485166257494242e-01 1.436492900180183219e-01 4.229562270293455578e-02 2.703708997023442952e-03 1.207504185433658803e-05 1.678600000000000092e-01 1.211893732217639685e+07 +9.940000000000000000e+02 3.045393301130977726e+00 1.587862258708788277e+00 8.560207058396882562e-01 3.967912273233858977e-01 1.412817318426433932e-01 3.507278447655978043e-02 1.305973158863340221e-03 -8.117526799828541277e-07 7.421400000000000219e-02 3.047585630280100927e+07 +9.950000000000000000e+02 2.649647501133880922e+00 1.396735393394799907e+00 7.330234007671644347e-01 2.963615629930944628e-01 5.822988462338306304e-02 -9.433326537238675980e-03 -3.389460358361636762e-03 -3.992942890457306174e-05 -1.001975000000000060e+00 -1.629150378115634806e+07 +9.960000000000000000e+02 2.735820082975517042e+00 1.410916066769791088e+00 7.146813328689756162e-01 2.632742893124284111e-01 2.725152460386157799e-02 -2.761263035474436495e-02 -6.616318544208380122e-03 -1.134869848890974868e-04 -1.684058000000000055e+00 -3.550728826159384102e+07 +9.970000000000000000e+02 2.758372011467534080e+00 1.345654524242839711e+00 6.427266942976763708e-01 2.311831583019338665e-01 4.603241512863405493e-02 9.617237888697380277e-04 -7.841570674298314197e-04 -7.845613767683797384e-06 -3.576360000000000094e-01 -2.337454867557685357e+06 +9.980000000000000000e+02 3.070905589417836090e+00 1.490861318523626355e+00 7.177020388189493394e-01 2.745272652639175193e-01 7.749511161396355208e-02 1.993357442218889053e-02 1.925619185810102706e-03 2.154296969765360018e-05 2.157979999999999898e-01 1.355766001315722428e+07 +9.990000000000000000e+02 3.071936000215597762e+00 1.488769231322706554e+00 7.139046978429832713e-01 2.695104359318983844e-01 7.240890565646139476e-02 1.662243256327497129e-02 1.383999696552818369e-03 1.456536070190771098e-05 1.157989999999999992e-01 1.215555186345581710e+07 +1.000000000000000000e+03 2.705800555346992819e+00 1.179404253726069829e+00 4.973419142566493090e-01 1.503595132237939835e-01 2.188281630510158227e-02 -2.275667147787887278e-03 -7.682340562601649471e-04 -5.904999124924262872e-06 -2.718169999999999753e-01 -2.233124758053362370e+06 +1.001000000000000000e+03 3.245980518441621054e+00 1.492905286550378685e+00 6.630870115210562021e-01 1.992170607867407850e-01 4.868543976098232973e-03 -2.446959263371392690e-02 -4.208023606679157404e-03 -5.219765452722997020e-05 -7.786830000000000140e-01 3.648000767854170408e+06 +1.002000000000000000e+03 2.824025376733829695e+00 1.235413595185165914e+00 4.999071460459789118e-01 1.142345228236842369e-01 -1.938948894502122780e-02 -2.357392174878985766e-02 -3.604005663960434345e-03 -7.279119389397017633e-05 -7.443819999999999881e-01 -9.331409924130989239e+06 +1.003000000000000000e+03 2.754557786204613112e+00 1.175021806789084078e+00 4.472166297826898340e-01 7.005389940592346432e-02 -5.064457287109579153e-02 -3.863131479945895730e-02 -5.103021690099442120e-03 -7.089444658128992197e-05 -9.760320000000000107e-01 -1.136217945244706236e+07 +1.004000000000000000e+03 3.140904170624433167e+00 1.949403681962661228e+00 1.280179175391400470e+00 7.806791667407433355e-01 4.082723507885279712e-01 1.678294267475796409e-01 2.072845976602412030e-02 3.604007926979652435e-04 2.693421999999999983e+00 2.859164948890981451e+07 +1.005000000000000000e+03 3.145187621541504441e+00 1.953560743560877055e+00 1.283829617572523007e+00 7.832099140480626165e-01 4.090067806000144413e-01 1.672017672309197567e-01 2.027789564870669317e-02 3.388790445177855006e-04 2.613767000000000174e+00 2.912464825977181271e+07 +1.006000000000000000e+03 3.144994227237087436e+00 1.930476420358536060e+00 1.242867142198921471e+00 7.203894438556522895e-01 3.342280241307917232e-01 1.128307097185645841e-01 9.434036191975858632e-03 8.382123883478939804e-05 3.524390000000000023e-01 -1.953276151901573688e+07 +1.007000000000000000e+03 3.546068180734961661e+00 2.180205603531855107e+00 1.396052007034235709e+00 8.045020460167559007e-01 3.742978562028216882e-01 1.276655819304154393e-01 1.074445879172805825e-02 9.687333119950471713e-05 9.803469999999999684e-01 3.611761081976610422e+07 +1.008000000000000000e+03 3.398314203749956519e+00 2.055822109847516010e+00 1.292993167665140497e+00 7.239362687763638560e-01 3.168328622991515298e-01 9.421898458589442193e-02 5.230627091015661000e-03 2.488556137621633548e-05 -2.629090000000000038e-01 -1.272272180305746617e+06 +1.009000000000000000e+03 3.093886186339888322e+00 1.847973864615798600e+00 1.155867060166456017e+00 6.568934342041951036e-01 3.145179094829804178e-01 1.194151281229712952e-01 1.292946429376695856e-02 1.571535438716704556e-04 1.572244999999999893e+00 2.455186181196872517e+07 +1.010000000000000000e+03 3.562799699377291684e+00 2.065840367023832336e+00 1.254829162921369923e+00 6.888945906298128419e-01 3.131499219042731541e-01 1.077507294562748824e-01 8.980306081128729134e-03 6.700196802330152300e-05 1.200770000000000032e-01 -4.339665257412139326e+07 +1.011000000000000000e+03 3.638216651450004058e+00 2.071132270788705654e+00 1.233887715771690097e+00 6.557228443620291003e-01 2.792417436784454532e-01 8.662923108581752074e-02 6.301817611316933194e-03 4.899569833045525107e-05 -3.202829999999999844e-01 -4.615704694256208092e+07 +1.012000000000000000e+03 3.159663180366901525e+00 1.800302214778329857e+00 1.047654333894834755e+00 5.161695478510733848e-01 1.816327459012671841e-01 3.830948272468152893e-02 5.921523484402730318e-04 -6.911999987805746139e-06 -6.855769999999999920e-01 -1.042241475867309235e+07 +1.013000000000000000e+03 3.410702345023591597e+00 1.933315385307885714e+00 1.145680898074095788e+00 6.017829453348948476e-01 2.492826438427516167e-01 7.308132993866825466e-02 3.923277262938616380e-03 2.252727866271061254e-06 4.344800000000000051e-02 1.865191835860761255e+07 +1.014000000000000000e+03 3.658532945942019055e+00 2.004903989483964644e+00 1.138905358332305662e+00 5.677591660945279228e-01 2.225965273194733529e-01 6.097946583229714446e-02 2.930350334312568049e-03 8.794196500311867389e-06 -3.651510000000000034e-01 -9.371436542843366042e+06 +1.015000000000000000e+03 3.799584089473444060e+00 2.136957744543461768e+00 1.227895096036900613e+00 6.001967132868828436e-01 2.130520230054374353e-01 4.498118445277853733e-02 -9.959504853547605091e-05 -2.647007323663583031e-05 -4.421820000000000195e-01 4.172249685030361265e+07 +1.016000000000000000e+03 3.233309140525105541e+00 1.709117921849142130e+00 9.366445393273286069e-01 4.411082040827680739e-01 1.545231019334156186e-01 3.435547741668726340e-02 7.136238858052915655e-04 -3.200247355416132272e-06 -5.289519999999999778e-01 -1.272423647655365616e+07 +1.017000000000000000e+03 3.491731026070350463e+00 1.860897611309331401e+00 1.013365731183884844e+00 4.664149097665032384e-01 1.557474418832830165e-01 3.200853469686090053e-02 7.237392377783425246e-04 1.128890419871419596e-05 -5.044899999999999940e-01 -5.419833614358277060e+06 +1.018000000000000000e+03 3.583680789563888691e+00 1.810374304198939743e+00 9.207396932678222345e-01 3.766384495200340576e-01 9.908815682827473714e-02 8.392143329096849944e-03 -2.408818231706504314e-03 -4.349480219629533984e-05 -9.243019999999999570e-01 -1.206010179183862731e+07 +1.019000000000000000e+03 3.414932946746957132e+00 1.739701339413699754e+00 9.123022206962907443e-01 4.075129107737645029e-01 1.392668943965127970e-01 3.485034431583104025e-02 1.937976134314286147e-03 1.207000774875509281e-05 2.347750000000000115e-01 3.162790240950111672e+07 +1.020000000000000000e+03 3.404428836902801514e+00 1.675732171596964637e+00 8.429811075199543646e-01 3.518376363325804723e-01 1.042884564805344749e-01 1.813290146626083191e-02 -3.421393611059532838e-04 -2.077621501600620586e-05 -1.408999999999999975e-01 2.297020994275704026e+07 +1.021000000000000000e+03 3.397745396353712088e+00 1.691093020078369147e+00 8.517481775588948700e-01 3.469043034451095853e-01 9.001125673435930730e-02 4.783549726936612255e-03 -4.214489838550867715e-03 -1.320851203151260193e-04 -8.992710000000000425e-01 1.234976457933500223e+07 +1.022000000000000000e+03 3.389926076590181747e+00 1.615950291277413076e+00 7.602602504692468344e-01 2.618345944717381246e-01 2.993265620107223371e-02 -2.228581004368988122e-02 -5.615378498885267161e-03 -7.398540132621823353e-05 -1.033565000000000067e+00 1.050633610835776106e+07 +1.023000000000000000e+03 3.396288659427785905e+00 1.622571437908007397e+00 7.664626700856318475e-01 2.669149636414210325e-01 3.314724319120954110e-02 -2.093138247765083046e-02 -5.477764096307634160e-03 -7.169848866456336679e-05 -1.013174000000000019e+00 1.095218277863529511e+07 +1.024000000000000000e+03 4.333029584810759616e+00 2.599087297744592462e+00 1.638695990648099343e+00 9.310714359592611178e-01 4.212310600564201368e-01 1.346397062227265573e-01 9.496267845440369698e-03 6.721344404727682168e-05 6.987200000000000355e-02 -8.969803658009044826e+06 +1.025000000000000000e+03 3.946727958809302717e+00 2.353593025378078796e+00 1.494927874144221125e+00 8.825724339668918894e-01 4.433127924756638527e-01 1.692187398849780144e-01 1.655379227569214740e-02 1.705807474120133393e-04 1.380819999999999936e+00 -1.051869253212010488e+07 +1.026000000000000000e+03 4.057476232928251214e+00 2.411235437631928935e+00 1.505713429474690113e+00 8.479300034275388809e-01 3.830723077383927366e-01 1.245657483460578530e-01 9.792206399185049079e-03 9.876986324765099016e-05 3.173100000000000226e-02 -3.195972820043287054e+07 +1.027000000000000000e+03 3.980554881572999637e+00 2.347977967852252323e+00 1.476941043215103777e+00 8.582145365064122178e-01 4.189592356999970457e-01 1.548966126686073530e-01 1.546711704375812284e-02 2.117720103349123874e-04 1.276818999999999926e+00 -3.655416680433393922e+06 +1.028000000000000000e+03 4.408046537762803752e+00 2.541765624429416892e+00 1.514261284505289851e+00 7.904185859547537829e-01 3.196958349299452440e-01 9.007291372454069578e-02 5.247914901520048074e-03 3.648343748026122832e-05 -5.173729999999999718e-01 -2.393220634697531909e+07 +1.029000000000000000e+03 4.136372290428316667e+00 2.369737658055486307e+00 1.411603321420860313e+00 7.393207539048223254e-01 3.004812148465171862e-01 8.522280630529857626e-02 4.980765038646721952e-03 2.849764566394720884e-05 -3.745140000000000136e-01 -1.501560357551781647e+07 +1.030000000000000000e+03 4.066060672506893958e+00 2.273805434140767634e+00 1.330731118346641484e+00 6.946986586468075764e-01 2.887411334289279319e-01 8.409509877143762913e-02 4.617386171085842775e-03 1.868043787255799996e-05 -1.674940000000000040e-01 3.999186780886165798e+06 +1.031000000000000000e+03 4.443558019530036596e+00 2.508251868393112538e+00 1.490876325850294837e+00 7.876563998783933096e-01 3.227753823566942293e-01 8.937270679110176363e-02 4.385543751121286256e-03 1.497188727123013023e-05 -5.615280000000000271e-01 -1.658954092447381094e+07 +1.032000000000000000e+03 4.248558247983725167e+00 2.365751206359647529e+00 1.368450087140004268e+00 6.910487143739885152e-01 2.688374758555742705e-01 7.268602177384263230e-02 3.702934401726356781e-03 1.403069950589683296e-05 -2.757560000000000011e-01 3.093637453954426572e+06 +1.033000000000000000e+03 4.118799950671362176e+00 2.217152508994419513e+00 1.245519878681540238e+00 6.157407761853240791e-01 2.436844202139292481e-01 7.317887916142426508e-02 5.576368943117725359e-03 4.719482252035057208e-05 -3.260400000000000104e-02 -2.196542626384479925e+07 +1.034000000000000000e+03 4.436777926535279803e+00 2.360581150009519735e+00 1.305326951212445463e+00 6.263316386353954268e-01 2.320156449230603157e-01 6.099254604101705252e-02 3.240352661170973168e-03 2.254809952263299187e-05 -1.430039999999999922e-01 5.939922356066533364e+06 +1.035000000000000000e+03 4.580455423748806432e+00 2.462345574713426188e+00 1.388622942953331663e+00 6.936899517525184633e-01 2.754505051773438740e-01 7.853308304946257645e-02 4.913201084709702647e-03 4.759543335510532094e-05 1.027499999999999941e-01 1.677473450024698675e+07 +1.036000000000000000e+03 4.547690888082038363e+00 2.391913885980919474e+00 1.294831958135983951e+00 5.953567420596538318e-01 2.037180174875735106e-01 4.749976783345808556e-02 1.874018407633700964e-03 3.121191267159669577e-06 -1.118930000000000063e-01 2.547206559660148248e+07 +1.037000000000000000e+03 4.385910014526151812e+00 2.283807639300720282e+00 1.214951539116973844e+00 5.420149654753722013e-01 1.755676812784961460e-01 3.685434867429802225e-02 1.148261535617351500e-03 1.028011709051066430e-05 -7.249339999999999673e-01 -2.994065383144591004e+07 +1.038000000000000000e+03 4.425763204269422602e+00 2.662723128989902488e+00 1.698257403205764682e+00 1.007244873294556697e+00 5.134892697838766562e-01 2.043693041818286926e-01 2.371070807162424521e-02 3.954065180845295433e-04 2.193370999999999960e+00 -3.092965790751473978e+07 +1.039000000000000000e+03 4.410526783245687810e+00 2.654969877244544474e+00 1.695755139240392229e+00 1.008421118082693191e+00 5.164974419012435813e-01 2.072500234020334398e-01 2.451619537422128695e-02 4.139130146028179437e-04 2.309730000000000061e+00 -3.275648456313379109e+07 +1.040000000000000000e+03 4.508225676065501730e+00 2.690736130372215484e+00 1.683413587756375396e+00 9.455006268187108320e-01 4.212277349896338952e-01 1.314422873637959011e-01 8.549699543105845900e-03 4.895596276735307247e-05 1.630359999999999865e-01 1.775524698128869385e+07 +1.041000000000000000e+03 5.024627746860248934e+00 2.969950366488081084e+00 1.841624613603155325e+00 1.032433708903714553e+00 4.728319484645814308e-01 1.596847640098036647e-01 1.254703385029021234e-02 8.879756708520238832e-05 9.432779999999999498e-01 3.046539155887321010e+07 +1.042000000000000000e+03 4.794224362025351738e+00 2.788027320264446551e+00 1.704264646523567128e+00 9.369336084740094162e-01 4.153939597945149886e-01 1.337536907289376964e-01 9.734853038026188010e-03 6.652531297286155268e-05 3.389920000000000155e-01 6.828055591000784189e+06 +1.043000000000000000e+03 4.886155547414310796e+00 2.854772031391715092e+00 1.744714489181933059e+00 9.525848374635390581e-01 4.137887854721020719e-01 1.273754596831579156e-01 8.057157096547291550e-03 4.163901908161033453e-05 6.927500000000000324e-02 1.130598645403559506e+07 +1.044000000000000000e+03 4.663328965005645088e+00 2.690851129949925369e+00 1.611566584741118247e+00 8.460802391082841156e-01 3.395819985981801681e-01 9.105960139436629353e-02 4.183329648098331466e-03 1.345847434707629415e-05 -4.397579999999999822e-01 1.191167111834294535e+07 +1.045000000000000000e+03 4.560605257611093144e+00 2.593212423489344332e+00 1.545601898476474112e+00 8.250354594784828910e-01 3.593009546033736901e-01 1.188587964721207202e-01 9.636500306590476198e-03 7.104327842446300019e-05 3.079569999999999808e-01 -1.899069168260283396e+07 +1.046000000000000000e+03 4.589666886772119092e+00 2.590554188920510814e+00 1.532514260002517448e+00 7.951325432069150656e-01 3.101470136590536719e-01 7.869790875290874621e-02 3.260885587056875593e-03 6.557452264988711019e-06 -7.166749999999999510e-01 -1.369478264119006321e+07 +1.047000000000000000e+03 4.848408357907665334e+00 2.741847199965372628e+00 1.630073142555312549e+00 8.667965064625134941e-01 3.704581615679195528e-01 1.140320976941559400e-01 7.106541322654693835e-03 3.152286842142110570e-05 6.274200000000000610e-02 8.338861328312525526e+06 +1.048000000000000000e+03 5.026739563032598390e+00 2.796387851013508286e+00 1.625868968271619419e+00 8.295519308384781132e-01 3.265719746015247615e-01 9.057421689031344703e-02 5.652178393873322736e-03 4.236260569784324560e-05 -5.142970000000000041e-01 -3.455213596758815646e+07 +1.049000000000000000e+03 4.879000541693035764e+00 2.678930443628798397e+00 1.534958425796114634e+00 7.776316492063936048e-01 3.158810220282364800e-01 9.489350665722683098e-02 6.263148566605104481e-03 3.540898880568833378e-05 9.977800000000000558e-02 6.966111391242355108e+06 +1.050000000000000000e+03 4.766637137594976537e+00 2.544763602149259007e+00 1.415210051782113787e+00 6.837463492597364301e-01 2.496686201104990899e-01 5.654934391556604156e-02 -4.623266600518457993e-04 -8.847733058153832647e-05 -9.129789999999999850e-01 -1.238068481434723071e+05 +1.051000000000000000e+03 4.699548154234411967e+00 2.525754385237350963e+00 1.414628896238840472e+00 6.921863395404689312e-01 2.617350395769170168e-01 6.606572982398885296e-02 1.673888746955793337e-03 -2.861496907133427031e-05 -6.727739999999999831e-01 -7.607283211006474681e+06 +1.052000000000000000e+03 4.260061550082411053e+00 2.505383141942253200e+00 1.556820035949914915e+00 8.842868264551547730e-01 4.159996227020592574e-01 1.449348251293186840e-01 1.204241512207402179e-02 9.813904010997913006e-05 3.954590000000000050e-01 -3.130384276576084644e+07 +1.053000000000000000e+03 3.464834319253589090e-01 1.941394704519429915e-01 1.105958515124703112e-01 3.906734585958620415e-02 -9.645961500234516775e-03 -1.509380661876361107e-02 -1.923143245926497687e-03 -1.401531052838119062e-05 -1.502799999999999969e-02 2.279637596882234514e+07 +1.054000000000000000e+03 -9.904759056968693853e-01 -5.367952170009082646e-01 -3.067318526237959864e-01 -1.466927210752331789e-01 -4.242382315949781713e-02 -9.873586559893288584e-05 2.924626840915385551e-03 8.569475666907987448e-05 1.013009999999999966e+00 3.591510118630145490e+07 +1.055000000000000000e+03 3.752099737954362801e+00 2.190356305504371992e+00 1.346819409821100821e+00 7.579967227095801841e-01 3.569232205206913089e-01 1.262300947177910360e-01 1.106017641098441459e-02 1.047443430326706133e-04 7.340370000000000505e-01 -1.968080377112354850e+06 +1.056000000000000000e+03 -1.356012938882006580e+00 -9.009880264756533474e-01 -6.132563195561366864e-01 -3.694965769161333569e-01 -1.708689868857570515e-01 -5.386656736733262674e-02 -3.737792330045257815e-03 -2.429340199032117034e-05 2.030859999999999888e-01 3.761219127864290774e+07 +1.057000000000000000e+03 -1.219076989799525279e+00 -8.413147613469200703e-01 -5.649872154217482345e-01 -3.180887376076141360e-01 -1.285600043815581239e-01 -3.477702922299331229e-02 -2.731646705610589389e-03 -4.506515758832170819e-05 -5.010839999999999739e-01 -3.616223381040524691e+07 +1.058000000000000000e+03 -3.284958582731551391e-01 -1.216428339066633335e-01 -3.803172333522764070e-02 -5.243361119332326341e-03 -9.913792404605042876e-04 -1.864249534906510042e-03 -3.503853781462668363e-04 -2.958052844371041659e-06 6.748700000000000532e-02 1.024323296243530698e+07 +1.059000000000000000e+03 2.879895740094867485e+00 1.580029235033691304e+00 8.895683531791015453e-01 4.234675553818881277e-01 1.416829063316412674e-01 2.446346186005502257e-02 -1.277581007922923891e-03 -3.432803619551826974e-05 -8.049410000000000176e-01 -3.859865561341742054e+06 +1.060000000000000000e+03 2.107962558784457485e+00 9.109177799495410399e-01 3.824871029010847301e-01 1.172179480516395561e-01 2.165055700422691479e-02 3.423561378704008135e-03 4.480406518907777136e-04 4.900512897806445259e-06 -1.360399999999999943e-01 -1.293274498338985816e+07 +1.061000000000000000e+03 4.931572871798084456e+00 2.802094266953236268e+00 1.670026357721995813e+00 8.806265495235462426e-01 3.597029470030393417e-01 1.016787040195651359e-01 5.753361476235696083e-03 2.782135381612810897e-05 -3.586770000000000236e-01 -8.651495715913325548e+06 +1.062000000000000000e+03 -3.567073366441841475e+00 -2.070573923033534047e+00 -1.277425286922468262e+00 -7.141870542314335824e-01 -3.240065394965495060e-01 -1.085577009623847067e-01 -9.105697578712998799e-03 -8.475935438961607494e-05 -5.210179999999999811e-01 5.558354473422591400e+04 +1.063000000000000000e+03 -4.455440320443271318e-01 -1.016142992405638101e-01 2.726301145270954018e-02 7.079244217272773199e-02 6.467781912691322743e-02 3.820209315331664357e-02 6.170552049288457151e-03 9.257423218463844375e-05 9.107260000000000355e-01 -1.048933439259833843e+07 +1.064000000000000000e+03 -3.890686641982731953e+00 -2.255041350579904069e+00 -1.358116212021209801e+00 -7.159255673581085277e-01 -2.857451461986355024e-01 -7.516810114642939744e-02 -3.284832993715340165e-03 -9.447423256104623009e-06 4.109829999999999872e-01 -6.696887591529332101e+06 +1.065000000000000000e+03 4.440517859676578638e+00 2.495441095940881038e+00 1.443975572878705149e+00 7.203370957458603563e-01 2.696937327461449430e-01 6.689983513236075208e-02 2.332701616280081179e-03 -1.541763214458167713e-05 -1.735109999999999986e-01 4.298626514896273613e+07 +1.066000000000000000e+03 3.133951537480737404e+00 1.631882789872942441e+00 8.413464874874817534e-01 3.349930024761100800e-01 6.803371717688673492e-02 -1.070660174664913103e-02 -5.204180831566908305e-03 -8.383496198936175631e-05 -1.570330999999999921e+00 -3.112772174877581745e+07 +1.067000000000000000e+03 3.245193143047496953e+00 1.998625762185054500e+00 1.270540912815118162e+00 7.200380285424700100e-01 3.287557418253116981e-01 1.127386351371004319e-01 1.100174908752565676e-02 1.578258861747518530e-04 8.073000000000000176e-01 -1.123161036630807444e+06 +1.068000000000000000e+03 3.730108941171230708e+00 2.083156454065318464e+00 1.200521071122138128e+00 5.958424391979895152e-01 2.219927298898734525e-01 5.559370802738835410e-02 2.351220697512877104e-03 6.567484707501168131e-06 -3.208810000000000273e-01 6.927107262232761830e+06 +1.069000000000000000e+03 -5.529132767608433419e-01 -1.870364410159570112e-01 -2.775359159855073088e-02 4.193040720037513602e-02 4.547281385652804375e-02 2.120661811663457352e-02 1.695680944168712588e-03 7.954949564124723556e-06 9.950100000000000611e-02 -9.517493236634889618e+06 +1.070000000000000000e+03 2.798779478700454959e-01 1.927997543178922302e-01 1.406151949731196116e-01 1.001922214545918621e-01 6.459847462492589176e-02 3.088273775438981489e-02 3.480236313858988111e-03 2.841023634354736426e-05 5.337939999999999907e-01 8.402992894936498255e+06 +1.071000000000000000e+03 -8.132296691283134038e-01 -4.183858196419963926e-01 -2.137331313569746094e-01 -8.877653237487062587e-02 -3.339953636618615135e-02 -1.607978449709831711e-02 -2.500630519177643799e-03 -2.190403781052483812e-05 -5.009789999999999521e-01 -1.318130482759334892e+07 +1.072000000000000000e+03 -2.690611123578855235e+00 -1.594231412518171354e+00 -9.826635735675004479e-01 -5.282169367158060513e-01 -2.117225050977023237e-01 -5.530171674555759559e-02 -2.583765202081627493e-03 -1.240185914684719350e-05 3.267650000000000277e-01 6.246404939043794759e+06 +1.073000000000000000e+03 -3.683766225896112800e+00 -2.102402272030170938e+00 -1.285662165984695182e+00 -7.285910671462455523e-01 -3.498055176310444492e-01 -1.270222781854945804e-01 -1.123991499892792317e-02 -9.308988672292220999e-05 -8.258020000000000360e-01 4.118606910909253638e+06 +1.074000000000000000e+03 -6.059951254942428367e-01 -3.398972121277050729e-01 -2.053829940650839792e-01 -1.169857736763402906e-01 -5.577880095210287215e-02 -1.871296653643274993e-02 -1.350213930603103973e-03 -7.741302111132872824e-06 4.383999999999999703e-02 1.108427927391068265e+07 +1.075000000000000000e+03 -7.005502899063617006e-01 -1.195659226067449232e-01 7.218108309456719440e-02 1.097883138300339290e-01 6.205474369991798717e-02 1.325835292874754170e-02 -7.623223020200352393e-04 -1.547842391152918714e-05 -2.158559999999999923e-01 9.622072437386794016e+06 +1.076000000000000000e+03 1.814970172861983810e+00 9.126557618195487720e-01 4.712906693607804565e-01 2.113610689777809803e-01 8.598234274686582246e-02 3.738262533920715808e-02 6.062238560550730140e-03 9.568034878121401223e-05 7.382900000000000018e-01 -1.519904140515005216e+07 +1.077000000000000000e+03 -2.516203232413503965e+00 -1.046623281111328296e+00 -3.907892246272213210e-01 -7.231806459996407976e-02 1.780009956296810941e-02 1.241971686800417800e-02 5.857414309216852450e-04 -3.358441315646784142e-06 2.179580000000000128e-01 7.704327183383443393e+06 +1.078000000000000000e+03 2.028396432634779423e+00 1.181437855485082844e+00 7.010356505346705402e-01 3.526625817761310788e-01 1.251961877683227808e-01 2.343761408883946601e-02 -1.273538682243789731e-03 -5.008216651894544842e-05 -9.769849999999999923e-01 -2.953538455594309047e+07 +1.079000000000000000e+03 -5.159534161463768420e+00 -2.973707715371691762e+00 -1.805256643124981464e+00 -9.882537926317075394e-01 -4.343343574649705108e-01 -1.350914158609334004e-01 -8.556243012278716073e-03 -4.168222673328093875e-05 1.765200000000000102e-01 1.763781601243305951e+07 +1.080000000000000000e+03 4.291800512840215909e+00 2.534388674100036987e+00 1.597263852828632480e+00 9.371052256178754591e-01 4.677144140511616532e-01 1.771565901880899074e-01 1.767418016053930868e-02 2.036822701086217816e-04 1.405019000000000018e+00 -1.600441289512387663e+07 +1.081000000000000000e+03 -1.363923419989402808e+00 -7.755575668708190040e-01 -4.855325224039917509e-01 -2.826417056602847921e-01 -1.322031211294529829e-01 -4.127343273377537952e-02 -1.892766996137012440e-03 1.003973122188205210e-05 -8.106199999999999517e-02 -1.735395950468450785e+07 +1.082000000000000000e+03 -2.626833389021050014e+00 -1.557038039937537421e+00 -9.380922631199339889e-01 -4.805539615357828920e-01 -1.767941063091363896e-01 -3.886174900624138340e-02 -5.189156741637072825e-04 7.826564645258144435e-06 4.095440000000000191e-01 -1.301433393088391982e+07 +1.083000000000000000e+03 -3.950003456962479564e+00 -2.263078256717552694e+00 -1.376103612331267101e+00 -7.587972114465548756e-01 -3.390280412153605094e-01 -1.102285633998367625e-01 -8.168450629649813902e-03 -4.144754037348877170e-05 -1.325989999999999946e-01 1.924432235699200630e+07 +1.084000000000000000e+03 -4.457912188425448008e+00 -2.501758104132586258e+00 -1.473349098124777878e+00 -7.764765271308795569e-01 -3.289686204198430386e-01 -9.951419760577188967e-02 -5.960291143197385746e-03 -2.602338640937814588e-05 -2.088079999999999936e-01 -3.093886999776753411e+07 +1.085000000000000000e+03 -2.562898204433295746e+00 -1.612454369580849312e+00 -1.048332786649725845e+00 -6.079220272347822807e-01 -2.796549013191197419e-01 -9.189146580096389794e-02 -6.778375091736264096e-03 -4.382785896572177141e-05 -7.520660000000000123e-01 -4.660947953772192448e+07 +1.086000000000000000e+03 -3.981692351341098224e+00 -2.243940567603924574e+00 -1.336426033070969632e+00 -7.058598520786035779e-01 -2.849011514901440001e-01 -7.658417953175872261e-02 -3.934682593977955473e-03 -2.002077699816058349e-05 7.787619999999999543e-01 4.844053194035258889e+07 +1.087000000000000000e+03 -1.009280140259386366e-01 -1.226180295195349185e-01 -1.131444058185105406e-01 -8.899409771262656310e-02 -5.184654701569478552e-02 -1.797800470113142257e-02 -8.869228884349958765e-04 -1.546384909553035144e-06 1.116000000000000021e-03 -1.572908559794015251e+06 +1.088000000000000000e+03 3.752913926854676507e+00 2.020885231638973156e+00 1.112189280374099809e+00 5.105515300080516461e-01 1.626857143074564305e-01 2.895192213992580504e-02 -2.882157743343968727e-04 -1.794755972004376398e-05 -5.161980000000000457e-01 1.380054724625951611e+07 +1.089000000000000000e+03 -2.917617503421261471e+00 -1.494367198449113365e+00 -7.503353995865996717e-01 -2.850287450120816968e-01 -5.228096828308483740e-02 9.973165939041723702e-03 3.701789978660129966e-03 4.014065983734693027e-05 3.811689999999999801e-01 -5.253620600803358853e+07 +1.090000000000000000e+03 -3.065192604800961895e+00 -1.676635939697271649e+00 -9.857888263996700262e-01 -5.271986407059563451e-01 -2.202190873038665786e-01 -5.702507457668515300e-02 -1.175577780769290715e-03 1.508364046773261683e-05 4.327079999999999815e-01 -1.442690517517822422e+07 +1.091000000000000000e+03 3.969568732367622310e+00 2.262480803401154539e+00 1.356649918956766898e+00 7.237461903522726114e-01 3.007717957472332282e-01 8.533476971065842576e-02 4.465882099444601870e-03 1.729726032010437778e-05 -3.734859999999999847e-01 -7.667149927342767827e+06 +1.092000000000000000e+03 -2.802065123061766805e+00 -1.350201907876212415e+00 -6.809875356084253983e-01 -3.098255688939544061e-01 -1.341246618656057044e-01 -5.674361641024747854e-02 -7.555459776236941524e-03 -9.820482724409006637e-05 -1.090548000000000073e+00 -7.503286383319663815e+06 +1.093000000000000000e+03 -6.555709690930017208e-02 -1.424081244913784627e-01 -1.517918456252746462e-01 -1.200557026821962581e-01 -6.246531056869274873e-02 -1.863085867541292712e-02 -9.303080208005913088e-04 -3.737390506342696898e-06 3.740500000000000075e-02 4.028144210925209802e+06 +1.094000000000000000e+03 3.646867422985689555e-01 2.063059098390566393e-01 9.196590939434798329e-02 3.062507244210645532e-03 -4.149450025816728976e-02 -3.700938889054008335e-02 -7.674450601984277726e-03 -1.628565684640041278e-04 -1.532458000000000098e+00 -2.136833506826758757e+07 +1.095000000000000000e+03 -4.796463433604590598e+00 -2.759217227861701094e+00 -1.669453392088413146e+00 -9.069296998008354871e-01 -3.991152104616116914e-01 -1.300525875444817070e-01 -1.023848524743193461e-02 -9.535445984537844566e-05 -3.360779999999999879e-01 7.244041490795367397e+06 +1.096000000000000000e+03 -1.317662925429790910e+00 -8.648415919059098123e-01 -5.885773614133393838e-01 -3.701565101947009717e-01 -2.007138971974229413e-01 -8.683456545317769226e-02 -1.157447925435604701e-02 -1.944035093532493319e-04 -1.411912999999999974e+00 1.080699372313987091e+07 +1.097000000000000000e+03 3.985174691411849324e+00 2.243210861206640150e+00 1.322259477155026897e+00 6.944517084893573333e-01 2.925002502830123530e-01 9.056983699375670271e-02 6.532951407869157234e-03 4.533847019342688287e-05 5.378530000000000255e-01 3.851265626683910936e+07 +1.098000000000000000e+03 -1.015655788636817380e+00 -4.695760983514895570e-01 -2.212661107996477250e-01 -8.744299998515379924e-02 -2.894463025771050468e-02 -9.287490198266728364e-03 -1.083818642636512428e-03 -1.978055299404535134e-05 -1.500070000000000014e-01 -5.964954334760735743e+06 +1.099000000000000000e+03 -2.151085222633012661e-01 2.986745155884508451e-02 9.534073702556347674e-02 9.840547953724380903e-02 7.174352102856348945e-02 3.447199555224548378e-02 3.032386668921242378e-03 1.339819018706145052e-05 5.811509999999999732e-01 2.278496036545674875e+07 +1.100000000000000000e+03 3.331452050270509613e+00 1.848789582867476300e+00 1.075102660785700825e+00 5.512919368807095433e-01 2.200658423958168353e-01 5.989020551909084861e-02 2.233525742724931998e-03 -1.029068618696492138e-05 -5.759750000000000147e-01 -2.234668708236172795e+07 +1.101000000000000000e+03 -2.012978481135281328e+00 -1.128672781466188768e+00 -6.602967824869824254e-01 -3.381729264463206874e-01 -1.314797176688190239e-01 -3.270947276981857332e-02 -4.455166540332086353e-04 2.538898939555998206e-05 3.978619999999999934e-01 3.800561757884763647e+06 +1.102000000000000000e+03 3.603298152544593513e+00 2.003046531212066661e+00 1.154041541697190976e+00 5.809713770434481450e-01 2.328897154532524050e-01 7.430092454064263219e-02 8.009649369193436869e-03 1.369631019597632063e-04 8.231619999999999493e-01 1.933570305151138082e+07 +1.103000000000000000e+03 4.296548346349555736e+00 2.474241147733785340e+00 1.491179001691094630e+00 7.979140218029153742e-01 3.330779445221317414e-01 9.546127314136562680e-02 5.329374240240867568e-03 2.909506661940832879e-05 -5.285330000000000306e-01 -2.345353771502153203e+07 +1.104000000000000000e+03 -7.523535222289714497e-01 -5.477909174318689178e-01 -3.779597402298460196e-01 -2.194526844640736774e-01 -9.440364988118171707e-02 -2.806027526971650171e-02 -1.869633703821454995e-03 -1.259112503460093049e-05 -3.711059999999999914e-01 -2.814226555403431877e+07 +1.105000000000000000e+03 -1.489705627780807173e+00 -8.433081349786206715e-01 -5.152437181785957110e-01 -2.965977424523401629e-01 -1.490101159261253139e-01 -5.758050424757925334e-02 -5.656747440342085875e-03 -5.691692267165845910e-05 -8.279900000000000038e-01 -2.813859859106063098e+07 +1.106000000000000000e+03 1.720116452304638610e+00 1.008444667913781512e+00 6.233598202423517032e-01 3.506320646629416671e-01 1.596008279977879085e-01 5.080697572019756553e-02 3.181351177707131359e-03 1.391941402752904772e-05 -2.312009999999999899e-01 -2.803896727722943202e+07 +1.107000000000000000e+03 -3.752177097773398362e+00 -2.134077247024930735e+00 -1.279502305242138149e+00 -6.869497573900424925e-01 -2.947951614960225286e-01 -9.246757058146785890e-02 -7.081304357447317475e-03 -5.779136108588648149e-05 -1.757410000000000083e-01 9.668350538622058928e+06 +1.108000000000000000e+03 1.104477790050446551e+00 7.393039603969072671e-01 5.081425982109857298e-01 3.162832650605207352e-01 1.625696103412005988e-01 6.273752598140634740e-02 6.264238882097604259e-03 7.373152242412384766e-05 7.831249999999999600e-01 1.081312106382499821e+07 +1.109000000000000000e+03 2.520773936285155781e+00 1.348166058214326668e+00 7.584060490795727638e-01 3.832692932446519207e-01 1.644127030550989188e-01 5.808402630519610144e-02 5.852485645579828463e-03 7.099272773853170892e-05 6.901859999999999662e-01 1.199315253158032335e+07 +1.110000000000000000e+03 1.238009039556259738e+00 7.096020641139337837e-01 4.374870966612743883e-01 2.469887468865518965e-01 1.149420676523865842e-01 4.086161459071214336e-02 4.212887420040620570e-03 5.456931613089454573e-05 4.669150000000000245e-01 4.172506333838345949e+06 +1.111000000000000000e+03 1.777464471066053209e+00 9.236310438784731680e-01 4.529176496227394488e-01 1.475117143612043602e-01 3.728563890580242207e-03 -1.561274686197601860e-02 -1.232064358538108870e-03 1.210179591607724508e-05 -4.711080000000000267e-01 -2.379648887517946959e+07 +1.112000000000000000e+03 -6.693657829192422026e-01 -4.276085617848964238e-01 -2.718906225654300068e-01 -1.528521152337351807e-01 -7.483986511630653926e-02 -3.291695593883665200e-02 -4.566839672386924405e-03 -5.393184892116212206e-05 -6.869929999999999648e-01 -2.641197848325458355e+06 +1.113000000000000000e+03 -2.680113200617202818e+00 -1.522909960097480475e+00 -9.118347542581566323e-01 -4.944729724643923130e-01 -2.270225703665769423e-01 -8.538074923492267043e-02 -9.912010747890206974e-03 -1.334702189204282072e-04 -1.513549000000000033e+00 -4.238256009559767693e+07 +1.114000000000000000e+03 4.495584405894445523e-01 2.474343590813125604e-01 1.412571757152449037e-01 6.708854080514514706e-02 1.857433525004711927e-02 -1.181386915629967227e-03 -1.230745189011796985e-03 -1.450633296333047219e-05 -3.188770000000000215e-01 -1.373881883078519953e+06 +1.115000000000000000e+03 3.179813111560270578e+00 1.814873537198717690e+00 1.078126812640228360e+00 5.611513168221055059e-01 2.222150907694672994e-01 5.804628242364418683e-02 2.251504195672736353e-03 2.639064266025228491e-07 -3.256539999999999990e-01 7.172589382638762705e+06 +1.116000000000000000e+03 1.071316712884619049e+00 7.803800666011091458e-01 5.739965310369200546e-01 3.767890589516984523e-01 1.969941262553901729e-01 7.510644648765085751e-02 7.788992495427301405e-03 8.753813493460831487e-05 8.487360000000000460e-01 -1.531277714833800215e+06 +1.117000000000000000e+03 1.014492193252878316e+00 5.283756821024631067e-01 2.998866170681191989e-01 1.602052571302629569e-01 7.254877434362851096e-02 2.297933753516761060e-02 1.196661976061907853e-03 -1.851938714824349450e-06 -7.605199999999999461e-02 -4.622136817285470665e+06 +1.118000000000000000e+03 1.289993152201229565e+00 8.957351947319670549e-01 6.301703086052049541e-01 3.971971858691267787e-01 2.000352988573441959e-01 7.187794429051140577e-02 6.225286057903347929e-03 5.431436257710129295e-05 3.450349999999999806e-01 -1.848966603385121748e+07 +1.119000000000000000e+03 7.593712177467166757e-01 5.388548950191216491e-01 4.035834656554418975e-01 2.774823973538363409e-01 1.527151229086299578e-01 5.909822527914970064e-02 5.623163843226918444e-03 5.249341988862798401e-05 2.661720000000000197e-01 -3.237691699091750756e+07 +1.120000000000000000e+03 4.137491552115348803e+00 2.313977087487960382e+00 1.357779506788677315e+00 7.066107811458217647e-01 2.923846828962100020e-01 9.068293112985630067e-02 8.153059780934753323e-03 1.214432196031608199e-04 4.589770000000000238e-01 4.899098718994678929e+06 +1.121000000000000000e+03 -5.482654979227310488e-01 -3.311277103304857694e-01 -1.899353079055003113e-01 -8.134820098608662453e-02 -1.648949469379773838e-02 1.978798053767257068e-03 8.424702300581012613e-04 1.086808896407696688e-05 2.297879999999999923e-01 5.272965455604949035e+06 +1.122000000000000000e+03 3.476733741761251384e+00 1.905677371974910050e+00 1.083380008923902293e+00 5.340276507397773154e-01 2.006447198715817504e-01 5.135198756096268080e-02 2.233250752832842932e-03 5.553852922535680997e-06 -5.989809999999999857e-01 -2.922405314741608500e+07 +1.123000000000000000e+03 2.366312468317156359e+00 1.461705966358703757e+00 9.500617573801736215e-01 5.601247343292651282e-01 2.667623284634350611e-01 9.090985132771151056e-02 6.648136981283012982e-03 3.618015781094946433e-05 3.572319999999999940e-01 2.733702008120641112e+06 +1.124000000000000000e+03 3.513324824649991296e+00 1.895847025940681441e+00 1.059580416210751164e+00 5.119139350637429420e-01 1.856902210648768980e-01 4.490237433023396008e-02 2.035820241097987746e-03 9.779414571338047822e-06 -2.841179999999999817e-01 -6.585308494695820846e+05 +1.125000000000000000e+03 -4.875146267164502945e+00 -2.639900924909051927e+00 -1.493266551810210840e+00 -7.412780736171883378e-01 -2.935791677506637276e-01 -8.874722510158038202e-02 -6.543069560731787707e-03 -4.639893316731184733e-05 -2.368639999999999912e-01 -3.542335714785880875e+06 +1.126000000000000000e+03 -4.825800633678965390e+00 -2.613523947713057183e+00 -1.480101196925321050e+00 -7.370424371584769485e-01 -2.945999976531447628e-01 -9.154055570916283524e-02 -7.402537592516775060e-03 -6.059739744022467491e-05 -5.120170000000000554e-01 -1.382643428298807144e+07 +1.127000000000000000e+03 -4.880623524176818329e+00 -2.650047121123018545e+00 -1.513932142251016799e+00 -7.692465077831880382e-01 -3.157082204585373031e-01 -9.671462107619729909e-02 -6.767552853646804749e-03 -4.423772919259851179e-05 -2.972999999999999948e-03 1.497475875047104619e+07 +1.128000000000000000e+03 -4.731548050452635046e+00 -2.605944163995708607e+00 -1.499393090599849598e+00 -7.554995769411727569e-01 -2.902284998614618194e-01 -7.403183422279539794e-02 -3.162683981910371055e-03 -9.972802378766485609e-06 7.955729999999999746e-01 3.028762968886069581e+07 +1.129000000000000000e+03 -4.781758497908436212e+00 -2.681806812780951343e+00 -1.587799750072281579e+00 -8.375033496410164702e-01 -3.430173668306497614e-01 -9.467452823190451727e-02 -4.584439653955670047e-03 -1.422535810545439015e-05 3.366959999999999953e-01 -7.414523568071907386e+06 +1.130000000000000000e+03 -5.011337543214677837e+00 -2.815887063800210921e+00 -1.680189197255273825e+00 -9.036155192649339973e-01 -3.878646077552257432e-01 -1.178344291447472325e-01 -7.445196283591377223e-03 -3.678670199590556824e-05 -1.654090000000000005e-01 -1.766888737573852763e+07 +1.131000000000000000e+03 -5.041719305066641788e+00 -2.877949642048433621e+00 -1.743227249038387550e+00 -9.633050184005864658e-01 -4.442700475513674530e-01 -1.577184137298766053e-01 -1.487701309760291156e-02 -1.508594939992225371e-04 -1.222015999999999991e+00 -1.687229257814656245e+06 +1.132000000000000000e+03 -4.852135428325180300e+00 -2.785463678455172509e+00 -1.685332136709632112e+00 -9.190736257801128684e-01 -4.059695419510052639e-01 -1.307821441157697995e-01 -9.370311224606289388e-03 -5.756516687613157427e-05 -2.280480000000000007e-01 3.442528417188344058e+06 +1.133000000000000000e+03 -4.842276411825311655e+00 -2.870793621740344914e+00 -1.794972538781037796e+00 -1.007906995099243197e+00 -4.477610274806768098e-01 -1.399522661226304254e-01 -9.096141668969666416e-03 -4.447266391212007435e-05 -7.491499999999999548e-02 -8.130354233842085116e+06 +1.134000000000000000e+03 -4.834297325076670759e+00 -2.788782291187581475e+00 -1.708122650470297099e+00 -9.569326466715027957e-01 -4.439346035219355890e-01 -1.525537194419694098e-01 -1.223617203582714856e-02 -8.770412244041862944e-05 -5.979219999999999535e-01 8.700500013041332364e+06 +1.135000000000000000e+03 -4.863285619065036869e+00 -2.903908719272478844e+00 -1.834973356675871248e+00 -1.047990727238506281e+00 -4.790579664443640473e-01 -1.569431800632044849e-01 -1.162349255219903392e-02 -7.864424675539985997e-05 -4.394339999999999913e-01 -8.253057313903820701e+06 +1.136000000000000000e+03 -4.874426160352112625e+00 -2.903594886919268259e+00 -1.827761493810293514e+00 -1.037667777653169088e+00 -4.694295465352666397e-01 -1.507541200668836567e-01 -1.045288190549544319e-02 -5.844516258953433172e-05 -2.431810000000000083e-01 -6.989185938859168440e+06 +1.137000000000000000e+03 -4.246017433901386973e+00 -2.165198339283068485e+00 -1.130907184113253416e+00 -4.903735712834804694e-01 -1.520638411673816137e-01 -3.135816803053149970e-02 -9.649959784007341957e-04 -1.601322292688427296e-07 4.412499999999999756e-01 1.510503145803663321e+07 +1.138000000000000000e+03 -4.166385694758240277e+00 -2.106564784479760366e+00 -1.087863027738497079e+00 -4.627717900302321108e-01 -1.386867962441480084e-01 -2.715036783618402991e-02 -7.416316071092071737e-04 6.586178844214336242e-07 4.233390000000000208e-01 1.451380328707007878e+07 +1.139000000000000000e+03 -4.167697276604501511e+00 -2.208201021345457704e+00 -1.199731891797101602e+00 -5.493028167354817581e-01 -1.835534533159623727e-01 -3.907414512573719606e-02 -3.058043820167409554e-04 2.444701614997779019e-05 3.445969999999999867e-01 -2.551223324781309441e+07 +1.140000000000000000e+03 -4.176728979871753289e+00 -2.111222972307706502e+00 -1.118580932382889026e+00 -5.134276778690074483e-01 -1.797433982019581433e-01 -4.352845055340707342e-02 -1.870940435623046506e-03 -5.171256738235442467e-06 5.536599999999999855e-02 -6.081760812044686638e+06 +1.141000000000000000e+03 -4.439444997385227687e+00 -2.362838878184560620e+00 -1.314065756698094223e+00 -6.418657108845509107e-01 -2.489581022680195654e-01 -7.017714087998008776e-02 -3.846606308147020731e-03 -1.475781960355974863e-05 -5.065399999999999764e-02 -1.825326924488761649e+07 +1.142000000000000000e+03 -4.569823351336781414e+00 -2.450985829550393902e+00 -1.375096093734643476e+00 -6.751368686546733722e-01 -2.628734602489173899e-01 -7.884172561680198588e-02 -6.037596917063978684e-03 -4.400270917606284132e-05 -4.818870000000000098e-01 -2.177230186937688291e+07 +1.143000000000000000e+03 -4.061380534232621464e+00 -2.200237088185868384e+00 -1.245981204444108092e+00 -6.136199506617838750e-01 -2.275123618889926258e-01 -5.553202209794891320e-02 -2.219848952441851042e-03 -9.584992059692074007e-06 4.665460000000000163e-01 7.949882346758877859e+06 +1.144000000000000000e+03 -4.011632345102067454e+00 -2.195204447104365908e+00 -1.255597751708187104e+00 -6.284059343251099383e-01 -2.390478597165529850e-01 -5.939578458614531986e-02 -2.096751041946878693e-03 -2.967553511732561736e-06 7.445680000000000076e-01 2.720452504492515326e+07 +1.145000000000000000e+03 -4.631948060676642775e+00 -2.645815659126122377e+00 -1.567370545096765211e+00 -8.089040295941620773e-01 -3.176396100292462887e-01 -8.582784979299636074e-02 -4.539001759742448613e-03 -1.699996713447940569e-05 3.541610000000000036e-01 4.202639626848416519e+05 +1.146000000000000000e+03 -4.489831845544092204e+00 -2.501697417834213066e+00 -1.461025945607252075e+00 -7.600317506753559993e-01 -3.186341447380743319e-01 -9.960329526191855076e-02 -7.246684799457294400e-03 -4.738872052825349060e-05 -2.528469999999999884e-01 -1.093415178198714042e+06 +1.147000000000000000e+03 -4.151220258571536981e+00 -2.384331360153814749e+00 -1.442024531898334683e+00 -7.924417900855789121e-01 -3.687033322126433421e-01 -1.385191668637037188e-01 -1.637465441869349891e-02 -3.013516700540992232e-04 -1.381353000000000053e+00 3.087689536177623272e+07 +1.148000000000000000e+03 -4.535027738843433021e+00 -2.625471870781970196e+00 -1.599994984340619375e+00 -8.779901309049109592e-01 -3.887696190130915386e-01 -1.245265047942410302e-01 -9.158677096752937744e-03 -7.227872620592116419e-05 -1.511039999999999883e-01 7.202854295955372974e+06 +1.149000000000000000e+03 -4.156527077403034731e+00 -2.451308208872419403e+00 -1.530284770341281630e+00 -8.636254947411258209e-01 -3.899877649915071687e-01 -1.254707663230303638e-01 -8.875247395471019818e-03 -5.338533841586866319e-05 1.486500000000000044e-01 3.530372235581679642e+07 +1.150000000000000000e+03 -4.419346481891500034e+00 -2.600918632348398596e+00 -1.608613532357842990e+00 -8.951251205104326925e-01 -3.972898162753705220e-01 -1.241892493700723771e-01 -8.077214823784489503e-03 -4.372057398198686692e-05 2.227760000000000018e-01 2.230796431033898517e+07 +1.151000000000000000e+03 -3.994890401976034067e+00 -2.397391041184956162e+00 -1.535923126458653698e+00 -9.079051485050591008e-01 -4.448969638223989054e-01 -1.612083299518043134e-01 -1.440777654201757380e-02 -1.281469834580432085e-04 -7.746229999999999505e-01 2.852786014616095275e+07 +1.152000000000000000e+03 -4.008765843408586882e+00 -2.457630002485688525e+00 -1.580509021181884410e+00 -9.188532428166155119e-01 -4.307240721596207189e-01 -1.460072952034273674e-01 -1.119026140896533551e-02 -6.998058748557047654e-05 -6.671540000000000248e-01 -1.617729218315280229e+07 +1.153000000000000000e+03 -4.103998901458035142e+00 -2.497866174808889728e+00 -1.625685592890595998e+00 -9.834764566381322126e-01 -5.010960978681952005e-01 -1.938386646372101951e-01 -2.065792501655925456e-02 -2.645331677558238905e-04 -1.728501999999999983e+00 2.834166770562019944e+07 +1.154000000000000000e+03 -4.100139797222410287e+00 -2.496298515498398096e+00 -1.626727656289324031e+00 -9.869327501790035040e-01 -5.055851658756325140e-01 -1.972875669762615136e-01 -2.148337690615708187e-02 -2.868402265522947310e-04 -1.860076000000000063e+00 2.897860690324082598e+07 +1.155000000000000000e+03 -3.562782134916693266e+00 -1.704274676405106659e+00 -8.319081263896952461e-01 -3.309011854578531309e-01 -9.145123055453498184e-02 -1.660991632102785595e-02 -5.633295842916459907e-04 -8.075728731254089094e-07 -5.506699999999999789e-02 -1.384224409360859171e+07 +1.156000000000000000e+03 -3.613898511194975072e+00 -1.727623202841002348e+00 -8.462407740754701591e-01 -3.397385322159321430e-01 -9.373957172345318001e-02 -1.468071483119294876e-02 1.705399891959374708e-04 7.600218177982006657e-06 4.531769999999999965e-01 2.339072866752427816e+07 +1.157000000000000000e+03 -3.670805063006399749e+00 -1.802620272418006486e+00 -9.000258629159573198e-01 -3.569460135681579716e-01 -8.368844234851385844e-02 -3.200268389180889808e-03 1.569918718451055600e-03 1.419258797308303015e-05 5.782370000000000010e-01 7.391861612168328837e+06 +1.158000000000000000e+03 -3.983772262313198809e+00 -1.971437967951004344e+00 -1.000630957749629735e+00 -4.167352962216144263e-01 -1.165939873776830754e-01 -1.420126767469013021e-02 2.565491540941753669e-03 7.861260369846609407e-05 7.341499999999999693e-01 -4.488765122193069197e+06 +1.159000000000000000e+03 -3.939359499045048452e+00 -2.079422466608576769e+00 -1.125723445832247149e+00 -5.042175904058504576e-01 -1.552710926728296803e-01 -2.843703927506703588e-02 -2.818592253182704700e-04 7.485679044881628280e-06 2.909100000000000019e-01 -1.722546409809532762e+07 +1.160000000000000000e+03 -3.735228690024166909e+00 -1.901469147695691309e+00 -1.000102816922699978e+00 -4.346499635353713309e-01 -1.231465791963577971e-01 -1.288618988055833040e-02 2.163081286301491053e-03 3.842940792399599480e-05 7.034820000000000517e-01 -6.085801344038863666e+06 +1.161000000000000000e+03 -3.446793623442803600e+00 -1.839041081741886074e+00 -1.023201883798096512e+00 -4.876870483428045189e-01 -1.645326552887005633e-01 -2.675347383354269998e-02 3.453018729542637211e-03 1.655789474854697948e-04 9.239140000000000130e-01 -2.502649942265655845e+07 +1.162000000000000000e+03 -3.582694136249680916e+00 -1.845016497002573308e+00 -1.002189482827850586e+00 -4.824848064635916534e-01 -1.890397054682501909e-01 -5.780407822927629419e-02 -4.647171645842233280e-03 -3.348554527339861968e-05 -4.873339999999999894e-01 -1.744412323268799856e+07 +1.163000000000000000e+03 -3.637647861034193131e+00 -1.977477196329360476e+00 -1.114680095989363684e+00 -5.429136479551998073e-01 -2.042843628508903830e-01 -5.750913250844955776e-02 -3.759276100846582151e-03 4.768052615996587506e-06 -4.087199999999999861e-02 3.641387913893752557e+04 +1.164000000000000000e+03 -3.862918242990092565e+00 -2.118816514927945427e+00 -1.217418102085655596e+00 -6.250354852722413979e-01 -2.620051243187397905e-01 -8.193464538433219146e-02 -5.618189662119132954e-03 -3.249389937235404508e-05 -1.480199999999999919e-02 1.325428277269920520e+07 +1.165000000000000000e+03 -3.320358198887543910e+00 -1.884255574268997702e+00 -1.125777517974006825e+00 -5.949667736166173171e-01 -2.383456723144282696e-01 -6.177588130961580992e-02 -2.511977361397505545e-03 -5.059949937931253247e-06 6.543809999999999905e-01 2.878605438329590484e+07 +1.166000000000000000e+03 -3.653305290594310417e+00 -2.082773997582220815e+00 -1.237978239433630501e+00 -6.431345975412153804e-01 -2.527776361030913965e-01 -6.558071599031763121e-02 -2.783191412984313811e-03 -8.251725468637023593e-06 8.509120000000000017e-01 4.168407184947838634e+07 +1.167000000000000000e+03 -3.804002244942728872e+00 -2.158937136896080133e+00 -1.304391746626660131e+00 -7.216377908159054000e-01 -3.288552635482577813e-01 -1.087247984109915300e-01 -7.848019608394327454e-03 -4.798522253687958496e-05 -2.328159999999999952e-01 6.719216299644732848e+06 +1.168000000000000000e+03 -3.274916008727614791e+00 -1.965304209845682770e+00 -1.227626910497475299e+00 -6.867191047126145476e-01 -3.069735623689823223e-01 -9.759007352921009182e-02 -6.548319663888020441e-03 -3.553708213163115590e-05 4.325080000000000036e-01 5.235605361245063692e+07 +1.169000000000000000e+03 -3.194974241695088146e+00 -1.949111596373065858e+00 -1.253019789164446118e+00 -7.416677472381768554e-01 -3.687129402321353000e-01 -1.369530230200808885e-01 -1.213842902353317633e-02 -9.658378495919157968e-05 -1.048394999999999966e+00 -1.083707124789811671e+07 +1.170000000000000000e+03 -3.104963095303089560e+00 -1.921568281581185200e+00 -1.246422025201384454e+00 -7.311328554893824494e-01 -3.490714796552418231e-01 -1.235298526774170208e-01 -1.095089649281037227e-02 -1.020387816756241050e-04 -5.672960000000000225e-01 2.111319965669540688e+07 +1.171000000000000000e+03 -3.382096156632387274e+00 -2.091012239072750578e+00 -1.353506218859982013e+00 -7.900992331101263089e-01 -3.677372896667678304e-01 -1.207631305667210275e-01 -8.395490686526011631e-03 -3.980507784763334439e-05 -3.878949999999999898e-01 -1.644904320859280601e+07 +1.172000000000000000e+03 -3.777469395681129161e+00 -2.295370573725582286e+00 -1.467159863149872345e+00 -8.491615033337376328e-01 -3.951071032857433329e-01 -1.293356568807823570e-01 -8.580510766391130639e-03 -4.307282865244253881e-05 -2.080859999999999932e-01 -1.206615921819813550e+07 +1.173000000000000000e+03 -3.495421914080035553e+00 -2.195463383820735359e+00 -1.448066728003743364e+00 -8.703232793816826351e-01 -4.270342820334659395e-01 -1.541160058027664093e-01 -1.419929652304800782e-02 -1.574265623967648531e-04 -1.214955999999999925e+00 -1.302144664697100781e+07 +1.174000000000000000e+03 -3.495168765506048381e+00 -2.196005560448087479e+00 -1.448961122670997526e+00 -8.713326534795653444e-01 -4.278539416387853178e-01 -1.545223066532566136e-01 -1.421810171190809012e-02 -1.557347244998450830e-04 -1.216193999999999997e+00 -1.294003213094697148e+07 +1.175000000000000000e+03 -2.923376872913506119e+00 -1.208290620222298939e+00 -4.592311312964121317e-01 -8.737595928572518267e-02 3.257510025449643354e-02 3.084496420925468552e-02 4.881471756505913542e-03 7.178558759652776803e-05 9.303869999999999640e-01 8.575438781275670975e+06 +1.176000000000000000e+03 -2.978455411061980307e+00 -1.242112407494718518e+00 -4.717482486762084037e-01 -7.764573004498849518e-02 5.895758288547141984e-02 5.658041096776059153e-02 1.189921885618212480e-02 2.822391167039217468e-04 2.189156000000000102e+00 1.570999385804019868e+07 +1.177000000000000000e+03 -2.931015252136930371e+00 -1.300608824137755359e+00 -5.571304914168504485e-01 -1.501857225506610660e-01 1.900582578435713529e-02 4.009153609850527739e-02 8.348266603053539417e-03 1.381683733780540431e-04 1.607216999999999896e+00 1.355321945285898820e+07 +1.178000000000000000e+03 -2.976738575699875877e+00 -1.266305411314663898e+00 -5.157339462221691706e-01 -1.351578688745885548e-01 6.333822572720258825e-04 1.385635429962587400e-02 1.757312865330686903e-03 1.355376883951851956e-05 2.691970000000000196e-01 -1.962562676498887595e+06 +1.179000000000000000e+03 -2.987169301859849746e+00 -1.315296615079201814e+00 -6.085665304155523092e-01 -2.523232238725781618e-01 -1.021064363618208876e-01 -4.052051451887522110e-02 -4.227118494721469714e-03 -3.043778081521661147e-05 -4.876159999999999939e-01 5.745166022526881658e+06 +1.180000000000000000e+03 -2.809881845557324453e+00 -1.229609147149521853e+00 -5.463886519794585173e-01 -1.993000272010056473e-01 -6.139028136606249769e-02 -2.005958512047145703e-02 -2.599203854532412296e-03 -3.878452568767917807e-05 -2.288600000000000079e-01 7.738189039494428784e+06 +1.181000000000000000e+03 -2.806330459986051462e+00 -1.314703839942230390e+00 -6.362048088671716783e-01 -2.687678589473544988e-01 -1.054916651876793565e-01 -4.346267837455701499e-02 -6.491863781449696245e-03 -1.002505788364083811e-04 -7.852630000000000443e-01 1.164692923540501855e+07 +1.182000000000000000e+03 -3.304808724656263408e+00 -1.601521780284982821e+00 -7.778772428726637989e-01 -2.855710688951165754e-01 -4.618611421190833843e-02 1.276556932117698523e-02 3.440728855788199522e-03 3.178844362623720743e-05 8.830219999999999736e-01 1.269594480468366854e+07 +1.183000000000000000e+03 -3.015634390676861010e+00 -1.505205323323814293e+00 -7.810923070468809293e-01 -3.472179132675645152e-01 -1.186637878246538241e-01 -2.859641102154142356e-02 -9.632813516354712512e-04 8.922957990790538203e-07 2.598590000000000066e-01 6.496009451076902449e+06 +1.184000000000000000e+03 -3.188705924293148808e+00 -1.625352464911378192e+00 -8.458790679631179588e-01 -3.587864785442831939e-01 -9.669532324095754527e-02 -5.776335292595990469e-03 4.013426705937638700e-03 1.308907916358834078e-04 8.206740000000000146e-01 -2.264556492491886765e+07 +1.185000000000000000e+03 -3.273504214309244542e+00 -1.697103894325290296e+00 -9.170282981541310052e-01 -4.394027990903682235e-01 -1.791732139010223379e-01 -6.073336810630098476e-02 -5.272540741786994715e-03 -3.647996688861920552e-05 -3.049729999999999941e-01 1.087798719849766418e+07 +1.186000000000000000e+03 -2.894907050677739679e+00 -1.550685295056274393e+00 -8.566562192476149251e-01 -4.035024822688153545e-01 -1.436303140607657347e-01 -3.667156589065583699e-02 -1.799336070775453328e-03 -5.092743148798855187e-06 1.695760000000000045e-01 2.725894952006524429e+06 +1.187000000000000000e+03 -2.605460910881175263e+00 -1.429605050314935122e+00 -8.218352146606008324e-01 -4.151987923990989593e-01 -1.614577134012946391e-01 -4.150620637498744769e-02 -1.025469123372505127e-03 1.848221512260813943e-05 6.747990000000000377e-01 3.155965779665519670e+07 +1.188000000000000000e+03 -2.869886535475234979e+00 -1.557850660680263122e+00 -9.134961238182232046e-01 -4.969763419477830624e-01 -2.257803924893125869e-01 -7.460612994677742749e-02 -5.519823931655730084e-03 -3.679811151846083648e-05 -1.388959999999999917e-01 1.411179844348699600e+07 +1.189000000000000000e+03 -2.619259680621481401e+00 -1.497678119378006656e+00 -8.897846635693931194e-01 -4.632803863094368535e-01 -1.844796597145902384e-01 -4.906512331231720897e-02 -2.068864720763012328e-03 -3.182511702119754273e-06 4.829129999999999812e-01 2.211463864109329507e+07 +1.190000000000000000e+03 -2.782202536593910924e+00 -1.577103763344292364e+00 -9.670774022724299979e-01 -5.568648903173614162e-01 -2.784451459701938747e-01 -1.081232702953275615e-01 -1.073328088505473045e-02 -1.023266755281275182e-04 -1.184577999999999909e+00 -1.218894162682761066e+07 +1.191000000000000000e+03 -2.809890349284395406e+00 -1.683687860446355655e+00 -1.038461541722550452e+00 -5.593628595612889498e-01 -2.321562425753354864e-01 -6.944878275171774418e-02 -5.260995372616184516e-03 -4.400182362693308831e-05 -4.066569999999999907e-01 -2.131410335837551951e+07 +1.192000000000000000e+03 -3.042841599106621775e+00 -1.832722845986017868e+00 -1.151257121190150778e+00 -6.470199683070693153e-01 -2.903044810386103403e-01 -9.393540317534981865e-02 -6.991595262221555855e-03 -5.317417187194570130e-05 -2.782330000000000081e-01 -2.302711369157921057e+06 +1.193000000000000000e+03 -2.549409427720811472e+00 -1.596335250675101847e+00 -1.043884282600831881e+00 -6.170867371779719113e-01 -2.927061071641973156e-01 -9.888574965665533623e-02 -7.507409996249657901e-03 -5.139119091617430483e-05 -5.261860000000000426e-01 -1.472012693419944122e+07 +1.194000000000000000e+03 -2.446965269350397598e+00 -1.507252705759757339e+00 -9.704724961459584298e-01 -5.636494639995777156e-01 -2.595690006632627722e-01 -8.155516069648201249e-02 -4.806813286594133032e-03 -1.902110146942865036e-05 1.000719999999999943e-01 5.581429616475177929e+06 +1.195000000000000000e+03 -2.836575629744793936e+00 -1.856927258929789160e+00 -1.245938420279113723e+00 -7.486538909018068955e-01 -3.631099335319815102e-01 -1.285449365902227858e-01 -1.054501219512544649e-02 -7.305355870177137733e-05 -6.769169999999999909e-01 8.116482398939738050e+05 +1.196000000000000000e+03 -2.742361694233474978e+00 -1.777149881470952764e+00 -1.178459636827874135e+00 -6.966014612337717571e-01 -3.307693484048928045e-01 -1.151247012366033440e-01 -9.603486232433120981e-03 -7.890280254030924392e-05 -5.924070000000000169e-01 3.481764379225170705e+06 +1.197000000000000000e+03 -2.839293333132733910e+00 -1.858406307831410365e+00 -1.246993915214405613e+00 -7.494592041982919284e-01 -3.635694825894884019e-01 -1.286308511309653679e-01 -1.051100531415890757e-02 -7.180898897140603084e-05 -6.664980000000000349e-01 9.469811412580780452e+05 +1.198000000000000000e+03 -2.441620541250965282e+00 -1.598006928921084757e+00 -1.107292712985099126e+00 -7.194286545499002372e-01 -3.905905233403456633e-01 -1.508071116677344725e-01 -1.297498306471603531e-02 -9.097492812299626372e-05 -1.093898999999999955e+00 -6.028418696424529888e+06 +1.199000000000000000e+03 -2.273269071271501574e+00 -7.767605234361990574e-01 -1.769957872936668009e-01 8.463326145332716877e-02 1.294094424333266102e-01 7.569602371860409407e-02 1.085084384379699819e-02 1.574035952986826330e-04 1.807736999999999927e+00 5.052219369187285192e+06 +1.200000000000000000e+03 -2.291017930511961787e+00 -7.815921855921392769e-01 -1.817728311653124540e-01 7.548186455678447537e-02 1.164846253472877069e-01 6.490283080137540517e-02 8.301829015927814776e-03 9.764871217004453252e-05 1.459670999999999941e+00 1.381152911307220347e+07 +1.201000000000000000e+03 -2.556395101477523024e+00 -9.561911677202243887e-01 -2.939752950058450720e-01 3.390429674773118816e-03 6.864799551505394726e-02 4.002584651047529779e-02 5.247385523157781229e-03 8.042681862450029183e-05 7.691719999999999668e-01 -1.096643922599747963e+07 +1.202000000000000000e+03 -2.293813119987428983e+00 -9.105616847088970900e-01 -2.885464680394133064e-01 2.581045814414597087e-02 1.089038142464477665e-01 6.865111416867546168e-02 1.018975973677643636e-02 1.716503020557449434e-04 1.552645000000000053e+00 -8.381739353839375079e+06 +1.203000000000000000e+03 -2.160400744571572496e+00 -8.512097338145343528e-01 -2.979224337076811224e-01 -3.739543833285990937e-02 3.558354374489163668e-02 2.613731566883264329e-02 3.843615112630384932e-03 4.317181592992948676e-05 5.606940000000000257e-01 -1.140991560413501784e+07 +1.204000000000000000e+03 -2.442281139367294962e+00 -9.445691395357793674e-01 -3.242185373732439091e-01 -4.086687713585491349e-02 3.159716488758942260e-02 2.032338787577424311e-02 2.601285750914290439e-03 3.203053266837627546e-05 5.776529999999999720e-01 1.200512193797263689e+07 +1.205000000000000000e+03 -2.282578961088462144e+00 -9.282867764721028925e-01 -3.475617318657239774e-01 -6.493938822591394100e-02 2.262384531016562242e-02 1.975473659776060681e-02 2.792251484124848651e-03 3.368834876398948334e-05 6.878339999999999455e-01 2.130805015763490647e+07 +1.206000000000000000e+03 -2.275758990214289845e+00 -1.005020517960885318e+00 -4.288813871179036896e-01 -1.200984567658535535e-01 1.654380660674735406e-03 1.651814125723539972e-02 2.588587815235490058e-03 2.303906738911058562e-05 6.888260000000000494e-01 2.081034289110002667e+07 +1.207000000000000000e+03 -2.208914590368218800e+00 -9.880718550489762109e-01 -4.666042933531841519e-01 -1.994258252310088797e-01 -7.800946350842781485e-02 -2.459620946172216133e-02 -1.405160939088416104e-03 -7.106239857887316870e-06 5.668499999999999928e-02 4.228795144166793674e+06 +1.208000000000000000e+03 -2.128665508349401048e+00 -9.956229457656239346e-01 -4.581847791233428224e-01 -1.441666049293901519e-01 -2.594299648040587335e-04 2.256417768889388067e-02 3.372627245526840616e-03 1.622933863282613934e-05 7.500069999999999792e-01 1.239575331147842295e+07 +1.209000000000000000e+03 -2.130243301179281623e+00 -9.881700518872538197e-01 -4.757329038558536505e-01 -1.944304901269259256e-01 -6.817528878885677213e-02 -2.530460520084668735e-02 -3.279725263915504296e-03 -3.143382280421862067e-05 -5.640760000000000218e-01 -1.351524989361875132e+07 +1.210000000000000000e+03 -2.292737540123392037e+00 -1.071574888010241366e+00 -5.227366310321137632e-01 -2.306703815767385257e-01 -9.975103455359460303e-02 -4.104637274925537066e-02 -4.303230604572408531e-03 -3.057207895580863854e-05 -4.864600000000000035e-01 -1.239399884428612422e+06 +1.211000000000000000e+03 -2.151996051039132496e+00 -1.120359998997707551e+00 -6.020885609331307897e-01 -2.686523891922358853e-01 -7.759486147626989960e-02 -8.631898017000415660e-03 5.159590648211118818e-04 -5.846154001744689699e-06 1.201200000000000045e-01 -2.036446811746532470e+07 +1.212000000000000000e+03 -2.197325390557722802e+00 -1.196188177921884144e+00 -6.578876771737758311e-01 -2.855332547026362966e-01 -6.408484614210764596e-02 7.152531327183310125e-03 3.797478698087483617e-03 5.450596984706158860e-05 9.068699999999999539e-01 4.073317134776297025e+06 +1.213000000000000000e+03 -2.247827349175872236e+00 -1.265260379650058331e+00 -7.466676143067654259e-01 -3.868020504225305189e-01 -1.510988816955664560e-01 -3.839703894294590331e-02 -1.445408469063532830e-03 -2.649860416573293723e-06 2.095999999999999946e-02 -1.987057793818619475e+07 +1.214000000000000000e+03 -2.251436726463872606e+00 -1.215029420898655843e+00 -6.813013465688907422e-01 -3.222851665438842272e-01 -9.989520292621122122e-02 -9.008869359753441525e-03 2.988217235009368779e-03 6.192685662111303575e-05 9.997279999999999500e-01 9.820256494826786220e+06 +1.215000000000000000e+03 -2.300041125953667720e+00 -1.325679017248624136e+00 -8.000138746606463291e-01 -4.284858746391651541e-01 -1.799287447041622023e-01 -5.227660470107022700e-02 -2.814975029315117984e-03 -9.345844962118043142e-06 2.481250000000000122e-01 1.365159719730345532e+07 +1.216000000000000000e+03 -1.987153125613834392e+00 -1.193356371795081694e+00 -7.446874697416969724e-01 -4.087253583815339542e-01 -1.708150170448613503e-01 -4.712993689958015764e-02 -1.975312065051926854e-03 1.659326756016703921e-08 1.954120000000000024e-01 -1.467675498898448888e+06 +1.217000000000000000e+03 -1.850936525283898515e+00 -1.113191173591472127e+00 -7.109303351072073784e-01 -4.152432083885441716e-01 -1.976524745705371955e-01 -6.806973268251463594e-02 -5.615117891000881781e-03 -4.359391928316715440e-05 -4.887630000000000030e-01 -1.091124939068986848e+07 +1.218000000000000000e+03 -2.402541266986153445e+00 -1.399598127614579468e+00 -8.708615641192812840e-01 -5.003466561172672522e-01 -2.397036325169598359e-01 -8.344697024159473953e-02 -6.145634719054406808e-03 -3.093597552827065931e-05 -3.796959999999999780e-01 -7.853753879742959514e+06 +1.219000000000000000e+03 -2.141470948601394308e+00 -1.342348653389867419e+00 -8.866420190343774488e-01 -5.306236895232546713e-01 -2.536461054273192461e-01 -8.617436460645439000e-02 -7.346747510962993964e-03 -8.226107540619871812e-05 -2.402009999999999978e-01 2.309261276709012687e+07 +1.220000000000000000e+03 -2.035868909829904094e+00 -1.283862627391879618e+00 -8.360283096166146732e-01 -4.920504500621789568e-01 -2.370349580081614616e-01 -8.341070010015561031e-02 -6.714014198141474501e-03 -4.830162192417404289e-05 -4.028160000000000074e-01 3.158480648210016079e+06 +1.221000000000000000e+03 -2.320415006690800475e+00 -1.479647427280404104e+00 -9.946509014261528669e-01 -6.257767010336222624e-01 -3.343370329212044800e-01 -1.308238022259493871e-01 -1.197508226070673198e-02 -1.009634146127196474e-04 -1.135272999999999977e+00 -7.916925857939343899e+06 +1.222000000000000000e+03 -2.349360646743029246e+00 -1.512145857909088287e+00 -1.027368133462972288e+00 -6.551676986236497635e-01 -3.553231262157228176e-01 -1.412106530645860780e-01 -1.342966602719319891e-02 -1.241455076422999255e-04 -1.316421000000000063e+00 -6.512324363213388249e+06 +1.223000000000000000e+03 -1.881487815720140011e+00 -5.494561122303964762e-01 -4.852643955285100563e-02 1.303633126880290316e-01 1.188605882247591589e-01 5.361088769046374464e-02 5.375277707293157556e-03 4.125275649541368606e-05 8.964509999999999978e-01 2.163356668494924437e+06 +1.224000000000000000e+03 -2.170771074054998362e+00 -6.713339318439478509e-01 -9.287886274712713053e-02 1.178041819676766827e-01 1.041728609400940919e-01 3.600300766871437214e-02 1.564376106071496339e-03 2.235984419932461068e-06 2.088319999999999899e-01 -1.168226958200324094e+06 +1.225000000000000000e+03 -2.106305867936744569e+00 -7.919696779828152566e-01 -2.138562957401996256e-01 6.840967107874004749e-02 1.300337940856636232e-01 7.370831517346351780e-02 7.967228414984095508e-03 6.000586407782470524e-05 1.167467000000000033e+00 -3.200867414236112381e+05 +1.226000000000000000e+03 -2.131508381515780925e+00 -7.999914026884156204e-01 -2.126641732303341525e-01 7.452406294198102299e-02 1.365721685691477782e-01 7.800968522016731022e-02 8.874112728309183767e-03 7.657931510570547141e-05 1.311792000000000069e+00 -1.933955820960768964e+06 +1.227000000000000000e+03 -2.086682820593336096e+00 -7.935429821938806416e-01 -2.695694908718573313e-01 -4.009856115815046973e-02 2.013292072763699786e-02 1.784358949356176435e-02 2.758555471695825836e-03 1.864854032488194892e-05 7.328109999999999902e-01 1.659191346796890907e+07 +1.228000000000000000e+03 -1.380533244991728692e+00 -4.521249543846466157e-01 -7.313713781118963420e-02 8.824792260178018766e-02 1.098497535831244182e-01 6.918703945883483697e-02 1.320957949109216253e-02 3.230338748691801614e-04 2.349038999999999877e+00 1.257263195530167967e+07 +1.229000000000000000e+03 -1.730725894638770246e+00 -6.534369134933686318e-01 -2.045641327075340132e-01 -8.046258812292331197e-03 3.128707329541471904e-02 1.699548811822699373e-02 2.187259720037750769e-03 2.262755848729839178e-05 3.702559999999999740e-01 -6.194435693195970729e+06 +1.230000000000000000e+03 -1.956645307134343703e+00 -8.249864636165562537e-01 -3.094111232354972985e-01 -2.753371086942174584e-02 7.332437847134776199e-02 5.380301024064303855e-02 6.864999803098786359e-03 6.734262227904049122e-05 9.326670000000000238e-01 -8.238814579726456665e+06 +1.231000000000000000e+03 -1.447214841993473611e+00 -5.296257384813509717e-01 -1.751993073806472345e-01 -1.288801843445100750e-02 3.325642329458325386e-02 2.200978320679704975e-02 2.770812135752093695e-03 3.778829860190401779e-05 3.991560000000000108e-01 -1.259564210767505458e+06 +1.232000000000000000e+03 -1.816034158214963057e+00 -8.106316126993816651e-01 -3.555280585980014063e-01 -1.116645371592214081e-01 -1.265043758061304077e-02 6.022700203479672970e-03 1.586872060914648564e-03 3.447423459759807750e-05 4.775499999999999745e-01 1.271825720976680703e+07 +1.233000000000000000e+03 -1.661819817163231905e+00 -7.762216347370461955e-01 -3.760814835084621555e-01 -1.567539771082530620e-01 -6.160264484519251127e-02 -2.857102134754266332e-02 -4.306336740277301282e-03 -4.535492078534942266e-05 -5.203680000000000527e-01 1.311093573736398481e+07 +1.234000000000000000e+03 -1.315300267270948842e+00 -5.400417652188349571e-01 -2.331785085277829073e-01 -1.009785935193891482e-01 -5.421123567026488177e-02 -2.551737802435046984e-02 -2.462931541559574763e-03 -1.569225967116841261e-05 -1.848170000000000091e-01 4.346017799478236586e+06 +1.235000000000000000e+03 -1.440174626042768802e+00 -7.409854573870686689e-01 -3.856414685306600032e-01 -1.618940887535062212e-01 -4.504853036725516707e-02 -7.697988764613427487e-03 -3.163633529170379395e-04 -4.142663060546935522e-06 -5.014300000000000007e-02 -1.175363799191712588e+07 +1.236000000000000000e+03 -1.785116870525423449e+00 -9.081399813560063761e-01 -4.893365271747009970e-01 -2.404936770079522390e-01 -1.041144243575240630e-01 -3.797956782961559724e-02 -3.968252788310969691e-03 -3.937398349899914348e-05 -4.418619999999999770e-01 -3.233160726091498975e+06 +1.237000000000000000e+03 -1.483214309112632412e+00 -7.705768234828481722e-01 -4.441209120989109138e-01 -2.507759256501423950e-01 -1.304510935119296555e-01 -5.278827920951967984e-02 -4.822361307816118783e-03 -2.965498498592340895e-05 -3.571929999999999827e-01 1.307474227954169177e+07 +1.238000000000000000e+03 -1.844017543709031148e+00 -9.978634565534906242e-01 -5.549249575950784275e-01 -2.583300969550285653e-01 -8.446058963381421203e-02 -1.775456401890091254e-02 -9.390201942741581128e-04 -8.628225392882268277e-06 -4.283200000000000202e-02 -1.150543231390492804e+07 +1.239000000000000000e+03 -1.669119519656435680e+00 -9.621945796623503355e-01 -5.807950739641379867e-01 -3.082146102244715524e-01 -1.279663474239784160e-01 -3.849819347692828159e-02 -2.159526367646610358e-03 -3.122308651352195838e-08 1.826550000000000118e-01 1.876492398143433407e+07 +1.240000000000000000e+03 -1.453924711051303387e+00 -8.586058214036916825e-01 -5.342372879173751254e-01 -3.000199860846461952e-01 -1.388363244806078145e-01 -5.084698939100090742e-02 -6.065155596372850434e-03 -1.059850479690656322e-04 -3.604769999999999919e-01 3.213909371108919010e+07 +1.241000000000000000e+03 -1.380219013599644828e+00 -8.847319467282177552e-01 -5.910564422574937637e-01 -3.600128032317206350e-01 -1.814068110210776408e-01 -6.809245393756743758e-02 -6.412265283356904239e-03 -5.738154342108367002e-05 -3.940389999999999726e-01 2.087608862093288451e+07 +1.242000000000000000e+03 -1.273678989374482207e+00 -7.789685477920466061e-01 -5.150381568369870600e-01 -3.186926532525218292e-01 -1.611301119447407781e-01 -5.443989057910583740e-02 -2.607341504953767167e-03 1.805879853603963223e-05 5.709600000000000092e-02 -1.049230567002891330e+06 +1.243000000000000000e+03 -1.382029869474855843e+00 -9.254772606382259958e-01 -6.390840616796199525e-01 -4.101373556568203016e-01 -2.227757392283263305e-01 -8.848958903906174733e-02 -8.319315011627814033e-03 -6.846083299047911637e-05 -5.996439999999999548e-01 2.053489699207928404e+07 +1.244000000000000000e+03 -1.480724990257162421e+00 -9.638401089713197756e-01 -6.553485247920021184e-01 -4.073064640853123475e-01 -2.040074139864651304e-01 -6.970435587087681073e-02 -4.051979844774020525e-03 1.412829916282168298e-05 1.832030000000000047e-01 2.499789403271641210e+07 +1.245000000000000000e+03 -1.246584954609489815e+00 -9.281995723457764358e-01 -6.786297592324277428e-01 -4.396841129751072885e-01 -2.256065762121608198e-01 -8.132043534670181650e-02 -6.659338005000180714e-03 -5.194823098453599383e-05 -2.573349999999999804e-01 2.668094728448859975e+07 +1.246000000000000000e+03 -1.469964091175638865e+00 -1.047072843650888707e+00 -7.442797021083580322e-01 -4.698116464228515587e-01 -2.297478069138177703e-01 -7.348507121137197451e-02 -4.000237185912980560e-03 -1.168700323714454773e-05 2.852700000000000236e-01 2.374952069662146270e+07 +1.247000000000000000e+03 -1.086126501694376856e+00 -8.982541851527600651e-02 2.519823914778699381e-01 3.256958614501199167e-01 2.305219660060040254e-01 9.938961647976592151e-02 1.011420184976652772e-02 1.088068510921965981e-04 1.531293999999999933e+00 2.247647950504490640e+06 +1.248000000000000000e+03 -1.173269337521568589e+00 -1.612371640640546944e-01 2.069719385265162970e-01 3.108828719101728311e-01 2.372757360607165578e-01 1.085805604084283116e-01 1.171092800820718906e-02 1.394920642798639417e-04 1.853482999999999992e+00 1.150404467820779979e+07 +1.249000000000000000e+03 -1.242713330064258104e+00 -2.743149142040919308e-01 8.539277183041243946e-02 1.955928901699945932e-01 1.455152502928972469e-01 5.693970671402006495e-02 3.986098688437514012e-03 2.331487818217006390e-05 3.724399999999999933e-01 -9.360059802809800953e+06 +1.250000000000000000e+03 -1.292488009276195227e+00 -2.693836969830217809e-01 8.009698588557383203e-02 1.623396798321128931e-01 9.796197080979679450e-02 2.507089788246322226e-02 -1.014775224544603493e-03 -7.614075028051253582e-05 -3.236720000000000153e-01 -3.742260718729743268e+06 +1.251000000000000000e+03 -1.124332087840021144e+00 -2.389656635393559159e-01 6.641883191351935500e-02 1.500837278226304361e-01 1.073692209070041675e-01 4.061122644454326358e-02 2.504833010929943295e-03 -2.304012081699600908e-06 2.203569999999999973e-01 -4.262617940061448142e+06 +1.252000000000000000e+03 -1.413919452370658636e+00 -3.751903556289107877e-01 -1.392612597479266773e-02 8.371066079566720497e-02 4.184693937679237474e-02 -5.360806131040376545e-03 -6.399606693166768299e-03 -2.057448070680934545e-04 -1.232998000000000038e+00 -5.162568510677407496e+06 +1.253000000000000000e+03 -9.968729189124195811e-01 -2.858618753678804358e-01 -1.471434735007025665e-02 8.450009848781113442e-02 7.662995768919902972e-02 3.462602842542004261e-02 3.115318678304862098e-03 1.817391314085448217e-05 5.110599999999999588e-01 7.851770815928232856e+06 +1.254000000000000000e+03 -7.597043481725627156e-01 -1.129722699094447835e-01 1.182501343141828531e-01 1.870437504562582343e-01 1.496594640913255780e-01 7.293696877176369942e-02 8.901782303241415062e-03 1.179553080215167042e-04 1.021406999999999954e+00 -2.408067629788098857e+07 +1.255000000000000000e+03 -5.902570871942555142e-01 -9.569427020408807771e-02 6.071117248410534684e-02 8.264961883751786864e-02 4.101123371642221432e-02 8.436763424309125931e-03 -2.479590009205894668e-04 -2.089330174895241181e-05 -8.927599999999999425e-02 -5.974948731788379373e+05 +1.256000000000000000e+03 -1.205230266147620632e+00 -4.014095664842300959e-01 -1.240103230510628263e-01 -2.618270459347776455e-02 -1.168654345340562790e-02 -1.046725711531794334e-02 -1.699529690846570676e-03 -1.312659441167941273e-05 -8.920200000000000351e-02 1.753812170671216771e+07 +1.257000000000000000e+03 -7.366545602639767987e-01 -2.898959547921139968e-01 -7.856829448301293206e-02 3.628383027999729921e-02 6.995791593435625455e-02 4.566179524434758191e-02 6.200283958242776804e-03 6.560950288946690051e-05 5.963209999999999900e-01 -3.610807803271553665e+07 +1.258000000000000000e+03 -1.183677619458786356e+00 -5.411257962458240200e-01 -2.092571029364815871e-01 -1.541521638120855152e-02 5.074469604417248397e-02 3.312593089300233662e-02 3.140843659226041744e-03 1.347193586388475545e-05 4.626100000000000212e-01 4.241925717303991318e+06 +1.259000000000000000e+03 -8.905477894590820842e-01 -4.405721967691315077e-01 -2.221082752589789988e-01 -9.397924966300812144e-02 -2.809454464515518182e-02 -2.214964123848736643e-03 1.306937345887642082e-03 2.471442736243910867e-05 4.406749999999999834e-01 4.423930132086717524e+06 +1.260000000000000000e+03 -8.680604131436763238e-01 -3.350892908937920800e-01 -1.570002633652994306e-01 -8.576930978178817777e-02 -4.915031556330799051e-02 -2.056512218194582811e-02 -1.757427887706128648e-03 -6.416809765251503431e-06 -1.424970000000000125e-01 3.884357642036942765e+06 +1.261000000000000000e+03 -9.471964885979295978e-01 -5.282275812655443659e-01 -2.984008558816637069e-01 -1.330110029037885611e-01 -2.994549444492922499e-02 4.098295659992694240e-03 1.670311098509025434e-03 1.699909675713119481e-05 4.115090000000000137e-01 1.145204864330535987e+06 +1.262000000000000000e+03 -8.363977680352485677e-01 -4.872019364956734488e-01 -2.836773815061899850e-01 -1.399959774058702477e-01 -5.630918929438635118e-02 -2.043991106631806373e-02 -2.238204034545610011e-03 -1.766694419734603447e-05 -3.017179999999999862e-01 -3.931822323639423586e+06 +1.263000000000000000e+03 -7.625980349852544693e-01 -5.093473329978442932e-01 -3.452492390950175349e-01 -2.114717277979319132e-01 -1.072244980085033661e-01 -3.908075660520537314e-02 -2.844750781237735150e-03 -9.674556928252099150e-06 -5.385619999999999852e-01 -3.821981838210492581e+07 +1.264000000000000000e+03 -4.782664558911696728e-01 -2.938017506595501649e-01 -1.833097113093919706e-01 -1.087232460479629903e-01 -6.115032003676761085e-02 -2.560936600298746937e-02 -1.870249483259426660e-03 -6.601955054830034978e-06 -3.959960000000000147e-01 -3.117131146718797833e+07 +1.265000000000000000e+03 -4.228603091857014995e-01 -3.524443203570842287e-01 -2.936668866201425643e-01 -2.348577278566978399e-01 -1.674146469164112250e-01 -8.669396141606451611e-02 -1.103844091492735269e-02 -1.285844808566719455e-04 -1.534715000000000051e+00 -2.601172487031696830e+06 +1.266000000000000000e+03 -6.901522892120451891e-01 -4.988076615987008799e-01 -3.577411505518406920e-01 -2.172244945423466300e-01 -9.423632837169751419e-02 -2.660803152891788592e-02 -1.721526880734136795e-03 -1.428651246867782144e-05 -1.475589999999999957e-01 -6.872402711587834172e+06 +1.267000000000000000e+03 -4.630338692698225400e-01 -4.216725422357119890e-01 -3.512886179515127272e-01 -2.583358816318181428e-01 -1.542091303112848311e-01 -6.808424238952620611e-02 -8.950176669506856864e-03 -1.539107221468812427e-04 -1.203623000000000109e+00 -1.410881491753838724e+06 +1.268000000000000000e+03 -2.631168419483543297e-01 -3.444582870239730754e-01 -3.359572059036013414e-01 -2.750464673785966707e-01 -1.746737889479861028e-01 -7.650520687177940482e-02 -8.231092643978085016e-03 -8.100239618172718978e-05 -9.628769999999999829e-01 5.539142317015397362e+06 +1.269000000000000000e+03 -4.575916285863823596e-01 -4.930779645822623847e-01 -4.363133802760983393e-01 -3.323727463308952523e-01 -2.019240007728634323e-01 -8.738516037248489354e-02 -9.511533040905288672e-03 -9.634831317329966400e-05 -1.137521999999999922e+00 4.559193476586414501e+06 +1.270000000000000000e+03 -3.380855422804960320e-01 -4.035138088089889052e-01 -3.840156834243454442e-01 -3.207375977351021867e-01 -2.106197733831040586e-01 -9.170751854744334242e-02 -8.795371850661204416e-03 -6.265661678124934250e-05 -1.156927999999999956e+00 -1.693159224349601194e+07 +1.271000000000000000e+03 -1.834614265126116583e-01 -3.913897401744147464e-01 -4.053548271873381181e-01 -3.268668609275657833e-01 -1.935287076249828653e-01 -7.591778995781003903e-02 -7.046075633502281617e-03 -6.693851951399764591e-05 -8.054240000000000288e-01 -4.965815930932133459e+06 +1.272000000000000000e+03 -4.849200099745119008e-01 -5.584685610260757826e-01 -5.300692077593871510e-01 -4.353211474031569717e-01 -2.812706209134891444e-01 -1.235448994229342984e-01 -1.221537326289011405e-02 -9.325224153373221797e-05 -1.389936999999999978e+00 5.572428136073605157e+06 +1.273000000000000000e+03 -5.585985131365049927e-01 -6.167117312395302697e-01 -5.778204454536344237e-01 -4.724124892318597446e-01 -3.069759082591863031e-01 -1.378296867619158428e-01 -1.482256552596382219e-02 -1.440209787444310082e-04 -1.644506999999999941e+00 2.100585103670614958e+07 +1.274000000000000000e+03 -5.390878898603649327e-01 -6.130285525318477369e-01 -5.816946606132792352e-01 -4.801576951331514298e-01 -3.143591642793400198e-01 -1.417789565481153147e-01 -1.524936156070171890e-02 -1.453851124469706171e-04 -1.734814999999999996e+00 1.826694453220084682e+07 +1.275000000000000000e+03 -6.531567722545256194e-01 -2.609256747727303066e-02 1.765415897503062603e-01 2.096083383850953219e-01 1.416873216372243893e-01 5.861793582626564220e-02 5.360329231450272625e-03 4.736979790371967873e-05 7.537869999999999848e-01 5.178246430349248461e+06 +1.276000000000000000e+03 -3.110025101661439972e-02 3.218601861133919551e-01 3.833498423622565543e-01 3.236154394498879094e-01 1.956165278762618254e-01 7.831237693629358732e-02 7.599719584574031982e-03 7.975274322684434481e-05 1.405086999999999975e+00 4.720270925935967267e+07 +1.277000000000000000e+03 -4.947005358243422579e-01 -1.446430571962772915e-02 1.690459660757398230e-01 2.237440333264393011e-01 1.755849793434723360e-01 8.298223210448593679e-02 8.660373119673707432e-03 7.781420266791944486e-05 1.066057999999999950e+00 -4.261785383869607002e+06 +1.278000000000000000e+03 -3.775995233448981026e-01 7.116105827890736868e-02 1.998701920339097937e-01 1.979689152158895515e-01 1.243283439085547115e-01 5.043259966989947080e-02 4.901707765484143893e-03 4.524251540241782510e-05 7.988570000000000393e-01 1.564478450950395130e+07 +1.279000000000000000e+03 -2.170414677512884083e-01 9.260130008839853599e-02 1.701078774091538959e-01 1.673368388381792915e-01 1.213404564437376709e-01 5.969236717891299171e-02 6.492873583660987297e-03 5.358215691816986043e-05 8.811870000000000536e-01 -9.875142282068183413e+05 +1.280000000000000000e+03 -4.056191820992997576e-01 -3.271773738829986816e-02 9.220445088397642708e-02 1.137745667837305047e-01 7.220377721414814043e-02 2.419192030135995999e-02 6.536554231265143513e-04 -1.268365192765164193e-05 4.544100000000000222e-02 1.134028823877848312e+07 +1.281000000000000000e+03 -4.245911811338688446e-01 -8.356269511439343156e-02 3.029989447856544504e-02 5.294954021007235168e-02 2.937642960153594163e-02 7.329269823617785319e-03 8.882240652736373104e-05 -2.541447265865589495e-06 1.586100000000000010e-01 1.888985700249842927e+07 +1.282000000000000000e+03 2.084158524158563619e-02 1.217665886733780845e-01 1.530190096010632939e-01 1.415117646218398972e-01 9.119756088853615827e-02 3.604091446771891250e-02 2.761603253362514190e-03 1.319808088117337610e-05 3.586000000000000298e-02 -2.078067929421749711e+07 +1.283000000000000000e+03 -4.695995563596566669e-02 3.009224394039276482e-03 3.898254302038178798e-02 5.951880597517790472e-02 4.983731700296301775e-02 2.010662973123054573e-02 9.725717831641410510e-04 2.841632511966223948e-06 4.145000000000000073e-02 9.980037488344792277e+06 +1.284000000000000000e+03 -4.025819092625851359e-01 -8.240224983016949944e-02 6.900468947456380592e-03 1.420828991104067761e-02 -5.243178827427466202e-03 -9.650471504754997223e-03 -1.554268616278493224e-03 -1.193690874232993009e-05 -1.881629999999999969e-01 3.605371835342648439e+06 +1.285000000000000000e+03 1.614946343716585631e-01 5.281143814479200005e-02 2.502046636555921300e-02 2.697925617847215379e-02 3.594669028189265148e-02 2.750558226271659912e-02 4.291106244906580519e-03 4.490521901273738018e-05 7.039279999999999982e-01 -5.614885609895116650e+05 +1.286000000000000000e+03 3.162358454336943597e-02 2.787860932866248476e-02 3.194386289985864241e-02 3.073106538557467821e-02 1.985929369062011673e-02 5.551287543088813739e-03 -4.334626125451857622e-04 -1.172704011257985794e-05 -7.113099999999999978e-02 1.211604649934849888e+07 +1.287000000000000000e+03 3.012374178707527550e-01 1.124672509664873532e-01 3.362334729475106865e-02 -1.091432748359420779e-02 -3.393966485913729042e-02 -2.902182235971700192e-02 -5.320337996944659274e-03 -8.087324062918592547e-05 -8.517980000000000551e-01 2.296137607718908228e+06 +1.288000000000000000e+03 1.281278375503112354e-01 3.287663150748343366e-02 5.452816861750841779e-03 -1.107122542333463695e-02 -2.513429278455249147e-02 -2.385163427084389942e-02 -5.389556974402157259e-03 -1.036112977840894143e-04 -8.297839999999999661e-01 9.543710106480538845e+06 +1.289000000000000000e+03 3.201278543013442723e-01 1.055290490639244766e-01 -1.977561639237773033e-02 -8.884066649433780549e-02 -9.370556873877058934e-02 -5.408826950588716681e-02 -7.399796817310507618e-03 -8.373708355038216326e-05 -1.297508000000000106e+00 -1.756706187716569752e+07 +1.290000000000000000e+03 -1.164309099896579935e-01 -1.949841876670649066e-01 -1.690666712048434217e-01 -1.010594674766908674e-01 -3.214319692251541710e-02 -2.253913161639076439e-03 4.213877102729734754e-04 2.053130724203864255e-06 1.236899999999999944e-01 -8.847942254470106855e+04 +1.291000000000000000e+03 3.380403751382705102e-01 -1.962770307699739092e-02 -1.182863178501211282e-01 -1.145891699960472632e-01 -6.621314413401063748e-02 -2.411989283150376556e-02 -1.657048072571453345e-03 -6.940925722003360850e-06 -2.782270000000000021e-01 -1.392086035974475183e+07 +1.292000000000000000e+03 4.583427864684795350e-01 3.233746978885770201e-02 -1.034288821050533130e-01 -1.240485465235558887e-01 -7.706753419857977072e-02 -2.519372974055329381e-02 -9.229443661748272000e-04 4.573704047947711180e-06 -1.104740000000000028e-01 -1.586342180496876501e+07 +1.293000000000000000e+03 9.598549891772610587e-02 -2.216518778690166891e-01 -2.864022500699776042e-01 -2.469299012371831414e-01 -1.535884507164166080e-01 -6.505276407538751471e-02 -6.827653009736018783e-03 -6.951366068800107702e-05 -8.492720000000000269e-01 -5.547175690166457789e+05 +1.294000000000000000e+03 -1.975777808437110261e-01 -3.416766868490640485e-01 -3.321742818396377084e-01 -2.537482438096910209e-01 -1.440516918764453980e-01 -5.670523679822032231e-02 -5.268592565787777633e-03 -4.041213614138531386e-05 -8.898800000000000043e-01 -2.645904788895330578e+07 +1.295000000000000000e+03 -1.404624897122571658e-01 -3.691300689431578630e-01 -3.922003207241189782e-01 -3.221742962288990375e-01 -1.973641081667637243e-01 -8.203826104890528381e-02 -8.488104725434989645e-03 -9.306387106904138702e-05 -1.102262000000000075e+00 -8.779255024953968823e+06 +1.296000000000000000e+03 -1.666623323743006146e-01 -3.878169802651613152e-01 -4.083741890176634248e-01 -3.344633106025644009e-01 -2.029102582268461075e-01 -8.259387947853502610e-02 -8.244807912790778556e-03 -8.666452508377274955e-05 -1.020462999999999898e+00 -6.774944838103972375e+06 +1.297000000000000000e+03 6.672240639447998278e-01 6.765506871663097277e-01 5.879202363420252819e-01 4.307565031795861921e-01 2.324084361659599363e-01 7.815936536844736438e-02 4.150572485996492991e-03 -5.519924471183846613e-06 -5.198900000000000049e-02 -1.244174751016938686e+07 +1.298000000000000000e+03 4.709813821334111195e-01 5.756336105333006437e-01 5.489432488029898360e-01 4.382741975077467655e-01 2.624291609157624605e-01 1.024423905651584699e-01 8.383266352523427445e-03 5.249703141179816630e-05 7.706380000000000452e-01 -3.675868966336785816e+06 +1.299000000000000000e+03 3.279932893938339311e-01 4.528277108171202547e-01 4.385907653629602110e-01 3.451545818871524784e-01 1.997577669602627060e-01 7.459481048364219324e-02 5.358836037972944735e-03 1.668056618150013743e-05 5.709490000000000398e-01 1.250846233289556950e+07 +1.300000000000000000e+03 2.772406358751634547e-01 3.640985879214556076e-01 3.678382667633842695e-01 3.122783972553808129e-01 1.973600701295522009e-01 7.942048048214758738e-02 6.669733260519629045e-03 4.370817791431465786e-05 3.679319999999999813e-01 -2.642715413570544869e+07 +1.301000000000000000e+03 4.030803471358431200e-01 4.077712611176269597e-01 3.692997490527801241e-01 2.898216271065899297e-01 1.709588634767010284e-01 6.358238602658895788e-02 4.347389639360963592e-03 1.681413538678184859e-05 1.925560000000000049e-01 -7.212236770803439431e+06 +1.302000000000000000e+03 3.528580533707543765e-01 3.539349804198166360e-01 3.241670099585548526e-01 2.669775056019113024e-01 1.746945952646961620e-01 7.677236125137948397e-02 7.740153426393961422e-03 7.007380631601981664e-05 1.015857000000000010e+00 1.107721636672761291e+07 +1.303000000000000000e+03 3.514082131849232682e-01 2.978154085918916505e-01 2.436728702547465153e-01 1.764313185539427842e-01 9.959059627287178418e-02 3.761891246561325369e-02 2.644726690864388722e-03 7.934952987554984538e-06 2.879840000000000177e-01 8.628930857440199703e+06 +1.304000000000000000e+03 7.179423502900152965e-01 5.250071192705110246e-01 4.101101845190148754e-01 3.027372786045832154e-01 1.873392358007057446e-01 8.491629133053184286e-02 1.086681358178148010e-02 1.713882637725776931e-04 1.390562999999999994e+00 -6.080359375839293003e+06 +1.305000000000000000e+03 7.250845731554073081e-01 4.122666072183874819e-01 2.774767474082879826e-01 1.859156379617994126e-01 1.025595666529622446e-01 3.434510739240728694e-02 3.041646451851439683e-04 -5.552549690330660901e-05 -2.189220000000000055e-01 8.831209653347754851e+06 +1.306000000000000000e+03 6.335622535350271534e-01 4.124265244823930310e-01 2.944902083039078189e-01 2.054087468343694933e-01 1.244826054166623397e-01 5.461249253749756588e-02 5.462601891474358831e-03 3.735189118306838317e-05 7.529249999999999554e-01 1.005703513948693685e+07 +1.307000000000000000e+03 6.895849125424664550e-01 4.100967990449872480e-01 2.595626291253034790e-01 1.454835658586510483e-01 5.921821398952453741e-02 1.305460861540655090e-02 -2.052043862519904163e-04 -1.043389386587737646e-05 -3.571199999999999930e-01 -1.167659884424509853e+07 +1.308000000000000000e+03 8.911418658268455140e-01 4.404368911866185510e-01 2.536081446634868009e-01 1.541384784011553821e-01 9.257119601320981661e-02 4.185555016867251871e-02 4.033127209505239612e-03 2.501744756554219175e-05 5.715780000000000305e-01 1.417977419653676078e+07 +1.309000000000000000e+03 8.802281321400795555e-01 4.981010775977923744e-01 2.689828455972514409e-01 1.023041107582320364e-01 7.451988541012322283e-03 -1.365055009875539710e-02 -2.682299044217913153e-03 -3.078341974678075617e-05 -6.635060000000000402e-01 -1.561431197313258983e+07 +1.310000000000000000e+03 4.359282068687535538e-01 1.691768553234689887e-01 5.910051195143213587e-02 2.187550636977824998e-03 -1.967961624128230363e-02 -1.677070516564506050e-02 -3.390338827122087954e-03 -6.138305690215757854e-05 -4.284700000000000175e-01 1.331221509625446424e+07 +1.311000000000000000e+03 1.068981187166526903e+00 4.885976712565295865e-01 2.196740988517850990e-01 7.260828875364831736e-02 1.133965492834962049e-02 -1.459111891038860232e-03 -3.378753264617092417e-04 9.569483716997342581e-07 -1.573229999999999906e-01 -3.684255852550405078e+06 +1.312000000000000000e+03 1.047590047172572980e+00 4.962952479885242019e-01 2.223581330113431620e-01 5.820042613650837360e-02 -1.119104707176999010e-02 -1.478591597499936613e-02 -1.748893687338615990e-03 -9.087168703577925156e-06 -2.239760000000000084e-01 6.942469371042575687e+06 +1.313000000000000000e+03 6.286466502398883049e-01 1.469916148173409098e-01 -1.603406561374800046e-02 -5.311091838365843837e-02 -2.836429604499642390e-02 -4.649151321779040717e-03 5.843860824291455388e-04 9.606304420858300370e-06 1.681610000000000049e-01 7.718760090195825323e+05 +1.314000000000000000e+03 6.645862630268215554e-01 1.692605847180916334e-01 -2.208379020864245992e-02 -7.563430905259287129e-02 -4.018657124974618633e-02 8.262635891863382136e-04 4.047926148546383829e-03 7.572280040568433567e-05 7.973630000000000440e-01 -8.733072123399458826e+06 +1.315000000000000000e+03 7.638790460344242472e-01 1.949952680779192538e-01 -3.025231882532625552e-02 -1.071473267721274741e-01 -8.361509640210745831e-02 -3.325992327859195186e-02 -2.755182269964627159e-03 -2.759189305435968116e-05 -3.348130000000000273e-01 -5.332207612278753892e+06 +1.316000000000000000e+03 1.165270290493484850e+00 4.673913725460391300e-01 1.148739271291426833e-01 -7.797729451045440352e-02 -1.225920144230675801e-01 -7.401936485872702420e-02 -1.095061139275096788e-02 -1.789955702899147282e-04 -1.648549999999999960e+00 3.970230271444478072e+06 +1.317000000000000000e+03 9.920936763907333145e-01 1.783013952222207710e-01 -8.256322531432802592e-02 -1.351725632483398998e-01 -8.266593098149346841e-02 -2.643540750943909959e-02 -8.122668708782083795e-04 2.389750313457023617e-05 -4.024209999999999732e-01 -3.469951956003744155e+07 +1.318000000000000000e+03 1.121439085690945525e+00 3.318591177776633039e-01 2.204125847617830012e-03 -1.313489213541682299e-01 -1.216733768772190194e-01 -5.696169090030189092e-02 -5.832654228050618804e-03 -5.057742822709501300e-05 -8.243730000000000224e-01 -1.834184466923033819e+06 +1.319000000000000000e+03 1.207448877358233252e+00 3.337934770545426533e-01 -3.163135995740635337e-02 -1.832656481188370823e-01 -1.706398400017398176e-01 -8.146902899068680926e-02 -7.262474844650816837e-03 -3.972277884478059014e-05 -1.179696000000000078e+00 -2.649799296250229329e+07 +1.320000000000000000e+03 8.786130617405903953e-01 7.733025131511479799e-02 -1.661864608290824774e-01 -1.983170337686097073e-01 -1.247595468283506370e-01 -4.841056614352758775e-02 -3.886322262460190947e-03 -1.531511636970879939e-05 -8.162469999999999448e-01 -2.628810018859450147e+07 +1.321000000000000000e+03 8.578090633506866292e-01 -4.220629439144877454e-02 -3.139932631352145842e-01 -3.299554308512228085e-01 -2.034611788058924009e-01 -7.441468052318930826e-02 -5.045751504308096380e-03 -2.349493175453617940e-05 -6.780350000000000543e-01 -5.575955234535525553e+06 +1.322000000000000000e+03 9.028003527811285789e-01 -2.545476182209616134e-02 -3.099272090454640582e-01 -3.313769257537628743e-01 -2.043106589546070939e-01 -7.350057464948918373e-02 -4.728108594054725514e-03 -1.937691014720185261e-05 -5.343560000000000532e-01 3.497196172001271974e+06 +1.323000000000000000e+03 1.414570276770879209e+00 1.027239240895032601e+00 7.454428945414109942e-01 4.824116858949115683e-01 2.519263572547635888e-01 9.961569936844896778e-02 1.217930892779234102e-02 2.155051821867236923e-04 1.331395000000000106e+00 -1.770745870728773251e+07 +1.324000000000000000e+03 9.754624525137649549e-01 8.424688610062834870e-01 6.704610235792733963e-01 4.535456033157377886e-01 2.251406225161790009e-01 7.142573782944995620e-02 4.598840981650090080e-03 3.339458075887600684e-05 -1.505049999999999999e-01 -3.300459979260681942e+07 +1.325000000000000000e+03 8.799825492637433078e-01 6.943660159949196498e-01 5.337719563485326946e-01 3.657303787830709085e-01 1.994977152468579429e-01 7.683953890388899033e-02 6.655224194050319599e-03 4.141118652403723711e-05 9.089380000000000237e-01 2.263664543485835195e+07 +1.326000000000000000e+03 1.577484391349756043e+00 1.054180847034478452e+00 7.347840788977644255e-01 4.668670225571200372e-01 2.399462011207351142e-01 8.945812758027117673e-02 8.865400616713028578e-03 1.020992879149709438e-04 9.418870000000000298e-01 6.628409611160619184e+06 +1.327000000000000000e+03 1.388118293577750073e+00 8.744229528056641776e-01 5.801956633043361400e-01 3.530290310660698094e-01 1.792716967504627001e-01 6.876923611497053057e-02 6.442089071632812330e-03 5.055352286396590488e-05 8.353589999999999627e-01 1.693320384800698608e+07 +1.328000000000000000e+03 1.580336203807739981e+00 9.968295886381218773e-01 6.741989549075815269e-01 4.205273297006277278e-01 2.186374826091295187e-01 8.540530536501679537e-02 8.282025490037417045e-03 7.315243355509042263e-05 1.032933000000000101e+00 1.657506427711904421e+07 +1.329000000000000000e+03 1.688192138382110352e+00 9.627387885308096305e-01 6.011110276074203007e-01 3.584413914700567139e-01 1.834964934507044843e-01 6.878040941864056734e-02 6.026571017460574317e-03 4.846001545775013137e-05 4.006230000000000069e-01 -1.106848334606168233e+07 +1.330000000000000000e+03 1.313220279390870049e+00 7.493732959708619967e-01 4.673963420034524807e-01 2.734602077650785112e-01 1.414846586922214045e-01 6.310876488158342901e-02 9.576424130391773815e-03 1.668122576304795191e-04 1.490769999999999929e+00 1.048927535010727681e+07 +1.331000000000000000e+03 1.691844388164746027e+00 9.591692323224485506e-01 5.839819604527027863e-01 3.236804092283882550e-01 1.434881045887692330e-01 4.471572060810771049e-02 2.888700586004259128e-03 1.463527345728410252e-05 1.448699999999999988e-01 6.852105582350355573e+06 +1.332000000000000000e+03 1.422432042533229746e+00 7.541197735460484219e-01 4.492435990037473847e-01 2.587208486707342492e-01 1.304044834461696167e-01 5.033975025681497462e-02 4.957126539446585559e-03 4.387993381646233224e-05 3.378809999999999869e-01 -1.866621255873221159e+07 +1.333000000000000000e+03 1.802961221950980519e+00 8.967980961175607835e-01 4.767898476490740056e-01 2.349598972303454103e-01 1.049617437365600453e-01 3.920981992892662998e-02 3.896444359198776835e-03 3.982632442736122477e-05 4.068450000000000122e-01 2.021314025329207769e+06 +1.334000000000000000e+03 1.633890366378394576e+00 7.870128851578727103e-01 4.199946413933473566e-01 2.097638214497733467e-01 8.357509304006413564e-02 1.849456862168085899e-02 -5.414772375795851890e-04 -1.684250324734950583e-05 -6.792199999999999627e-02 3.517659198844107985e+07 +1.335000000000000000e+03 1.199160896163635970e+00 5.699171043897622857e-01 2.664969705629929297e-01 8.256093186264487627e-02 -7.182649891728671090e-03 -2.149672374243606979e-02 -3.976345815661146317e-03 -4.365429059499041208e-05 -8.599759999999999627e-01 -1.254001371889266185e+07 +1.336000000000000000e+03 1.536832251590157128e+00 7.352894952696913400e-01 3.580747206278357964e-01 1.424277865556881906e-01 3.960767946672170969e-02 5.389656863562932582e-03 -7.060712648876989704e-04 -1.304224882943845160e-05 -1.824280000000000068e-01 1.105833381167453341e+07 +1.337000000000000000e+03 1.436703978916026747e+00 5.580558684576257811e-01 2.053601014826895721e-01 6.220293199368374243e-02 4.079594965136144891e-02 4.460202497070736571e-02 1.737408201420428955e-02 8.726571334099773912e-04 3.271685999999999872e+00 2.866277333098265529e+07 +1.338000000000000000e+03 1.810674285640376135e+00 7.858980188937257916e-01 3.223649468891621184e-01 8.048121859554890900e-02 -7.116561995484062784e-03 -1.473227901865246069e-02 -2.677834592732213168e-03 -4.150015058640890817e-05 -5.683700000000000419e-01 -4.412531287979883142e+06 +1.339000000000000000e+03 1.581376829661284900e+00 6.127852099030935973e-01 2.319325919154439641e-01 4.427704607110377610e-02 -3.512925329224302756e-02 -4.229930591867822609e-02 -8.939488939524115399e-03 -1.500579889269222753e-04 -1.678401000000000032e+00 -8.395444969188423827e+06 +1.340000000000000000e+03 1.561233808147259428e+00 5.682544082469964675e-01 1.903358511085035121e-01 3.227214503929801137e-02 -9.921457470789958946e-03 -9.876581672216095883e-03 -1.337939627869138420e-03 -7.800092580569390637e-06 -1.878450000000000120e-01 8.516644802018802613e+06 +1.341000000000000000e+03 1.785246440232769460e+00 6.912897259619654733e-01 2.138833919274386042e-01 -1.673678087635580014e-02 -6.554404834557933657e-02 -2.898366549713329507e-02 -2.320348484396983751e-04 6.252845994979555763e-05 -9.417599999999999583e-02 -2.289077017742326483e+07 +1.342000000000000000e+03 1.376486087560695015e+00 4.057430604152971743e-01 2.923209299430343244e-02 -1.104507844118120946e-01 -9.778669702641530626e-02 -3.871321035986658582e-02 -2.244582582075282679e-03 -5.239554677763537106e-06 -2.363039999999999863e-01 -3.200794285026451107e+06 +1.343000000000000000e+03 1.658302900610527875e+00 5.295474676688647353e-01 6.052073089366100112e-02 -1.358661905351017385e-01 -1.430652023667558503e-01 -7.188231293070371231e-02 -8.148256207788374603e-03 -8.716746844230735167e-05 -1.154989000000000043e+00 5.996746668558712117e+06 +1.344000000000000000e+03 1.513368016580951325e+00 4.267416018584546111e-01 1.023603217675714272e-02 -1.359477852636828410e-01 -1.178474954895929738e-01 -5.328194470324523757e-02 -5.389006065902121438e-03 -5.061549120667373404e-05 -8.050599999999999978e-01 1.871196494847399183e+06 +1.345000000000000000e+03 1.432313734697353347e+00 3.449314525424109767e-01 -8.940380275473758243e-02 -2.513759462788940358e-01 -2.226378497358532660e-01 -1.134984758020783358e-01 -1.443223439304724791e-02 -2.045043191918310261e-04 -2.375448000000000004e+00 -1.799419597774054110e+07 +1.346000000000000000e+03 1.660716661360984503e+00 4.948203245842347497e-01 1.480132145429725009e-02 -1.815981963754378370e-01 -1.834053566476570030e-01 -1.016986437787767150e-01 -1.578957007249327457e-02 -2.840487086734406379e-04 -2.399554999999999882e+00 1.468234571266361699e+07 +1.347000000000000000e+03 2.269328222478480317e+00 1.475128470220442800e+00 1.005900671434124982e+00 6.293170540058979912e-01 3.265465685873925050e-01 1.275224469444374564e-01 1.380734829819765634e-02 1.776027578359136905e-04 1.272051000000000043e+00 -2.005692156529400498e+07 +1.348000000000000000e+03 2.271212681488577800e+00 1.477613357011282824e+00 1.008723118814330189e+00 6.323002306088513214e-01 3.293000620708573245e-01 1.294223541742551276e-01 1.423841521982148993e-02 1.887844428415013168e-04 1.342997999999999914e+00 -2.008189197197256237e+07 +1.349000000000000000e+03 1.877277248107820151e+00 1.225441031612983123e+00 8.560185949148234608e-01 5.558842795109507628e-01 3.007508485037175272e-01 1.237923760837955772e-01 1.583926130494542339e-02 3.067216878949869914e-04 1.669313000000000047e+00 -2.771182720088341460e+07 +1.350000000000000000e+03 1.971272131478862155e+00 1.251391615445822669e+00 8.394534658171783903e-01 5.136309735228379303e-01 2.510929801467858269e-01 8.566047971015172680e-02 6.855903705931146001e-03 7.012218085432864146e-05 4.810380000000000211e-01 8.145089559978432022e+06 +1.351000000000000000e+03 1.946591999939567552e+00 1.143000229557574521e+00 7.335461489422108183e-01 4.475461875345223550e-01 2.352288946012039139e-01 9.420017841176606122e-02 1.029608344922624055e-02 1.223508018985998425e-04 1.205697999999999936e+00 6.140074622670440935e+06 +1.352000000000000000e+03 2.046715640430357475e+00 1.252301860898077157e+00 8.010534268291231719e-01 4.635333873148810291e-01 2.193327963866382180e-01 7.689781942592482933e-02 6.585054245627225064e-03 6.115710427008439897e-05 4.073660000000000059e-01 -9.151531637756144628e+06 +1.353000000000000000e+03 1.993080499626199709e+00 1.137407252748378950e+00 7.221907677779936252e-01 4.522798882333252113e-01 2.570189126381804412e-01 1.111213543555127220e-01 1.174699506178896249e-02 1.085354909008243613e-04 1.710123000000000060e+00 3.542222372126233578e+07 +1.354000000000000000e+03 2.225153787978723763e+00 1.324295092625406012e+00 8.011059945157885664e-01 4.179063013630751611e-01 1.642960588570797076e-01 4.368011286010940741e-02 2.378147063943301335e-03 1.744695464737043748e-05 -3.627409999999999801e-01 -2.228478145850331709e+07 +1.355000000000000000e+03 1.987744043636340718e+00 1.130891169169893740e+00 6.553672800458647529e-01 3.140210995839982089e-01 9.029269358854902228e-02 -3.334565418295505710e-03 -8.424401333104443099e-03 -3.183111913737549461e-04 -2.114256000000000135e+00 -2.470103095260509104e+07 +1.356000000000000000e+03 1.859637072204803010e+00 1.007050359772531545e+00 5.976317258694796575e-01 3.365145388532559401e-01 1.643299466941341991e-01 6.009446379893295526e-02 4.914914540546803760e-03 2.980127123897626781e-05 2.414020000000000055e-01 -1.391687542597286589e+07 +1.357000000000000000e+03 2.281133931262150139e+00 1.166293967084762961e+00 6.399612866284567492e-01 3.194678876717772509e-01 1.327479115653943664e-01 4.192287841796846215e-02 3.185399195548805230e-03 2.330312283967825917e-05 8.409899999999999320e-02 -9.675990455720553175e+06 +1.358000000000000000e+03 2.223834226430752903e+00 1.171867965104356424e+00 6.441267537710145819e-01 3.113895320226892083e-01 1.217922251592509497e-01 3.711257278706102392e-02 2.816344527873929169e-03 2.081252414922764903e-05 2.151899999999999993e-02 -1.255602429284929670e+07 +1.359000000000000000e+03 2.218845694954354908e+00 1.022184250344470691e+00 5.160921654332376596e-01 2.380996195406237526e-01 8.400111036571644707e-02 1.517867683111391586e-02 -7.376604423189847244e-04 -1.972437846128109900e-05 -2.575479999999999992e-01 1.273757926007932425e+07 +1.360000000000000000e+03 2.183143378939807366e+00 1.110965161287399638e+00 5.687628817393682867e-01 2.259238282414457732e-01 4.887349513745484209e-02 9.753586227314881832e-05 -8.362855109854646415e-04 -5.219749081159159853e-06 -1.113409999999999955e-01 1.884483312008505687e+07 +1.361000000000000000e+03 1.961295622488069323e+00 8.426756537621140630e-01 3.854618330491274003e-01 1.653969162129295678e-01 7.072438123709073876e-02 2.628609884525388851e-02 2.528903291574739927e-03 2.946242962181389358e-05 2.741730000000000000e-01 5.219164371296636760e+06 +1.362000000000000000e+03 2.265575162147247745e+00 1.093035841522121077e+00 5.279644511240320082e-01 2.007384174468947180e-01 4.886738636216528264e-02 5.411122325315338016e-03 -4.596205970376701644e-04 -7.770857397673319980e-06 -1.114170000000000021e-01 1.501249533278173022e+07 +1.363000000000000000e+03 2.147946455661366993e+00 8.768146716919924533e-01 3.314438544658887542e-01 8.303267117513594975e-02 1.756153001344807826e-02 1.061094972859208396e-02 2.144261798824023159e-03 3.140276947031925758e-05 2.887660000000000227e-01 2.770209592341369949e+06 +1.364000000000000000e+03 2.292180390270823320e+00 1.011518982007518108e+00 4.549811022306735064e-01 1.610142971253182564e-01 3.325843167565951247e-02 -6.971047579451916752e-04 -1.099966631671169979e-03 -1.074808776553335551e-05 -5.044459999999999500e-01 -1.990060842018148676e+07 +1.365000000000000000e+03 2.414442024401832310e+00 9.133269533457641920e-01 3.200947912737761025e-01 6.603463497885826705e-02 2.542332905054513984e-03 1.590550345660167843e-03 1.380834009689778548e-03 4.095435313948216245e-05 7.269399999999999473e-02 -1.267171085235352442e+07 +1.366000000000000000e+03 2.096753861749490966e+00 8.101912268277746687e-01 2.683553005573552919e-01 2.145623358078180970e-02 -3.403126511759155953e-02 -1.619140549419122860e-02 -7.715722237857590123e-04 3.086260669925828552e-06 -1.235910000000000064e-01 -9.099666239153032657e+05 +1.367000000000000000e+03 2.187635772087249908e+00 7.806251029858140011e-01 2.130794629014361730e-01 -2.756374492343090232e-02 -6.357760365625950150e-02 -2.732149786178010922e-02 -1.254750242493938997e-03 1.055445805741134982e-05 -1.868759999999999866e-01 -3.687017976028632838e+06 +1.368000000000000000e+03 2.604169849997635122e+00 1.070080908793609176e+00 3.924838359166952784e-01 3.819733511869115306e-02 -8.339832920836848240e-02 -6.184276465122386102e-02 -7.350816833868239683e-03 -5.266517757898027966e-05 -1.009166999999999925e+00 1.176591284999089316e+07 +1.369000000000000000e+03 2.237895846765330266e+00 7.439074568739626470e-01 1.553499467143766299e-01 -8.795564875362060775e-02 -1.187068207521588814e-01 -6.294576872866283757e-02 -7.352432483962235629e-03 -9.037520210072877229e-05 -1.081609999999999960e+00 3.476114694952994585e+06 +1.370000000000000000e+03 2.488983076545023820e+00 8.933312081474453770e-01 2.405768056121163900e-01 -3.872993280022041934e-02 -8.345197187806351058e-02 -4.144895384250581877e-02 -3.326699671222543495e-03 -5.336025799823197776e-06 -5.590580000000000549e-01 1.876411483007634233e+05 +1.371000000000000000e+03 2.452091123630632641e+00 1.589008627587535694e+00 1.075096379156903481e+00 6.635413777144228975e-01 3.367453975995578497e-01 1.274271479232177429e-01 1.269540460783492343e-02 1.356453000952571224e-04 9.235499999999999821e-01 -3.100462092511683702e+07 +1.372000000000000000e+03 2.334301053465293929e+00 1.536895289960547029e+00 1.064374504310726444e+00 6.835501460905910598e-01 3.728879956476477409e-01 1.591332425634620351e-01 2.150886567349027251e-02 4.210516854414424605e-04 2.578788999999999998e+00 -1.641472037687558495e+07 +1.373000000000000000e+03 2.811102988261181768e+00 1.723428398757553826e+00 1.113996026240205550e+00 6.508364531938010122e-01 3.021328695116189400e-01 9.670271130071536603e-02 5.902522634524610262e-03 2.257863379633812486e-05 -3.640220000000000122e-01 -3.617758513477333635e+07 +1.374000000000000000e+03 2.459915952769802683e+00 1.560650378756223366e+00 1.037134218311359213e+00 6.277843728252401334e-01 3.086724141950151212e-01 1.087457465164187592e-01 8.533274084107646609e-03 5.444451540806413757e-05 4.565879999999999939e-01 -6.952625625121207908e+06 +1.375000000000000000e+03 2.624296492868122499e+00 1.575947620307080577e+00 1.004270965743349731e+00 5.817458443372044430e-01 2.706688381170165858e-01 9.027751201776709755e-02 6.854292949366956253e-03 4.530139101641346736e-05 2.001719999999999888e-01 -1.496217863638366945e+07 +1.376000000000000000e+03 2.986105003716905681e+00 1.792914854497374089e+00 1.109913005276168319e+00 5.948709168715292650e-01 2.386184940595891257e-01 6.532624079849615184e-02 3.849477289105542044e-03 2.357219717628761697e-05 9.867700000000000082e-02 2.458133997193206847e+07 +1.377000000000000000e+03 3.009991557912299776e+00 1.763864440035311398e+00 1.080451089270810794e+00 5.880949158186226100e-01 2.490082633058829098e-01 7.043293381845233680e-02 2.998729386796088973e-03 -9.824460375761790581e-08 -7.236510000000000442e-01 -3.582805032821957767e+07 +1.378000000000000000e+03 2.719846243290343857e+00 1.570648360864548287e+00 9.443507541828715102e-01 4.997460311580731451e-01 2.042490649544358439e-01 5.682047617703157860e-02 2.702412068714361848e-03 6.710777247322677547e-06 -1.908150000000000124e-01 3.247614623826893978e+06 +1.379000000000000000e+03 3.100502959392454017e+00 1.725389849770505801e+00 1.000981930663427111e+00 5.050665596851763306e-01 1.897615939632394666e-01 4.530580665574494847e-02 8.630764173617140383e-04 -4.076291889054978488e-05 -2.360730000000000051e-01 2.502830389603556320e+07 +1.380000000000000000e+03 2.951797769001440752e+00 1.648878696733534932e+00 9.678440171894590049e-01 5.023984300895112387e-01 2.024829594804804789e-01 5.596145197065269250e-02 2.697359945276700966e-03 1.482429773876572259e-06 -2.223179999999999878e-01 -2.000673270830512512e+06 +1.381000000000000000e+03 2.573858177871725328e+00 1.312152557789191043e+00 7.109155164561881124e-01 3.423162816743756109e-01 1.305770802151675625e-01 3.507489009720572704e-02 1.993087851034218080e-03 1.553714676440501864e-05 -4.308640000000000247e-01 -3.738145596757374704e+07 +1.382000000000000000e+03 2.648660283513164959e+00 1.379282442686067700e+00 7.735727458900204523e-01 3.983437217364713123e-01 1.731866280637279487e-01 5.735321140841599663e-02 4.685180577496960569e-03 4.686242327518123484e-05 -6.150900000000000117e-02 -3.691337646017163992e+07 +1.383000000000000000e+03 2.869981298405811287e+00 1.406483417387325074e+00 7.388314845757385507e-01 3.609726650634805800e-01 1.648606542995827151e-01 6.575140197102136153e-02 6.898652018847462562e-03 6.542546484392529229e-05 9.444979999999999487e-01 1.291489528482560813e+07 +1.384000000000000000e+03 2.692948004483479263e+00 1.286849692811783630e+00 6.583176809147848196e-01 3.128915069881074151e-01 1.379853197487425631e-01 5.147354062790991669e-02 4.701189944619544626e-03 3.475862129106680614e-05 5.230719999999999814e-01 5.305860750027971342e+06 +1.385000000000000000e+03 2.828504294328650026e+00 1.393406582940780236e+00 6.982987690720533491e-01 2.717769662313297974e-01 4.647886402909386788e-02 -2.128614064040061996e-02 -9.461598029187138700e-03 -2.631913852951770784e-04 -1.953451999999999966e+00 -1.258253029679488204e+07 +1.386000000000000000e+03 2.707715890451580343e+00 1.283742066074387900e+00 6.173294419320788373e-01 2.420274441769101614e-01 7.165234291350322526e-02 1.888117311386994582e-02 1.779923810624686178e-03 1.663766723191385135e-05 1.290010000000000046e-01 2.064612319542844489e+05 +1.387000000000000000e+03 3.007175786221605307e+00 1.401751948672813386e+00 6.366322216340124518e-01 2.016249610068024389e-01 1.026043205078470445e-02 -2.695478195052152318e-02 -6.645402567633177347e-03 -1.099423773353967190e-04 -1.578561000000000103e+00 -2.849756192409504950e+07 +1.388000000000000000e+03 3.327603070344674840e+00 1.573101369116818082e+00 7.508902811456585891e-01 2.788603736164038671e-01 5.771069563915955103e-02 -2.024587697127619088e-03 -2.093129449243307915e-03 -2.018550759114542986e-05 -6.518800000000000150e-01 -1.070448905205204897e+07 +1.389000000000000000e+03 2.849954266744061382e+00 1.264716515845515366e+00 5.412577597338542601e-01 1.367421889107033328e-01 -3.270010240893450604e-02 -4.368136932875427841e-02 -6.154557926884041477e-03 -5.076742035810617628e-05 -7.184099999999999930e-01 2.875491382132534683e+07 +1.390000000000000000e+03 2.715057619237768893e+00 1.186804560153862376e+00 4.899512042994390582e-01 1.326382594004386628e-01 1.529539162517821495e-02 6.086535003380152617e-03 2.896587228956476988e-03 6.607052357860737277e-05 5.335469999999999935e-01 9.134192523795826361e+06 +1.391000000000000000e+03 2.821328035600985107e+00 1.226917316028592220e+00 4.897494477235354582e-01 8.757835852832093759e-02 -6.554904034580777417e-02 -6.352259368887759605e-02 -1.076987005212364304e-02 -1.305775745123955497e-04 -2.083625000000000060e+00 -2.167561794631977007e+07 +1.392000000000000000e+03 3.124206816728375635e+00 1.336426996944839019e+00 5.152913914288035357e-01 7.585142484201896906e-02 -7.515277704617248644e-02 -5.934457331035329630e-02 -8.474748237896305783e-03 -1.036994174265398375e-04 -1.273770999999999987e+00 1.055789306417577341e+07 +1.393000000000000000e+03 3.677128680964769192e+00 2.271436818196938656e+00 1.467709378504518991e+00 8.554760450292197005e-01 4.009988728114373124e-01 1.355647953034309627e-01 1.069321291206437076e-02 8.739452113789605815e-05 5.970720000000000471e-01 9.906276168575018644e+06 +1.394000000000000000e+03 3.671855571652550498e+00 2.269625437821483960e+00 1.468155883728080147e+00 8.578138457749118206e-01 4.043390576655815916e-01 1.381643901574012567e-01 1.124513246173903039e-02 9.887557029025258052e-05 6.784740000000000215e-01 8.866487739592446014e+06 +1.395000000000000000e+03 3.267807221432754261e+00 1.948700286361766842e+00 1.239575188556967245e+00 7.326110330690318584e-01 3.640146229717964865e-01 1.338333601308139831e-01 1.198408170120268158e-02 1.108001907327949378e-04 6.101750000000000229e-01 -3.084767861547309160e+07 +1.396000000000000000e+03 3.424743119908014943e+00 2.065932207384735708e+00 1.314708742205447756e+00 7.657142722182471717e-01 3.703409581940982909e-01 1.330675503380221725e-01 1.125707142651600177e-02 8.195618868469482093e-05 6.615259999999999474e-01 -1.159236331919748336e+07 +1.397000000000000000e+03 3.622421579910593437e+00 2.107173942648820297e+00 1.284823339921635554e+00 7.027528523315261788e-01 3.114449072204713009e-01 1.024867160575034103e-01 8.165783948048633764e-03 6.786037514419093015e-05 3.416859999999999897e-01 -4.434945017010502517e+06 +1.398000000000000000e+03 3.108155221203819263e+00 1.903235343082423370e+00 1.200312190325815820e+00 6.595083045746618078e-01 2.736307010117111638e-01 7.760665150421552916e-02 4.586317530629914485e-03 2.328797000556415527e-05 -2.822839999999999794e-01 -1.360242298339696415e+07 +1.399000000000000000e+03 3.363262605735563682e+00 1.903537921786244480e+00 1.131550372254874981e+00 6.063972056896111962e-01 2.681462692763109112e-01 9.014513070011447027e-02 7.916936931640243535e-03 8.823640326112373975e-05 5.236910000000000176e-01 1.607229864822125295e+06 +1.400000000000000000e+03 3.326633916162338167e+00 1.904871096902947203e+00 1.165481369985100324e+00 6.646789414655044359e-01 3.274314286627059700e-01 1.251070613153247302e-01 1.291472502612840169e-02 1.640613666029811673e-04 1.154309000000000029e+00 -8.589850373224761337e+06 +1.401000000000000000e+03 3.462135336507491168e+00 1.941311952976393584e+00 1.126676422693793533e+00 5.653546064810768268e-01 2.120227338911339354e-01 5.132255406155901423e-02 1.645403349492002539e-03 -1.428578011388231651e-08 -8.626200000000000534e-01 -3.692885182031440735e+07 +1.402000000000000000e+03 3.692131638859631693e+00 2.029398188500622702e+00 1.154287633612979258e+00 5.757681585962342030e-01 2.283050127629664139e-01 6.556917528806878448e-02 3.418138794561938199e-03 -4.913871997658241624e-06 8.305999999999999148e-03 1.810061776373484731e+07 +1.403000000000000000e+03 3.389283985849448122e+00 1.820122784461860599e+00 1.037776013667353503e+00 5.260490302362655912e-01 2.086835763493924689e-01 5.994921191115863690e-02 4.837931390734031244e-03 7.297486255938052545e-05 1.403560000000000085e-01 -5.542105153410701081e+06 +1.404000000000000000e+03 3.881215905702111613e+00 2.067493077767187160e+00 1.173180077228036966e+00 6.037890264406530205e-01 2.571917067594677309e-01 8.133508915562749630e-02 5.407081476278260967e-03 2.534667764868935030e-05 2.951019999999999754e-01 1.263521307423043996e+07 +1.405000000000000000e+03 3.424830164573665403e+00 1.697683602629836752e+00 8.874196802457173794e-01 4.249698446804333063e-01 1.925824067179111587e-01 8.217417098659791919e-02 1.121839658559083824e-02 1.652694002858306381e-04 1.427670999999999912e+00 -7.475553646785873920e+06 +1.406000000000000000e+03 3.759214990424434077e+00 1.967377238851054200e+00 1.055536414939753920e+00 4.746512076354349463e-01 1.519381409754564094e-01 2.860919455553572605e-02 -5.332706629869484035e-04 -4.960709220346857563e-05 -3.911189999999999944e-01 2.147028263100752234e+07 +1.407000000000000000e+03 3.732235775606796757e+00 1.898936617630811119e+00 9.988103500943735780e-01 4.477232573909047941e-01 1.542011570151120836e-01 3.935504969130713265e-02 2.096409055967698824e-03 7.794702253894169176e-06 8.309300000000000019e-02 1.695493766500373930e+07 +1.408000000000000000e+03 3.423351184217297671e+00 1.672170216852534752e+00 8.526254246820346161e-01 3.866567564468614271e-01 1.593703520554371755e-01 6.251363266316348200e-02 7.895335433312500317e-03 1.004663364401072969e-04 7.802769999999999984e-01 -2.209032136071365699e+07 +1.409000000000000000e+03 3.741281148823853986e+00 1.843800525241430677e+00 9.187519624537515694e-01 3.668001618792899876e-01 9.004451033246295422e-02 9.106131181428969452e-04 -4.679539461282478281e-03 -1.085433149719239841e-04 -9.093719999999999581e-01 2.248904843296569213e+07 +1.410000000000000000e+03 3.487347411636830152e+00 1.680457018348518794e+00 8.346205206300465473e-01 3.428799721399632960e-01 9.600906103722657570e-02 1.297634169148738879e-02 -8.178182054374902570e-04 -1.783245086532542233e-05 -1.007580000000000003e-01 2.916904682126934454e+07 +1.411000000000000000e+03 4.155361466484384536e+00 2.546788058425561108e+00 1.653439005478172685e+00 9.772764879410367200e-01 4.659772907170391942e-01 1.579287723968361423e-01 1.156101191516085980e-02 6.610266543438347007e-05 5.580019999999999980e-01 1.450526705054014921e+07 +1.412000000000000000e+03 4.108565823628514302e+00 2.516062548030321366e+00 1.637403920547664038e+00 9.764809479642289070e-01 4.774108218074596399e-01 1.703819886207092460e-01 1.447552382690059196e-02 1.194454918786540921e-04 9.567569999999999686e-01 2.966802128071342129e+06 +1.413000000000000000e+03 4.448661811059507087e+00 2.641328867454399987e+00 1.650119167256446584e+00 9.260204322651237607e-01 4.168728229566236454e-01 1.375303162346929731e-01 1.089834178471152382e-02 8.024349092901474989e-05 3.832340000000000191e-01 -9.041570206744905561e+06 +1.414000000000000000e+03 3.953159491288780636e+00 2.335185273735203015e+00 1.464652068477559466e+00 8.344988696497616099e-01 3.829649692376952963e-01 1.276332179837649239e-01 1.121642537781348051e-02 1.558891509526651468e-04 5.746959999999999846e-01 -3.045113088626294397e+06 +1.415000000000000000e+03 4.298418758473269818e+00 2.491898190755565956e+00 1.527691474940143346e+00 8.486717098997517139e-01 3.897541049217475018e-01 1.380675232272000064e-01 1.316535754145473774e-02 1.322231806614668226e-04 9.849090000000000344e-01 -4.256196047982373275e+06 +1.416000000000000000e+03 4.358694889356566904e+00 2.508481796332775016e+00 1.527456070378815811e+00 8.522723194306662808e-01 4.029611342414947672e-01 1.482075789785537723e-01 1.451809916610621691e-02 1.572198082760988024e-04 1.160465999999999998e+00 -8.018713818846625276e+06 +1.417000000000000000e+03 4.324712782828774138e+00 2.488666792957236140e+00 1.497626434662076678e+00 7.968425239761026679e-01 3.299969620637981382e-01 9.636901870050389174e-02 6.317253217133911650e-03 4.593068345030100122e-05 -2.808300000000000241e-01 -1.950420842212115973e+07 +1.418000000000000000e+03 4.318280028752586652e+00 2.454067944917915245e+00 1.473018656933622328e+00 7.879109223104879822e-01 3.269921548268098777e-01 9.149360322134231227e-02 4.525886636625116137e-03 1.407013206004743810e-05 -4.854459999999999886e-01 -9.500631213430866599e+06 +1.419000000000000000e+03 4.348866425897875310e+00 2.383696076037875144e+00 1.380377311082855440e+00 7.208905244467765927e-01 3.107042606700276544e-01 1.024556338425710311e-01 8.877543592965031136e-03 8.884357938423739439e-05 7.763200000000000656e-02 -4.633953161423962563e+07 +1.420000000000000000e+03 4.349393318146449694e+00 2.433722917487360693e+00 1.433481819625542331e+00 7.499871801319148990e-01 3.114854599699798388e-01 9.642492756918016883e-02 8.801387114583093807e-03 1.526025913235229165e-04 7.956349999999999811e-01 3.599730549191526324e+07 +1.421000000000000000e+03 4.073077065905222227e+00 2.207316158202293543e+00 1.251322805884683032e+00 6.210859570259866791e-01 2.403875581556999541e-01 6.682535047316991161e-02 4.130595821687125385e-03 2.898534605053120834e-05 -1.301059999999999994e-01 -4.575122795582093298e+06 +1.422000000000000000e+03 4.159172176271249022e+00 2.274664037097431368e+00 1.283609229309901067e+00 6.203455566853720571e-01 2.207244318146710238e-01 5.045362531457397992e-02 1.662157322189446390e-03 2.523074984098615732e-06 -7.436570000000000125e-01 -2.223352009416051954e+07 +1.423000000000000000e+03 4.191359635057484212e+00 2.185021404544734924e+00 1.184855543571175174e+00 5.555312376045731249e-01 2.041527111068002220e-01 5.654931844177100986e-02 3.436134665385704844e-03 1.544945415271802366e-05 -1.634829999999999894e-01 -1.532605474496278167e+07 +1.424000000000000000e+03 4.234704430842890943e+00 2.238995777722738278e+00 1.230903393262392731e+00 5.862132257512524536e-01 2.143397198809978144e-01 5.556048532973750093e-02 2.903127153520963875e-03 1.607511488524065153e-05 -6.329799999999999316e-02 1.128404603403771296e+07 +1.425000000000000000e+03 4.083235960763210493e+00 2.061149880904232123e+00 1.079920057077923934e+00 4.865247058399480018e-01 1.683730155952622154e-01 3.867871612037323409e-02 5.947776915493761416e-04 -1.597624003526645125e-05 -5.143459999999999699e-01 -9.571337412629785016e+06 +1.426000000000000000e+03 4.084753602306346210e+00 2.095332623107414971e+00 1.109584664102782225e+00 5.009565107364775116e-01 1.732699227220550198e-01 4.567513505403539981e-02 3.473873245345483664e-03 3.170460491377608632e-05 -5.759299999999999836e-02 -1.424167627245291695e+07 +1.427000000000000000e+03 4.469762125237133787e+00 2.689528912645031689e+00 1.705106148185664861e+00 9.819003480427870301e-01 4.667874466622052854e-01 1.706355434942247729e-01 1.824747162374340537e-02 2.803620445114843795e-04 1.628873999999999933e+00 1.662454872859681956e+06 +1.428000000000000000e+03 4.483253367069726103e+00 2.696685856419002825e+00 1.709983407989233317e+00 9.859472319129256590e-01 4.703709182196560423e-01 1.732386247255646439e-01 1.891696786825959944e-02 3.007396533613406245e-04 1.736274000000000095e+00 1.738550472555639455e+06 +1.429000000000000000e+03 4.952426270499878491e+00 2.916718555764894916e+00 1.802678475709603712e+00 9.930647486615832298e-01 4.275902333942038225e-01 1.280049563727124751e-01 8.366657749120480492e-03 6.262056606455484249e-05 4.396200000000000108e-02 1.332876796129004098e+07 +1.430000000000000000e+03 4.665901275240546653e+00 2.742344289259416978e+00 1.696493655413114698e+00 9.467280388775202171e-01 4.248044187819084438e-01 1.345757574268210410e-01 8.461038771430222372e-03 3.667796402097365220e-05 1.557399999999999930e-02 2.103767576338415034e+06 +1.431000000000000000e+03 5.060757944214109294e+00 2.893150275256561432e+00 1.747669705654372407e+00 9.535183177447000835e-01 4.261054538890913235e-01 1.437830206390893206e-01 1.270897400056758206e-02 1.500982238663776231e-04 3.817180000000000017e-01 -4.056597423746082932e+07 +1.432000000000000000e+03 4.989469288739085684e+00 2.878832304445496870e+00 1.736622847260071989e+00 9.270916119757420804e-01 3.869141462453073443e-01 1.143868509637919334e-01 7.351356055605434182e-03 4.599316234779818059e-05 1.370599999999999874e-01 2.252007222802915052e+07 +1.433000000000000000e+03 4.740202521085813636e+00 2.674416363930836482e+00 1.597348958617537784e+00 8.581773443948028657e-01 3.719405375665353897e-01 1.187242746935173038e-01 8.954203744258103920e-03 6.397723991079197134e-05 3.083690000000000042e-01 -1.049126396386298351e+06 +1.434000000000000000e+03 4.575883631064347590e+00 2.594953355892568148e+00 1.532440878994569156e+00 7.912460365707418841e-01 3.106957950575571781e-01 8.269067148536483891e-02 4.158404820162131879e-03 1.797616130229437567e-05 -6.199130000000000473e-01 -2.053031566573680192e+07 +1.435000000000000000e+03 4.835001628002946639e+00 2.684207431592589010e+00 1.549400336962339475e+00 7.759174049463124501e-01 2.933603356284013031e-01 7.404581334527915448e-02 3.008053552232158988e-03 6.563293579343753938e-06 -4.376950000000000007e-01 1.089642796559422649e+07 +1.436000000000000000e+03 4.724245970274943751e+00 2.603597531164442369e+00 1.495533391643997012e+00 7.481250148798980204e-01 2.845708416758332970e-01 7.416509924543611409e-02 3.716967650891134234e-03 1.501452398043853029e-05 -7.080769999999999564e-01 -3.519630739075180888e+07 +1.437000000000000000e+03 4.769000365303245559e+00 2.547820671496527023e+00 1.425846540264548157e+00 6.914574237008874746e-01 2.485668113351868214e-01 5.486315140488907255e-02 1.714277856808948659e-04 -3.867171432270535261e-05 -3.929610000000000047e-01 3.951174949807737023e+07 +1.438000000000000000e+03 4.931744073991105815e+00 2.655291070824870481e+00 1.504651116626759100e+00 7.589187434492724593e-01 3.063868631748697946e-01 9.042410372452758249e-02 6.192603637625481577e-03 5.051050907588647618e-05 -1.701320000000000054e-01 -2.520721587224311382e+07 +1.439000000000000000e+03 4.690351003540900621e+00 2.491566715319303071e+00 1.382741906355178241e+00 6.703266470426694212e-01 2.537117713647854544e-01 6.931549881332083052e-02 4.217542154838302242e-03 3.330443783329667531e-05 -1.942349999999999910e-01 -1.014104837437255867e+07 +1.440000000000000000e+03 5.025834751252395094e+00 2.678948813555379171e+00 1.485591008624224330e+00 7.078969183740057014e-01 2.511863968231257127e-01 6.010408828315507573e-02 2.935482725152134195e-03 1.925220496710020230e-05 -5.077549999999999564e-01 -1.557036941746972315e+07 +1.441000000000000000e+03 -7.360316190293114680e-01 -2.483124435024113008e-01 -9.266736827599512949e-02 -3.970945423933169155e-02 -2.476739133178483890e-02 -1.478861039944821820e-02 -2.561704756774339092e-03 -3.164842891369303414e-05 -3.072639999999999816e-01 1.023471841074047424e+07 +1.442000000000000000e+03 -4.818121039055035526e-01 -1.821860615191367438e-01 -7.519267923110976859e-02 -4.095677844751132585e-02 -3.856795740662439381e-02 -2.984801963115418788e-02 -6.712483220224796723e-03 -1.485488609103998011e-04 -1.050475000000000048e+00 4.265445584737140685e+06 +1.443000000000000000e+03 -4.572443651951591193e+00 -2.578573866603561360e+00 -1.525244287163137313e+00 -8.046546815286252929e-01 -3.403475956820414261e-01 -1.061205593188774554e-01 -7.831713733928805446e-03 -5.677093579384399913e-05 -3.420619999999999772e-01 -9.894254240354392678e+06 +1.444000000000000000e+03 -4.119056341166704271e+00 -2.353499784033192377e+00 -1.421890886912270613e+00 -7.738986909362146616e-01 -3.385468400077545903e-01 -1.066018795826995103e-01 -7.387682168676533261e-03 -4.479274373773924918e-05 1.912129999999999941e-01 3.298551898138834164e+07 +1.445000000000000000e+03 -1.052287664008707546e+00 -5.660048999185118834e-01 -3.128884268033874649e-01 -1.434574992449028086e-01 -4.546620663162910525e-02 -8.737822514620234571e-03 -1.230356043169945207e-04 2.766614795255952497e-06 2.435190000000000132e-01 1.258403591667328589e+07 +1.446000000000000000e+03 2.175275527257116703e+00 1.112001876074991902e+00 5.717220493279633331e-01 2.341329725797604566e-01 6.094831636026237787e-02 7.589420266619644265e-03 -3.036674970742138531e-04 -4.651105369682924257e-06 -4.442249999999999810e-01 -1.993986749331636727e+07 +1.447000000000000000e+03 4.154035233724109766e+00 2.205833366972521414e+00 1.209849618747361522e+00 5.634021575721257502e-01 1.882214990079770500e-01 3.633301426021609548e-02 -2.234303126585173154e-04 -1.761765698980908041e-05 -7.208740000000000148e-01 -7.213672534057764569e+05 +1.448000000000000000e+03 -3.673728591556020717e+00 -2.030683605484056908e+00 -1.185988678187048118e+00 -6.189302279579809163e-01 -2.537802948769171674e-01 -7.039882521873960797e-02 -3.072013850681981628e-03 -3.062892853241461722e-06 4.836190000000000211e-01 1.584493034220210649e+07 +1.449000000000000000e+03 1.524847188040541202e+00 8.454976120502253334e-01 4.902031987743613040e-01 2.558230661634773861e-01 1.132752101097570102e-01 4.013161907930408445e-02 3.529700871207639649e-03 2.594927591454644761e-05 1.607870000000000132e-01 -1.442356134160565771e+07 +1.450000000000000000e+03 -9.202690314077196510e-01 -3.966552649389061269e-01 -1.748453912015547895e-01 -6.666072542503689857e-02 -2.917281741672233045e-02 -1.740466416261602159e-02 -2.842347944455271211e-03 -1.730215364489737730e-05 -6.029510000000000147e-01 -1.314518339233406074e+07 +1.451000000000000000e+03 1.080444273190741100e+00 5.174221989786104148e-01 2.942105363008042374e-01 1.867546623243607484e-01 1.251041219892769785e-01 6.485098312185895442e-02 8.591410306456406104e-03 1.100188352135485258e-04 1.023393999999999915e+00 -1.445227899225121923e+07 +1.452000000000000000e+03 -3.680392501055065879e-01 -1.002792180082843210e-01 6.439018018995545933e-03 4.666443214208281648e-02 3.783373801828917443e-02 1.309179615941633533e-02 1.384674380024332875e-04 -1.099545148087608044e-05 -3.466069999999999984e-01 -2.518384331463495269e+07 +1.453000000000000000e+03 3.004197884399041563e+00 1.640671615722618437e+00 9.544623195506122260e-01 4.989278552295898228e-01 2.074071246900413834e-01 6.179766220468717319e-02 4.380219558838586817e-03 4.047782621961825371e-05 1.426050000000000095e-01 3.274902808931451291e+06 +1.454000000000000000e+03 -3.593450024423296973e+00 -1.970313764658589761e+00 -1.135758394887917966e+00 -5.835055540766337367e-01 -2.387826524276060736e-01 -6.824461172186956082e-02 -3.328378322851660229e-03 -7.943946434304406662e-06 4.608099999999999696e-02 -1.823010294071929529e+07 +1.455000000000000000e+03 -3.487398922694577852e+00 -1.671941558597132005e+00 -8.202066832103227512e-01 -3.326845400438596667e-01 -9.589533686985224348e-02 -1.480282669970399249e-02 9.912021973351092460e-04 2.494085921805069706e-05 5.434670000000000334e-01 8.332148152086689137e+06 +1.456000000000000000e+03 -4.650934177808171199e+00 -2.562393454095854395e+00 -1.472013934033045146e+00 -7.340283865525323304e-01 -2.771221704330073532e-01 -7.236665992056430519e-02 -3.846183120572197606e-03 -1.772431516673453938e-05 2.602869999999999906e-01 -2.581922938482035417e+06 +1.457000000000000000e+03 4.327703614801820642e+00 2.557640010963976529e+00 1.584366140973835435e+00 8.770041814191024132e-01 3.816476979927067026e-01 1.146435843694450646e-01 6.559388057772209089e-03 2.468789145630489535e-05 -5.348319999999999741e-01 -2.977512817320524901e+07 +1.458000000000000000e+03 2.773655340954027881e+00 1.577691291323338296e+00 9.499470948880188725e-01 5.068156297046397807e-01 2.071205897474441282e-01 5.791168241462409799e-02 3.391575476834762619e-03 1.788481147642348172e-05 -1.335409999999999930e-01 -5.572426185675654560e+06 +1.459000000000000000e+03 -5.564511277309782677e-01 -2.582658118847925288e-01 -1.093967861121533797e-01 -2.493248336034795468e-02 7.233011022317951434e-03 7.060333568073874633e-03 5.314069657396078587e-04 2.464662926487153816e-07 -4.073100000000000331e-02 -1.167936419541894086e+07 +1.460000000000000000e+03 1.341473216256150902e+00 8.721809379980457466e-01 5.725817483683580678e-01 3.279821106635601446e-01 1.431514652328292336e-01 4.185581767689033894e-02 2.108039295584071895e-03 3.369634219483093843e-06 -4.361450000000000049e-01 -3.745048116045933217e+07 +1.461000000000000000e+03 -2.909330331907770129e-01 -1.467352618330326763e-01 -9.419423046299763014e-02 -6.748210919685540543e-02 -4.242623038589558165e-02 -1.613117810841939795e-02 -1.348957564746958420e-03 -3.379505596506156875e-05 1.044280000000000069e-01 1.419919211191140674e+07 +1.462000000000000000e+03 2.510144267301134491e+00 1.344177638012897802e+00 7.671283547878617881e-01 3.930321081534349781e-01 1.592791014851263620e-01 4.423569269815957883e-02 2.161764304761715477e-03 7.242885900103427624e-06 -4.336990000000000012e-01 -2.991669858531995863e+07 +1.463000000000000000e+03 3.239220335151129060e+00 1.856687928290068568e+00 1.108830790898885699e+00 5.818485299432676339e-01 2.374165716761665323e-01 6.828172952054160916e-02 3.874342168576044420e-03 1.699942342629700648e-05 -2.449260000000000048e-01 -1.170310344197902828e+07 +1.464000000000000000e+03 -5.453232206577520724e-01 -2.572643558957645737e-01 -1.200436367224374801e-01 -3.987347891377527459e-02 -1.519580435849698105e-03 6.842264100525545165e-03 1.497325352294063151e-03 1.622345384515664683e-05 2.075589999999999935e-01 -1.077381577801581472e+07 +1.465000000000000000e+03 1.856897050778140823e+00 9.755436218708607443e-01 5.524632668813784786e-01 2.971083306703399818e-01 1.447573815766978189e-01 5.470904317459591992e-02 4.867235713045205484e-03 4.399963956832294746e-05 4.302540000000000253e-01 3.398606466882265639e+06 +1.466000000000000000e+03 1.977484073077788285e+00 1.238566099961503797e+00 8.136371254926778596e-01 4.876810833117661836e-01 2.392758461125726877e-01 8.667590901916201462e-02 8.130780924056375467e-03 8.450068964661271956e-05 6.305579999999999519e-01 -9.467367675191778690e+06 +1.467000000000000000e+03 3.316682928239784722e+00 1.746554504316804701e+00 9.580323813970248459e-01 4.563141010051257607e-01 1.688924154445000103e-01 4.631042382816757258e-02 3.411858328665788413e-03 3.667194927929376381e-05 -2.114929999999999866e-01 -2.843779731526119262e+07 +1.468000000000000000e+03 -3.640645685169011880e+00 -2.045857246249009442e+00 -1.226584260760389622e+00 -6.766296304366136161e-01 -3.118222283351388402e-01 -1.071450000130688973e-01 -9.317076897314603354e-03 -1.024824020461128585e-04 -5.347380000000000466e-01 9.693145562158273533e+06 +1.469000000000000000e+03 -4.476301991591201457e+00 -2.485264416070808391e+00 -1.444109073954152445e+00 -7.452312844645934131e-01 -3.084473562191453744e-01 -9.449171778788495457e-02 -6.529126001608996470e-03 -3.865001415075676293e-05 -1.356850000000000001e-01 6.937393018196548801e+05 +1.470000000000000000e+03 -1.462970427657366290e+00 -8.932561511503617213e-01 -6.002057818368509157e-01 -3.854561283235038993e-01 -2.084577426080844176e-01 -7.767776717239795181e-02 -5.359109172041898878e-03 -2.110910997021949885e-05 -2.506180000000000074e-01 -5.225071114585809410e+05 +1.471000000000000000e+03 2.203565954535113391e+00 1.278043222863087802e+00 7.740081926472592855e-01 4.180314513006379018e-01 1.828386436615615784e-01 6.013545641782967049e-02 4.713673808709268644e-03 3.213887793513129433e-05 3.544149999999999801e-01 7.369052324914715253e+06 +1.472000000000000000e+03 -3.694007964331335270e+00 -1.787985045039219179e+00 -8.992620477223508546e-01 -3.869519980024073713e-01 -1.303561645526723212e-01 -3.496520939898215691e-02 -2.758412018172102294e-03 -2.331521081499366582e-05 -1.008339999999999931e-01 1.324049275136289746e+07 +1.473000000000000000e+03 -3.078653263607489698e+00 -1.718750220061792788e+00 -1.013060868478763865e+00 -5.365940820732645333e-01 -2.281672558070232115e-01 -6.996562698394577506e-02 -4.725391536389378019e-03 -2.891777137291535234e-05 -5.422999999999999869e-03 1.100157744637196325e+07 +1.474000000000000000e+03 1.509229709868441516e+00 1.018026132591160815e+00 7.125080346587761015e-01 4.550260519666711745e-01 2.357990757077900734e-01 8.629415808622871442e-02 6.785165560003314673e-03 3.900869888082699290e-05 4.609219999999999984e-01 -4.651806854634340852e+06 +1.475000000000000000e+03 4.022666863366596957e+00 2.122705094243460877e+00 1.151709408581840011e+00 5.206517482450533363e-01 1.647867654111425939e-01 3.269099463949496492e-02 9.575076084819172158e-04 2.837696023410553090e-06 -5.290070000000000050e-01 -1.530568848324517161e+07 +1.476000000000000000e+03 4.411825534651956926e-01 2.184385691813404695e-01 1.172211244829670374e-01 5.783732456117608722e-02 2.279082618855968190e-02 5.340613556444468758e-03 -1.125976152862196481e-05 -2.522853607670885217e-06 -2.457709999999999895e-01 -1.565453108834314160e+07 +1.477000000000000000e+03 2.115458391046733944e+00 9.267393080695458529e-01 3.954536362473555222e-01 1.141867221285614298e-01 2.270584553381468224e-03 -1.490192467971286107e-02 -2.857788769848631453e-03 -2.657366743403192597e-05 -3.072810000000000263e-01 2.644898050110241398e+07 +1.478000000000000000e+03 3.442805523156481140e+00 1.972454867560129887e+00 1.222863142899723199e+00 7.124550084290877106e-01 3.546779531585745326e-01 1.345185548388741770e-01 1.364424711838961406e-02 1.519085550411636342e-04 1.638179999999999970e+00 3.525770141105188429e+07 +1.479000000000000000e+03 -1.041999626355188724e+00 -5.694350611371736814e-01 -3.354103511188118447e-01 -1.866379518389598424e-01 -9.317815018931659143e-02 -3.697987672441706980e-02 -3.528079223676869932e-03 -2.537127054659591750e-05 -3.650740000000000096e-01 -1.066634007164479466e+06 +1.480000000000000000e+03 -2.590401426567183307e+00 -1.088771695472773526e+00 -4.440414925061857421e-01 -1.241986244197794270e-01 -1.724314244629965298e-02 -3.889842507207551259e-03 -1.118405896416947883e-03 -3.642218666011923039e-05 9.448800000000000254e-02 2.177633478229699656e+07 +1.481000000000000000e+03 2.007790452080674193e+00 1.050030010342865250e+00 5.787402785766185831e-01 2.809399335143785703e-01 1.062951148407670215e-01 2.858288341569251503e-02 1.842961059566780493e-03 1.481045712494175306e-05 -1.965820000000000067e-01 -1.952059716009984910e+07 +1.482000000000000000e+03 -8.003472713061658972e-01 -5.389173202476433833e-01 -3.406626622639257751e-01 -1.647809470390214082e-01 -3.834709104064312757e-02 7.030993361247857287e-03 2.703217418744570215e-03 2.507880602752210039e-05 7.672849999999999948e-01 1.591380479734609649e+07 +1.483000000000000000e+03 2.482138444106448683e-01 9.682892057631074800e-02 1.047223228620971711e-02 -4.524306886764924152e-02 -5.733200061646292339e-02 -3.224030878475944023e-02 -3.561004774903841173e-03 -3.159559407124263653e-05 -3.793639999999999790e-01 8.179905633178488351e+06 +1.484000000000000000e+03 -3.354964129553684060e+00 -1.759386035755986954e+00 -9.636390906019703939e-01 -4.619080429011681033e-01 -1.763043812574435487e-01 -5.159466792176031769e-02 -3.814659426519922437e-03 -2.851633201124881192e-05 -2.181389999999999996e-01 -4.524736491237301379e+06 +1.485000000000000000e+03 3.010527768493988177e+00 1.587120067300253679e+00 8.891543608969357804e-01 4.515952610265208667e-01 1.912030494007302961e-01 6.095063226698604897e-02 4.507334022902925209e-03 3.626437970173551807e-05 6.046499999999999792e-02 -1.421865178135492466e+07 +1.486000000000000000e+03 -8.361135344679769821e-01 -5.625044843554032337e-01 -3.910339558063586907e-01 -2.421983910990866129e-01 -1.172314798308715933e-01 -3.988693972366910701e-02 -3.192083749211625972e-03 -2.416800858773705802e-05 2.118420000000000025e-01 4.499071750136996806e+07 +1.487000000000000000e+03 3.954729076557393697e+00 2.278027612407678593e+00 1.378116304335950781e+00 7.356096827834053276e-01 2.980729674654202244e-01 7.896199545144416687e-02 3.390577493183626404e-03 8.393876124531295918e-06 -1.056478000000000028e+00 -5.336720644162289053e+07 +1.488000000000000000e+03 2.479691294323762840e-01 2.318602538563263871e-01 2.112487609417350032e-01 1.710176325609660819e-01 1.076676887152826778e-01 4.685882313163874935e-02 5.580843576982639012e-03 8.134909260332969113e-05 5.275060000000000304e-01 -1.953415748754036427e+07 +1.489000000000000000e+03 -5.918389973284421401e-01 -1.452512767789280457e-01 1.652268135636770011e-02 6.709204126681583835e-02 5.397060832064812241e-02 2.293155178997121138e-02 1.166672498557996427e-03 -1.629434905410703983e-05 2.362839999999999940e-01 1.441646152048508264e+07 +1.490000000000000000e+03 -9.833146483359884726e-01 -5.125542361794311885e-01 -2.775111574258016800e-01 -1.293594488688578903e-01 -4.841895184666904217e-02 -1.544160921275001402e-02 -1.254993362089012673e-03 -2.281831903359246274e-06 -1.235829999999999984e-01 -2.217740978620840702e+06 +1.491000000000000000e+03 -2.527427847544586048e-01 -9.014324940756077154e-02 -2.214022661367226127e-02 -3.626854166414270053e-03 -1.285777067467418038e-02 -1.367681266491547858e-02 -2.161424892226871709e-03 -1.793103817742058048e-05 -5.093180000000000485e-01 -1.929596082418387756e+07 +1.492000000000000000e+03 3.420392329560073996e+00 2.014510850846258805e+00 1.258443644346338264e+00 7.167223207014028485e-01 3.373379234871681787e-01 1.209314371161049062e-01 1.190633578182706195e-02 1.395981094400116599e-04 1.065280999999999922e+00 7.016596119900193065e+06 +1.493000000000000000e+03 -1.933568854721876340e+00 -8.688973987243249208e-01 -3.936725090855480169e-01 -1.489663391659640512e-01 -5.521721214262981930e-02 -2.531795559745021393e-02 -3.988216863819974908e-03 -5.700278924270327674e-05 -6.889910000000000201e-01 -1.600926000166368112e+07 +1.494000000000000000e+03 1.042143768828312167e+00 6.354156561098510680e-01 3.961736641109499524e-01 2.122304686656945327e-01 8.257919548654525654e-02 2.003639529050598930e-02 5.330861666772689902e-04 -7.924352915045996724e-06 -1.073940000000000033e-01 3.471261046966041904e+06 +1.495000000000000000e+03 -1.558182510227887230e+00 -8.619858107461644270e-01 -5.009267385124189786e-01 -2.548935727336951174e-01 -1.019657371435131049e-01 -3.097006684060173848e-02 -2.400743499352583042e-03 -1.397435551473672445e-05 6.208700000000000330e-02 1.855343167753406614e+07 +1.496000000000000000e+03 -2.076523404769771819e+00 -1.323683364963586406e+00 -8.726668505320236413e-01 -5.251162645974122301e-01 -2.649829700474203853e-01 -1.011958649203493626e-01 -9.830549452843421673e-03 -9.757710876589185955e-05 -9.243740000000000290e-01 6.881070875891067553e+05 +1.497000000000000000e+03 3.274417438505666134e+00 1.814270348350798701e+00 1.056548424146518617e+00 5.496600181389480477e-01 2.312510838375171351e-01 7.157255809838206084e-02 4.976580775643471739e-03 3.087418203973581383e-05 3.456759999999999833e-01 2.338634701140847430e+07 +1.498000000000000000e+03 2.131894491115283508e+00 8.708069491300457488e-01 3.320290239803588284e-01 6.757042700369920996e-02 -1.666194075188998786e-02 -1.526270853201359100e-02 -1.275945082960930127e-03 1.362632217189816657e-06 -2.158470000000000111e-01 3.992210018950579688e+05 +1.499000000000000000e+03 -2.031802028308950181e+00 -1.156489373242018281e+00 -7.163757976525048088e-01 -4.183465909752333012e-01 -2.078953383681847178e-01 -7.689547076865536901e-02 -7.119048066913878300e-03 -6.708339917311212082e-05 -8.603979999999999961e-01 -2.318868330409470946e+07 +1.500000000000000000e+03 -4.767237799056876391e+00 -2.623260222478712489e+00 -1.504533309185891232e+00 -7.483792303303259397e-01 -2.778681840612703402e-01 -6.644563083022113348e-02 -2.039402674342704995e-03 2.987539114995799030e-06 6.094829999999999970e-01 -5.300054508404494263e+06 +1.501000000000000000e+03 -4.866802806895019984e+00 -2.652107926196631382e+00 -1.521347416374552841e+00 -7.784497887471977240e-01 -3.229745913683313430e-01 -1.001953761754862116e-01 -7.317688801290390954e-03 -5.847091250873335053e-05 -3.403180000000000094e-01 -1.173852040697392821e+07 +1.502000000000000000e+03 -4.709804549432799803e+00 -2.630602963877978873e+00 -1.550494152221389088e+00 -8.179546068832784789e-01 -3.443349778989784338e-01 -1.029824335688296483e-01 -6.154088478509607205e-03 -2.762200553339492365e-05 -4.238800000000000207e-02 -1.540338277338972501e+07 +1.503000000000000000e+03 -4.819484259698243456e+00 -2.702710824628070441e+00 -1.583076078658459007e+00 -8.154058030830776405e-01 -3.233587506112058918e-01 -8.652289014126536559e-02 -3.886729569208709472e-03 -9.935330560051713355e-06 6.691080000000000361e-01 1.600023163449766487e+07 +1.504000000000000000e+03 -4.824226889433350429e+00 -2.759148445136999861e+00 -1.666157013128781728e+00 -9.067052661811036973e-01 -3.969319934970604868e-01 -1.232953567394761002e-01 -7.621938658724451698e-03 -3.321624476166963353e-05 1.953709999999999891e-01 1.224379581611664407e+07 +1.505000000000000000e+03 -4.761207561755671058e+00 -2.712430554941327898e+00 -1.639038307261263760e+00 -8.982704677420370043e-01 -4.007891514481726203e-01 -1.295823006814761369e-01 -9.115461315293995823e-03 -5.759796223907166378e-05 -3.696269999999999833e-01 -1.441678872465296276e+07 +1.506000000000000000e+03 -4.906712222418611269e+00 -2.827126482180641442e+00 -1.714752883981820242e+00 -9.339684563535244344e-01 -4.066640852328301525e-01 -1.258890359374141288e-01 -8.107035162017028548e-03 -4.234821327103498255e-05 -1.526119999999999977e-01 -1.654607858125208132e+07 +1.507000000000000000e+03 -4.956957897632977783e+00 -2.857734393356190949e+00 -1.731705070929573598e+00 -9.412336108169732096e-01 -4.122869639351507409e-01 -1.319620064310356999e-01 -9.537141906897722565e-03 -5.913280317923441350e-05 -1.154229999999999978e-01 1.240059950734036788e+07 +1.508000000000000000e+03 -5.106977468586633151e+00 -2.991244080728848509e+00 -1.846599065791394656e+00 -1.025294386724423079e+00 -4.532960784546490873e-01 -1.416538432423649907e-01 -9.381130358488649901e-03 -5.231741252865065812e-05 2.355369999999999964e-01 2.679504234755905345e+07 +1.509000000000000000e+03 -5.100248478194166601e+00 -3.011425497875733548e+00 -1.883138033358185082e+00 -1.067295827228004201e+00 -4.856187107083050347e-01 -1.567570601859231694e-01 -1.100924681284980861e-02 -6.948625589912925740e-05 5.397500000000000214e-02 2.708633072108297795e+07 +1.510000000000000000e+03 -4.159889184523999361e+00 -2.117483458305247535e+00 -1.124687501143534218e+00 -5.167887847913239519e-01 -1.835072396042913834e-01 -4.573642079096632007e-02 -1.949227760721025226e-03 -5.746669482762283503e-06 3.587500000000000133e-01 1.645667666094577499e+07 +1.511000000000000000e+03 -4.142640403512426239e+00 -2.111569860178232894e+00 -1.124751379524274952e+00 -5.204142540776509618e-01 -1.882907084011023746e-01 -4.912382889265469454e-02 -2.505739092143476759e-03 -1.220156444271769416e-05 2.671209999999999973e-01 1.624451908187026903e+07 +1.512000000000000000e+03 -4.256484474982091371e+00 -2.205919809937509690e+00 -1.200212597389217040e+00 -5.765601203643241357e-01 -2.217086526029438676e-01 -6.157733498001914663e-02 -3.149537447436371370e-03 -9.511727961140185669e-06 2.685830000000000162e-01 1.648873639034441113e+07 +1.513000000000000000e+03 -4.094885661727278858e+00 -2.137331836289079856e+00 -1.169989886232148502e+00 -5.567221799732837706e-01 -1.976426890612031362e-01 -4.298590133173136457e-02 -4.902967827947813436e-04 1.090959004103183520e-05 7.467799999999999994e-01 2.056344528981911391e+07 +1.514000000000000000e+03 -4.542143696588724744e+00 -2.422335548717283071e+00 -1.372155278609259899e+00 -7.037513566359464567e-01 -2.998822518443742813e-01 -9.617522667873389108e-02 -6.793345516099619751e-03 -3.746124007167572724e-05 -8.699500000000000288e-02 2.165033534412986040e+07 +1.515000000000000000e+03 -4.684456520777022348e+00 -2.555289761489917044e+00 -1.465917681114132787e+00 -7.453236986276284837e-01 -2.998197703288575378e-01 -8.638966348599275147e-02 -5.162853433371675585e-03 -2.504854531246331433e-05 7.810400000000000675e-02 -1.623558487769154832e+06 +1.516000000000000000e+03 -4.497836166310597683e+00 -2.504951463229309283e+00 -1.474355009653880888e+00 -7.813588721406228288e-01 -3.369255227115302564e-01 -1.074385675513970517e-01 -8.004631959672445576e-03 -6.481455891708014564e-05 -1.909319999999999906e-01 1.036868195679432340e+07 +1.517000000000000000e+03 -4.044937000719185605e+00 -2.244498687243325907e+00 -1.300572140535218635e+00 -6.598296035297374074e-01 -2.561492511320479504e-01 -6.660137131228002771e-02 -2.806235853616962511e-03 -6.787873315360189459e-06 4.537209999999999854e-01 2.105173788851649966e+06 +1.518000000000000000e+03 -3.997145468377366395e+00 -2.262901645742409595e+00 -1.352369549045455921e+00 -7.244675900039615479e-01 -3.104081428732184955e-01 -9.552638767242470352e-02 -6.240474650504824680e-03 -3.223854421363120295e-05 -2.965400000000000258e-01 -2.596706747861960158e+07 +1.519000000000000000e+03 -4.266760665955729337e+00 -2.385036275991547328e+00 -1.412346259481326527e+00 -7.585116676797040158e-01 -3.336337290897672392e-01 -1.064595489725043281e-01 -7.044134062724968955e-03 -3.499988188432114495e-05 -1.081649999999999973e-01 1.404084180907257134e+06 +1.520000000000000000e+03 -4.048151662014169538e+00 -2.330395347149566199e+00 -1.427308057651266671e+00 -8.030904362355617554e-01 -3.772270241813517888e-01 -1.320446392820658066e-01 -1.070400466866796262e-02 -7.149008474967275570e-05 -6.938729999999999620e-01 -3.223931728984253947e+06 +1.521000000000000000e+03 -4.559181822457371247e+00 -2.613059695246098713e+00 -1.584857854838524149e+00 -8.726519651285288282e-01 -3.933529654924946550e-01 -1.297190065907307122e-01 -9.448043652908364246e-03 -5.534117637298390321e-05 -4.153240000000000265e-01 -8.210820200387367047e+06 +1.522000000000000000e+03 -3.618891476600823776e+00 -1.535930067826118961e+00 -6.042091010293650921e-01 -1.247783278237594995e-01 3.813881680282090597e-02 3.736042337858919843e-02 4.919986251403432251e-03 4.807292405010213176e-05 8.211450000000000138e-01 -4.931122613375530345e+05 +1.523000000000000000e+03 -3.632111155948976489e+00 -1.556446967916566448e+00 -6.287819567042641777e-01 -1.497546418544323799e-01 1.919366963957226668e-02 2.820955359080699193e-02 3.846478952668329603e-03 3.479366397285929590e-05 6.949589999999999934e-01 3.364215987426062580e+06 +1.524000000000000000e+03 -3.636041403333858391e+00 -1.590935655697847784e+00 -6.785420872189320551e-01 -2.120310752370282714e-01 -4.118438863690409429e-02 -6.728482933190295910e-03 -4.576174731121712452e-04 -4.366422102384708125e-06 1.089080000000000048e-01 6.954303017916517332e+06 +1.525000000000000000e+03 -3.747383757593348186e+00 -1.653698171851056609e+00 -7.053641721302945644e-01 -2.059914120746787203e-01 -1.577703315298395123e-02 1.407575035532433391e-02 2.948638939663103357e-03 3.148594486650038330e-05 8.602790000000000159e-01 2.597076372381901741e+07 +1.526000000000000000e+03 -3.613060472148837299e+00 -1.624217777919954253e+00 -7.401911505612022157e-01 -2.817638760004039788e-01 -9.600278753927804498e-02 -3.418911976150804111e-02 -3.361458346229822050e-03 -2.254791786985273100e-05 -2.615089999999999915e-01 1.439347699002763815e+07 +1.527000000000000000e+03 -3.791443835490684311e+00 -1.712007639741692122e+00 -7.847483385573724712e-01 -2.982535229469149285e-01 -9.409102190434480428e-02 -2.790151115041695357e-02 -2.405988339236115291e-03 -1.813249064139355678e-05 -1.421779999999999988e-01 1.261212876233092882e+07 +1.528000000000000000e+03 -3.442946794193224136e+00 -1.665735327579479064e+00 -8.156890642854689455e-01 -3.136208997139911525e-01 -6.508047778543905870e-02 8.274487399110122196e-03 5.082340328256126569e-03 9.031250805984571183e-05 1.235092000000000079e+00 1.030141537068288960e+07 +1.529000000000000000e+03 -3.524471123944361572e+00 -1.596114778701750669e+00 -7.491181859074341753e-01 -3.150365932209130970e-01 -1.348093623291724552e-01 -5.918687664814661215e-02 -7.196349502748660733e-03 -6.907844684549833871e-05 -9.382589999999999542e-01 8.781371843817856163e+06 +1.530000000000000000e+03 -3.926202892242689924e+00 -1.966207596826839099e+00 -1.010360403357414283e+00 -4.272923730420586375e-01 -1.195004368623377305e-01 -1.246492088200011963e-02 2.493621746756807551e-03 4.626095180999883284e-05 8.945899999999999963e-01 8.089066733185124584e+06 +1.531000000000000000e+03 -3.642567048419102171e+00 -1.834811183387207612e+00 -9.698772403743820547e-01 -4.496376358262329509e-01 -1.645171197908077698e-01 -4.240487016328585435e-02 -1.836440183517927798e-03 -3.375014658722116658e-06 3.275390000000000246e-01 1.961838479628818855e+07 +1.532000000000000000e+03 -3.436235865293672642e+00 -1.760339803162784600e+00 -9.579666321434209264e-01 -4.736117721295335925e-01 -2.006558154545935446e-01 -6.789453090551457459e-02 -6.047259912147981420e-03 -5.659783529977306904e-05 -3.971270000000000078e-01 1.175175592390557192e+07 +1.533000000000000000e+03 -3.916945551720455665e+00 -2.014478176465992476e+00 -1.084966149449891448e+00 -5.100784134099007883e-01 -1.854936189758345788e-01 -4.600831377683797102e-02 -1.778915470371911396e-03 -2.913648130194030513e-06 2.502159999999999940e-01 1.626288825936475536e+06 +1.534000000000000000e+03 -3.495752447120060502e+00 -1.832007100613024964e+00 -1.022436607235223560e+00 -5.199085909857810162e-01 -2.224315041123222925e-01 -7.189054886930429378e-02 -5.426430866462998021e-03 -4.283318682589687669e-05 -2.715080000000000271e-01 1.329196936727001797e+06 +1.535000000000000000e+03 -3.874115955573146142e+00 -2.005187765282628654e+00 -1.112087824095019162e+00 -5.710672438923605210e-01 -2.593410733646922539e-01 -9.620883234351673696e-02 -9.693670209693567782e-03 -1.107983127165686828e-04 -9.012250000000000538e-01 1.277120421781555563e+07 +1.536000000000000000e+03 -3.811218873827361797e+00 -2.146686515274455864e+00 -1.272116065998137424e+00 -6.694024396527178400e-01 -2.740759898018583218e-01 -7.576101947882808718e-02 -3.513596645075464306e-03 -9.288528974106260658e-06 2.521780000000000133e-01 -1.175048249996611662e+07 +1.537000000000000000e+03 -3.615506629015513784e+00 -1.969394668555910499e+00 -1.134987486012461799e+00 -5.819471013106566337e-01 -2.362675766809678723e-01 -6.762237424421145560e-02 -3.529700171676584605e-03 -9.027590404519692085e-06 2.338000000000000078e-01 5.882875178429189138e+06 +1.538000000000000000e+03 -3.762303354257154453e+00 -2.131605271783414857e+00 -1.266851401073594285e+00 -6.666246212162703078e-01 -2.719200967102309852e-01 -7.521497140659055836e-02 -3.555227456858159590e-03 -7.207226458144290633e-06 1.105590000000000045e-01 -2.234262269709185138e+07 +1.539000000000000000e+03 -3.861911997002793306e+00 -2.201446255375230532e+00 -1.321116917833870641e+00 -7.108810646976406744e-01 -3.031753800212807493e-01 -8.953445361776898870e-02 -4.740194804720332562e-03 -1.071263727334288459e-05 1.935230000000000006e-01 -1.434479179383239942e+06 +1.540000000000000000e+03 -3.812948866560831540e+00 -2.239009637137356457e+00 -1.401318476528786716e+00 -8.042727924673062079e-01 -3.778874705998869765e-01 -1.269197503082417078e-01 -8.916902633395097644e-03 -4.779686838106884949e-05 -3.609649999999999803e-01 -9.735240445126451552e+06 +1.541000000000000000e+03 -3.332455143969582867e+00 -1.989168939235440137e+00 -1.246571730245247700e+00 -7.062461071645113053e-01 -3.285496892617357223e-01 -1.157014113725300802e-01 -1.050795104855011333e-02 -9.700156592319590762e-05 -1.056921999999999917e+00 -2.726521973107898980e+07 +1.542000000000000000e+03 -3.227053962713197777e+00 -1.966493206224187329e+00 -1.246201640265684807e+00 -7.067258190337669665e-01 -3.166574053453917181e-01 -9.908023860414613693e-02 -6.704652054360714895e-03 -4.373951358688971428e-05 -2.969149999999999845e-01 -2.183195257829782367e+07 +1.543000000000000000e+03 -3.214419711391019785e+00 -1.964204401154557633e+00 -1.251816046555500828e+00 -7.181432914145937652e-01 -3.292196572220245643e-01 -1.070704214789809372e-01 -7.874590253724595909e-03 -5.756313756539190957e-05 -5.048510000000000497e-01 -2.462423545567532256e+07 +1.544000000000000000e+03 -3.318102180581383287e+00 -1.357142343663999773e+00 -4.970415221466749633e-01 -7.746477833259354795e-02 4.504486106675490570e-02 3.358492201261861071e-02 3.962109496712620804e-03 2.888089553291848632e-05 7.397899999999999476e-01 2.462764205843594391e+06 +1.545000000000000000e+03 -3.151017266084298551e+00 -1.258116093974782190e+00 -4.341992435301067488e-01 -3.758378149469045887e-02 6.885953935760232014e-02 4.407771767814465391e-02 5.119280593431804922e-03 4.411711783159245616e-05 9.562629999999999741e-01 8.521008228770101443e+06 +1.546000000000000000e+03 -3.267050082275426259e+00 -1.359466414902669840e+00 -5.387984819753134369e-01 -1.401553095219201794e-01 -1.123185723717990206e-02 1.681937869210021119e-03 -5.488023234567662896e-04 -1.490451881917238556e-05 -7.197599999999999831e-02 5.987030093405523803e+05 +1.547000000000000000e+03 -3.165609733625780908e+00 -1.301080059322029081e+00 -5.163950922531920229e-01 -1.480459226864629663e-01 -3.320164866672710435e-02 -1.335751327251887867e-02 -2.226341713934815950e-03 -2.281623719762456177e-05 -2.237349999999999894e-01 1.046926111646741256e+07 +1.548000000000000000e+03 -3.367070825208439366e+00 -1.485442801926910805e+00 -6.564658443224097306e-01 -2.316295135198239430e-01 -6.559344879430485664e-02 -1.893780244959681822e-02 -1.476105923718022553e-03 -4.709538767622966572e-06 -1.342830000000000135e-01 -8.282625005622245371e+05 +1.549000000000000000e+03 -3.342607518549899126e+00 -1.428252147326554367e+00 -6.135523712901779225e-01 -2.208251459320225984e-01 -8.364654036777965929e-02 -3.987847370245191370e-02 -5.667505990709603529e-03 -6.039272892082499250e-05 -5.925300000000000011e-01 2.659360782610655576e+07 +1.550000000000000000e+03 -3.416424046408758741e+00 -1.653629945768671172e+00 -8.158321370340829715e-01 -3.251937059642922567e-01 -8.214287593644047092e-02 -4.258956971921729236e-03 2.763686935434743128e-03 5.012969586928233621e-05 8.053369999999999695e-01 5.375193347560347058e+06 +1.551000000000000000e+03 -3.451740235594764616e+00 -1.555796142483476530e+00 -7.282740983642155275e-01 -3.085952489690766409e-01 -1.366986340280890722e-01 -6.234016960434212579e-02 -7.806871144910899202e-03 -7.676831538545112051e-05 -1.065388999999999919e+00 6.698753616667082533e+06 +1.552000000000000000e+03 -2.929054375144880318e+00 -1.426544957208563780e+00 -7.223868066398766441e-01 -3.150291549997206175e-01 -1.077480617779449923e-01 -2.610896912779406623e-02 -1.010856998501858317e-03 -3.209830786163437796e-06 4.223060000000000147e-01 2.634936187991008908e+07 +1.553000000000000000e+03 -2.919904995222939448e+00 -1.416828288592338447e+00 -7.129197658826247341e-01 -3.067332840268712224e-01 -1.019222147817307883e-01 -2.331922356940719504e-02 -7.006659635412391474e-04 -7.671311788680500045e-07 4.593309999999999893e-01 2.597412861328696460e+07 +1.554000000000000000e+03 -3.312820342460829792e+00 -1.692788169943120424e+00 -9.092253104933853969e-01 -4.309272510319235305e-01 -1.640118599264405452e-01 -4.566233662387321479e-02 -2.453099870281852477e-03 -7.195967700460968402e-06 1.477849999999999997e-01 9.669442396250966936e+06 +1.555000000000000000e+03 -2.967857733500198769e+00 -1.487530796946927802e+00 -7.906823531595680299e-01 -3.805792373829783304e-01 -1.606957525248176033e-01 -5.643963492493107165e-02 -5.002621728970924921e-03 -3.761505145109223875e-05 -3.114600000000000146e-01 1.186327898239497840e+07 +1.556000000000000000e+03 -3.179929892343459574e+00 -1.666167207407349693e+00 -9.438282524137144858e-01 -5.060458507082918889e-01 -2.496944062731546732e-01 -1.024850156805762885e-01 -1.107678337574851540e-02 -1.017164895270731336e-04 -1.104235000000000078e+00 1.852693796006878093e+07 +1.557000000000000000e+03 -2.824787366766069230e+00 -1.524441008592261060e+00 -8.437056279388316371e-01 -3.948311597065286560e-01 -1.325505757789788297e-01 -2.662700753987136057e-02 -4.066966896460067621e-04 1.710963680565186941e-06 4.920910000000000006e-01 1.053716479226281680e+07 +1.558000000000000000e+03 -2.747324674155620539e+00 -1.552934940716254486e+00 -9.091271420625923749e-01 -4.616075823131560729e-01 -1.771790770148401473e-01 -4.664085219944461014e-02 -2.584677422278652652e-03 -1.710464946251245383e-05 -4.544800000000000229e-02 -1.647538828901028261e+07 +1.559000000000000000e+03 -2.557025847743240377e+00 -1.465783261921815406e+00 -8.702786427134681091e-01 -4.536161653532183036e-01 -1.864468577637189706e-01 -5.483338717373832660e-02 -2.999658987212231766e-03 -7.744584285315394407e-06 1.893179999999999863e-01 7.660529281988252886e+06 +1.560000000000000000e+03 -2.461344340818628407e+00 -1.465892979163550880e+00 -9.056950099288049172e-01 -4.944696718317503903e-01 -2.106860385174722516e-01 -6.233743422248771288e-02 -3.290061375345976029e-03 -4.628606247092615785e-06 -1.761979999999999935e-01 -2.885282048312573135e+07 +1.561000000000000000e+03 -2.522839885062886367e+00 -1.448513420792560957e+00 -8.699583163982979039e-01 -4.666288353537276223e-01 -2.011949087357581822e-01 -6.277146397815386303e-02 -4.001292654268560380e-03 -2.094933540797797462e-05 -4.050270000000000259e-01 -3.575174302460211515e+07 +1.562000000000000000e+03 -2.773015658257516947e+00 -1.651349382669860866e+00 -1.028766975378823778e+00 -5.734909455962846625e-01 -2.557114843325039022e-01 -8.413051925158623878e-02 -7.332035125740255649e-03 -8.238392977813172480e-05 -1.814179999999999959e-01 2.923771234230137616e+07 +1.563000000000000000e+03 -2.645118195632015556e+00 -1.598656951773072432e+00 -1.002811166872054738e+00 -5.570692376951053015e-01 -2.408933772769171755e-01 -7.247749880458984051e-02 -4.490890456377926755e-03 -2.205196233042231569e-05 -1.732080000000000009e-01 -1.740194028692134097e+07 +1.564000000000000000e+03 -2.429713035967282497e+00 -1.532300366002926406e+00 -9.978334203924890122e-01 -5.833697654704906865e-01 -2.774595977826909143e-01 -9.776592300626786580e-02 -8.003555484833268022e-03 -5.107288702687712246e-05 -5.210080000000000267e-01 2.762058127033233643e+06 +1.565000000000000000e+03 -2.415556129324374801e+00 -1.528262464522719632e+00 -9.971527942764391028e-01 -5.838629824397164603e-01 -2.777186104721498516e-01 -9.845638839415006560e-02 -8.781155092497798173e-03 -7.867512757608331167e-05 -7.332629999999999981e-01 -4.140424911078678910e+06 +1.566000000000000000e+03 -2.117003705889198617e+00 -7.613907340543306645e-01 -2.182116453173869597e-01 1.679469667275172023e-02 6.362680131767582681e-02 3.587049991040900526e-02 3.948121210014151651e-03 2.709349627124882991e-05 6.824449999999999683e-01 3.502143134100787342e+06 +1.567000000000000000e+03 -2.102634850188344284e+00 -7.492807798469557357e-01 -2.080472570291304057e-01 2.501083967818013010e-02 6.953322671506224906e-02 3.901212975713752584e-02 4.366700840965944720e-03 3.122788963453095067e-05 7.566640000000000033e-01 4.208501776245508343e+06 +1.568000000000000000e+03 -2.050593453532326471e+00 -7.980806292162885285e-01 -2.910997855813835522e-01 -5.979523360756749950e-02 1.092411895269855548e-02 1.476848409357302272e-02 2.755691877577937186e-03 3.071846839041637747e-05 4.574289999999999745e-01 -8.028913609222375788e+06 +1.569000000000000000e+03 -2.406955892439226474e+00 -9.551584047601572314e-01 -3.533395370470742147e-01 -7.120907189489349143e-02 1.439258747212972776e-02 1.483186951233823533e-02 1.666246502882099160e-03 9.519395684489994884e-06 2.494099999999999928e-01 -5.464860512946556322e+06 +1.570000000000000000e+03 -2.082032015503775479e+00 -8.412116828329286866e-01 -3.459030363801295915e-01 -1.217153348165570803e-01 -4.628133219166525453e-02 -2.049218292392978799e-02 -2.297214283696460968e-03 -1.896103130367894854e-05 -3.700240000000000196e-01 -9.719491478542268276e+06 +1.571000000000000000e+03 -2.024931342337733309e+00 -7.879654274995071539e-01 -2.909405274234970751e-01 -6.891978545473601003e-02 -5.352177574661350253e-03 -1.105673120051017274e-04 -4.530497508455088879e-04 -9.871982910677393994e-06 -1.335700000000000082e-02 2.227472681587172206e+06 +1.572000000000000000e+03 -2.070793738100221049e+00 -8.858330533707514665e-01 -3.992325734579763030e-01 -1.663395736942500647e-01 -7.123628518697110168e-02 -2.785934381091630455e-02 -2.263160569233313001e-03 -4.764854036236104958e-06 -1.975109999999999921e-01 -2.071229486789819784e+05 +1.573000000000000000e+03 -2.070434424974306520e+00 -8.903314193747462468e-01 -4.061042247250732373e-01 -1.670924894156893270e-01 -6.361521513285667284e-02 -2.117996228906241993e-02 -1.632731673532678528e-03 -1.017703603155614243e-05 -3.523580000000000045e-01 -2.342468412554394454e+07 +1.574000000000000000e+03 -2.067523015235324113e+00 -9.333454286344385897e-01 -4.602851009092307488e-01 -2.217445237668204949e-01 -1.088325376378592446e-01 -4.667143220245043717e-02 -4.964644422495578281e-03 -3.934365426750780571e-05 -7.349419999999999842e-01 -1.257409597061733343e+07 +1.575000000000000000e+03 -2.203664968369892119e+00 -1.121622587290376671e+00 -5.628673173759228821e-01 -2.113115678703626765e-01 -3.214260294595288475e-02 1.392107410665062092e-02 3.695020680431518670e-03 3.459438452327600081e-05 7.303809999999999469e-01 -9.968764596623936668e+06 +1.576000000000000000e+03 -2.272493353435204533e+00 -1.226603827506036470e+00 -6.647621325114899671e-01 -2.799724855171306648e-01 -5.694203097527747448e-02 1.090135280337765217e-02 3.842570096173215238e-03 3.745909991372093451e-05 7.645170000000000021e-01 -1.344673676266050711e+07 +1.577000000000000000e+03 -2.463414360302661699e+00 -1.343421668335132768e+00 -7.483333149055363398e-01 -3.447744914989996357e-01 -1.023147882719626922e-01 -1.019376562752064702e-02 1.668878665047392965e-03 1.595696567209928905e-05 5.333369999999999500e-01 -1.358524593234904297e+07 +1.578000000000000000e+03 -2.155330341249804604e+00 -1.232798463681971546e+00 -7.380546448303832996e-01 -3.929329460240879035e-01 -1.642597129243266729e-01 -4.680079894607605540e-02 -2.177142511800488241e-03 -3.761738694790164307e-06 2.680159999999999765e-01 9.444192644641757011e+06 +1.579000000000000000e+03 -2.047734202690835836e+00 -1.140284080344434736e+00 -6.450383488485300632e-01 -2.998552170177581910e-01 -8.874913249272517457e-02 -7.429858983924843632e-03 2.428076134516231853e-03 3.658609909384381278e-05 4.618309999999999915e-01 -3.113891944317262620e+07 +1.580000000000000000e+03 -2.315729203116597912e+00 -1.373933205023483151e+00 -8.486923079523271962e-01 -4.658137799249810196e-01 -2.006013296871262119e-01 -5.998765160768416288e-02 -3.405975462182453221e-03 -9.664776053583829787e-06 -2.061230000000000007e-01 -2.637184913731006533e+07 +1.581000000000000000e+03 -2.402934511636662052e+00 -1.440114688458884906e+00 -8.885180079465923031e-01 -4.816843550262951412e-01 -2.033307753998261358e-01 -6.025764626639242005e-02 -3.606874133980660698e-03 -1.571703712134620430e-05 -1.165739999999999971e-01 -1.496448015183507092e+07 +1.582000000000000000e+03 -2.320095834092756437e+00 -1.421035108045985318e+00 -8.917537849430247077e-01 -4.923877729767018874e-01 -2.138866089248372682e-01 -6.633978950134478136e-02 -4.222579576795420196e-03 -1.738535148140883156e-05 -1.763049999999999895e-01 -1.311744037243513390e+07 +1.583000000000000000e+03 -2.281538810257984995e+00 -1.398122468828137732e+00 -8.879261495257092518e-01 -5.052834781672472797e-01 -2.325122174781495965e-01 -7.836106404365371370e-02 -5.917728216953465313e-03 -3.347298121753678119e-05 -1.565590000000000037e-01 1.516116144398188964e+07 +1.584000000000000000e+03 -2.323012013709703005e+00 -1.476484744458445020e+00 -9.704104810306919404e-01 -5.744435002655138289e-01 -2.769514178888695666e-01 -9.872946530420878553e-02 -8.417661211437105565e-03 -6.388271965830111417e-05 -5.825449999999999795e-01 4.665043545737495646e+06 +1.585000000000000000e+03 -2.216090342789813317e+00 -1.427822435648144594e+00 -9.518427797458937079e-01 -5.727623194030483367e-01 -2.821031260720997524e-01 -1.045181148143448091e-01 -1.024520579496970840e-02 -1.077269268582963082e-04 -1.081007999999999969e+00 -1.205008496748337150e+07 +1.586000000000000000e+03 -1.696699806829486734e+00 -5.430377341199214003e-01 -1.059953502836194078e-01 6.283567721348666535e-02 7.809235919886234334e-02 4.035334624199363174e-02 4.318756600731516598e-03 2.967908116590303063e-05 6.666090000000000071e-01 -2.732207586074394640e+06 +1.587000000000000000e+03 -1.975403569378407775e+00 -6.644179512113864705e-01 -1.473074456945245303e-01 6.259204297061238265e-02 8.518094110098967109e-02 4.117158862979825723e-02 3.740456724958152613e-03 2.154437302976318878e-05 6.752249999999999641e-01 1.143653060519601032e+07 +1.588000000000000000e+03 -1.886984039565884785e+00 -7.082861875355841441e-01 -2.426296997346121254e-01 -3.659167567609666188e-02 2.042612171050163516e-02 1.658060115393789752e-02 2.229310354183541409e-03 1.856484800772546920e-05 3.975190000000000112e-01 -1.769466040792844433e+05 +1.589000000000000000e+03 -2.009717204878868735e+00 -7.575479447514767983e-01 -2.654843260423353501e-01 -4.323807550537028810e-02 2.949759962908729549e-02 3.010859993695838219e-02 5.031429741203635383e-03 4.548292174008487527e-05 9.371699999999999475e-01 5.185930213277680799e+06 +1.590000000000000000e+03 -1.722424989995498645e+00 -6.844647325929520409e-01 -2.648051861943314655e-01 -7.716367285680063304e-02 -1.923515839170962180e-02 -5.776586280747637164e-03 -3.358783087155576327e-04 -3.084544577139981185e-07 1.124489999999999934e-01 5.868513536270572804e+06 +1.591000000000000000e+03 -1.646303773804884463e+00 -6.321603173588236091e-01 -2.201599390964632252e-01 -3.789901166715198971e-02 9.516664448212934849e-03 8.526311191005195994e-03 1.422984672442505942e-03 1.811719032721744618e-05 3.604260000000000241e-01 4.278309716898681596e+06 +1.592000000000000000e+03 -1.402731827558055366e+00 -5.604479614598544268e-01 -2.390091070040369914e-01 -9.708503232731383048e-02 -4.136315950288638882e-02 -1.596682005099277907e-02 -1.472316437314723702e-03 -6.015939675755341103e-06 -2.659580000000000277e-01 -1.118638764152267575e+07 +1.593000000000000000e+03 -1.374138719004767362e+00 -5.175280218567518409e-01 -2.032486112264386968e-01 -7.772843159510972599e-02 -4.179575166969527050e-02 -2.304871916972078827e-02 -3.165642456643138428e-03 -3.895410164058365853e-05 -3.782070000000000154e-01 3.275496347944010515e+06 +1.594000000000000000e+03 -1.859979643170483365e+00 -8.721097846331744563e-01 -4.396263411110288288e-01 -2.094092818630124142e-01 -9.604813240980589195e-02 -3.733840669075125934e-02 -3.325947458189673373e-03 -2.019946495735888377e-05 -3.674680000000000168e-01 -6.777405283269103616e+06 +1.595000000000000000e+03 -1.790771857283703916e+00 -8.086450106176771291e-01 -4.243290471557926713e-01 -2.485572375607022766e-01 -1.610110574280045892e-01 -8.140916959291658039e-02 -9.247616910190381567e-03 -7.450394870221315738e-05 -1.166452000000000044e+00 4.320535549450344406e+06 +1.596000000000000000e+03 -1.236193972419806331e+00 -6.367698504690793015e-01 -3.236461130250204432e-01 -1.184096896991381626e-01 -7.519381421038882907e-03 1.817810816076474364e-02 3.911305492199776933e-03 4.232734561610960767e-05 7.105399999999999494e-01 -4.946575796326981857e+06 +1.597000000000000000e+03 -1.286636573038171472e+00 -6.825264606741326956e-01 -3.669176233320551872e-01 -1.572542199227697224e-01 -3.628761352296412668e-02 3.531616172263527236e-03 2.003666612912302809e-03 1.968715724715303236e-05 4.338380000000000014e-01 -6.314173070211862214e+06 +1.598000000000000000e+03 -1.540095698875901142e+00 -8.939187999714615085e-01 -5.370414848773560346e-01 -2.809683038280236245e-01 -1.112633908712568898e-01 -3.041688377490926048e-02 -2.092357979348091757e-03 -2.395038446752306057e-05 -2.472040000000000071e-01 -2.127506775796031952e+07 +1.599000000000000000e+03 -1.606312036237052654e+00 -9.203500575064409439e-01 -5.395284431371510925e-01 -2.716450502912031162e-01 -1.034745294027337725e-01 -2.741751252306379519e-02 -1.303381713850270502e-03 -2.641015136906007251e-06 2.388300000000000145e-02 -6.682134777872687206e+06 +1.600000000000000000e+03 -1.645724000339420234e+00 -1.036985771805676304e+00 -6.613174982574372418e-01 -3.650907970470824715e-01 -1.522749197592665471e-01 -4.191288155422710077e-02 -1.580650264669878095e-03 5.431442980230052295e-06 1.036200000000000038e-01 -1.164308765952323191e+07 +1.601000000000000000e+03 -9.917948530246440964e-01 -6.521279396163180975e-01 -4.419548910840909173e-01 -2.703199618360298540e-01 -1.323075193584103970e-01 -4.505928818739074471e-02 -3.129181854199954236e-03 -1.450158480009098925e-05 6.274399999999999422e-02 2.118855643411259726e+07 +1.602000000000000000e+03 -1.191025600580822630e+00 -7.661825527986499962e-01 -5.140019320131925529e-01 -3.141307775408577196e-01 -1.539009748520298315e-01 -5.086334269807200187e-02 -2.783832050311056509e-03 6.149759031008196855e-06 4.112080000000000179e-01 4.024064292516618222e+07 +1.603000000000000000e+03 -1.267749272505933611e+00 -8.471858960177220954e-01 -5.710902824430649227e-01 -3.418317237324657309e-01 -1.663756343150831762e-01 -6.218624813127505285e-02 -6.408491642211361881e-03 -6.430363089910155414e-05 -8.311929999999999596e-01 -1.413085162439545244e+07 +1.604000000000000000e+03 -1.227318340217921300e+00 -4.186107362208673632e-01 -1.104845074835274360e-01 1.684719387573060945e-02 4.035921242877071186e-02 2.372905077038709939e-02 3.341600698518051252e-03 3.937167709402175989e-05 4.723470000000000169e-01 -8.423491883691215888e+06 +1.605000000000000000e+03 -6.311302720102646147e-01 -1.163444966829269150e-01 7.998484168061903432e-02 1.441802901288990746e-01 1.130244503188155142e-01 4.804764295837039151e-02 3.622876143123111587e-03 1.842550879978225131e-05 4.495910000000000184e-01 1.134898813410675153e+07 +1.606000000000000000e+03 -6.764936636290977967e-01 -1.945144533255391273e-01 -6.316249129828990783e-03 6.550857993950404135e-02 5.890115692473722048e-02 2.408573750715859579e-02 1.351625662031255082e-03 1.487167317108399310e-06 1.157200000000000034e-01 4.667958490996588953e+06 +1.607000000000000000e+03 -6.455155252074449290e-01 -1.389203385423847803e-01 5.565542484121574485e-02 1.222229233176414798e-01 9.796375157579653714e-02 4.136122333035998494e-02 2.966268866284816653e-03 1.287810603881275319e-05 3.478220000000000200e-01 9.110223852377410978e+06 +1.608000000000000000e+03 -4.074455865944409672e-01 -1.504950368470183153e-01 -2.349838473850788742e-02 5.282828768651857271e-02 7.780258864189748547e-02 5.084326292517952345e-02 6.274070436374135258e-03 4.141792194429484654e-05 7.912029999999999896e-01 -1.505626286116457358e+07 +1.609000000000000000e+03 -5.925857181744029756e-01 -1.759957799329258110e-01 -2.402262370873352315e-02 2.393336994707531001e-02 1.824052042922849268e-02 6.985366723349287384e-03 1.078715637427710931e-03 1.174025930417801142e-05 2.334080000000000044e-01 5.245827163866624469e+05 +1.610000000000000000e+03 -3.509235138378608010e-01 -1.799648704349096351e-01 -9.150776122397887014e-02 -2.852719163943931088e-02 1.043450742169834029e-02 1.552242889370383620e-02 2.372273618222340771e-03 1.815449659956309611e-05 2.156700000000000006e-01 -1.759007626030714065e+07 +1.611000000000000000e+03 -7.307480307613533066e-01 -3.345056206117340003e-01 -1.574244888214268723e-01 -6.620412508782620720e-02 -2.529415339436450610e-02 -6.968689287040374242e-03 -7.222011171832821541e-05 3.677361643118459278e-06 -8.434899999999999343e-02 -2.018426767011718079e+07 +1.612000000000000000e+03 -5.805268025890671924e-01 -3.340762911452251904e-01 -1.949275925090769301e-01 -9.639114622586321401e-02 -3.548257057282246801e-02 -9.146399038613637830e-03 -4.432579272689794975e-04 -1.247862007209983577e-06 1.170930000000000026e-01 9.080322596747294068e+06 +1.613000000000000000e+03 -8.230005652516886316e-01 -4.816794580005830384e-01 -2.963248323173134358e-01 -1.576682520285462574e-01 -5.645856619799542730e-02 -7.060720359867557125e-03 1.732955574583572994e-03 3.808387145337483603e-05 7.039699999999999847e-01 1.894727536148533970e+07 +1.614000000000000000e+03 -4.647719214662979215e-01 -3.024675426230377662e-01 -2.045937808016143888e-01 -1.266982338961614440e-01 -6.454463504407578767e-02 -2.304747010975826543e-02 -1.421369421818567506e-03 -1.200313530595641589e-07 -1.830000000000000029e-03 5.185888997700130567e+06 +1.615000000000000000e+03 -4.249468224736396849e-01 -2.788496409810871102e-01 -1.925020539312295997e-01 -1.230362961360076390e-01 -6.623925466953439756e-02 -2.656849718475761540e-02 -2.475510505025075355e-03 -1.765710911417131551e-05 -2.070740000000000081e-01 5.588815986108054407e+06 +1.616000000000000000e+03 -6.476759405502771072e-01 -4.656022994258599002e-01 -3.565844703786179570e-01 -2.576781063484634982e-01 -1.580525019901907191e-01 -7.175414721014804209e-02 -8.279234944034107729e-03 -8.108963306530156520e-05 -1.082262999999999975e+00 2.768810556590638007e+05 +1.617000000000000000e+03 -9.481118806685544520e-01 -6.169690718223937997e-01 -4.345345885296575394e-01 -2.892962622512684212e-01 -1.608885959210057670e-01 -6.367870029868707982e-02 -5.832763119135173438e-03 -4.424301329859199421e-05 -3.686400000000000232e-01 1.905226190320320427e+07 +1.618000000000000000e+03 -5.505295626693536004e-01 -3.051754259504086547e-02 1.610427188684518951e-01 2.122904440375097679e-01 1.571006675869109914e-01 6.604385198601554763e-02 5.112634840298798874e-03 2.913788948303982433e-05 6.232579999999999787e-01 1.415899817993734404e+07 +1.619000000000000000e+03 -5.095716744759456462e-01 -2.097300027259371702e-02 1.570578119822367558e-01 2.033201712323032262e-01 1.487915648204203856e-01 6.112181730933562152e-02 4.398856366004243873e-03 2.054819414521944282e-05 4.843589999999999840e-01 1.242612402450658940e+07 +1.620000000000000000e+03 -1.621683014949077128e-01 5.275991691388146748e-02 1.391581914510199580e-01 1.620563842179286451e-01 1.272703253493057685e-01 6.142269734585539126e-02 5.864923271562541736e-03 3.583817087531517047e-05 7.870530000000000026e-01 9.137599063762631267e+06 +1.621000000000000000e+03 -4.409593157934637020e-01 -6.327804527027326709e-02 6.795221670912965362e-02 9.586546765028676476e-02 6.202100828433130403e-02 2.193662049124172828e-02 1.539901888814404441e-03 1.093449878535496040e-05 1.127279999999999949e-01 -1.531594975356508745e+06 +1.622000000000000000e+03 4.788674372673779739e-02 1.220145608586732100e-01 1.434702151846138363e-01 1.309234015271242557e-01 8.673644932595848955e-02 3.544728771829856739e-02 1.665364875022665343e-03 -5.060532508561928618e-05 3.031289999999999818e-01 2.233682672611834109e+07 +1.623000000000000000e+03 2.113100215799391390e-01 2.093980914244407132e-01 1.824293852176106234e-01 1.399999145761726405e-01 8.784832034126918709e-02 3.904162415803882208e-02 3.991238334033398415e-03 3.196383653592086175e-05 4.557439999999999825e-01 -2.263312134028878529e+06 +1.624000000000000000e+03 -3.731614197261133581e-02 -9.146635833361017529e-03 1.366322621033215848e-02 3.281531802344144627e-02 3.690875946214881159e-02 2.242890353462775183e-02 3.042306781714299458e-03 2.948263120571601814e-05 4.995049999999999768e-01 4.636839387889315374e+06 +1.625000000000000000e+03 -9.401005504874376806e-02 3.063818006483077019e-02 7.452026209008157098e-02 7.111353199948643178e-02 3.517075675963514392e-02 7.071316966993495927e-03 -2.442920117828581753e-04 -5.651645488085908694e-06 -1.715099999999999958e-01 -5.884205094258042052e+06 +1.626000000000000000e+03 -3.974894972671449977e-02 -4.243588599139365425e-02 -4.061262312139078678e-02 -3.719645894298800881e-02 -3.228271913785506902e-02 -2.041200918000730252e-02 -3.038123822543156195e-03 -3.127026805427990098e-05 -4.531729999999999925e-01 2.093319071996596409e+06 +1.627000000000000000e+03 -2.214756228721636577e-01 -1.084766099504601566e-01 -6.083716252699463561e-02 -3.362141134621014077e-02 -1.589365055289213013e-02 -4.851392725256523618e-03 -8.167042883392892048e-05 2.530848035981931256e-06 8.171200000000000685e-02 3.697223868593925610e+06 +1.628000000000000000e+03 1.232638110012109767e-01 1.044618253830159604e-02 -4.151813997130809203e-02 -6.351794807486672856e-02 -5.619824862847020569e-02 -2.952744446590601507e-02 -3.268768408374534730e-03 -2.398149729584956631e-05 -4.064400000000000235e-01 2.654533751459817402e+06 +1.629000000000000000e+03 1.462168618575023504e-01 6.161904716024763778e-02 -3.036927347881877848e-03 -5.031382352976145056e-02 -6.212456029836805477e-02 -3.807478282549579124e-02 -4.928203840478338760e-03 -4.073240532670839050e-05 -9.044060000000000432e-01 -1.667562008435553312e+07 +1.630000000000000000e+03 2.890582104848011397e-02 -1.023790279935354042e-01 -1.375753107839418621e-01 -1.310865087130121120e-01 -9.793011938475937317e-02 -5.232565718055195991e-02 -6.810666656245974171e-03 -6.053467648486696428e-05 -1.111814999999999998e+00 -9.137313637907840312e+06 +1.631000000000000000e+03 -7.385703843040103411e-02 -1.473994858273796615e-01 -1.627083908370160203e-01 -1.411936293970687262e-01 -8.866231659399984033e-02 -3.590674963465855657e-02 -3.511525117190462345e-03 -3.420063925416072563e-05 -2.946340000000000070e-01 7.985067148709493689e+06 +1.632000000000000000e+03 8.392070772356163832e-02 -8.764242442986817927e-02 -1.696005754567892210e-01 -1.934825140575481273e-01 -1.503887062831032184e-01 -7.137363302975170687e-02 -6.963896105530356824e-03 -4.764077138359169118e-05 -1.005619000000000041e+00 -1.752296758646314219e+07 +1.633000000000000000e+03 1.525598935714249024e-02 -1.954824232434775599e-01 -2.501612774203684775e-01 -2.275189793871924271e-01 -1.492703354430077456e-01 -6.441615196533499732e-02 -6.304495640670587132e-03 -5.080462011985779745e-05 -6.606950000000000323e-01 9.090403145770313218e+06 +1.634000000000000000e+03 8.899092583761184505e-01 6.908441566799036204e-01 5.417659268751009449e-01 3.923270319147208474e-01 2.338340768746954568e-01 9.689765351950550831e-02 8.964265018584020514e-03 7.057494715659338254e-05 5.532610000000000028e-01 -3.700516628016422689e+07 +1.635000000000000000e+03 8.872387058565158746e-01 6.896145963339119778e-01 5.413200448824746491e-01 3.923064370518138944e-01 2.339695890847831861e-01 9.707348824363858097e-02 9.029335456039544114e-03 7.228673797825896569e-05 5.608419999999999517e-01 -3.750029699159794301e+07 +1.636000000000000000e+03 6.209616516716388590e-01 5.143275227515445858e-01 3.961364049303762735e-01 2.619716874750119828e-01 1.341496714626090325e-01 4.912400391864749083e-02 4.371957339243939464e-03 3.656589591560660150e-05 3.679069999999999840e-01 -8.103818974884144031e+06 +1.637000000000000000e+03 6.387463641935611225e-01 5.319132670316815137e-01 4.136295872199460266e-01 2.812062312540105080e-01 1.519903741057875013e-01 5.858821140713366821e-02 5.299630151700376705e-03 4.160163303604918204e-05 4.409139999999999726e-01 -1.043580599194430001e+07 +1.638000000000000000e+03 3.893493981638238566e-01 3.270536418700403791e-01 2.665791961469847204e-01 1.998172102644842352e-01 1.254849966198155475e-01 5.605793669765147397e-02 5.715414117592013642e-03 4.273309965163233607e-05 6.618669999999999831e-01 -2.789154408914320171e+06 +1.639000000000000000e+03 9.460479754958501797e-01 6.450699409598139589e-01 4.575731448320390915e-01 2.994067733743073778e-01 1.595270814869900189e-01 5.788668623515875328e-02 4.095369341957704086e-03 2.241159928675932271e-05 9.117999999999999716e-02 -1.312036691403254122e+07 +1.640000000000000000e+03 4.036743061475567274e-01 2.518766431256994620e-01 1.618677567354190328e-01 9.030190991763219210e-02 3.366759174849221631e-02 3.942830584803326023e-03 -9.568328086700228887e-04 -1.380378815730736963e-05 -2.791489999999999805e-01 2.684549339981264435e+06 +1.641000000000000000e+03 3.754378302554965963e-01 2.778876916478800752e-01 1.811861374453582751e-01 8.587119372637408432e-02 1.595852088820670298e-02 -7.457009608385263728e-03 -2.260694004646862480e-03 -2.247827337965187369e-05 -5.827639999999999487e-01 -1.149303015299734287e+07 +1.642000000000000000e+03 4.351404286217102069e-01 2.434148276941907607e-01 1.388666838705925610e-01 6.480724484626675108e-02 1.906033554383637293e-02 2.409546338625096970e-03 -3.372574399922598132e-06 1.143284231867873557e-06 -2.978400000000000145e-02 1.576576102873108117e+06 +1.643000000000000000e+03 7.700669906981292279e-01 4.546947572600648635e-01 2.709596949731770676e-01 1.358661309271417261e-01 5.100739701667913323e-02 1.574279493634553675e-02 1.799462193748517600e-03 2.023970006541483193e-05 2.091560000000000086e-01 -1.525572597040090943e+06 +1.644000000000000000e+03 1.096166032244641819e+00 5.318315210477718713e-01 2.514950186816918287e-01 8.698027063378158119e-02 1.465796079934234691e-02 -1.085558930641373132e-03 -4.306221879959615966e-04 -3.313802327094376846e-06 -1.310080000000000133e-01 2.128328154593949672e+06 +1.645000000000000000e+03 9.779613453365660902e-01 4.609343493116714319e-01 2.078759586303511320e-01 6.320236891942562774e-02 1.811470336774104401e-03 -8.731868837046396006e-03 -1.941270472798110273e-03 -2.570912738585743427e-05 -3.910870000000000180e-01 1.767096106680576690e+06 +1.646000000000000000e+03 5.660645224316416257e-01 2.066485861577769256e-01 4.091403951822948637e-02 -4.246593880966520462e-02 -5.869954532466707675e-02 -3.452872312390056764e-02 -4.228542716398159609e-03 -3.599810265994232472e-05 -6.941530000000000200e-01 -5.715433510599569418e+06 +1.647000000000000000e+03 5.302764552410583754e-01 1.876871294859601413e-01 3.616639043403394038e-02 -3.474746485767613718e-02 -4.496803650282010095e-02 -2.483046863578813532e-02 -2.853334415780624678e-03 -2.036198658956635374e-05 -5.244689999999999630e-01 -9.957253386327330023e+06 +1.648000000000000000e+03 1.155980146087890459e+00 4.111944563728691104e-01 1.333325164368813209e-01 3.138649259615489129e-02 1.978310828944588456e-02 1.866536581098520581e-02 3.524499612008900103e-03 4.209242859292946018e-05 5.381979999999999542e-01 -2.179053937792185228e+06 +1.649000000000000000e+03 1.237702942367544079e+00 4.370900546411393139e-01 1.237292893303723051e-01 -1.333029962245573137e-02 -4.395788019674379959e-02 -2.693896727944226216e-02 -3.398551127163844648e-03 -2.971376938832328318e-05 -5.133119999999999905e-01 2.846679414271368179e+06 +1.650000000000000000e+03 1.321871684351256571e+00 3.867357725584782413e-01 7.490013556394842231e-02 -1.220043631712419696e-02 2.452910820653492197e-03 1.470733960546660377e-02 2.999725265063019237e-03 2.515977034904508670e-05 3.122070000000000123e-01 -1.661320217294908315e+07 +1.651000000000000000e+03 1.344774650750582667e+00 3.644699550666153920e-01 3.777816141541667783e-02 -4.776693904090309473e-02 -1.931468123938309689e-02 7.307319760919233492e-03 2.876337671095507368e-03 3.412287569804156264e-05 3.726470000000000060e-01 -1.214855294322152250e+07 +1.652000000000000000e+03 1.364384949340734288e+00 3.686287421158218058e-01 3.436482016033814979e-02 -5.466958002549392182e-02 -2.559175342989752910e-02 4.104420026671874028e-03 2.562254039571611533e-03 3.311915076484909734e-05 3.333220000000000072e-01 -1.154834077572209388e+07 +1.653000000000000000e+03 1.341137471257244806e+00 3.941761805008377473e-01 4.193252997670172955e-02 -8.925675589619412598e-02 -9.411445491609882197e-02 -5.017536754437119939e-02 -5.302649166316640572e-03 -2.959387678615923623e-05 -7.213589999999999725e-01 9.683396560774073005e+06 +1.654000000000000000e+03 1.115482877067810019e+00 6.955618807632734102e-01 4.591369395272210108e-01 2.811867471707069077e-01 1.453591389298628522e-01 5.543620132114920190e-02 4.827126018569071787e-03 3.168179661356890285e-05 7.373599999999999599e-02 -3.619142009890859574e+07 +1.655000000000000000e+03 1.608646189529993720e+00 1.042295715177244730e+00 6.953208881061153646e-01 4.172746533991426587e-01 2.032547537305793017e-01 7.235122492450560272e-02 5.973833872821691232e-03 4.103253024494238490e-05 3.751740000000000075e-01 -9.118827310618709773e+06 +1.656000000000000000e+03 1.802940339902762146e+00 1.048873159113858256e+00 6.366279173590784213e-01 3.419207864632607952e-01 1.428737184291658524e-01 4.059514582138748495e-02 1.833611991897038428e-03 2.193434389211899434e-06 -1.482660000000000089e-01 -1.125129718610072043e+06 +1.657000000000000000e+03 1.411773174062946667e+00 8.056732783353305338e-01 4.785010997174312108e-01 2.573251207344815494e-01 1.195773890539057333e-01 4.370054155838001830e-02 3.288238800790085903e-03 1.043559539509517432e-05 1.024930000000000008e-01 -1.284715360481408797e+07 +1.658000000000000000e+03 1.787449499829619759e+00 1.011632114625846235e+00 5.953412321797634243e-01 3.040609729087918045e-01 1.152077697324941780e-01 2.721774560702109116e-02 4.925472723248502504e-04 -6.794566939515444702e-06 -2.825540000000000274e-01 1.121771560609735316e+06 +1.659000000000000000e+03 1.851609146330207789e+00 9.949881017343223943e-01 5.497190755052058231e-01 2.592962781039707676e-01 9.211471172069264635e-02 2.233506670730803570e-02 8.805075850828380721e-04 3.613707423736332676e-06 6.217199999999999810e-02 2.139716293025126681e+07 +1.660000000000000000e+03 1.522565388461007085e+00 6.656138577312057381e-01 3.332474590603026754e-01 1.767764186504733326e-01 9.721965508291974256e-02 4.221593025986979109e-02 4.126345668502965670e-03 2.597103044718205707e-05 6.703149999999999942e-01 2.118533049235321209e+07 +1.661000000000000000e+03 1.241858199423640396e+00 6.401149824520317999e-01 3.309441518118452219e-01 1.397684867719740931e-01 4.650837730940272224e-02 1.585901327003908304e-02 2.284164494095652833e-03 3.466461339159845174e-05 2.804220000000000046e-01 -4.665720164595231181e+05 +1.662000000000000000e+03 1.968495490147112337e+00 8.670946385569958670e-01 4.163073975250409786e-01 1.939781646080999677e-01 9.145159471591261802e-02 3.682233444387964655e-02 3.261762203817552327e-03 1.839649778233643616e-05 2.993339999999999890e-01 -3.068470171344112139e+06 +1.663000000000000000e+03 1.538369763029824089e+00 6.219563946358594997e-01 2.766426095959451104e-01 1.301519152641983090e-01 7.429842834536416751e-02 3.618150549531424370e-02 3.777910591567223801e-03 2.327360736053830622e-05 4.795090000000000185e-01 3.722999660759133287e+06 +1.664000000000000000e+03 1.608300731024010721e+00 6.253873376178146204e-01 2.540415693012073040e-01 1.032612065766482790e-01 5.970457198914620733e-02 3.464744164319083497e-02 4.765530625658927905e-03 4.106884822522818184e-05 6.167190000000000172e-01 -7.207854538893206045e+06 +1.665000000000000000e+03 1.662904041067412075e+00 6.546186630337060830e-01 2.637628910494456136e-01 9.562752607831735696e-02 4.334071042836793591e-02 2.333741279174854702e-02 3.580757347462479312e-03 4.475015321928096885e-05 4.166529999999999956e-01 -1.029021579385210387e+07 +1.666000000000000000e+03 2.060514314316655771e+00 8.217865002729475288e-01 3.212120343468792827e-01 9.266024658485358390e-02 1.707886623445493968e-02 -6.568243418958751315e-06 -1.471135606037227064e-03 -3.813934495699593296e-05 -5.836949999999999639e-01 -2.257872509911867976e+07 +1.667000000000000000e+03 1.661360931026417465e+00 5.997131737305216870e-01 1.997731961341707996e-01 4.186573194062404024e-02 4.221775010008292466e-03 -2.287852493634599717e-03 -1.599604611072087592e-03 -3.387433133942269030e-05 -5.860600000000000254e-01 -1.925622915809120238e+07 +1.668000000000000000e+03 1.631849451665189576e+00 5.234947879264046922e-01 1.014697276337134663e-01 -6.792264250694989014e-02 -8.903935282441749477e-02 -5.023321186779693831e-02 -6.275498928474326950e-03 -5.526562121474232610e-05 -1.009603999999999946e+00 -2.615923731292428274e+05 +1.669000000000000000e+03 1.595678726875016329e+00 5.406871181732729736e-01 1.258776367199921087e-01 -4.321893500205896410e-02 -6.276749937409371871e-02 -3.017186497839356024e-02 -2.720026047213233711e-03 -1.275597078291635881e-05 -3.482279999999999820e-01 6.179497718930280767e+06 +1.670000000000000000e+03 2.112080064165599680e+00 7.382878641401007247e-01 1.994388281408049635e-01 -1.988466554677627979e-02 -5.453088043166491594e-02 -2.920326720734904222e-02 -3.651006685540564897e-03 -3.607106846269151712e-05 -8.968549999999999578e-01 -2.487546802697174996e+07 +1.671000000000000000e+03 2.146683356961936795e+00 7.338184139603728395e-01 1.680209979699186784e-01 -6.571017296659811824e-02 -9.123393427178327908e-02 -4.169295669554387573e-02 -3.171356122862198888e-03 -1.534980291513854205e-05 -3.822670000000000234e-01 5.493541970742015168e+06 +1.672000000000000000e+03 2.391554557835791073e+00 1.538712794308509935e+00 1.029788449901390290e+00 6.311843616449016592e-01 3.218955614665485743e-01 1.213656119759522756e-01 1.097485030415996758e-02 9.513073361526721357e-05 6.479679999999999884e-01 -3.172621184119952470e+07 +1.673000000000000000e+03 2.390948135981294964e+00 1.538424686234764360e+00 1.029631877152260122e+00 6.311304760468994246e-01 3.219741655151706072e-01 1.215135830956486224e-01 1.102550334263801418e-02 9.640117470643680463e-05 6.564619999999999900e-01 -3.182729141604178026e+07 +1.674000000000000000e+03 2.423995903097318383e+00 1.512912314894732102e+00 9.762832251479013346e-01 5.638414872767846253e-01 2.597372263555426941e-01 8.550294728685117751e-02 6.358148595998306361e-03 4.019724103367905399e-05 5.201310000000000100e-01 2.377672736304342002e+07 +1.675000000000000000e+03 1.930873900191808490e+00 1.204089124071060724e+00 7.950726375882446462e-01 4.843490037166369166e-01 2.443907228980451152e-01 8.957974405464518008e-02 7.425410424663867782e-03 4.884268500587759355e-05 6.576400000000000023e-01 8.066947729426539503e+06 +1.676000000000000000e+03 2.158840840724419063e+00 1.277711658099541792e+00 7.990930699300115014e-01 4.582123455742445062e-01 2.196229065561036142e-01 7.924651330887157175e-02 6.886399410564974892e-03 5.120272964330915290e-05 7.921099999999999808e-01 2.252751046309310570e+07 +1.677000000000000000e+03 2.113675308151226506e+00 1.282916541747169514e+00 7.983133426300333957e-01 4.382406290124615245e-01 1.918417940953136280e-01 6.333863314653652432e-02 5.692264970538717800e-03 5.926447623204028744e-05 3.500380000000000158e-01 -8.077394373676711693e+06 +1.678000000000000000e+03 2.489204494791958044e+00 1.467150544509661092e+00 8.971941500363795896e-01 4.812990524061043218e-01 1.973359979274491305e-01 5.485829249217018255e-02 2.829306914474090818e-03 9.848773229919789503e-06 -5.303599999999999981e-02 1.094869792842652090e+07 +1.679000000000000000e+03 1.959361680271770823e+00 1.106741718443401856e+00 6.784199905149637111e-01 3.914395296431113502e-01 1.937075715141625964e-01 7.284932641860980551e-02 6.771234320127947695e-03 5.155943395853394189e-05 7.629299999999999971e-01 1.149267807285802066e+07 +1.680000000000000000e+03 2.308518214534715174e+00 1.286462145218802311e+00 7.411940122918698748e-01 3.652398126109864807e-01 1.276623649203084965e-01 2.396304868357272688e-02 -6.245738373633530393e-04 -2.067042714992736431e-05 -6.397389999999999466e-01 -6.703999028644969687e+06 +1.681000000000000000e+03 2.579141397106223810e+00 1.413167052092656695e+00 7.968481314930389026e-01 3.824959406315529553e-01 1.333577694038470263e-01 2.834187655785148918e-02 2.613866253267622757e-04 -8.605528467992527852e-06 -3.212289999999999868e-01 9.955953619567682967e+06 +1.682000000000000000e+03 2.548303500083997086e+00 1.376995087589920841e+00 7.670184860166057161e-01 3.625579295650208644e-01 1.202708088972503503e-01 1.993920873417944287e-02 -9.065155143020020177e-04 -1.610624444270343896e-05 -6.109179999999999611e-01 1.649264770251940237e+06 +1.683000000000000000e+03 2.410864954517473624e+00 1.294651610646543327e+00 7.128418044662535591e-01 3.297386844965281005e-01 1.093656596771593464e-01 2.269772212023177943e-02 4.334068817093963619e-04 -3.255953746802409099e-06 -2.026890000000000081e-01 8.764918045046610758e+06 +1.684000000000000000e+03 1.978688794782250238e+00 9.138742826824299836e-01 4.572131423091930769e-01 2.196793904648274010e-01 1.086772477620982363e-01 4.961290148686286344e-02 5.783633605830807226e-03 4.597758643533477206e-05 8.488369999999999527e-01 7.814350068297514692e+06 +1.685000000000000000e+03 2.208588966988591640e+00 1.009394664520332885e+00 5.048459496021321380e-01 2.517215552836039039e-01 1.316027630959632766e-01 5.948454329108363026e-02 6.594011724137963451e-03 5.166796902700262687e-05 8.347849999999999993e-01 -2.732793679197168094e+05 +1.686000000000000000e+03 2.046248305250876864e+00 8.556757233137437524e-01 3.695055520358337953e-01 1.425118729172982213e-01 5.801515669291763128e-02 2.467809568505451023e-02 3.011149276684354972e-03 3.446018997820018254e-05 2.943029999999999813e-01 -7.036781135079658590e+06 +1.687000000000000000e+03 2.036978539774331853e+00 8.840426875992312139e-01 4.071765970308153237e-01 1.825878980302550469e-01 9.629327646122871898e-02 4.962468296751735425e-02 6.982758382147283803e-03 9.217521439697780956e-05 6.677999999999999492e-01 -3.075480005559522659e+07 +1.688000000000000000e+03 2.186296823995319993e+00 9.004736137887942027e-01 3.786963473741952191e-01 1.335002169992429433e-01 3.783863453030811286e-02 5.281474699512894201e-03 -1.207699278108883591e-03 -2.463627698769232363e-05 -4.156409999999999827e-01 -4.966838832821369171e+06 +1.689000000000000000e+03 2.099748736314031916e+00 8.399073269664294461e-01 3.311685622449624389e-01 1.003310354511163377e-01 2.329178294685318659e-02 3.871642639330830690e-03 -4.156613161550758639e-04 -1.190172797251843429e-05 -3.558549999999999769e-01 -1.679095401284413040e+07 +1.690000000000000000e+03 2.179082613683493097e+00 8.398691709490722079e-01 2.971041534089058911e-01 5.195581694288661789e-02 -1.789758767473766110e-02 -1.568011590562640514e-02 -1.883501844280050484e-03 -1.174450443488882105e-05 -1.803829999999999878e-01 1.605397289504901506e+07 +1.691000000000000000e+03 2.165954457460782301e+00 8.399371816491632003e-01 3.029883020558002404e-01 6.050248904669282973e-02 -1.010386401565095509e-02 -1.153919717619870423e-02 -1.505723915014422565e-03 -1.031986748312000251e-05 -1.052290000000000031e-01 1.843862105762952194e+07 +1.692000000000000000e+03 2.305704051029243917e+00 8.393801944545847826e-01 2.384962927600893789e-01 -2.242084426867901881e-02 -6.869941395462526856e-02 -3.409443462688020038e-02 -3.170242899811427390e-03 -2.515472280785943705e-05 -2.702990000000000115e-01 2.118327097419464588e+07 +1.693000000000000000e+03 2.936148828238804409e+00 1.125694409600242807e+00 3.937724547661782259e-01 8.073566072464578858e-02 1.211838698751370284e-02 1.265220934312550824e-02 2.780296263152188651e-03 2.613255339044336331e-05 4.538449999999999984e-01 4.265148521325625479e+06 +1.694000000000000000e+03 2.673393562154216418e+00 9.149250940588575798e-01 2.215244410515013473e-01 -5.018012316884884472e-02 -7.055418282520962980e-02 -2.487683662212298447e-02 -1.370553395887040213e-03 -7.360553285907207162e-06 -1.576849999999999918e-01 1.237487660412869789e+07 +1.695000000000000000e+03 2.364159746899396009e+00 8.267883050751907437e-01 1.862116798201124968e-01 -9.054823944574508232e-02 -1.198273443651565462e-01 -5.336143257502155152e-02 -3.743727874436547556e-03 -1.375814925795788573e-05 -3.896660000000000124e-01 1.168783152896848880e+07 +1.696000000000000000e+03 2.805236038259954157e+00 1.782989620392241292e+00 1.170489245971076286e+00 6.884577517458152496e-01 3.246243439124337771e-01 1.106506910270776828e-01 8.469631066761580673e-03 5.009497612667503254e-05 5.183050000000000157e-01 6.116029570045839064e+06 +1.697000000000000000e+03 2.738945248215586048e+00 1.742293576205387939e+00 1.151772303445163015e+00 6.868525668475485846e-01 3.286476777235144420e-01 1.115311333779635400e-01 7.984449041350233367e-03 4.049545639454299857e-05 3.911979999999999902e-01 5.390852623220757581e+06 +1.698000000000000000e+03 2.531452492917037222e+00 1.573616108117003032e+00 1.014590857771036303e+00 5.882974814412381681e-01 2.743850004325624758e-01 9.279745762831731470e-02 7.350209544619169984e-03 5.215991050494910562e-05 4.936289999999999845e-01 6.484870577077405527e+06 +1.699000000000000000e+03 2.995486540954203747e+00 1.822219424506198671e+00 1.154640048820978926e+00 6.542799656456772528e-01 2.928282524358684080e-01 9.053255208334680393e-02 5.384696539265701118e-03 2.431276630714576022e-05 2.876000000000000084e-02 1.127148830570551008e+07 +1.700000000000000000e+03 3.011588526692670964e+00 1.769948766199832102e+00 1.076309624071027926e+00 5.786853012654753492e-01 2.451125858120190570e-01 7.249225647070776934e-02 3.982829632293125206e-03 1.392820456587619232e-05 -2.347049999999999970e-01 -7.463996798919206485e+06 +1.701000000000000000e+03 2.769501442208997410e+00 1.655605889284105237e+00 1.018091123860287439e+00 5.503039901680834012e-01 2.304380019378820532e-01 6.550574401373833455e-02 3.201050341216103972e-03 9.083182622343534944e-06 5.210000000000000048e-02 3.057883398066062480e+07 +1.702000000000000000e+03 3.049385644001906925e+00 1.748688942490763676e+00 1.040391419467868506e+00 5.417962578048118871e-01 2.173242688228978481e-01 6.057321073991775440e-02 3.343971392119074893e-03 1.595278795433436805e-05 6.669999999999999540e-02 2.225230749072761089e+07 +1.703000000000000000e+03 2.537670585828699199e+00 1.473071455611827618e+00 8.968388729925581559e-01 4.891473555017326058e-01 2.153705611058810421e-01 6.987970571240116613e-02 5.076447738818448685e-03 2.716883658141594935e-05 3.315870000000000206e-01 1.071763901523761824e+07 +1.704000000000000000e+03 2.600415776017895642e+00 1.451858149442128099e+00 8.408352700164585247e-01 4.218339438842012568e-01 1.555777457042742395e-01 3.333391054584901314e-02 -8.062921738116749166e-04 -5.870286346290196961e-05 -6.737790000000000168e-01 1.328987689089406049e+06 +1.705000000000000000e+03 2.888131689313935269e+00 1.595042964157336041e+00 9.051709704324699679e-01 4.353582847972457537e-01 1.491392558546174030e-01 2.907589325093747415e-02 -3.164020893477457520e-04 -1.740425723815263158e-05 -4.154680000000000040e-01 1.890543901836077496e+07 +1.706000000000000000e+03 3.310442229706937578e+00 1.677430514226871505e+00 9.088779394802176670e-01 4.529399900689121683e-01 2.004176372240365767e-01 7.369817142547493982e-02 6.900353921403448026e-03 5.134185937818264519e-05 5.621289999999999898e-01 -1.439475970966059901e+07 +1.707000000000000000e+03 3.074604865595067071e+00 1.667944412114551023e+00 9.345813409224384971e-01 4.446362440938870231e-01 1.498189576815519286e-01 2.777535011261547324e-02 -4.053737460783204852e-04 -1.377886013664079031e-05 -5.420000000000000373e-01 8.310972614179249853e+06 +1.708000000000000000e+03 3.208594268746056244e+00 1.575252449872135863e+00 8.080069868593717786e-01 3.604217834838219225e-01 1.287363945839410662e-01 3.452336990774037412e-02 1.737159390647940484e-03 3.055186548707820013e-06 -1.318290000000000017e-01 -8.788076702259114012e+06 +1.709000000000000000e+03 3.222126263144253766e+00 1.580494248119547418e+00 8.303589734323273408e-01 4.011965558557079037e-01 1.722431483367830585e-01 5.895214125676427608e-02 4.245846215622227707e-03 1.869651238693387869e-05 -2.278200000000000017e-02 -3.143626748861283064e+07 +1.710000000000000000e+03 3.349978501611274417e+00 1.626651376771366397e+00 8.268669064478716413e-01 3.636378214611015736e-01 1.244371676155024281e-01 2.976944759209259120e-02 1.136123704996967873e-03 4.456607839280946413e-06 -2.721430000000000238e-01 -1.352268737683851458e+07 +1.711000000000000000e+03 3.375128793656009041e+00 1.655283353543560709e+00 8.527583775911473651e-01 3.835952454572944537e-01 1.365765214812901807e-01 3.499902792228614529e-02 1.671048174503312472e-03 8.100959977182780396e-06 -2.154419999999999946e-01 -1.371588148531553522e+07 +1.712000000000000000e+03 3.456766343431882049e+00 1.579541982604294903e+00 7.660923908408696636e-01 3.498557156264467949e-01 1.643472317282871908e-01 7.130371249614851636e-02 7.619736015085728023e-03 5.334631710385414146e-05 9.810050000000000159e-01 -3.440824063867603894e+06 +1.713000000000000000e+03 3.436810495609824656e+00 1.555226255870015839e+00 7.397256093287016832e-01 3.245274141648548105e-01 1.451509327095229507e-01 6.154495975700506605e-02 6.428987761349572519e-03 4.202855331563819230e-05 7.772470000000000212e-01 -6.802711498843911104e+06 +1.714000000000000000e+03 3.295082417904516170e+00 1.441214408221473509e+00 6.440183412153992482e-01 2.470781204552872090e-01 9.263614802235135837e-02 3.725990695034989142e-02 4.168831265235853692e-03 3.792477435214710587e-05 3.604939999999999811e-01 -1.806224192828298360e+07 +1.715000000000000000e+03 3.120175837089431692e+00 1.314206403189182470e+00 5.620453709965201883e-01 2.112474648639210972e-01 9.132814236721271961e-02 4.543024148141003998e-02 5.877941025297245443e-03 4.939006975746298257e-05 8.220159999999999689e-01 -2.820391996562151704e+06 +1.716000000000000000e+03 3.066848107765457243e+00 1.223480755054947799e+00 4.606383824632073187e-01 1.171024045096386995e-01 2.482137108399309899e-02 1.450303756061002529e-02 2.736864970666412142e-03 2.865005671880866092e-05 4.871869999999999812e-01 1.029612639651859365e+07 +1.717000000000000000e+03 3.491317550662056401e+00 1.512895247892253714e+00 6.426962551379399313e-01 2.021297510884155213e-01 4.017685380507159815e-02 6.232424443881486552e-03 2.435685987972108679e-04 2.983952950397696305e-07 -2.654750000000000165e-01 -1.933969984324758127e+07 +1.718000000000000000e+03 3.387538361247961927e+00 1.403540574983036304e+00 5.356906086045086779e-01 1.067719161436271741e-01 -2.958517107651338629e-02 -2.931179588445472634e-02 -4.190235120678256070e-03 -4.301802145094569548e-05 -8.816260000000000208e-01 -1.246980187791472301e+07 +1.719000000000000000e+03 3.391641059064669506e+00 1.404665663097976136e+00 5.335641014385251735e-01 1.017897226166733643e-01 -3.528571789854634266e-02 -3.291727887060162672e-02 -4.720469890680405005e-03 -4.999683354256025846e-05 -9.782629999999999937e-01 -1.363973085548818670e+07 +1.720000000000000000e+03 3.179858687764381298e+00 1.923588789437918889e+00 1.204335879762310935e+00 6.730333583887511129e-01 3.047342855169342668e-01 1.028060137704248367e-01 8.100794373612135724e-03 5.179317676184510741e-05 4.347019999999999773e-01 -3.569175841822446091e+05 +1.721000000000000000e+03 3.357406732420265882e+00 2.011105164923875588e+00 1.260091697737296013e+00 7.142356568974321807e-01 3.342795281047734046e-01 1.187450508772795038e-01 1.061485875417253477e-02 9.415525237653330935e-05 1.051452000000000053e+00 2.528272029830450192e+07 +1.722000000000000000e+03 3.509443632523363110e+00 2.051302037295756442e+00 1.280654463364794271e+00 7.416555817197362233e-01 3.643549299454966195e-01 1.346414063754219625e-01 1.197792083957910890e-02 1.048687481904419876e-04 1.019891000000000103e+00 8.349058460923565552e+06 +1.723000000000000000e+03 3.202967643923638530e+00 1.931425029002187266e+00 1.208387330785058111e+00 6.729512760638604041e-01 2.970955842828013616e-01 9.282045705954475312e-02 5.858835016987005290e-03 2.606095752092035220e-05 1.049910000000000010e-01 9.843356531115099788e+06 +1.724000000000000000e+03 3.726947844186347947e+00 2.103704675365531962e+00 1.244380090597204447e+00 6.528448314712539391e-01 2.690521230701181099e-01 7.813505901766495954e-02 4.645377461387503737e-03 2.226364388207722008e-05 -3.497499999999999915e-02 8.177948382412073202e+06 +1.725000000000000000e+03 3.930796975670905358e+00 2.225390626772514313e+00 1.330792641494483286e+00 7.171323621179511720e-01 3.128450476896892374e-01 9.809138818492109391e-02 6.176671338209003236e-03 2.766496956299238692e-05 1.355520000000000058e-01 1.157232354018806480e+07 +1.726000000000000000e+03 3.905575220255161462e+00 2.151611870492160072e+00 1.246534893282326140e+00 6.435475766423378596e-01 2.664116278907905921e-01 8.020453555365597564e-02 5.101294236330333048e-03 2.739557327663311219e-05 -4.692000000000000337e-02 -6.058173391703184694e+06 +1.727000000000000000e+03 3.523910165757301982e+00 1.938638279774234974e+00 1.097055844311964012e+00 5.274898013379567541e-01 1.833401144192419452e-01 3.948183910803149815e-02 6.769223153655454673e-04 -1.340887080217298215e-05 -5.301900000000000501e-01 7.790184846659780014e+05 +1.728000000000000000e+03 3.904832858429801767e+00 2.079543313330836973e+00 1.173237344367898949e+00 5.967043825713127525e-01 2.486616739141679633e-01 7.515296482419894786e-02 4.454207824348549449e-03 1.839649827337894555e-05 -2.613679999999999892e-01 -2.514054008253372833e+07 +1.729000000000000000e+03 3.717615977594020293e+00 1.949329002970184632e+00 1.086249090422372499e+00 5.525424015859030646e-01 2.415452863756596125e-01 8.343865530759883575e-02 6.955035951561540537e-03 4.778967534533691059e-05 3.675550000000000206e-01 -1.636698437200033292e+07 +1.730000000000000000e+03 4.138356645098758335e+00 2.116057894105580761e+00 1.129303331038345126e+00 5.224887120007662977e-01 1.863943177251985439e-01 4.477871991923928346e-02 8.655435561085817950e-04 -2.182635503156041222e-05 -5.505910000000000526e-01 -1.503027872138925642e+07 +1.731000000000000000e+03 3.946922928390539820e+00 2.035317552729729584e+00 1.097600360504987327e+00 5.179797106007653085e-01 1.922024108954023813e-01 5.004068558493706548e-02 1.892592589967824392e-03 -7.870217418251407768e-06 -2.756709999999999994e-01 -2.660795632672972046e+06 +1.732000000000000000e+03 3.940818687050113844e+00 1.987554804776420436e+00 1.026858242424220524e+00 4.306909037376711047e-01 1.059899211462103225e-01 -6.821049289073102297e-03 -8.339351491547320264e-03 -1.887859556089059598e-04 -2.030959000000000181e+00 -2.166428812823376432e+07 +1.733000000000000000e+03 3.617218053564561053e+00 1.792750678267847508e+00 9.225303981947562404e-01 4.039039524058592456e-01 1.296846171694633898e-01 2.495088067711124027e-02 -1.223891146861708892e-04 -1.168229384700442168e-05 -4.328870000000000218e-01 -3.400276470287714619e+06 +1.734000000000000000e+03 3.659363675954087736e+00 1.684059611424753466e+00 8.033730530318596852e-01 3.392760020206440630e-01 1.407304446043708135e-01 6.120601470266910649e-02 8.499567248601848715e-03 1.223849530143716685e-04 1.098370000000000068e+00 -9.399657460624942556e+06 +1.735000000000000000e+03 3.942866513824831998e+00 1.849755278451087781e+00 8.844474559099042565e-01 3.507672341124404847e-01 1.082712172815173540e-01 2.606567276067034422e-02 7.383243688950835888e-04 -1.662185906266483784e-05 1.562099999999999947e-02 1.450025827582187578e+07 +1.736000000000000000e+03 3.812301142833277812e+00 1.726498777299774412e+00 7.866579141738478942e-01 2.869882224288978767e-01 7.819745188457280505e-02 1.842723588792566022e-02 1.409424676568776531e-03 1.305291555655110515e-05 4.374800000000000216e-02 -2.478890653299646918e+06 +1.737000000000000000e+03 3.651005670315650598e+00 1.655090581330346478e+00 7.616704394961417712e-01 2.890820214577285996e-01 8.804756071105254711e-02 2.278546554026115306e-02 1.043401258100539646e-03 -3.298248975437105765e-06 -2.261199999999999877e-01 -2.089241163221322373e+07 +1.738000000000000000e+03 3.676092547482262329e+00 1.622930565274991688e+00 6.861201976420977511e-01 1.864832048617719729e-01 -5.579225575501603127e-03 -2.839001187365024909e-02 -5.234527920005967346e-03 -7.356178266072545019e-05 -1.110832999999999959e+00 -1.525835053799483925e+07 +1.739000000000000000e+03 3.707206934304522861e+00 1.623946240657960338e+00 6.909598339573125303e-01 2.027059774466981046e-01 1.436421754576318842e-02 -1.641251225084409959e-02 -3.655215191735404316e-03 -5.112870193523102536e-05 -8.470699999999999896e-01 -1.525038964740580507e+07 +1.740000000000000000e+03 3.987913223480231917e+00 2.296534205669240158e+00 1.403004835517303484e+00 7.749307897633265219e-01 3.401133539898684166e-01 1.020737198469285761e-01 5.353618483745965252e-03 1.477458839577496347e-05 4.972900000000000237e-02 3.229272158218953758e+07 +1.741000000000000000e+03 4.541358636769727397e+00 2.591171709555575742e+00 1.562209058849344023e+00 8.468382926909704400e-01 3.656310771255473213e-01 1.104668362142108701e-01 6.517560525656808379e-03 2.795806600293241403e-05 -7.713000000000000411e-02 6.900227657177310437e+06 +1.742000000000000000e+03 4.646821521204135053e+00 2.632094455660597188e+00 1.560481451386471097e+00 8.179396565930001639e-01 3.353511298650228012e-01 9.603025486131520905e-02 5.239764194931963853e-03 1.945623274568050441e-05 -1.772410000000000097e-01 9.923160094490732998e+06 +1.743000000000000000e+03 4.571611342930174793e+00 2.562628482550532549e+00 1.509534811974066359e+00 7.937409901980221338e-01 3.337758669727859395e-01 1.006739540341380912e-01 6.094172073287378033e-03 2.504851784520505250e-05 1.579689999999999983e-01 2.311403503444238380e+07 +1.744000000000000000e+03 4.561702163503022156e+00 2.515381152629253769e+00 1.447033595808613349e+00 7.234401527424575429e-01 2.700924880685643403e-01 6.515406416687034852e-02 2.378847542152650804e-03 4.713056494876053751e-06 -6.996520000000000516e-01 -1.282465052331673726e+07 +1.745000000000000000e+03 4.057374850451124004e+00 2.252803204489457922e+00 1.320106686822983599e+00 6.882789549129770812e-01 2.811277321664367168e-01 7.783631520081096822e-02 2.813178137281237973e-03 -3.108374063047991237e-05 -4.556850000000000067e-01 6.812984247050535632e+05 +1.746000000000000000e+03 4.255614289227504621e+00 2.256266677920111707e+00 1.253716810535678849e+00 6.118716891322871776e-01 2.320887891805186454e-01 5.967270590260893154e-02 2.249957920415240897e-03 4.244713645172161184e-07 -5.273940000000000294e-01 -1.545409489033949003e+07 +1.747000000000000000e+03 4.244043646878652432e+00 2.274427523655397021e+00 1.286619372537951778e+00 6.528913868357050232e-01 2.709312376117218313e-01 8.369074576035658020e-02 5.829519638941927165e-03 3.582081447025354864e-05 -2.154700000000000018e-02 -1.835687480358349159e+07 +1.748000000000000000e+03 4.258932235934627997e+00 2.192508111787794256e+00 1.181916701081037857e+00 5.596222984971872538e-01 2.118628191068541167e-01 5.846316209240816353e-02 2.862883724075641120e-03 4.299785889877936793e-06 -1.202300000000000035e-01 1.764623045125556237e+05 +1.749000000000000000e+03 4.192091015505881479e+00 2.132603403412531407e+00 1.128441326414234558e+00 5.164122967481215021e-01 1.839452528395348341e-01 4.571051512146218077e-02 1.379159520774988048e-03 -9.661059933973621124e-06 -3.558979999999999921e-01 -5.275948384832956828e+06 +1.750000000000000000e+03 4.244936131862590223e+00 2.144316280639002592e+00 1.132072626457380826e+00 5.245199355718773715e-01 1.963521694883307300e-01 5.419323438789695746e-02 2.609013906596234153e-03 1.438844959290543975e-06 -2.282619999999999927e-01 -1.287045640193299577e+07 +1.751000000000000000e+03 4.242494330941951830e+00 2.143292103208573884e+00 1.130497595223107332e+00 5.215622837348878882e-01 1.920195067012814560e-01 5.048181255884623408e-02 1.813121667462769303e-03 -1.123078864719075278e-05 -3.510079999999999867e-01 -1.205281386831893213e+07 +1.752000000000000000e+03 5.079237230700527128e+00 2.936961948788613164e+00 1.798980564601527332e+00 1.002129764540702572e+00 4.585201775561811854e-01 1.560765766886291483e-01 1.299853389679272997e-02 1.087885646101528233e-04 8.358069999999999666e-01 7.711888037799652666e+06 +1.753000000000000000e+03 5.277941873399087491e+00 3.061656274258407251e+00 1.881256863436186588e+00 1.051558667038275274e+00 4.826387653321647098e-01 1.644171802673191352e-01 1.362116011936212803e-02 1.120703963930621622e-04 7.430290000000000505e-01 -6.999816906245660037e+06 +1.754000000000000000e+03 4.871209638963804878e+00 2.784618617279901898e+00 1.675702279206437328e+00 9.042501386117116624e-01 3.904435648154730432e-01 1.197043056708425313e-01 7.213069990990609789e-03 2.917465050885305450e-05 7.570999999999999605e-03 8.776923243269558996e+06 +1.755000000000000000e+03 4.756237810674811328e+00 2.706779479009051581e+00 1.631487209111040171e+00 8.876209747915664305e-01 3.881855386811135511e-01 1.219607633879442321e-01 8.508367072626496150e-03 5.441329095632029813e-05 2.384270000000000000e-01 8.338092264854745939e+06 +1.756000000000000000e+03 4.842814909732970463e+00 2.717236681923642649e+00 1.593226666617705067e+00 8.218628774195892994e-01 3.267107052069695428e-01 8.759513887334273441e-02 4.015606672554406821e-03 1.333200583571309469e-05 -5.074779999999999847e-01 -1.612581079559193226e+06 +1.757000000000000000e+03 4.882170949061714893e+00 2.731173450882081521e+00 1.607184603365725106e+00 8.385170510666521970e-01 3.405790596507694001e-01 9.487949508352346017e-02 4.824289177021489315e-03 1.601380549871545499e-05 -6.577859999999999818e-01 -3.026829805222769827e+07 +1.758000000000000000e+03 4.838006530592283028e+00 2.693819572296654474e+00 1.575270362390625456e+00 8.139988580526779094e-01 3.265543409698844490e-01 9.005550412213536582e-02 4.527611339303893104e-03 1.443603779236173412e-05 -6.610160000000000480e-01 -3.078153312359168008e+07 +1.759000000000000000e+03 4.767340244244254066e+00 2.646713630354943003e+00 1.541466206913417070e+00 7.971381748152509550e-01 3.270619191484758215e-01 9.516922160858123925e-02 5.287467636563341657e-03 1.869006354582425136e-05 -3.600200000000000067e-01 -1.621144037564939447e+07 +1.760000000000000000e+03 1.286984906468559009e-01 7.554022079071791296e-02 5.619995074268557128e-02 4.820283870681085769e-02 4.024319645084744462e-02 2.410513712339818274e-02 3.745660132931524777e-03 4.575181398488125767e-05 6.458279999999999577e-01 6.682210492969781160e+06 +1.761000000000000000e+03 -3.881409829272121303e+00 -2.178654065732536171e+00 -1.288697906550825056e+00 -6.834006945489415896e-01 -2.924187525157225243e-01 -9.159203338694593688e-02 -6.369583735728524820e-03 -3.711147571625622739e-05 -3.025930000000000009e-01 -1.524336193994055502e+07 +1.762000000000000000e+03 3.113045844927962325e+00 1.732391757378447528e+00 9.969017595577781554e-01 4.904496868315746383e-01 1.703811006171365439e-01 3.033476509029290821e-02 -1.472405875895494137e-03 -3.766758657770443569e-05 -8.627639999999999754e-01 5.813840909035916440e+06 +1.763000000000000000e+03 1.816705431276999017e+00 1.068542234446327344e+00 6.637379859133274440e-01 3.747474421971715430e-01 1.702308508813881183e-01 5.297902776970735833e-02 2.848051707505128583e-03 5.087530735693164537e-06 9.073199999999999321e-02 1.539419727440392412e+07 +1.764000000000000000e+03 3.445478477901951830e+00 1.792250604128722946e+00 9.816258796282117949e-01 4.797195159478633841e-01 1.921597195093189547e-01 5.695383617829553879e-02 3.212659016188449106e-03 8.841960882161131483e-06 -3.012409999999999810e-01 -2.818858467934989184e+07 +1.765000000000000000e+03 -3.218937093807693994e+00 -1.363871588784122846e+00 -5.725699178082325203e-01 -1.912774283844898837e-01 -5.989082408612318026e-02 -2.424819734226717899e-02 -2.973065629105204125e-03 -2.464828355845900614e-05 -4.293139999999999734e-01 -3.195650309630628675e+06 +1.766000000000000000e+03 -2.375586187844687114e+00 -1.349870514018636891e+00 -7.840355688574989212e-01 -3.778968390210720174e-01 -1.163011079693684752e-01 -1.139773204999918084e-02 2.528723794110232948e-03 4.333911946221946740e-05 6.926759999999999584e-01 -1.606408941801440530e+07 +1.767000000000000000e+03 -3.653073640116496712e+00 -2.043430628110436409e+00 -1.200708423161779281e+00 -6.253867865512420243e-01 -2.539248008829131931e-01 -7.060104593783381177e-02 -3.540526610214237216e-03 -1.123728530605305542e-05 2.565749999999999975e-01 -3.266163718706048094e+05 +1.768000000000000000e+03 3.932609824321980252e+00 2.067572917436299562e+00 1.141277970316129986e+00 5.597987621920702539e-01 2.257138456684482375e-01 7.141994275055417452e-02 5.846468315198589082e-03 4.538473127188028726e-05 4.391899999999999971e-02 -3.126869012847976387e+07 +1.769000000000000000e+03 -4.769115799275957635e+00 -2.682265017570432786e+00 -1.583723487693053267e+00 -8.304773548728231480e-01 -3.402591343079141017e-01 -9.457788457816090899e-02 -4.315041562694008938e-03 -9.454038689039330790e-06 3.990549999999999931e-01 -9.048842833782235160e+06 +1.770000000000000000e+03 4.764438257626246731e-02 7.015576911315811459e-02 7.597630980953558322e-02 7.179107514439360405e-02 5.629565300180709719e-02 3.025341640996006415e-02 3.571915578732840456e-03 2.756055218106565278e-05 3.743340000000000001e-01 -1.325276067615918815e+07 +1.771000000000000000e+03 3.632153879882316083e-02 9.397435946256749162e-04 -8.664626276119524739e-03 -1.033810465294571906e-02 -1.042377899301862032e-02 -8.173581668494285177e-03 -1.407441514483686717e-03 -1.217653304823843113e-05 -1.944200000000000095e-01 6.105040998230480589e+06 +1.772000000000000000e+03 2.413153250425716934e+00 1.426314473582562137e+00 8.572885329661348308e-01 4.443400420969053077e-01 1.729529607445071671e-01 4.333395087881490582e-02 1.297166038324779969e-03 -2.083332681859144558e-06 -5.235260000000000469e-01 -1.215364213730164245e+07 +1.773000000000000000e+03 -2.226628738244292638e+00 -1.344025160935048646e+00 -8.456111013607799931e-01 -4.771862869605103530e-01 -2.190705950554567571e-01 -7.535744662025700702e-02 -6.143406450694709545e-03 -3.908872138776450187e-05 -7.539919999999999956e-01 -3.387711403142414987e+07 +1.774000000000000000e+03 5.975370746963854646e-02 -1.161570663368752532e-01 -1.646678938540383774e-01 -1.539429685318451646e-01 -1.012922012202225469e-01 -4.205957791700262738e-02 -3.393735073132536206e-03 -1.633445663782227776e-05 -2.094479999999999953e-01 1.108278589111645333e+07 +1.775000000000000000e+03 2.304234397692429770e+00 1.313650666708825909e+00 7.766347136454098132e-01 3.979765570697481603e-01 1.515615296267613654e-01 3.627495361576236338e-02 9.624722404869318244e-04 -2.345001844512058852e-06 -2.566709999999999825e-01 1.094656191204758547e+07 +1.776000000000000000e+03 4.758719251050865573e+00 2.705607094325464423e+00 1.620120433654872905e+00 8.683391682544038259e-01 3.677830663674004907e-01 1.071666310798075339e-01 5.513614959299106312e-03 1.576590677448616506e-05 -2.318759999999999988e-01 1.044907430446940660e+07 +1.777000000000000000e+03 3.350053417054353666e+00 1.882554949494158691e+00 1.093914982387881318e+00 5.486641298722554350e-01 2.050370997307987275e-01 4.943438216974763155e-02 1.392745523626842978e-03 -7.071507134462280741e-06 -1.935820000000000041e-01 2.997812295113958418e+07 +1.778000000000000000e+03 3.804641956445435014e+00 1.959142547252733735e+00 1.057352302597944771e+00 4.990604493291838639e-01 1.826619179356576694e-01 4.496873253109326396e-02 1.317011498783531064e-03 -4.383332137547076590e-06 -4.180590000000000139e-01 -8.398271244122911245e+06 +1.779000000000000000e+03 -3.356504251439867748e+00 -1.464956418026057694e+00 -6.426444029350225629e-01 -2.289079460544328759e-01 -6.767969534861029146e-02 -2.031690939793484932e-02 -2.183205998601334998e-03 -2.664212460873345404e-05 -2.827729999999999966e-01 -1.242086544500812422e+06 +1.780000000000000000e+03 3.996011824124225065e+00 2.242045981103110819e+00 1.333055364685522326e+00 7.187164983356588710e-01 3.198001996502303212e-01 1.059969351959442196e-01 7.758182983362901276e-03 4.295849407266523099e-05 4.273529999999999829e-01 1.011624021764496341e+07 +1.781000000000000000e+03 5.100206616151632844e+00 2.870274235765742255e+00 1.697520915901442162e+00 8.935766296637085437e-01 3.698251390734099697e-01 1.056589673583260697e-01 5.448099096107239005e-03 1.789177976287145165e-05 -4.629849999999999799e-01 -1.265346597149302438e+07 +1.782000000000000000e+03 -1.704130683595743712e+00 -6.448737720531552142e-01 -2.421271478871370453e-01 -6.871893447795111853e-02 -1.510214377476173757e-02 -3.434645516968337989e-03 -2.667028845854669508e-04 -3.594959205167920496e-06 1.604820000000000135e-01 1.208243397880861163e+07 +1.783000000000000000e+03 -4.952041271277695778e+00 -2.815173064942305015e+00 -1.686058945803898590e+00 -9.027435838395546641e-01 -3.838603549010118354e-01 -1.144381475046200580e-01 -6.433587087556051978e-03 -2.346669086532676788e-05 1.394749999999999879e-01 -1.352665053593754396e+07 +1.784000000000000000e+03 6.453525914914558237e-02 -5.099316006663538216e-03 -3.293337762534149366e-02 -4.060833426643730565e-02 -3.240626515715596540e-02 -1.724451375487624089e-02 -2.422543423695178427e-03 -2.785222347101221340e-05 -3.146340000000000248e-01 5.164938443386677653e+06 +1.785000000000000000e+03 2.698017508442978496e+00 1.585170551074867706e+00 9.713766744474434667e-01 5.292013272639768395e-01 2.268531834507319378e-01 6.844051384864167920e-02 4.325535676282015775e-03 2.369218686528857569e-05 1.986570000000000003e-01 1.952189882989539579e+07 +1.786000000000000000e+03 -3.773134340365374428e-01 -2.603351563675218583e-01 -1.901287810651765553e-01 -1.308515533245686036e-01 -7.527920119374495456e-02 -3.054888872271312519e-02 -2.742050604794285616e-03 -1.918332927107174515e-05 -4.157129999999999992e-01 -1.462015962701648474e+07 +1.787000000000000000e+03 3.071760419656850871e+00 1.811804351228170296e+00 1.106370519432697597e+00 5.958177722056668957e-01 2.515133981157916532e-01 7.457710060003500119e-02 4.259788614862721964e-03 1.685000596080007688e-05 -4.858799999999999925e-02 7.255904925366102718e+06 +1.788000000000000000e+03 4.753159503761960281e+00 2.660868507150349949e+00 1.555878414992681646e+00 8.008161076837178038e-01 3.177773788664817745e-01 8.445253157966231550e-02 3.512263877951487395e-03 6.331851966686354107e-06 -6.681669999999999554e-01 -1.254011899797771499e+07 +1.789000000000000000e+03 -4.233166260756044408e-01 -2.838236355239346365e-01 -1.966197838449340318e-01 -1.217568068424058625e-01 -5.923529657464084164e-02 -1.971969107458646994e-02 -1.207786594086289250e-03 -3.645954737770927816e-06 7.989799999999999680e-02 1.170398369157001376e+07 +1.790000000000000000e+03 7.242056961297073381e-02 -2.344798070628043279e-03 -4.774384618169849603e-02 -7.243609341417260594e-02 -6.610334044853787006e-02 -3.609753001522542082e-02 -4.564490358358484420e-03 -4.278126068773248450e-05 -7.480550000000000255e-01 -8.946631810627076775e+06 +1.791000000000000000e+03 4.309260277740789014e-01 2.257440207254844677e-01 1.247957048600704943e-01 6.268604854954920591e-02 2.576837712219570697e-02 6.660772971042732901e-03 2.165167169625478960e-05 -1.681086529929680952e-06 2.753999999999999938e-03 1.036973961561273970e+07 +1.792000000000000000e+03 -1.980050039998809464e+00 -1.212041062052572782e+00 -7.674062553856815239e-01 -4.336680499764969388e-01 -1.965281492666933749e-01 -6.484175618776141792e-02 -4.816148137019798416e-03 -2.850388557324680172e-05 -2.293020000000000058e-01 1.474711363625338767e+06 +1.793000000000000000e+03 -3.850737800901411489e+00 -2.120096448917143217e+00 -1.218826853249090680e+00 -6.113944667290206469e-01 -2.329497855976885023e-01 -5.878241074986556569e-02 -2.156322387361471905e-03 -1.359110601051500088e-06 3.427540000000000031e-01 -9.989228606631545350e+06 +1.794000000000000000e+03 2.442274487532544835e+00 1.422873453578523462e+00 8.696018674289588413e-01 4.784171084950063491e-01 2.133696354588102140e-01 6.878601129922135016e-02 4.494724557586129467e-03 1.931015996352623016e-05 1.650580000000000103e-01 5.405425892348689027e+06 +1.795000000000000000e+03 -3.946803481675528857e+00 -2.046644887028890469e+00 -1.117010973459495959e+00 -5.405493394694591558e-01 -2.128630588090800468e-01 -6.339112051338129106e-02 -4.137231922309145618e-03 -2.219210435599647022e-05 8.593699999999999950e-02 1.989317159067084268e+07 +1.796000000000000000e+03 2.155947478458803968e+00 1.264195137804416502e+00 7.787384756644433192e-01 4.297976089254922361e-01 1.855637508837912897e-01 5.361572189951265693e-02 2.359227861108851090e-03 -2.022010867534536666e-06 8.540599999999999581e-02 2.837728646758730710e+07 +1.797000000000000000e+03 -3.236659244958428605e+00 -1.369797743042941995e+00 -5.580314211579109340e-01 -1.565145577620571105e-01 -1.879197872225348356e-02 3.730830217446583393e-03 2.059244060435885468e-03 4.812769381674725461e-05 6.436990000000000212e-01 1.880962321536189690e+07 +1.798000000000000000e+03 -3.459332316344398528e+00 -1.440810125711155854e+00 -5.583732570588159083e-01 -1.216201992854584468e-01 1.831978196147613508e-02 2.128657842395162425e-02 2.489499544394034244e-03 1.617981473990537559e-05 5.909320000000000128e-01 1.439038190187177807e+07 +1.799000000000000000e+03 -6.609129215166458238e-01 -3.815090170542587700e-01 -2.213724543305294334e-01 -1.027495197418401007e-01 -2.531294356497348907e-02 4.001388630620347428e-03 2.470510017268629215e-03 4.180605132876975886e-05 6.061029999999999474e-01 4.655201711131260730e+06 +1.800000000000000000e+03 4.000571971557669748e+00 2.277399751879212619e+00 1.360975451249516022e+00 7.261083944311673699e-01 3.080710233395687059e-01 9.268598648849003807e-02 5.579423688773702157e-03 2.534120647856833003e-05 -8.505999999999999672e-03 8.619020876299016178e+06 +1.801000000000000000e+03 -1.741020562977674269e-02 -5.250336567078764394e-02 -5.480191217741042786e-02 -3.920385304071843241e-02 -1.569438877830343915e-02 -8.022702145388841636e-04 9.027054285716215078e-04 1.170284965242569092e-05 1.705069999999999919e-01 -6.984153280665212311e+06 +1.802000000000000000e+03 3.855912505542918645e+00 1.786020099226973912e+00 8.340849685706499539e-01 3.134577274623647769e-01 8.684853443323174715e-02 1.975512583159797983e-02 1.567718278093717388e-03 2.550078394114128081e-05 1.363050000000000095e-01 9.101562150387618691e+06 +1.803000000000000000e+03 2.674857123393760361e+00 1.632331623533297416e+00 1.029467455790879393e+00 5.758525586837207610e-01 2.526960133889936122e-01 7.694228393940406863e-02 4.436427807230546895e-03 1.546362365971476030e-05 -7.482800000000000562e-02 3.492413397573688144e+03 +1.804000000000000000e+03 -1.506567478571804730e-01 -8.020974408687576995e-02 -4.195129466317919914e-02 -1.651143592671151100e-02 -1.214508445533639706e-03 3.576054331619056819e-03 1.036304145898402779e-03 1.561797007913329736e-05 1.972500000000000087e-01 -9.160505209689585026e+05 +1.805000000000000000e+03 -3.767132031951818671e+00 -2.170587241438096893e+00 -1.307600006221622424e+00 -6.956532453512359604e-01 -2.860493550734470869e-01 -8.080790729667954031e-02 -4.345321468956732901e-03 -1.494095554517565999e-05 2.248960000000000126e-01 -1.074975905384035315e+06 +1.806000000000000000e+03 -3.355172222065467835e+00 -1.720821251384696104e+00 -9.220281746955594215e-01 -4.332040339808939655e-01 -1.643477915949922430e-01 -4.820400292901515921e-02 -3.437522382302889579e-03 -2.119060517758266006e-05 9.994200000000000306e-02 2.467949988502025977e+07 +1.807000000000000000e+03 3.696361723831977031e+00 2.031772337770058279e+00 1.169651023824638036e+00 5.921122351473599998e-01 2.293049522045514932e-01 5.819447754840252618e-02 2.152054943937381851e-03 3.366801262654156581e-06 -5.626759999999999540e-01 -1.204380710921086557e+07 +1.808000000000000000e+03 2.663324428883041772e+00 1.465981504688928405e+00 8.391306015338282354e-01 4.158997390822837259e-01 1.545816926969352245e-01 3.748818612881784501e-02 1.156471864608800849e-03 -1.460332810996220255e-06 -2.469800000000000051e-01 7.204310909078106284e+06 +1.809000000000000000e+03 5.127685311402242263e+00 2.909607734693406833e+00 1.742482317387878510e+00 9.405888954863325102e-01 4.134582803377933602e-01 1.341392115535627316e-01 9.842698527656885618e-03 6.109662974517431457e-05 3.186410000000000076e-01 -4.005966238597351126e+06 +1.810000000000000000e+03 2.729553457127810834e+00 1.619158423871502661e+00 9.885046332598522723e-01 5.216323187819394969e-01 2.015552710232124123e-01 4.681960084188112325e-02 3.558887097784393700e-05 -5.101702303925389120e-05 -7.531339999999999701e-01 -3.669819843836163171e+06 +1.811000000000000000e+03 4.213682359166408098e+00 2.150299741251391783e+00 1.143455536025837826e+00 5.281030208278397753e-01 1.912192291303481395e-01 4.887962503306811368e-02 1.720335783140155509e-03 -6.644637677874273597e-06 -2.979589999999999739e-01 -3.427299717333978973e+06 +1.812000000000000000e+03 -7.969329791031872778e-01 -4.859064992553850382e-01 -3.124740563971597496e-01 -1.792296449614935172e-01 -7.984304992283496050e-02 -2.460538138932898827e-02 -1.550185050131465750e-03 -8.294271344216270131e-06 6.374000000000000325e-03 5.069445391736333258e+06 +1.813000000000000000e+03 4.018884859015226851e+00 2.280753605076502488e+00 1.353436470910312162e+00 7.104074398724066208e-01 2.898171792841310879e-01 8.113231268982323829e-02 4.257073811307552497e-03 1.789427928267893158e-05 -1.835700000000000109e-01 1.140580292793344148e+07 +1.814000000000000000e+03 3.835489653311612734e+00 2.026947903528750317e+00 1.123503301840454771e+00 5.463387488298453443e-01 2.050906943493091827e-01 5.245701000547435544e-02 2.412582643945724789e-03 8.202129936571568475e-06 -4.358210000000000139e-01 -1.896976186032551154e+07 +1.815000000000000000e+03 -3.944236481073730261e+00 -2.161698598141391869e+00 -1.228391000878615857e+00 -6.032426379096259561e-01 -2.238527983286274503e-01 -5.688747403601582958e-02 -2.725854313814931283e-03 -1.125165070568402866e-05 1.890689999999999871e-01 -8.914738924371657893e+06 +1.816000000000000000e+03 3.924850664909397491e+00 2.226224675593120761e+00 1.328242429897335430e+00 7.111059867436902993e-01 3.051810085746830548e-01 9.284220338234912273e-02 5.533791771635055042e-03 2.333698371453564620e-05 -4.874300000000000160e-02 3.800933105125403963e+06 +1.817000000000000000e+03 4.996278210170491896e+00 2.868776281784190196e+00 1.733250506201002850e+00 9.383615793070453348e-01 4.049305848000064878e-01 1.241182799185081148e-01 8.002900840358418560e-03 4.549214485668733873e-05 3.546900000000000053e-02 4.403622924437691458e+06 +1.818000000000000000e+03 2.554573931505611739e+00 1.477643244779962561e+00 8.979593795366426212e-01 4.878901962757391519e-01 2.136215931796389689e-01 7.009634414575795225e-02 5.719744949022978822e-03 4.455668329957906677e-05 3.853400000000000158e-01 3.128542046469214372e+06 +1.819000000000000000e+03 -3.455400366086288422e+00 -1.479578182557795829e+00 -6.110568087855432484e-01 -1.754523298312114787e-01 -2.403622561361904580e-02 -6.675476808705330199e-04 3.544743548904084640e-05 -1.022525668622712465e-06 1.712730000000000086e-01 9.152982800935259089e+06 +1.820000000000000000e+03 8.290648152476712829e-01 5.329326864442627265e-01 3.556822212680260109e-01 2.156889461364830118e-01 1.057182258874361375e-01 3.649692225860273753e-02 2.578056465298918763e-03 1.109807323817801520e-05 8.557900000000000229e-02 -6.789684984755232930e+06 +1.821000000000000000e+03 -1.569453766267158379e+00 -5.423440554967421390e-01 -1.558861124624850991e-01 -7.296342825802903422e-03 1.506073806461300478e-02 5.682797756049700992e-03 2.745789519912648306e-04 -1.175043828730911223e-06 2.523429999999999840e-01 1.570203455070259422e+07 +1.822000000000000000e+03 -1.119999388968682674e-01 -7.972890555333506102e-02 -7.202828774957432956e-02 -6.399738223164129491e-02 -4.394508664492567662e-02 -1.973629143156548429e-02 -2.219661479356761259e-03 -2.300025000411553037e-05 -3.585809999999999831e-01 -7.042277902922496200e+06 +1.823000000000000000e+03 8.327350797204996491e-01 4.565922220414953547e-01 2.600852420267393272e-01 1.279621939930535579e-01 4.698009984823602742e-02 1.125869927472220727e-02 4.811108344440376641e-04 4.539363437611368408e-06 -1.344079999999999997e-01 -6.917102834557301365e+06 +1.824000000000000000e+03 4.754538377538454874e+00 2.670138648001707082e+00 1.574771723653365152e+00 8.260481936081368604e-01 3.429319501519976776e-01 1.011587581623773074e-01 6.262106667503331177e-03 3.649934175020288867e-05 -4.548599999999999866e-02 5.983030100447135046e+06 +1.825000000000000000e+03 -3.903120919186998883e+00 -2.177289238486125988e+00 -1.276713457588517509e+00 -6.709353901395691544e-01 -2.886239745089771991e-01 -9.410242180782468768e-02 -7.281585673394428901e-03 -4.969286499754090492e-05 -5.472810000000000175e-01 -1.960931817312902957e+07 +1.826000000000000000e+03 2.397973141016732090e-01 1.408687478619852218e-01 8.377790378434980811e-02 3.963088597015323317e-02 8.654372469766784953e-03 -3.002462252908952908e-03 -1.129901658849522244e-03 -1.324870077145672634e-05 -2.323500000000000010e-01 7.142198020792352036e+05 +1.827000000000000000e+03 -4.452780899712454499e+00 -2.537784319820259427e+00 -1.521747709590692832e+00 -8.197751000155842904e-01 -3.564896564172260196e-01 -1.137418324613932441e-01 -8.646201842643291141e-03 -6.573159242002434390e-05 -1.097599999999999965e-02 3.031376573764434457e+07 +1.828000000000000000e+03 -4.766806245798576924e+00 -2.714041614324409935e+00 -1.638001537345022962e+00 -8.938190044919971378e-01 -3.921840748334693427e-01 -1.231174903214992122e-01 -8.548741688913789188e-03 -5.623713811931989272e-05 -2.504660000000000220e-01 -8.711725823691150174e+06 +1.829000000000000000e+03 2.312550856033967206e-01 5.922942169336215673e-02 -8.043542969211316118e-03 -3.970717982579034105e-02 -4.757037442185106657e-02 -3.162371040056483756e-02 -4.371383346041998394e-03 -3.547545492249606485e-05 -6.514440000000000230e-01 2.983280473505739588e+06 +1.830000000000000000e+03 -2.541920638459356674e+00 -1.525169485092255250e+00 -9.385939380552924538e-01 -4.980842282348327821e-01 -1.917983081802605294e-01 -4.422870180246697008e-02 -8.614002558154717918e-04 7.428858374429259485e-06 3.470860000000000056e-01 -1.643332755476035737e+07 +1.831000000000000000e+03 3.938020452471672206e-01 3.388616894693718407e-01 2.816100551847175448e-01 2.157416037256819907e-01 1.391344311529892630e-01 6.418980876016333603e-02 7.014630404260579870e-03 6.058877185458904935e-05 8.472910000000000164e-01 -4.774373391986883245e+06 +1.832000000000000000e+03 -4.351794015557904238e+00 -2.456330118834436416e+00 -1.459479813924533298e+00 -7.741446523877163477e-01 -3.244738427292757077e-01 -9.452977099944348538e-02 -5.106442914805513558e-03 -1.626566091794275060e-05 5.981000000000000205e-02 -1.962983218009060249e+07 +1.833000000000000000e+03 -2.225441427745445733e+00 -1.349568855295919523e+00 -8.393322390719542003e-01 -4.530824890174061648e-01 -1.823717451348407237e-01 -4.712257489126009391e-02 -1.897717982012385191e-03 -4.886121037348116648e-06 1.897060000000000135e-01 -1.016224842350209318e+07 +1.834000000000000000e+03 4.005491989470759684e+00 2.056468553589731130e+00 1.091172592214876280e+00 4.923271026116412541e-01 1.644058983585191536e-01 3.534909348358234588e-02 7.277283089808381710e-04 -4.419481212704494906e-06 -5.683810000000000251e-01 -1.656163306277261302e+07 +1.835000000000000000e+03 -2.257087583142271647e+00 -1.287493816391529045e+00 -7.818801653932642148e-01 -4.360048705206183151e-01 -2.049056806554707955e-01 -7.247583966376792974e-02 -5.686701211406254217e-03 -3.229870053421694722e-05 -2.856850000000000223e-01 7.189011849045492709e+06 +1.836000000000000000e+03 3.554235423823191908e+00 1.951223395263045335e+00 1.114200190013453273e+00 5.489500443086230419e-01 1.973091293120171341e-01 4.149029261908199900e-02 1.074734159527723402e-04 -1.358083315042351799e-05 -7.349369999999999514e-01 -1.300998744304442778e+06 +1.837000000000000000e+03 -9.247771935596824089e-02 1.201338370195363658e-01 2.007074358032540917e-01 2.051793421293009456e-01 1.411492729600435370e-01 5.924615578656092230e-02 4.794116951916872760e-03 2.262015023481908209e-05 6.752249999999999641e-01 1.914156995489888638e+07 +1.838000000000000000e+03 5.066060188318600721e-01 3.459556002427097154e-01 2.478513334582918004e-01 1.644006068307737878e-01 9.113914347159092488e-02 3.813331611884629435e-02 4.436121107764717623e-03 4.999002115460609636e-05 4.573599999999999888e-01 -1.091624998164937831e+07 +1.839000000000000000e+03 3.242067307252582076e+00 1.369827849455296009e+00 5.616646025198230863e-01 1.681458748067171938e-01 3.559544481694017909e-02 9.742935578665366803e-03 9.665537477671790013e-04 4.763296472344755648e-06 -1.888300000000000048e-02 -7.384511073889453895e+06 +1.840000000000000000e+03 2.779360164837206826e-01 1.856931730617955856e-01 1.306384007955601889e-01 8.854799585799255635e-02 5.566676481419164518e-02 2.874318218523258528e-02 4.239053413952950482e-03 5.003289016096083001e-05 5.251179999999999737e-01 -1.227972068333887309e+07 +1.841000000000000000e+03 3.814597391239171298e+00 2.075621554840834992e+00 1.182117309270208416e+00 5.894024490267245620e-01 2.240932891272275074e-01 5.631507618992060565e-02 2.051305841814198873e-03 -1.092018503400862766e-06 -4.372440000000000215e-01 -1.869766120698639425e+06 +1.842000000000000000e+03 1.605450490503501360e-01 6.281211432382757809e-02 1.663522430088969911e-02 -6.862764571923521059e-03 -1.316858674142371878e-02 -8.869948045232747130e-03 -1.252703592022099506e-03 -1.108977167815434811e-05 -4.141600000000000142e-02 1.627108684958146885e+07 +1.843000000000000000e+03 4.725510982031295298e-02 -1.841531242169298487e-03 -2.611446342475067656e-02 -3.812009876458258284e-02 -3.367987198478748778e-02 -1.575498209339332156e-02 -8.872953002692012892e-04 3.179993029682944942e-06 -1.183400000000000077e-02 1.429942548647370422e+06 +1.844000000000000000e+03 2.556167352319930419e+00 1.569736684883004552e+00 9.930803385664388472e-01 5.611403810302267869e-01 2.593218753991496373e-01 9.087159923381481208e-02 7.812733230615225358e-03 6.075920851562044547e-05 5.360150000000000192e-01 -5.096210041719419882e+06 +1.845000000000000000e+03 3.966792174422033579e+00 1.999765886006166005e+00 1.057526720188152858e+00 4.955322675937876564e-01 1.930587753240441407e-01 5.840624463034872066e-02 3.857778313492756569e-03 2.049654454914060059e-05 -1.313350000000000073e-01 -2.690820317134012282e+07 +1.846000000000000000e+03 3.307018169768199733e+00 1.860232002316703603e+00 1.094556122783017171e+00 5.619676020074161338e-01 2.149102189251829165e-01 5.218520018741277383e-02 1.876589260579436189e-03 4.822355757424562670e-06 -5.116849999999999454e-01 -5.836258918175644241e+06 +1.847000000000000000e+03 4.638644236919408637e-01 3.217027131281257057e-01 2.164891046194840907e-01 1.228350372437989474e-01 4.911900899579907387e-02 1.027822881063779510e-02 -4.998175342762980642e-04 -1.756050761596784614e-05 -3.293200000000000016e-01 -7.678246720848272555e+06 +1.848000000000000000e+03 -1.158123004564330927e+00 -7.448905766056723721e-01 -5.000919059975197367e-01 -3.055449550577588047e-01 -1.485419720703459734e-01 -4.813445419495610000e-02 -2.581691569133029007e-03 4.709313672033534776e-08 4.432289999999999841e-01 4.137447819561469555e+07 +1.849000000000000000e+03 4.009123402004015069e-01 2.447440102670839224e-01 1.518346018999948699e-01 7.913161061070402014e-02 2.445588839371735240e-02 -1.220493094584243661e-03 -1.839136205437966664e-03 -2.873081135043092308e-05 -4.277590000000000003e-01 1.496323210970286746e+06 +1.850000000000000000e+03 -4.242263433965980823e+00 -2.210917251407288120e+00 -1.208746374907410326e+00 -5.776344846926960708e-01 -2.119054452653556797e-01 -5.111460268965466180e-02 -9.962876430593453538e-04 2.586674621936120119e-05 4.150539999999999785e-01 -5.879461914379703812e+06 +1.851000000000000000e+03 1.822461810976810037e+00 1.078017286725310608e+00 6.543748859005424912e-01 3.449091840959237487e-01 1.363441634810090841e-01 3.359498326042115179e-02 5.054999657684603950e-04 -1.468734372736087149e-05 -4.348670000000000035e-01 -4.358676452546056360e+06 +1.852000000000000000e+03 2.657454276001467441e+00 1.616263233361297402e+00 1.019090376533750009e+00 5.757092857580058398e-01 2.635738898152741871e-01 8.899755499521012914e-02 7.022448223459863172e-03 5.049301217905095271e-05 3.865480000000000027e-01 -1.044066001719590276e+06 +1.853000000000000000e+03 -2.376271154623332826e+00 -1.411501038948457465e+00 -8.526826520376371565e-01 -4.414730056237179956e-01 -1.680321392938249614e-01 -3.972394545455534137e-02 -6.982432719538065637e-04 1.179273364790261478e-05 5.521439999999999682e-01 8.502880408388458192e+06 +1.854000000000000000e+03 2.621306939104849576e+00 1.500307464481068997e+00 8.820189482496472166e-01 4.442507942161894041e-01 1.644104647860350765e-01 3.888373579753012094e-02 1.195251571638688897e-03 -4.834184394880396044e-07 -1.120730000000000059e-01 2.511847890015726537e+07 +1.855000000000000000e+03 -1.705908398605746168e+00 -5.735675227274875665e-01 -1.492804292929528764e-01 1.479051314796016661e-02 3.773526462017866290e-02 1.798532862616774100e-02 1.388649188430392646e-03 3.565668313687713409e-06 1.878579999999999972e-01 -3.741357393248802982e+06 +1.856000000000000000e+03 -1.263140728705748339e-01 -7.153852403987924491e-02 -5.968384136426965747e-02 -5.927558835741528198e-02 -5.008402476800564995e-02 -2.559178513655616105e-02 -2.439927574260424524e-03 -1.310449923452577456e-05 -2.321280000000000010e-01 3.780848084627095144e+06 +1.857000000000000000e+03 -3.994424067440213388e+00 -2.103271358755171683e+00 -1.170558460079691221e+00 -5.866565156674686810e-01 -2.479479145351145275e-01 -8.311695017198286739e-02 -7.008056695216930386e-03 -5.586193946726412067e-05 -3.699540000000000051e-01 1.496449991137586348e+07 +1.858000000000000000e+03 9.803550375002051398e-01 5.534836024529431464e-01 3.117361633481670058e-01 1.373277119552126502e-01 2.832278198370094535e-02 -8.009009467301028695e-03 -2.806581081613746843e-03 -2.935921704170304532e-05 -5.502700000000000369e-01 8.057127429996733554e+06 +1.859000000000000000e+03 -2.600527250702239446e+00 -1.579937124484857014e+00 -9.851510228577537998e-01 -5.373750717322799408e-01 -2.254317249451676664e-01 -6.437398616450976108e-02 -3.030229504443344470e-03 -4.290167598343532433e-07 2.171659999999999979e-01 -2.308125360593409743e+06 +1.860000000000000000e+03 4.001340222117458545e+00 2.301648984144320842e+00 1.397551051979156078e+00 7.628574352607507825e-01 3.327717652909752410e-01 1.023836630490876781e-01 5.989871274700326632e-03 1.734814624669140358e-05 8.855799999999999783e-02 1.906499460579510033e+07 +1.861000000000000000e+03 -1.072118014530462071e+00 -5.476681053467717941e-01 -2.741995775546487435e-01 -9.537121516932811627e-02 -2.704938935237721298e-04 2.023521908905886665e-02 5.073736713067687927e-03 9.654906913846201828e-05 8.833029999999999493e-01 -5.857178718258111738e+06 +1.862000000000000000e+03 -4.717395444572108687e+00 -2.667615851978168529e+00 -1.602433319476251894e+00 -8.774588387418811308e-01 -3.966872730507278177e-01 -1.320094466231743757e-01 -9.758984893374015451e-03 -6.241895411052983823e-05 -3.579769999999999897e-01 3.539648502444232814e+06 +1.863000000000000000e+03 -8.272456079057564082e-01 -5.040795609571817604e-01 -3.294818285974144279e-01 -1.993251913268915265e-01 -9.697561360119302809e-02 -3.139194162959521583e-02 -1.688767686174939440e-03 -4.509464654168682042e-06 3.632500000000000312e-02 1.834978127773687476e+06 +1.864000000000000000e+03 3.618270392975712735e+00 1.964315532592546099e+00 1.122259743731770731e+00 5.668025801581774159e-01 2.225774712931442301e-01 5.842504820312724445e-02 1.741642778681839338e-03 -2.106282766701986022e-05 -3.914989999999999859e-01 4.860596032415027730e+06 +1.865000000000000000e+03 -2.083443098233008328e+00 -7.745866532039298313e-01 -2.610175347522009637e-01 -4.650790333708323954e-02 -8.872135640078937513e-04 -3.763490046982796971e-03 -1.067345603854607736e-03 -7.728409488800608017e-06 -1.785200000000000120e-01 -2.794427515019556042e+06 +1.866000000000000000e+03 1.642051292677743302e+00 1.034603063913950738e+00 6.637325952667499918e-01 3.694002493932663778e-01 1.538266458604877762e-01 4.097305827355311042e-02 1.273956806818709198e-03 -7.508758634454437074e-06 -9.714399999999999424e-02 1.843828805745993182e+07 +1.867000000000000000e+03 -2.647200447593849315e-01 -9.996976065444182491e-02 -2.576057839268785718e-02 1.277229730201401812e-02 2.706174842051471685e-02 2.266913751515426192e-02 4.588204604198850046e-03 6.316265676803958686e-05 8.103169999999999540e-01 -2.014697899486436043e+06 +1.868000000000000000e+03 -7.950316052960405555e-01 -4.839307267806812751e-01 -3.174514485529186802e-01 -1.941185303843563081e-01 -9.613854161424691125e-02 -3.171876716177120942e-02 -1.773008711517819018e-03 -5.497595228674911348e-06 1.344200000000000082e-02 1.120862159430376254e+06 +1.869000000000000000e+03 4.193643878264788349e-02 6.085997249483278415e-02 6.158543518453651194e-02 5.636096273584097205e-02 4.489939184754684204e-02 2.489641985568915444e-02 3.070227142835007302e-03 2.197788098159706043e-05 3.900750000000000051e-01 -5.437679531076519750e+06 +1.870000000000000000e+03 2.250161020374958021e+00 1.261907077634560892e+00 7.407000037163916639e-01 3.848426247844201620e-01 1.564542139297862011e-01 4.397871280367696145e-02 2.363250189940521977e-03 1.179773836297930282e-05 8.866999999999999882e-02 1.929615633915201947e+07 +1.871000000000000000e+03 -1.705745505712457366e-01 -6.090678677598507229e-02 -1.411569636948438976e-03 3.606379307002263029e-02 4.848831783198693374e-02 3.388797090866216277e-02 5.915470777908607251e-03 9.765848762938620308e-05 9.850219999999999532e-01 2.195248385939965025e+06 +1.872000000000000000e+03 -2.578434001770327999e+00 -1.443857546838375638e+00 -8.390771007641968371e-01 -4.281871596400922408e-01 -1.708544969458796192e-01 -4.678746183012928023e-02 -1.540379293179811081e-03 2.225746555840099443e-05 6.009799999999999864e-02 -2.469965985429264978e+07 +1.873000000000000000e+03 -4.292573476428136026e+00 -2.247736628154786587e+00 -1.253217741126143148e+00 -6.351951534861270954e-01 -2.725987797687388081e-01 -9.104413965841139100e-02 -7.133301334429786693e-03 -4.457431466409486018e-05 -3.674520000000000008e-01 1.371481800325115025e+07 +1.874000000000000000e+03 9.217614242335600561e-02 6.984038389023863869e-02 6.230528568936296446e-02 5.781557437987555614e-02 4.757142151022540622e-02 2.621156786255387713e-02 3.082162112495711800e-03 2.336506574366854622e-05 4.357550000000000034e-01 7.942695744961341843e+05 +1.875000000000000000e+03 -4.879289593626166877e+00 -2.699490657248995173e+00 -1.573945293220370134e+00 -8.201837228984782957e-01 -3.431145959027871450e-01 -1.031000067463188341e-01 -6.061922750999965311e-03 -2.230130468562196972e-05 8.919799999999999951e-02 -2.387375673935915343e+06 +1.876000000000000000e+03 -4.829240198047811461e+00 -2.676400723048935948e+00 -1.561895923251607421e+00 -8.137194268617786719e-01 -3.400166341305608242e-01 -1.054030463096017750e-01 -7.990305067115809068e-03 -6.724293057385758636e-05 -5.507579999999999698e-01 -2.334777884483173490e+07 +1.877000000000000000e+03 -4.714971863679044972e+00 -2.696991009765522751e+00 -1.627584604811784352e+00 -8.838086511344207530e-01 -3.859066852332034836e-01 -1.203419861017284292e-01 -7.576070957903122127e-03 -3.368769642656391022e-05 -2.272999999999999847e-03 -2.666253561366752256e+06 +1.878000000000000000e+03 -4.831694412721691201e+00 -2.742772706945840522e+00 -1.653024090760988996e+00 -9.118528213350761691e-01 -4.223140701968984279e-01 -1.498871346676715899e-01 -1.377675685736444444e-02 -1.427292750102084485e-04 -1.086678000000000033e+00 -9.970291236431585858e+05 +1.879000000000000000e+03 -4.861285182900695112e+00 -2.828272710418148872e+00 -1.743053380972500399e+00 -9.768818461710465639e-01 -4.465141793858932173e-01 -1.483857128010625526e-01 -1.124832893080051494e-02 -8.239410825003740362e-05 -3.663980000000000015e-01 7.668682080611228943e+06 +1.880000000000000000e+03 -5.069030483725612157e+00 -2.939290816558900232e+00 -1.788483875143002555e+00 -9.742875214026944786e-01 -4.263158016620242075e-01 -1.363143057613984965e-01 -1.025111877474821007e-02 -8.407848944656638279e-05 -3.560900000000000176e-01 -6.221433573300044052e+06 +1.881000000000000000e+03 -4.870310003878261185e+00 -2.897966350063615248e+00 -1.829100327324642228e+00 -1.057575983966938749e+00 -5.020570413231674189e-01 -1.720178828007803695e-01 -1.292902515096917317e-02 -8.111946930187064668e-05 -5.520869999999999944e-01 1.508452093213531189e+05 +1.882000000000000000e+03 -5.184036255027153928e+00 -3.034682302541665155e+00 -1.896549718945159668e+00 -1.088568233636580285e+00 -5.182207646308721882e-01 -1.849638664209415917e-01 -1.713407413885600569e-02 -1.914425089371367926e-04 -9.802189999999999515e-01 3.152071515800418705e+07 +1.883000000000000000e+03 -4.328882466175285160e+00 -2.292261540329433522e+00 -1.269580425311181537e+00 -6.088125138782224388e-01 -2.185268415207933523e-01 -5.076501178139649489e-02 -1.313285539657315553e-03 1.442674307656586572e-05 5.428340000000000387e-01 6.222404277657889761e+06 +1.884000000000000000e+03 -4.327766700783586273e+00 -2.290132443801875084e+00 -1.267706743605963471e+00 -6.077460294096670435e-01 -2.182816008435494171e-01 -5.083225958128901462e-02 -1.340452572535634794e-03 1.419166634177099627e-05 5.341289999999999649e-01 6.082996670586963184e+06 +1.885000000000000000e+03 -4.542045016040106908e+00 -2.473057363032999501e+00 -1.411488952926081231e+00 -7.153692833276158458e-01 -2.896320377848342065e-01 -8.453024507957296318e-02 -5.272447901005609949e-03 -3.208672780958196771e-05 5.757949999999999458e-01 5.353732527969301492e+07 +1.886000000000000000e+03 -4.311014392954923835e+00 -2.323175326513685413e+00 -1.300514633654264784e+00 -6.327405932224619001e-01 -2.388169527476795562e-01 -6.407948584896658306e-02 -3.246250399497831955e-03 -1.129952957901128060e-05 1.840970000000000106e-01 -5.284811852276452817e+06 +1.887000000000000000e+03 -4.413143288113341001e+00 -2.452378921642931253e+00 -1.426043383897500405e+00 -7.309460926140348702e-01 -2.930445061861653988e-01 -8.292675016176719038e-02 -4.622029525724639758e-03 -1.945175909971464320e-05 3.716340000000000199e-01 1.646405574061323516e+07 +1.888000000000000000e+03 -4.197904352081312851e+00 -2.316941228475214221e+00 -1.340971386317770575e+00 -6.864599390839912774e-01 -2.778752621457125094e-01 -8.082079460420564521e-02 -4.795243132153993726e-03 -2.122100459898121201e-05 4.520099999999999812e-02 -5.268003369423580356e+06 +1.889000000000000000e+03 -4.213649499525452313e+00 -2.383321716607366803e+00 -1.433147021563520918e+00 -7.805277530915352147e-01 -3.456348833319969338e-01 -1.122772636459636181e-01 -8.250914920543634193e-03 -5.056894142923392072e-05 -7.630299999999999583e-02 2.321264381899470463e+07 +1.890000000000000000e+03 -4.407423153938629490e+00 -2.495212014461111849e+00 -1.487576932412576047e+00 -7.986336267810458800e-01 -3.527451202584917511e-01 -1.179194642026805268e-01 -9.498123150854501442e-03 -7.300647949061474652e-05 -1.110379999999999978e-01 3.771634910676822811e+07 +1.891000000000000000e+03 -4.511573519829759071e+00 -2.626728896349071807e+00 -1.618843261509930853e+00 -9.042591462267343116e-01 -4.083831532865926373e-01 -1.323589159158942430e-01 -9.208384087015016733e-03 -5.239466618873694041e-05 -2.342960000000000043e-01 -3.115080323180679698e+06 +1.892000000000000000e+03 -4.656025516121397700e+00 -2.646474457896607291e+00 -1.613818546414680144e+00 -9.169054681606282342e-01 -4.507634594326265232e-01 -1.731761358703989284e-01 -1.780575524386319650e-02 -2.046050363654753387e-04 -1.612948000000000048e+00 1.057409145411266759e+07 +1.893000000000000000e+03 -3.912229729179852455e+00 -2.329728670095328358e+00 -1.477978766410740885e+00 -8.664847426983591783e-01 -4.233569368396656318e-01 -1.523722407806610557e-01 -1.310441544156875325e-02 -1.094927107181090949e-04 -9.428279999999999994e-01 -4.761440533495294861e+06 +1.894000000000000000e+03 -4.619159136421045808e+00 -2.734709270660233393e+00 -1.720405074864353789e+00 -9.882234218056512587e-01 -4.621709045321545362e-01 -1.561474460740357728e-01 -1.191223192064094771e-02 -7.874495022505259068e-05 -6.676600000000000312e-01 -1.562106231419614144e+07 +1.895000000000000000e+03 -3.695008106219849875e+00 -1.599837445149825621e+00 -6.578192883618940723e-01 -1.672022445655560186e-01 1.414454577738413418e-02 3.151606452853454587e-02 5.744090122963257938e-03 8.348722949080410877e-05 1.187246999999999941e+00 1.923503197838776559e+07 +1.896000000000000000e+03 -3.996434190721323443e+00 -1.806014264690668503e+00 -7.796859840395206076e-01 -2.124212145128679396e-01 1.721355337269261238e-02 4.312885183304642628e-02 8.036270205856297158e-03 1.280603501612245776e-04 1.453858000000000095e+00 5.063048092578602023e+06 +1.897000000000000000e+03 -3.909091728710319291e+00 -1.783839206470911209e+00 -7.940923327604271220e-01 -2.454974055633965258e-01 -1.366298392553725802e-02 2.647246976860868212e-02 5.434068351368998365e-03 7.224722068733077001e-05 9.629969999999999919e-01 -2.950243649819291197e+06 +1.898000000000000000e+03 -3.804223395664943830e+00 -1.741730917222189090e+00 -7.887348041099179197e-01 -2.634145376285840223e-01 -3.770920238974045935e-02 1.121333112024766772e-02 3.064661670956710104e-03 3.453233055217331437e-05 5.467290000000000205e-01 -7.185697075325433165e+06 +1.899000000000000000e+03 -3.721185799075662270e+00 -1.701262826703629383e+00 -8.052857701836995119e-01 -3.318927597474693458e-01 -1.209159240770111693e-01 -3.997001400937059967e-02 -3.597338260740526230e-03 -2.812858597848122831e-05 -4.462940000000000240e-01 -9.713298006961833744e+04 +1.900000000000000000e+03 -3.720225371036333772e+00 -1.702297304264241973e+00 -8.073560256643270705e-01 -3.342751756168688693e-01 -1.227232611019675457e-01 -4.077528145743988808e-02 -3.658098512063089232e-03 -2.801837238805426295e-05 -4.586810000000000054e-01 -6.312744657050818205e+05 +1.901000000000000000e+03 -3.840289358538560460e+00 -1.944836394954433612e+00 -1.018707086617300472e+00 -4.507798066899571521e-01 -1.433893102486003823e-01 -2.575436146962643488e-02 7.794841068719993073e-04 2.680124067329100218e-05 6.511569999999999858e-01 6.405293374965142459e+06 +1.902000000000000000e+03 -3.559900681667246047e+00 -1.749263306201861656e+00 -8.708225140927292607e-01 -3.397679672579350107e-01 -6.962224645695955227e-02 7.703875223503801190e-03 4.059574218608022998e-03 6.089295842682891424e-05 1.281322000000000072e+00 3.826121334250786901e+07 +1.903000000000000000e+03 -3.708774695776507979e+00 -1.917865861191376586e+00 -1.042543910521233963e+00 -5.014991791144067790e-01 -1.932716102296017646e-01 -5.268093471499273039e-02 -2.326363200791085710e-03 -4.330052216180549033e-06 3.038609999999999922e-01 1.039702958900517039e+07 +1.904000000000000000e+03 -3.977126256861488240e+00 -2.078182945566698248e+00 -1.133142392768028861e+00 -5.335718156142722490e-01 -1.909583627044804111e-01 -4.760345614362081201e-02 -2.164529845301740169e-03 -6.545979784581224717e-06 1.925080000000000124e-01 2.404707775246964011e+05 +1.905000000000000000e+03 -3.850373945738520209e+00 -1.995540916790463637e+00 -1.101190381891455461e+00 -5.542106112583741195e-01 -2.439775504600665557e-01 -9.076239663026720861e-02 -1.023194444404389863e-02 -1.436370804160423762e-04 -1.072062000000000070e+00 8.151976020587217994e+06 +1.906000000000000000e+03 -3.612906344421436877e+00 -1.892813674392921808e+00 -1.061265653149659594e+00 -5.408449950453331212e-01 -2.269751273281408743e-01 -6.888820638732832957e-02 -3.866708817222848805e-03 -9.487255291303539674e-06 2.168569999999999942e-01 2.229786309644930065e+07 +1.907000000000000000e+03 -3.839073642790158392e+00 -2.149599563693243454e+00 -1.264971171574089892e+00 -6.628031454156563251e-01 -2.752398968293116588e-01 -8.219904443621628420e-02 -5.550329328584071090e-03 -4.153731842168912757e-05 3.347800000000000081e-02 1.042088045018260926e+07 +1.908000000000000000e+03 -3.831372508092556473e+00 -2.149166960985281261e+00 -1.264608731294831978e+00 -6.597537927366575738e-01 -2.722860617043353360e-01 -8.214686345549357394e-02 -5.777136610134106856e-03 -3.857907456297773131e-05 -3.320540000000000158e-01 -1.917847667866617814e+07 +1.909000000000000000e+03 -3.402218569213586452e+00 -1.920063637828309355e+00 -1.149884882492672400e+00 -6.305056239451785061e-01 -2.887903548097325857e-01 -9.838751224151572050e-02 -7.835433934047640603e-03 -6.153558089353080001e-05 -2.271579999999999988e-01 2.018995039304274693e+07 +1.910000000000000000e+03 -3.740892775107959256e+00 -2.140874857495556505e+00 -1.289150837124734439e+00 -6.939095187235095885e-01 -2.956942065659453056e-01 -8.960053495221173558e-02 -6.064531849426442987e-03 -4.088735318710969561e-05 1.402100000000000048e-02 7.927128514977456070e+06 +1.911000000000000000e+03 -3.289019562671742669e+00 -1.929298284780919248e+00 -1.199801910433314633e+00 -6.839917662747233562e-01 -3.279644999529080507e-01 -1.217646485785048444e-01 -1.232553537908392428e-02 -1.329235577437099826e-04 -9.539659999999999807e-01 1.882563302263247967e+07 +1.912000000000000000e+03 -3.243251351068622057e+00 -1.918686175850129905e+00 -1.189430637737333818e+00 -6.674448468274138957e-01 -3.089656280742950067e-01 -1.073350229228864361e-01 -9.204058350997711135e-03 -8.774691714385377884e-05 -1.075199999999999934e+00 -4.817453019333415478e+07 +1.913000000000000000e+03 -3.189582745655378915e+00 -1.981839370772640274e+00 -1.280456652781237992e+00 -7.526165060701824894e-01 -3.707968521435834885e-01 -1.406018078077887756e-01 -1.410468098195256578e-02 -1.474589795778079445e-04 -1.678660999999999959e+00 -3.692751230104228854e+07 +1.914000000000000000e+03 -3.457909559682257772e+00 -2.083047878002294517e+00 -1.323104537457553187e+00 -7.744188373404121695e-01 -3.858244059151821892e-01 -1.496995731845746913e-01 -1.603428558902009540e-02 -1.936283638722836192e-04 -1.796972999999999931e+00 -1.804361835250608996e+07 +1.915000000000000000e+03 -3.581234634419254270e+00 -1.503729323976680465e+00 -5.712860553087071303e-01 -9.352889435613341573e-02 6.497612982168883555e-02 5.522110267136937090e-02 8.120136642350844411e-03 9.467073692112507391e-05 1.590576999999999908e+00 2.202348675547457114e+07 +1.916000000000000000e+03 -3.183689767678957949e+00 -1.265270663704096021e+00 -4.306180988250084551e-01 -2.583586248841513930e-02 8.181342491874642187e-02 4.967057515907778720e-02 5.161681592450477994e-03 3.846625360118651940e-05 4.384460000000000024e-01 -3.804529651077944040e+07 +1.917000000000000000e+03 -3.144281275821667165e+00 -1.307620436598675884e+00 -4.954055104807626453e-01 -8.523725319124342281e-02 5.099592882568953350e-02 4.914845029332209209e-02 1.043709671853093081e-02 2.229693955801576055e-04 1.804427999999999921e+00 -1.049894978215219919e+06 +1.918000000000000000e+03 -3.420405198117866696e+00 -1.456706778315691508e+00 -6.005441662250171619e-01 -1.748098067996339822e-01 -2.666839887566323924e-02 -1.807218162739544906e-03 -4.398932400381111610e-06 -3.828298729254667444e-11 2.895940000000000181e-01 2.168383818802056089e+07 +1.919000000000000000e+03 -3.183838109352747026e+00 -1.321183843411866343e+00 -5.297709878625036506e-01 -1.563349093284567282e-01 -4.069122684632740100e-02 -1.823273948973123601e-02 -2.532603547083791488e-03 -2.021295637831403938e-05 -7.326000000000000567e-02 2.649019476833505929e+07 +1.920000000000000000e+03 -3.361625904075000726e+00 -1.486746682821533661e+00 -6.457747493002773398e-01 -2.014160244141149358e-01 -2.337781440404192515e-02 1.036773701660166809e-02 2.149964455668911326e-03 1.471464933032667659e-05 3.306430000000000202e-01 -1.110701867641305737e+07 +1.921000000000000000e+03 -3.154643664381845181e+00 -1.489524763297702226e+00 -7.118946701736766913e-01 -2.708156948429074062e-01 -6.751523342989211585e-02 -1.056826871125048951e-02 -8.143433885436825040e-04 -1.340112378106537155e-05 2.671109999999999873e-01 2.749793225175632536e+07 +1.922000000000000000e+03 -3.156098518921716334e+00 -1.364868608205853651e+00 -6.137878772916554038e-01 -2.580921362080933479e-01 -1.289071426423988032e-01 -6.859797160736094690e-02 -9.857256234340827997e-03 -1.070145590231665999e-04 -1.414679999999999938e+00 1.224773302226346172e+07 +1.923000000000000000e+03 -3.187598329122258711e+00 -1.614782708098153607e+00 -8.261897236766817532e-01 -3.293794505909449777e-01 -6.341834610364206759e-02 1.339803283951049827e-02 4.692596099045748433e-03 5.716080267523208241e-05 9.570340000000000513e-01 -7.769050523380217142e+06 +1.924000000000000000e+03 -3.314242124344617846e+00 -1.664595436437666054e+00 -8.364876267352528982e-01 -3.167399396370350617e-01 -4.409142654178931087e-02 2.619513688075440078e-02 6.757083040993933608e-03 9.088104548039210265e-05 1.163338999999999901e+00 -1.841260501701486111e+07 +1.925000000000000000e+03 -3.366782655293457438e+00 -1.753768880835114841e+00 -9.372510578831827477e-01 -4.132115273903281261e-01 -1.227503057515578894e-01 -2.004851810469245391e-02 -1.098421702359145404e-04 1.536365889192726309e-06 5.888929999999999998e-01 2.379676543757456169e+07 +1.926000000000000000e+03 -3.338792788716569149e+00 -1.705436716499486804e+00 -9.265594282729540110e-01 -4.552782608852263824e-01 -1.840507777713200621e-01 -5.320210530542943128e-02 -2.791805617770514499e-03 -8.954428804778188718e-06 2.414250000000000007e-01 1.947720695703035966e+07 +1.927000000000000000e+03 -2.971021399840686694e+00 -1.556063327295701182e+00 -8.622823982903590201e-01 -4.297801632001942429e-01 -1.769055321584674656e-01 -5.409228196305194969e-02 -3.477948878952267543e-03 -1.757322153862679817e-05 -3.807300000000000267e-02 1.874984741777865682e+06 +1.928000000000000000e+03 -2.641577912306856124e+00 -1.461114007717873697e+00 -8.196983099967998232e-01 -3.753819127738287631e-01 -1.111633602661156323e-01 -1.584580609347375699e-02 2.825790398091970420e-04 5.095797386481495909e-06 4.782529999999999837e-01 8.895678681527771056e+06 +1.929000000000000000e+03 -2.713845511886241457e+00 -1.533424470704489728e+00 -9.066738777505088942e-01 -4.798892838934500360e-01 -2.071209896380547255e-01 -6.589333703421547395e-02 -4.383019692064860431e-03 -1.994588058629377685e-05 -1.794799999999999868e-02 6.525234963185208850e+06 +1.930000000000000000e+03 -2.827427844740715290e+00 -1.617664582560854436e+00 -9.593271581674623905e-01 -4.984149832954098969e-01 -1.976235642052764085e-01 -5.190730745483192188e-02 -2.275504678860749107e-03 -7.743514253988105850e-06 9.620499999999999885e-02 -1.871579937311996892e+07 +1.931000000000000000e+03 -2.602856622321141344e+00 -1.510805213285704607e+00 -9.189893269295653644e-01 -4.913244343513390455e-01 -1.960117542960042036e-01 -4.844974130340683888e-02 -1.439849407239979793e-03 5.454599120910827899e-07 2.446139999999999981e-01 -1.975367441211119294e+07 +1.932000000000000000e+03 -2.907187441296057440e+00 -1.671806657925928752e+00 -1.015585738175266428e+00 -5.609165313140211939e-01 -2.586113928925390937e-01 -9.236602234713874038e-02 -8.759499408493914493e-03 -9.224613985766009128e-05 -5.357849999999999557e-01 2.199579335300276801e+07 +1.933000000000000000e+03 -2.688943784195424236e+00 -1.621815871420215993e+00 -1.011899407416203323e+00 -5.536966253827341200e-01 -2.322436019519575900e-01 -6.566911780696010892e-02 -3.153496144566976869e-03 -6.621245529951193126e-06 2.901819999999999955e-01 2.053558478058761684e+06 +1.934000000000000000e+03 -2.900112123433217004e+00 -1.760910182593511619e+00 -1.115440845793139513e+00 -6.255070715245470980e-01 -2.704319505082940500e-01 -8.165633126662848185e-02 -5.924049945755022716e-03 -5.559275007015503355e-05 -2.565629999999999855e-01 -9.702639823937406763e+06 +1.935000000000000000e+03 -3.082546578544847815e+00 -1.888998463762034952e+00 -1.223968308808742522e+00 -7.223591424036567288e-01 -3.416387064188145528e-01 -1.124322081986043886e-01 -7.491328284296025312e-03 -3.568165740827805609e-05 -2.506450000000000067e-01 -9.612351405147589743e+06 +1.936000000000000000e+03 -2.960894198845013037e+00 -1.831220204607335367e+00 -1.182177809700522442e+00 -6.882231087783775569e-01 -3.240302028207971419e-01 -1.113009073272543392e-01 -9.224157933861264549e-03 -8.471039947479519624e-05 -4.452079999999999926e-01 9.698722698665330186e+06 +1.937000000000000000e+03 -2.413862387606438009e+00 -1.586080999065924368e+00 -1.079906778686113178e+00 -6.698987014484282243e-01 -3.396558841734131362e-01 -1.236506177094146980e-01 -1.007179015558109028e-02 -6.681617571449027250e-05 -8.416350000000000220e-01 -1.591708073419498093e+07 +1.938000000000000000e+03 -2.990810222623776493e+00 -1.923825402903165394e+00 -1.280432262977046820e+00 -7.666479813878637195e-01 -3.651194266851461312e-01 -1.213356457965577839e-01 -8.653749242615197540e-03 -5.670000703375089690e-05 -2.369110000000000105e-01 2.358723550553242210e+06 +1.939000000000000000e+03 -2.743584846483004380e+00 -9.985921264026950128e-01 -2.702638422390541972e-01 5.157763072399382948e-02 1.045978343129209537e-01 5.106708375453410803e-02 4.426307188596099659e-03 2.981629841292092391e-05 3.097849999999999770e-01 -3.624862180023218691e+07 +1.940000000000000000e+03 -2.820264457664394264e+00 -1.057856508922763394e+00 -3.318481432108401630e-01 -1.011066278119455292e-02 5.765103814403610416e-02 2.878850602374257925e-02 2.028450212790487706e-03 5.563679981273939665e-06 4.955959999999999810e-01 2.001061388699074835e+07 +1.941000000000000000e+03 -2.921351150204977820e+00 -1.141939380970431461e+00 -4.157289918640501569e-01 -9.419428278831901147e-02 -9.832637290579232525e-03 -4.224455012756561656e-03 -1.000185907651739581e-03 -1.019415059151614945e-05 -1.376670000000000116e-01 -1.010490936039305758e+06 +1.942000000000000000e+03 -2.729706430733904288e+00 -1.080814106335604707e+00 -3.863620503004936424e-01 -5.776598576126091428e-02 3.635318574486182119e-02 2.585231958064326471e-02 2.825326709097019350e-03 2.125347875877058496e-05 4.645659999999999790e-01 2.659467311966874171e+06 +1.943000000000000000e+03 -2.745298919327566090e+00 -1.130949890330297247e+00 -4.577457623399781572e-01 -1.452622238205847627e-01 -4.887547080407071698e-02 -2.603504826681939111e-02 -4.341389618375277384e-03 -5.086698195714178301e-05 -7.764079999999999870e-01 -1.235109763079667464e+07 +1.944000000000000000e+03 -2.704800230000937500e+00 -1.072720986739422067e+00 -3.985100230767090190e-01 -9.516214018785042195e-02 -1.277951949236446130e-02 -6.203147564733839554e-03 -1.481938000300729195e-03 -1.656809352192428609e-05 -4.491099999999999953e-02 1.670301307628420554e+07 +1.945000000000000000e+03 -2.186908226822436685e+00 -9.108473960254281909e-01 -3.716067290368266773e-01 -1.002039497571798193e-01 6.302988923785704869e-03 2.164267450564135581e-02 4.163852727463016046e-03 4.371662011297824610e-05 7.612830000000000430e-01 -3.439304111931988155e+05 +1.946000000000000000e+03 -2.148642274240613048e+00 -8.636031946017906913e-01 -3.497841213704929175e-01 -1.088022278381492181e-01 -1.563709757448702997e-02 8.068863290910300093e-03 2.413587446548706890e-03 2.041567608270895842e-05 4.258140000000000258e-01 -1.017697971757244691e+07 +1.947000000000000000e+03 -2.099048990151824334e+00 -8.880463384726349219e-01 -3.728993373769635133e-01 -1.200534956753099430e-01 -2.540937524946573073e-02 -2.265840612930989685e-03 3.901346655563967675e-04 3.443542904881874730e-06 1.602030000000000121e-01 -2.620261439094488975e+06 +1.948000000000000000e+03 -2.074351504140070190e+00 -8.881212722582049190e-01 -3.961797597766453238e-01 -1.492676846388208411e-01 -4.447460440509815038e-02 -1.039593661840747078e-02 -7.578173344477171728e-04 -1.902484296819307476e-05 -3.043649999999999967e-01 -2.983560616148700193e+07 +1.949000000000000000e+03 -2.377763942743710057e+00 -1.230398712537153605e+00 -6.416693808210910399e-01 -2.597446594446506940e-01 -4.992183060639326930e-02 1.267932211398612591e-02 5.128471099309482410e-03 8.608770922152953137e-05 8.448080000000000034e-01 -2.626278376149348915e+07 +1.950000000000000000e+03 -2.253360443062851548e+00 -1.044756594375285452e+00 -5.535729213519817726e-01 -3.113430282224679546e-01 -1.831925304709055013e-01 -8.635357359062946492e-02 -1.018247856573429276e-02 -1.140741366916250523e-04 -1.591258000000000061e+00 -2.513206199620115012e+07 +1.951000000000000000e+03 -2.267089302748718005e+00 -1.150212646952710527e+00 -6.131858267237429994e-01 -2.819477120927986191e-01 -9.461336511694339035e-02 -1.664940705804346388e-02 1.205461140608361445e-03 3.601792846979053010e-05 3.787110000000000198e-01 -1.821211706884710118e+07 +1.952000000000000000e+03 -2.124645595329790471e+00 -1.146266281526883812e+00 -6.285986279325993520e-01 -2.772014671912547135e-01 -6.822858986473274989e-02 3.611143640114169821e-03 3.235336712806089442e-03 3.642624614194592308e-05 6.672609999999999930e-01 -1.606609905336809903e+07 +1.953000000000000000e+03 -2.152713884943170175e+00 -1.247164060235912642e+00 -7.361173073871417616e-01 -3.686408913504033991e-01 -1.353485700506823763e-01 -3.330895998564759736e-02 -1.573347480666583906e-03 -7.044444569748534925e-06 1.596529999999999894e-01 -1.811764024699090223e+05 +1.954000000000000000e+03 -2.121226773640630281e+00 -1.181833651462426360e+00 -6.789328871545924349e-01 -3.341999162281622526e-01 -1.198771980316852143e-01 -2.576133550113479317e-02 -1.792922222697939099e-04 8.884868806854814613e-06 4.989770000000000039e-01 1.138035831841582432e+07 +1.955000000000000000e+03 -2.068839061437416138e+00 -1.241711863511979708e+00 -7.725190889421235108e-01 -4.261677257178719813e-01 -1.843106289389329355e-01 -5.528445073595168041e-02 -3.222821752701917133e-03 -1.552509851278044718e-05 3.199219999999999842e-01 2.799440706895016134e+07 +1.956000000000000000e+03 -2.205522648932454199e+00 -1.328121452610400599e+00 -8.277835862424722801e-01 -4.615237872332506042e-01 -2.078500728975092027e-01 -6.756966083258271472e-02 -4.549669026384541362e-03 -2.146399267313674566e-05 -5.292700000000000182e-02 6.386895270972616039e+06 +1.957000000000000000e+03 -2.071321113261096247e+00 -1.287360484260229532e+00 -8.259021327001307977e-01 -4.697873084463387583e-01 -2.097382452501681815e-01 -6.636276944845578840e-02 -4.679356607823161561e-03 -2.757171045245928077e-05 -3.817000000000000080e-03 1.644212216776555590e+07 +1.958000000000000000e+03 -2.233063247994273137e+00 -1.372700896305746987e+00 -8.758995931130637569e-01 -5.053166853649811996e-01 -2.403646464923928916e-01 -8.505501873354011366e-02 -7.009241159539406248e-03 -4.878921547503663403e-05 -3.130410000000000137e-01 1.621760301146283001e+07 +1.959000000000000000e+03 -2.149531249464973648e+00 -1.408753571801800719e+00 -9.429327424444593486e-01 -5.588902107489943649e-01 -2.593274681385486780e-01 -8.438199603835241924e-02 -5.839510530546238032e-03 -3.083910540034419455e-05 -2.769510000000000027e-01 -6.146618672081559896e+06 +1.960000000000000000e+03 -2.371118137139145432e+00 -1.572518610241891324e+00 -1.065727369123018686e+00 -6.466267466030022337e-01 -3.146124330697676053e-01 -1.109131997790041985e-01 -9.348878581899412038e-03 -7.493860150230810568e-05 -8.310049999999999937e-01 -1.517055232567980327e+07 +1.961000000000000000e+03 -2.343233370699803420e+00 -1.578326548804303675e+00 -1.091783291598880989e+00 -6.859647339429754132e-01 -3.552825405667808245e-01 -1.378550743085873720e-01 -1.424149739597480036e-02 -1.577054976555510545e-04 -1.672209000000000056e+00 -2.078054785077608004e+07 +1.962000000000000000e+03 -2.359541755399000351e+00 -1.593126900143349234e+00 -1.103254552496325314e+00 -6.928752310311560025e-01 -3.577025409387269983e-01 -1.380267100610648445e-01 -1.411063797473304654e-02 -1.536084521739212278e-04 -1.634026999999999896e+00 -1.989144139792750776e+07 +1.963000000000000000e+03 -1.648562295614444562e+00 -4.213222998919173845e-01 2.809614829784292181e-02 1.822851544983187799e-01 1.620633923197432880e-01 8.114399183285465889e-02 9.368707008648499007e-03 9.006172079582964302e-05 1.278697999999999890e+00 -1.953042529077076167e+07 +1.964000000000000000e+03 -1.904967575745803554e+00 -5.871720722083473287e-01 -6.156652036761393887e-02 1.673899829023729746e-01 2.003020316863418915e-01 1.243334420776784216e-01 2.004692977424306008e-02 3.631345362971944075e-04 3.017812000000000161e+00 -2.567893512659612298e+07 +1.965000000000000000e+03 -1.972019965747445980e+00 -6.732056655779838916e-01 -1.542364210086166476e-01 7.661356637343134934e-02 1.237654784359209920e-01 7.626478994419648438e-02 1.044211463685076544e-02 1.241169285178270675e-04 1.457430000000000003e+00 -2.079218272798692062e+07 +1.966000000000000000e+03 -2.024316929400639342e+00 -6.755759974272486090e-01 -1.446596571606044990e-01 6.954015931887759516e-02 9.183100379719377759e-02 4.506917801918702837e-02 4.393781458115155435e-03 3.615867922524274296e-05 7.115989999999999815e-01 6.313045826030440629e+06 +1.967000000000000000e+03 -2.020003897741077470e+00 -7.232921004990395808e-01 -2.141258334686092779e-01 3.662528728469584532e-03 5.322485672142981961e-02 3.410696930408659705e-02 4.426530286785032055e-03 3.902668445076532005e-05 8.237250000000000405e-01 9.196762769800232723e+06 +1.968000000000000000e+03 -1.817567973369584866e+00 -6.353068663778949077e-01 -1.718393571960262489e-01 2.110764709767316491e-02 5.587944329691127421e-02 3.086566237324737949e-02 3.315166910927310612e-03 2.487975438882078036e-05 3.536790000000000211e-01 -1.685320005461192504e+07 +1.969000000000000000e+03 -1.804214584519086895e+00 -7.029986908098316833e-01 -2.540073507622679916e-01 -5.097850667468024899e-02 2.973171332326243060e-03 1.870363024707060503e-03 -6.554203319875709886e-04 -2.521838054808198684e-05 -2.002009999999999901e-01 -1.348151126305214129e+07 +1.970000000000000000e+03 -1.619523541492891683e+00 -5.866784958034080288e-01 -1.567380393133972760e-01 2.641876882487460484e-02 4.669696268664280669e-02 1.572793748061604088e-02 2.203264843903347998e-04 -8.425633446104329732e-06 8.856400000000000383e-02 9.561957028750868514e+06 +1.971000000000000000e+03 -1.751619301214638158e+00 -7.073879655972294955e-01 -2.893477222263458049e-01 -9.735768470067980573e-02 -3.079222647571528901e-02 -1.141201088074179047e-02 -1.205969638899711226e-03 -8.289676378986483458e-06 -1.656720000000000137e-01 -4.834424357855155133e+06 +1.972000000000000000e+03 -1.533196801727992442e+00 -5.911661409215623886e-01 -2.383355532435077473e-01 -1.016000320606995772e-01 -6.725753395069275498e-02 -4.145568589723942765e-02 -5.683942983081740133e-03 -5.095670905833905287e-05 -8.579470000000000152e-01 -3.222890622624163050e+06 +1.973000000000000000e+03 -1.674257347927835315e+00 -6.871723513020108198e-01 -3.009326961569450676e-01 -1.327221836012457135e-01 -7.684986695142058399e-02 -4.509162417810905904e-02 -7.203170042277281561e-03 -8.794994610645874187e-05 -1.134109999999999951e+00 -3.377669591349295340e+06 +1.974000000000000000e+03 -1.766063700349207455e+00 -8.123914162948873141e-01 -4.102657474833339424e-01 -2.015961492718489900e-01 -9.905115428325934890e-02 -4.360074501331669822e-02 -5.329054899856577876e-03 -6.185281615241610689e-05 -1.000054999999999916e+00 -2.872009156803508848e+07 +1.975000000000000000e+03 -1.908074430514565822e+00 -1.012744035876572024e+00 -5.637361902576925043e-01 -2.747126696596230433e-01 -1.063640129089088310e-01 -3.082981432735398819e-02 -1.861344947676865386e-03 -7.766700162225492938e-06 -3.935799999999999715e-02 -5.090336056059659459e+06 +1.976000000000000000e+03 -1.744607993270418822e+00 -7.999916460832592335e-01 -4.323933319147660326e-01 -2.612699390135915234e-01 -1.746831456426205798e-01 -9.523644556927836347e-02 -1.385312111164353592e-02 -2.113866235940797063e-04 -1.780801999999999996e+00 2.607497404676054791e+07 +1.977000000000000000e+03 -1.702335768360234258e+00 -9.320334813700806853e-01 -5.304181902225399980e-01 -2.601412299441251408e-01 -9.958712578017195338e-02 -3.090496683450939461e-02 -2.835858449918948147e-03 -2.366771351961516277e-05 -1.844709999999999961e-01 6.431561958300399594e+06 +1.978000000000000000e+03 -1.692947708321338673e+00 -9.925254196396308126e-01 -6.023554416360423769e-01 -3.173434647778042850e-01 -1.270402464107566187e-01 -3.540086195420457521e-02 -1.864880468380605968e-03 -7.713720964908356192e-07 -1.786870000000000125e-01 -2.342850091072174534e+07 +1.979000000000000000e+03 -1.824681235330721796e+00 -1.069092060351473306e+00 -6.686657120516693587e-01 -3.782691525421031375e-01 -1.669317655714367965e-01 -4.981063354685541511e-02 -3.077545901500794261e-03 -2.227503584950973436e-05 1.268579999999999985e-01 1.594251836155130528e+07 +1.980000000000000000e+03 -1.248419913945256310e+00 -7.526077647995824682e-01 -4.700028267878279542e-01 -2.594378658780838731e-01 -1.126223352649867726e-01 -3.439803711782150886e-02 -2.061869469664080225e-03 -1.067231321703862667e-05 5.343400000000000233e-02 5.717989223871903494e+06 +1.981000000000000000e+03 -1.407883111507006735e+00 -8.983473846655966044e-01 -5.990530836301730666e-01 -3.612315803895317368e-01 -1.748703138482356756e-01 -5.960848940791987904e-02 -4.126373518924001879e-03 -1.529942853779285426e-05 1.742700000000000082e-01 3.632293285121691972e+07 +1.982000000000000000e+03 -1.446988445090607200e+00 -9.644341129206307484e-01 -6.533058035808959607e-01 -3.887222841565558529e-01 -1.732386979347531053e-01 -4.805008297454980287e-02 -1.894392439737826832e-03 -3.370321193472944082e-06 2.077060000000000017e-01 -4.159837653596717864e+06 +1.983000000000000000e+03 -1.686549578335592603e+00 -1.103913234486808337e+00 -7.598801152115388646e-01 -4.808153627871800118e-01 -2.490642987615614978e-01 -9.283197976989555900e-02 -8.433408599779370143e-03 -8.029681924937444011e-05 -4.631509999999999794e-01 2.638123745494682342e+07 +1.984000000000000000e+03 -1.361723493511512117e+00 -9.612490673799812813e-01 -6.879211551941641911e-01 -4.401207141025894054e-01 -2.221399190187324790e-01 -7.721082307446218429e-02 -5.564127373862508101e-03 -3.176049759833629517e-05 -2.413849999999999885e-01 6.403031880072304048e+06 +1.985000000000000000e+03 -1.676348039980369853e+00 -1.168692965341538992e+00 -8.397092660376564988e-01 -5.522585071668029144e-01 -2.978507434648474672e-01 -1.167186736071692266e-01 -1.165639622705399309e-02 -1.251895295807100108e-04 -1.104651999999999967e+00 8.836269871459331363e+06 +1.986000000000000000e+03 -1.677955070828391904e+00 -1.170256196602381449e+00 -8.407871407978478873e-01 -5.525792200814272359e-01 -2.976091972031199018e-01 -1.164643957921724926e-01 -1.161835681295261997e-02 -1.250728474355866269e-04 -1.091911000000000076e+00 9.549354587195543572e+06 +1.987000000000000000e+03 -1.270124513539393041e+00 -2.975533902217664117e-01 7.121698994860305165e-02 1.965598868202134697e-01 1.635710744074609646e-01 7.854993889645052463e-02 9.159384405101143184e-03 9.672915962022182702e-05 1.312611999999999890e+00 -1.056007958695320226e+07 +1.988000000000000000e+03 -1.348366226433954651e+00 -3.317476841193707227e-01 4.983909453812764706e-02 1.816248062973444266e-01 1.568075548803964103e-01 7.712118621527047635e-02 9.184353761231845922e-03 1.064857207208594656e-04 1.495030000000000081e+00 9.881616087880022824e+06 +1.989000000000000000e+03 -1.328239013383682110e+00 -3.786318690867340742e-01 -3.200511386858446994e-02 8.645267822791445622e-02 7.704571688261467599e-02 3.379247962118925308e-02 2.828422535319210541e-03 1.233757447355444266e-05 4.850940000000000252e-01 7.049025800437146798e+06 +1.990000000000000000e+03 -1.281927866872477617e+00 -3.284659458340710159e-01 1.329909093681599583e-02 1.286273511345782106e-01 1.124124600553421116e-01 5.372203005791921504e-02 5.744808346648672126e-03 5.067427647726826086e-05 9.906690000000000218e-01 1.379130665899813175e+07 +1.991000000000000000e+03 -1.398734087089679834e+00 -4.221610143499862078e-01 -8.447680830382303663e-02 2.925617289085922015e-02 3.651312564014400075e-02 1.968500929382947101e-02 3.302172869487442035e-03 5.504433433848296192e-05 4.583619999999999917e-01 -1.298772397230163775e+07 +1.992000000000000000e+03 -1.142508409020106308e+00 -3.061625166570401402e-01 -3.506876791041677044e-02 4.529260834644197736e-02 3.817351710874044429e-02 1.477400530895456657e-02 1.016225493732056916e-03 6.503857590130395851e-06 2.103710000000000024e-01 9.375182686708321795e+06 +1.993000000000000000e+03 -1.012994322397143598e+00 -2.989053097127447600e-01 -4.119056878027596569e-02 4.438005514568540977e-02 3.610465089108446518e-02 1.017386958187016695e-02 -2.266409665257044267e-04 -1.334872521020434623e-05 2.329799999999999927e-02 1.183095331192688458e+07 +1.994000000000000000e+03 -9.170914795576357026e-01 -2.561718873504211236e-01 -3.880896035223255908e-02 2.398517207675080962e-02 1.841184595665233334e-02 5.045081406210271888e-03 -9.866084508836694481e-06 -7.716173893474930501e-06 2.110400000000000123e-02 3.600402302587375045e+06 +1.995000000000000000e+03 -1.300540856583471960e+00 -4.659870262599118962e-01 -1.804112019054411875e-01 -8.219933193787527792e-02 -5.627764573059219205e-02 -3.095728339392102291e-02 -3.504985688678982289e-03 -2.435632790291120570e-05 -4.344140000000000224e-01 2.159955699588905089e+06 +1.996000000000000000e+03 -1.178079549747435673e+00 -4.633246645222113269e-01 -2.008668495281707989e-01 -8.989838799026166061e-02 -4.578935761563966700e-02 -1.856485341503235145e-02 -1.378127096634047593e-03 -7.667296564705879225e-06 -7.770000000000000214e-04 4.577995548359678127e+06 +1.997000000000000000e+03 -9.404464811224833021e-01 -4.647376070447618024e-01 -2.354909733362481328e-01 -1.017965219132218324e-01 -3.434943780307678218e-02 -7.368164681350646006e-03 4.696711862317208097e-04 2.277055287127409899e-05 3.350299999999999945e-01 1.091581849833399244e+07 +1.998000000000000000e+03 -9.761075795747360395e-01 -5.066879231067621392e-01 -2.755649082930017313e-01 -1.267355567203934386e-01 -3.656873574491121409e-02 -5.153426975174695782e-04 2.152571008308774066e-03 4.663194067173347432e-05 6.465100000000000291e-01 1.335246735510025732e+07 +1.999000000000000000e+03 -7.810296232017908125e-01 -4.105284593075353428e-01 -2.285661827729141560e-01 -1.238237292783517379e-01 -6.807880010525911574e-02 -3.226373562272872447e-02 -3.761103730094658357e-03 -2.761983781571202085e-05 -5.362919999999999909e-01 -5.692639798973037861e+06 +2.000000000000000000e+03 -4.859337028683880511e-01 -2.997938267142559732e-01 -1.855454005050952704e-01 -9.951009844250033320e-02 -4.290349961677623197e-02 -1.411324940468870401e-02 -9.970081369424538698e-04 -4.269893832235404060e-06 -4.673599999999999977e-02 -2.818813952337659430e+05 +2.001000000000000000e+03 -9.191557076680991756e-01 -6.000101122871661641e-01 -4.101703989971388076e-01 -2.607216721113524427e-01 -1.376302561384627754e-01 -5.029051821701444047e-02 -3.573759792381301335e-03 -1.703550192645139253e-05 -1.203459999999999946e-01 5.561994756967377849e+06 +2.002000000000000000e+03 -1.007419136909358359e+00 -6.354094412782047563e-01 -4.198121945310424041e-01 -2.581655797540358677e-01 -1.379685692278951603e-01 -5.751559341079304916e-02 -6.443012773542618546e-03 -7.126689609180934825e-05 -7.088889999999999914e-01 4.677808484515523538e+06 +2.003000000000000000e+03 -4.336874151035965963e-01 -3.918392483680372407e-01 -3.030847144821203210e-01 -2.053794787018527745e-01 -1.226772667636822495e-01 -6.090659565791167740e-02 -9.055156532829424648e-03 -1.424469185912718256e-04 -1.342316000000000065e+00 -3.934159198546397965e+05 +2.004000000000000000e+03 -1.023835696718234045e+00 -7.430204034975633753e-01 -5.361153614079500196e-01 -3.446311099765166364e-01 -1.768312579185659095e-01 -6.368112776695518396e-02 -4.966736547219022073e-03 -3.261104866847488640e-05 -2.280669999999999920e-01 1.198640626426673681e+07 +2.005000000000000000e+03 -6.896807236509446826e-01 -5.627338287535460504e-01 -4.541025878379750247e-01 -3.285385603388610298e-01 -1.923438502505535608e-01 -8.287944160396311377e-02 -9.847912363345956085e-03 -1.285774932105556475e-04 -1.340691000000000077e+00 -5.956842682440504432e+06 +2.006000000000000000e+03 -4.292662593618704059e-01 -4.151225586992621230e-01 -3.652090576122863919e-01 -2.871495246495907594e-01 -1.850378115639355614e-01 -8.557466663448648481e-02 -1.003897367928899796e-02 -1.058363072173656094e-04 -9.473660000000000414e-01 3.742303132270838320e+07 +2.007000000000000000e+03 -7.241898009952467685e-01 -6.864402967299043645e-01 -6.006034535740434332e-01 -4.606967074242500071e-01 -2.728830601015597157e-01 -1.074666557065692835e-01 -9.228202426155686713e-03 -7.046683958031374538e-05 -7.339210000000000456e-01 1.387350719133230299e+07 +2.008000000000000000e+03 -7.443696256063486727e-01 -6.991096615609833087e-01 -6.100173106401810541e-01 -4.679276272560679018e-01 -2.777243633954258328e-01 -1.097955308717759038e-01 -9.563691745580664080e-03 -7.638993379212041335e-05 -7.811449999999999783e-01 1.366553063629080914e+07 +2.009000000000000000e+03 -6.437790277638650860e-01 3.070514317595945258e-02 2.256667961058244076e-01 2.454213814963593643e-01 1.656636490528764216e-01 6.930673343049648105e-02 6.535037096289387538e-03 6.553250161474900067e-05 7.851970000000000338e-01 -3.713408133555759210e+06 +2.010000000000000000e+03 -7.185750165191724381e-01 -9.854443425537205356e-03 1.978599100038222203e-01 2.243238532206652813e-01 1.503666886753367016e-01 6.051557848268221407e-02 4.806094638307059456e-03 2.889880474154454088e-05 4.535009999999999875e-01 -8.855742460887322202e+06 +2.011000000000000000e+03 -5.421706288614538405e-01 4.634907112150588038e-03 1.444372529053312426e-01 1.373761497879492921e-01 7.377981223582798231e-02 2.503777665815158995e-02 1.994880705025907537e-03 1.582090994222783351e-05 4.170630000000000170e-01 1.817256172162580490e+07 +2.012000000000000000e+03 -6.398669806831689399e-01 -3.074217499694355260e-02 1.256510380635465496e-01 1.185411300469235985e-01 5.466457946320791433e-02 1.558955010699676798e-02 1.262435521381638504e-03 9.070084392726240877e-06 4.171570000000000000e-01 1.879300297982926667e+07 +2.013000000000000000e+03 -6.193369512028882307e-01 -1.294424037391455895e-01 7.577409275687303769e-02 1.520485087889942855e-01 1.276499984426747725e-01 6.122173867780602435e-02 6.358921068267140222e-03 5.328378047413021414e-05 1.104729000000000072e+00 2.543233582081992179e+07 +2.014000000000000000e+03 4.632886512176710020e-02 2.231343076108867618e-01 2.693605998391364609e-01 2.426137365728434081e-01 1.566583796392219119e-01 6.459815462749035619e-02 5.589949803458757298e-03 3.790288607598431124e-05 6.645569999999999533e-01 7.057685303289086558e+06 +2.015000000000000000e+03 7.648170912652668685e-02 1.596001818642757142e-01 1.654803695150516840e-01 1.346301940706480793e-01 8.438085019805569020e-02 3.874940852610886388e-02 4.704981755936253271e-03 4.494533054542300057e-05 8.121289999999999898e-01 1.309002972584927455e+07 +2.016000000000000000e+03 5.107386706088369588e-02 1.164926634424808954e-01 1.360873921724045921e-01 1.251979433785732621e-01 8.544199989326534128e-02 3.876076145597458916e-02 4.220086949283831726e-03 4.115544667428385893e-05 5.142640000000000544e-01 -3.033498429451200180e+06 +2.017000000000000000e+03 -2.079606208044378068e-01 -1.115783014976049203e-01 -3.585819443727454592e-02 2.171922333709040698e-02 4.230079940642286762e-02 2.845198015843282066e-02 4.609540479406742247e-03 7.242598104309644900e-05 8.391100000000000225e-01 1.033881312149925530e+07 +2.018000000000000000e+03 2.178076706321724898e-01 1.881534504962658061e-01 1.692635955460959629e-01 1.396443022790564981e-01 9.014076387677685820e-02 3.690059994066405974e-02 2.621142628651664929e-03 -2.884436301703909937e-06 2.454659999999999898e-01 6.077725758101719432e+06 +2.019000000000000000e+03 -1.690950350251735346e-02 2.611334029685866143e-02 2.435029468602941533e-02 8.730364488496206166e-03 -5.335074019713381514e-03 -7.123631289895940646e-03 -1.195324138358461619e-03 -1.188514405578720380e-05 -2.129639999999999866e-01 -7.465493515264458256e+05 +2.020000000000000000e+03 -6.996029220782555569e-02 -8.789991725704270065e-02 -6.668747515678259685e-02 -3.249624876502470172e-02 -4.080705350431743962e-03 3.768795779879510061e-03 5.444233446369928144e-04 1.607462172524912524e-06 9.208700000000000219e-02 -3.037735890221599839e+05 +2.021000000000000000e+03 -8.804439979565822916e-02 -1.211033975051167000e-01 -1.083330741390545332e-01 -8.838836450831402680e-02 -6.713455378278425367e-02 -3.827326191467262523e-02 -4.901476857757654064e-03 -3.458958785912430472e-05 -9.299830000000000041e-01 -1.817796843862938881e+07 +2.022000000000000000e+03 2.087895733636884188e-01 4.839397551479521220e-02 -3.067216519131913191e-02 -6.937601949615092300e-02 -6.656911803372009273e-02 -3.577037859437465911e-02 -4.146342269557662559e-03 -3.558794743466941790e-05 -3.553620000000000112e-01 2.089913070707560331e+07 +2.023000000000000000e+03 3.838370320939237801e-01 7.849053564271053773e-02 -5.811126373660836092e-02 -1.154075933427441136e-01 -9.970575642102420810e-02 -4.690164133612544778e-02 -4.479108559865981574e-03 -3.711965310491932958e-05 -3.643089999999999939e-01 1.375288496561175399e+07 +2.024000000000000000e+03 2.801410410287347164e-01 2.769433296943081893e-02 -6.753048084950730168e-02 -8.957977490052949909e-02 -6.508685124805876909e-02 -3.187402146582420798e-02 -4.581429859694344069e-03 -6.772206171964361007e-05 -6.141309999999999825e-01 1.083958379898656346e+07 +2.025000000000000000e+03 -1.396971164421106359e-01 -2.666927900526208095e-01 -2.780057231930334050e-01 -2.358587578163264531e-01 -1.549185118857750731e-01 -6.783512234008942654e-02 -5.994693915470325138e-03 -3.215726483421704003e-05 -6.546619999999999662e-01 -1.078707743943243986e+06 +2.026000000000000000e+03 5.429907215213292809e-02 -1.962388189190268917e-01 -2.728289008031891671e-01 -2.602634681752445389e-01 -1.771416513545127080e-01 -7.784127530956157226e-02 -7.764233308933107119e-03 -7.055707085392679294e-05 -8.863339999999999552e-01 3.230689355551682413e+06 +2.027000000000000000e+03 1.836820547849914997e-01 3.131489484028144865e-01 3.470138850517120455e-01 3.140762942163325966e-01 2.091680298890955803e-01 8.661366811206611116e-02 6.901032148308687032e-03 3.807418395409416684e-05 6.707079999999999709e-01 6.027295211482741870e+06 +2.028000000000000000e+03 1.587782793566461237e-01 3.166898857175006188e-01 3.498721987949890422e-01 3.070489412707297916e-01 1.984950458569858245e-01 8.302346484683487127e-02 7.510021141867959625e-03 5.645726638379717360e-05 9.214320000000000288e-01 1.038823034128775261e+07 +2.029000000000000000e+03 1.955064998785389641e-01 2.741951528039985320e-01 2.688720991565243801e-01 2.163527480876147324e-01 1.307781389434380381e-01 5.090562103750878586e-02 3.555303799224280182e-03 1.183773705153097871e-05 4.899459999999999926e-01 2.309471527531109750e+07 +2.030000000000000000e+03 7.429669406921060038e-01 5.757777806161603618e-01 4.611652481114339452e-01 3.410255511922367644e-01 2.088602694179479691e-01 9.375719831872669774e-02 1.130498985476722194e-02 1.438088384653789307e-04 1.590791999999999984e+00 9.001473933869738132e+06 +2.031000000000000000e+03 3.707846139768556371e-01 2.789130535925009591e-01 2.405017658846309025e-01 1.977869145459850153e-01 1.295214182101786238e-01 5.684048652663944989e-02 5.885968457485455003e-03 5.219710809350864666e-05 9.150300000000000100e-01 2.144968891366450116e+07 +2.032000000000000000e+03 2.619430337185937874e-01 2.709173361858628337e-01 2.191798057812144040e-01 1.396319605039265666e-01 5.806039643806070599e-02 8.882500286299464809e-03 -2.375409212000152009e-03 -6.420320518687298058e-05 -6.281280000000000197e-01 1.854975505994580220e+06 +2.033000000000000000e+03 3.294424833104139805e-01 2.697772209251892983e-01 2.002269643033102731e-01 1.221307728944812931e-01 5.030358090186363984e-02 1.018147269434044148e-02 -1.420684482265753448e-04 -2.398528768294985738e-06 -5.195199999999999818e-02 1.495486760472958721e+07 +2.034000000000000000e+03 8.921667477878915120e-01 5.635858827171494889e-01 3.649700558838517295e-01 2.069711416051903674e-01 8.557716848524968278e-02 1.934877968380178601e-02 -4.328612398402116438e-04 -2.335621249124966782e-05 -5.687809999999999810e-01 -1.953283417266730219e+07 +2.035000000000000000e+03 4.318011191686351724e-01 2.647166853508550188e-01 1.581897915553741041e-01 7.593700668984729174e-02 2.019229561913690740e-02 -1.727063208326823493e-03 -1.111306221091977247e-03 -5.869837255178733527e-06 -3.275939999999999963e-01 -3.561000814340116922e+06 +2.036000000000000000e+03 4.352601809334932792e-01 2.500119109914251125e-01 1.539039815287202295e-01 8.567987105879860954e-02 3.525211175708554967e-02 7.906794666853523765e-03 2.175772157660127166e-04 8.394810563212530690e-06 -2.295260000000000078e-01 -1.393822805592697486e+07 +2.037000000000000000e+03 5.844844249706221406e-01 2.877636636550695570e-01 1.247905937420659001e-01 1.651838384783240604e-02 -3.009100592129655347e-02 -2.249023917411224066e-02 -2.365491803182798863e-03 -1.507457569187494403e-05 -2.122340000000000060e-01 9.562247737231826410e+06 +2.038000000000000000e+03 3.545538995045834363e-01 1.265061656119585154e-01 2.475818430574874829e-02 -1.717326715923911742e-02 -2.005183351895892946e-02 -1.157777729681518271e-02 -2.023620158183647016e-03 -3.294489544549216402e-05 -4.744579999999999909e-01 -1.034434832223644480e+07 +2.039000000000000000e+03 9.482729896774569900e-01 3.826179540535912804e-01 1.316849681389332671e-01 2.927686267640353980e-03 -3.746591249087871667e-02 -2.649913376769638673e-02 -3.788706568612572149e-03 -3.880589716629659520e-05 -5.249789999999999734e-01 8.298065703931065276e+06 +2.040000000000000000e+03 9.398058597553065052e-01 3.134059571180478621e-01 8.511992805189656786e-02 1.199010308035079048e-02 1.521217020698825868e-02 1.831861114675189389e-02 4.067281133428983855e-03 7.796079554608195173e-05 5.778109999999999635e-01 -5.420567862895704806e+06 +2.041000000000000000e+03 7.522044928021139887e-01 1.635061424559172139e-01 -4.110910032851916585e-02 -9.002606962132458923e-02 -5.335274693014485647e-02 -1.508357335402800425e-02 -6.763141074816753778e-04 -4.026417456677948133e-06 -2.356189999999999951e-01 -1.499040914452270791e+07 +2.042000000000000000e+03 1.106795013162923613e+00 3.563589139074840872e-01 8.445137144377216909e-02 -4.238345871847553487e-03 1.806207199189034402e-03 1.410809176675696316e-02 3.494571872762881632e-03 3.605475366211530468e-05 3.313809999999999811e-01 -2.927263837953377515e+07 +2.043000000000000000e+03 1.249984111297203215e+00 3.290676807050754160e-01 1.908209568401032091e-02 -7.051151156991061764e-02 -5.102486426246759244e-02 -1.644729666066093582e-02 -6.513151269138201319e-04 2.537147838181378047e-06 -1.531700000000000075e-02 3.384610045038844924e+06 +2.044000000000000000e+03 9.785406988924130189e-01 1.723088650617649598e-01 -9.097033119835093440e-02 -1.440316131822975132e-01 -8.826370283251697146e-02 -2.865434508108905681e-02 -1.621557916065883989e-03 -5.361958575628252646e-06 -3.446230000000000127e-01 -1.829225990400874242e+07 +2.045000000000000000e+03 1.226782637826142608e+00 2.992341391673465356e-01 -6.254271209053857694e-02 -1.878466208942051185e-01 -1.519153441965354623e-01 -6.667734911314561475e-02 -6.729793292028662943e-03 -9.000943426366024049e-05 -1.047706000000000026e+00 -1.133465879963932186e+07 +2.046000000000000000e+03 1.156587626551653036e+00 2.386796458638064111e-01 -9.955432813180559171e-02 -2.137331216458976113e-01 -1.784995546810635991e-01 -8.670857132671766498e-02 -9.523515377945487165e-03 -7.758904361176081454e-05 -1.489131999999999900e+00 -9.070064824592106044e+06 +2.047000000000000000e+03 1.070395913040204539e+00 8.277460651287781301e-01 6.322852137750777368e-01 4.291744216914722410e-01 2.301790406551915136e-01 8.758353845543852267e-02 8.335502803593144994e-03 8.373516516215165242e-05 8.148840000000000527e-01 -5.553585198674714193e+06 +2.048000000000000000e+03 8.510088140665190704e-01 7.208593763911377295e-01 5.747902561104348829e-01 4.006452113780536450e-01 2.194889376924451518e-01 8.636814192722402916e-02 9.281390667231886535e-03 1.250945615410213835e-04 1.036643999999999899e+00 -6.354316609576294199e+06 +2.049000000000000000e+03 1.279271642102892903e+00 8.815029090552022328e-01 6.269889462696791593e-01 4.045328584384021986e-01 2.069947790680398414e-01 7.234701341419384757e-02 5.170764477395345046e-03 2.267589010140713698e-05 1.643060000000000076e-01 -1.363704455905644968e+07 +2.050000000000000000e+03 1.192189132049764178e+00 8.303514367639032168e-01 5.960478288082763365e-01 3.887408616867613631e-01 2.042574197212654874e-01 7.720053093909838571e-02 7.601664042969401638e-03 8.805282248335272264e-05 5.630789999999999962e-01 -2.182084293156428635e+07 +2.051000000000000000e+03 1.152717379241870121e+00 7.633155116157537279e-01 5.033334470461099386e-01 2.828233932047145016e-01 1.142842958981191565e-01 2.614820768221869443e-02 -8.080583839918184389e-04 -5.281452748074762465e-05 -5.257680000000000131e-01 -1.289132105201366823e+06 +2.052000000000000000e+03 9.836613828274474169e-01 6.548278775086463499e-01 4.516264337721038746e-01 2.822653756316686469e-01 1.430416195974734961e-01 5.176345586805063126e-02 3.952500957695954074e-03 2.017657657373070961e-05 3.171189999999999842e-01 1.798531931263735518e+06 +2.053000000000000000e+03 1.209462622288251632e+00 7.208326085642712266e-01 4.523570658277183965e-01 2.577619429850079302e-01 1.199843075616049831e-01 4.030249980805632876e-02 2.810644044372305906e-03 1.377545456484539437e-05 1.683850000000000069e-01 3.086220805118334945e+06 +2.054000000000000000e+03 9.837275735059048953e-01 6.138597817566444625e-01 3.912357793856653387e-01 2.197800945720879140e-01 1.042464574442210773e-01 4.367698769000918219e-02 6.063784279345191958e-03 9.179878985672976276e-05 8.464110000000000245e-01 -2.413057688633134123e+06 +2.055000000000000000e+03 1.635442602881606033e+00 9.025168645328747186e-01 5.262120645035212041e-01 2.758426672192486606e-01 1.160047740446836506e-01 3.411095520429540534e-02 1.770908492104927845e-03 5.030723391792249190e-06 -4.178600000000000092e-01 -3.577659828034211695e+07 +2.056000000000000000e+03 1.023957953214006178e+00 5.725330980091951627e-01 3.385740027078304459e-01 1.805096100890180577e-01 7.749208181940940576e-02 2.396471960976665275e-02 1.765468858245760556e-03 1.366648919986363631e-05 -5.206199999999999717e-02 -1.272501674125158973e+07 +2.057000000000000000e+03 1.222466167191937902e+00 5.698678885222884238e-01 2.661990181712421411e-01 9.669904504160092840e-02 2.221505443812065578e-02 3.402304897477295698e-03 3.697005345081982690e-04 5.450004013086637458e-06 -1.557640000000000136e-01 -1.553644421452769451e+07 +2.058000000000000000e+03 1.262599799430028868e+00 5.255866393743352516e-01 2.454712421295531244e-01 1.298179403275240007e-01 8.369919675079787180e-02 4.266607246231073070e-02 4.687420462649453771e-03 3.479880517111463812e-05 5.368220000000000214e-01 -3.060289614268313628e+06 +2.059000000000000000e+03 1.406928830497019112e+00 5.960836882018410998e-01 2.683576814334501237e-01 1.170906241243020451e-01 6.233415934730104913e-02 3.511527456601790803e-02 5.832543098879548575e-03 8.404798620469556159e-05 9.450509999999999744e-01 5.948225884241271764e+06 +2.060000000000000000e+03 1.361787527450774471e+00 5.330568558659497524e-01 2.315789461486825462e-01 1.111845434277623917e-01 6.784851259520537081e-02 3.599024316417694797e-02 5.545596145402635103e-03 9.002352213989816025e-05 4.904370000000000118e-01 -2.703765681597245857e+07 +2.061000000000000000e+03 1.863588179353342200e+00 7.451601570517949469e-01 2.803646634565490348e-01 5.753357405016771425e-02 -1.686374962930650354e-02 -1.808394060134813422e-02 -2.263303850199108094e-03 -1.446458964971046625e-05 -5.371460000000000123e-01 -1.457113548871514015e+07 +2.062000000000000000e+03 1.311697133120647951e+00 4.754852288377918734e-01 1.513620334334826456e-01 2.272787523856803146e-02 5.348206410802461806e-03 1.230421573601368258e-02 3.550611475357063999e-03 5.366722402280260033e-05 6.547560000000000047e-01 3.117919083127833437e+06 +2.063000000000000000e+03 1.660927534022805574e+00 5.575043676962285755e-01 1.531582719645441792e-01 2.588116670903209404e-03 -1.936645561639708038e-02 -8.480691267773695849e-03 -7.936569588655781977e-04 -9.696203697072869167e-06 -2.512530000000000041e-01 -1.084042755568476953e+07 +2.064000000000000000e+03 1.649952553022131951e+00 5.408529294128926468e-01 1.607260313765341009e-01 2.794760997710472525e-02 1.856926755998744138e-03 -7.905566151602479207e-04 -2.317671093176433355e-04 -2.430768481593875442e-07 8.616400000000000448e-02 1.788073537134993821e+07 +2.065000000000000000e+03 1.482735833853959795e+00 4.345728030845241729e-01 5.524801878557082657e-02 -7.937543765507955318e-02 -7.642810187792170584e-02 -3.259648139686661256e-02 -2.292195039240166148e-03 -4.402055281921928077e-06 -2.351930000000000132e-01 2.931072156443964690e+06 +2.066000000000000000e+03 1.550988892682913622e+00 4.912060987256089417e-01 8.575645226672264088e-02 -7.278650109374143473e-02 -8.307999674397795187e-02 -4.027775736140943447e-02 -3.788677567619670727e-03 -2.136209783005007062e-05 -5.825820000000000443e-01 -4.005420100537350401e+06 +2.067000000000000000e+03 1.870228281459791697e+00 5.732610338778132419e-01 5.487021548578908253e-02 -1.446170898393737136e-01 -1.337245820495504001e-01 -5.722987440362566069e-02 -5.042862321764925854e-03 -3.962245412240826472e-05 -6.610800000000000010e-01 9.180234698708223179e+06 +2.068000000000000000e+03 1.610844081909317937e+00 4.235858170903019637e-01 -1.321292830926426576e-03 -1.455479229429552657e-01 -1.281471446798171931e-01 -5.995415185788272733e-02 -6.088733057233656001e-03 -5.097363493305281815e-05 -1.046643999999999908e+00 -1.520561920586184599e+07 +2.069000000000000000e+03 1.860034114587987508e+00 5.121234928036888512e-01 6.833280167437838504e-04 -1.815108474136442607e-01 -1.571547241922329752e-01 -6.742388923762719644e-02 -5.109834501636797803e-03 -2.275347264769677556e-05 -7.211020000000000207e-01 -2.069557177012341563e+06 +2.070000000000000000e+03 1.853809125016405490e+00 5.076681928815361955e-01 -2.782561984606968242e-03 -1.840469081701587850e-01 -1.587203428563138674e-01 -6.814977653639220367e-02 -5.198494454861549152e-03 -2.357080289142694709e-05 -7.434359999999999857e-01 -2.802836024285173509e+06 +2.071000000000000000e+03 2.103870080061955861e+00 1.408736552428754507e+00 9.688370789190082766e-01 5.982604994576860014e-01 2.928856880436465637e-01 9.920546280133377137e-02 6.802078744285232001e-03 3.244638059978261391e-05 3.129739999999999744e-01 4.310931151814460754e+06 +2.072000000000000000e+03 1.694171011281936146e+00 1.169238363347242515e+00 8.367369165958374877e-01 5.565657801006738126e-01 3.153475054535372357e-01 1.344921643316671078e-01 1.513607006309134612e-02 1.815349788023958109e-04 1.528075999999999990e+00 -3.049228489177037030e+07 +2.073000000000000000e+03 2.081690475086631409e+00 1.325479074424731341e+00 8.804209094100436950e-01 5.352668029812190920e-01 2.684905750270653590e-01 9.698019517448869253e-02 7.488191744712887656e-03 4.153972874684497681e-05 5.337530000000000330e-01 4.070128183074140921e+06 +2.074000000000000000e+03 2.001196908843429600e+00 1.283966219648524865e+00 8.495250756002383774e-01 5.020457599684317040e-01 2.381567364604094683e-01 8.359786957183366896e-02 7.701692382419304990e-03 7.752021646754201462e-05 6.303220000000000489e-01 -1.814639004386280663e+06 +2.075000000000000000e+03 2.117671367557289130e+00 1.277996584461594587e+00 8.094149379690562807e-01 4.694425965539830159e-01 2.279347679883973743e-01 8.250513086411580266e-02 6.868298357676306219e-03 4.495381282116179899e-05 2.469220000000000026e-01 -2.749572552060448751e+07 +2.076000000000000000e+03 1.845527554040829799e+00 1.146324490043221456e+00 7.578198535267867131e-01 4.661092449134612847e-01 2.421204430407534469e-01 9.460137328694548375e-02 9.467419517207364965e-03 1.006547404410881516e-04 6.966130000000000377e-01 -2.884289125146950036e+07 +2.077000000000000000e+03 1.940602067033547096e+00 1.120333142830098216e+00 6.626002264345373094e-01 3.351303195686904934e-01 1.207697040646080605e-01 2.420030686064169809e-02 -4.658147912918599265e-05 -6.864615796853872327e-06 -5.122170000000000334e-01 -6.708835549391013570e+06 +2.078000000000000000e+03 1.791296755467192803e+00 1.078829644926853293e+00 6.691646417475292097e-01 3.707455469285304561e-01 1.692806706485351642e-01 5.980909861068827577e-02 5.512955686199304782e-03 4.945730640079916657e-05 5.004880000000000440e-01 1.112007143218692858e+06 +2.079000000000000000e+03 2.100753072904699703e+00 1.153977658313804167e+00 6.671840910331582331e-01 3.467050705405813615e-01 1.494042395093100883e-01 4.867233564925876194e-02 3.165739408720492660e-03 7.131921994456259605e-06 3.141909999999999981e-01 2.044164981337166205e+07 +2.080000000000000000e+03 2.252691214750295323e+00 1.232661128967815323e+00 7.021472412521877482e-01 3.457946894045796360e-01 1.255467459133421115e-01 2.762101174146125090e-02 4.136384995916951341e-04 -3.400809987624705039e-06 -3.385380000000000056e-01 3.474653470208225306e+06 +2.081000000000000000e+03 2.128473705174273256e+00 9.830802594306903286e-01 5.100839114690290943e-01 2.666409466165994835e-01 1.370444572989006349e-01 5.529803942092516300e-02 4.863026434662673370e-03 3.391124158846691794e-05 3.775569999999999760e-01 -8.802502625230336562e+06 +2.082000000000000000e+03 2.304128944120471090e+00 1.200915263666049837e+00 6.324632063647712688e-01 2.679566552877876706e-01 7.079447119083900897e-02 6.493201412577185618e-03 -1.074305988490550272e-03 -1.830427225949340567e-05 -3.731519999999999837e-01 4.486385069263642654e+06 +2.083000000000000000e+03 2.089721914661023305e+00 9.494058187869804932e-01 4.830522557796737004e-01 2.474673637858077202e-01 1.257518994489806308e-01 5.030556508967587437e-02 4.317798779984083693e-03 2.957599253060046000e-05 3.092170000000000196e-01 -8.705700249376229942e+06 +2.084000000000000000e+03 1.868421422917342811e+00 9.124395597583858653e-01 4.493653917072646942e-01 1.715470621498071113e-01 3.509300570910196815e-02 -5.971851690187751811e-04 -5.259879224870506187e-04 -9.367769523290400161e-07 -2.204730000000000023e-01 -2.723905775317361578e+06 +2.085000000000000000e+03 2.092048685605213176e+00 8.809057961080085652e-01 4.057996362633120024e-01 1.850541754923389903e-01 8.754743776839549185e-02 3.415666029578469376e-02 2.827263643340237418e-03 1.490438672718956830e-05 5.180679999999999730e-01 2.654169650641253591e+07 +2.086000000000000000e+03 2.289426675855401161e+00 9.566017971177371848e-01 4.187765639310374044e-01 1.698888848393045881e-01 7.325215891027830883e-02 2.907388983829052240e-02 2.431352066169055817e-03 1.245390758572090316e-05 2.903290000000000037e-01 6.920292838041810319e+06 +2.087000000000000000e+03 2.031117279824336208e+00 7.458472632740950070e-01 2.297593226442653236e-01 1.422095338093770298e-02 -2.577519508123105388e-02 -1.203463010281433966e-02 -9.889299735450940865e-04 -4.813266383294133741e-06 -3.338749999999999774e-01 -1.150891911854300648e+07 +2.088000000000000000e+03 2.068601549547788299e+00 8.121821463571872179e-01 3.188939230260969815e-01 9.920378415882456780e-02 2.189714994982287083e-02 -8.062038834264737041e-05 -1.484730744954534118e-03 -2.382279375720384537e-05 -3.884889999999999732e-01 -1.711924032839722931e+06 +2.089000000000000000e+03 2.142088715646070618e+00 7.941800168754307165e-01 2.400227061867580280e-01 -5.784315586833431617e-03 -5.392930965121536802e-02 -2.530469856720786795e-02 -1.774590493591846367e-03 -1.405711384778105373e-05 -3.039839999999999764e-01 -8.943943566759711131e+06 +2.090000000000000000e+03 2.309032982441094894e+00 8.350428958261590928e-01 2.662208250115346009e-01 4.209797696454322530e-02 1.060596084258330976e-02 2.105473768812841234e-02 5.579093976425217837e-03 6.721724998228986335e-05 1.090370000000000061e+00 1.042662894063088112e+07 +2.091000000000000000e+03 2.297127675304638128e+00 7.873914617824109285e-01 1.966073847325567336e-01 -3.456218862292097932e-02 -4.958309008102269183e-02 -1.061887875479840433e-02 1.419177671448348943e-03 2.825142506201019818e-05 3.426350000000000229e-01 8.477014758401017636e+06 +2.092000000000000000e+03 2.700688024527386766e+00 9.797164531363706796e-01 2.924570157581965479e-01 3.769184401425931200e-03 -4.382297958716160208e-02 -1.334838985757172240e-02 1.036288430449986428e-03 3.533385586188600967e-05 4.421959999999999780e-01 2.051160473953267559e+07 +2.093000000000000000e+03 2.329766776260671080e+00 7.649213708585516081e-01 1.306258205951110751e-01 -1.357494313154186949e-01 -1.527507427291720232e-01 -7.055936792566287752e-02 -6.053935402728762537e-03 -3.969862945084761020e-05 -8.862710000000000310e-01 -2.879849026434329804e+06 +2.094000000000000000e+03 2.216241759851483639e+00 6.859900102745221107e-01 1.025458676567542332e-01 -1.076641884944201932e-01 -9.760757869266717401e-02 -3.595077416091738143e-02 -2.280781948555209594e-03 -1.043301061354297454e-05 -4.833410000000000206e-01 -8.424368018771870062e+06 +2.095000000000000000e+03 2.978907154321443151e+00 1.890078975545453011e+00 1.242872088330767566e+00 7.360546106715516457e-01 3.506980740815183184e-01 1.204036257683032407e-01 9.804044669661329467e-03 8.209279736175192845e-05 5.568589999999999929e-01 -3.749444769939283724e+05 +2.096000000000000000e+03 2.964174658348204261e+00 1.888690866825150305e+00 1.250089330232106999e+00 7.490345140565858317e-01 3.642678414208349036e-01 1.290070335903196197e-01 1.126345380391508520e-02 1.068811942812959617e-04 7.822480000000000544e-01 -9.170055580843400676e+05 +2.097000000000000000e+03 2.492397941785236881e+00 1.550815251625612401e+00 1.014806923813735606e+00 6.039423771871981206e-01 2.918895277151670187e-01 1.023945691463102187e-01 8.630907976386187341e-03 6.968092675667926180e-05 5.970290000000000319e-01 4.741803457828649553e+05 +2.098000000000000000e+03 2.593838109565870909e+00 1.593757331810783162e+00 1.032222533141467613e+00 6.187713100217977491e-01 3.222874856778268349e-01 1.354869717357319869e-01 1.661907635670916220e-02 2.344117665219590946e-04 2.138774999999999871e+00 8.560452229537012056e+06 +2.099000000000000000e+03 2.459054955265640441e+00 1.509309477045942760e+00 9.580687042702014100e-01 5.442318157436542014e-01 2.484191452997007443e-01 8.105372537584072667e-02 5.323208330805676534e-03 2.210557654516745894e-05 1.440839999999999899e-01 9.633585673244220670e+05 +2.100000000000000000e+03 2.552555300066512434e+00 1.530979682966819189e+00 9.602758944910957384e-01 5.378123910087423409e-01 2.401044669791934649e-01 7.771175441142030849e-02 5.448933553482110392e-03 2.734802598110005307e-05 5.731749999999999901e-01 3.642803487721343338e+07 +2.101000000000000000e+03 2.855336867315745764e+00 1.655569100589943554e+00 9.773664500562661006e-01 4.823450645046842289e-01 1.602671847436812069e-01 2.394245130844388850e-02 -3.064144819779392789e-03 -1.127553007028957437e-04 -8.755420000000000424e-01 2.710582411126294732e+07 +2.102000000000000000e+03 2.426896452407209193e+00 1.408673996632614056e+00 8.542365447439143056e-01 4.602979791496242257e-01 1.963926464480082179e-01 6.020751086927520618e-02 4.072845230900404984e-03 2.479781402009583968e-05 3.166519999999999890e-01 2.291048472762995213e+07 +2.103000000000000000e+03 2.997803321195866122e+00 1.614322442190838647e+00 9.222540633005208432e-01 4.723226645035403237e-01 1.934608419926440726e-01 5.801834580027862009e-02 4.639524900294855932e-03 5.280065934520284852e-05 1.942929999999999935e-01 -1.089860395399034256e+06 +2.104000000000000000e+03 2.871410218199052622e+00 1.629121630058541381e+00 9.452989381713879924e-01 4.623462875393097860e-01 1.595509496061991161e-01 3.333644879210972273e-02 8.641236385248733361e-04 5.480025224413188034e-07 -2.457270000000000010e-01 1.650099474320121668e+07 +2.105000000000000000e+03 2.793453076686330139e+00 1.460871325054353465e+00 8.067863809911005601e-01 3.951474482812967204e-01 1.532673567622536703e-01 4.191552917069674838e-02 2.065885853055799987e-03 6.177710787560939533e-06 -1.166399999999999937e-01 -4.878154090620687930e+05 +2.106000000000000000e+03 2.680512992403958794e+00 1.435688776745872586e+00 7.887140435477224543e-01 3.661834356920928846e-01 1.206386304222255429e-01 1.982822077892525819e-02 -2.152614153332907745e-03 -7.486804938291510413e-05 -6.708439999999999959e-01 1.558355646198227629e+07 +2.107000000000000000e+03 3.080702203214089163e+00 1.521205215730259575e+00 7.917198806740477490e-01 3.643049912329653917e-01 1.371441133869415463e-01 3.944250188532833629e-02 2.377145899903528210e-03 9.736314869796698759e-06 7.799300000000000677e-02 2.585404166043444071e+06 +2.108000000000000000e+03 2.601848335697299675e+00 1.317242272750114518e+00 6.647140098380207585e-01 2.535645597216746872e-01 4.186070760442613115e-02 -1.184325296267960646e-02 -3.233172144361656179e-03 -3.977089459259023935e-05 -6.893470000000000431e-01 3.382675514526096173e+06 +2.109000000000000000e+03 2.878624518106445151e+00 1.360502208158230530e+00 6.628679574605290670e-01 2.747073639040258919e-01 9.540051628013759832e-02 3.099438099526304752e-02 3.103049715126216575e-03 2.914347989267903672e-05 3.433539999999999925e-01 2.467688656525006052e+06 +2.110000000000000000e+03 3.340725926553353098e+00 1.600573731687988888e+00 7.853704768166991368e-01 3.157374642672156062e-01 8.927900105420688570e-02 1.410482456617094885e-02 -1.417243883270692586e-03 -5.840382948738691586e-05 -6.281820000000000181e-01 -1.475898951597711630e+07 +2.111000000000000000e+03 3.269338958527283179e+00 1.479401520016004667e+00 6.531266742490492438e-01 1.946498324682529590e-01 2.626807268791389854e-03 -2.552476395283113583e-02 -4.444063178452892053e-03 -5.123464344800565640e-05 -6.710260000000000113e-01 1.356152977941249125e+07 +2.112000000000000000e+03 3.268519583514201798e+00 1.477865356654334716e+00 6.523688138707323114e-01 1.964631400556424989e-01 6.921556231572082406e-03 -2.175760684932532066e-02 -3.671923505743755149e-03 -3.740739132416967912e-05 -5.732070000000000221e-01 1.090722535946880654e+07 +2.113000000000000000e+03 3.456395066775138858e+00 1.498158647027001633e+00 6.380234999965109788e-01 2.046085871214564922e-01 4.766864342157981632e-02 1.222157441920266804e-02 6.358910493961517476e-04 -9.728905764174359492e-06 -1.068319999999999964e-01 -9.962467925648985431e+06 +2.114000000000000000e+03 3.010081470739935483e+00 1.269356084451942479e+00 5.300961631607420399e-01 1.766340071078183749e-01 5.889265042942527784e-02 2.896310718179933782e-02 4.961755024570523552e-03 7.020156717080161741e-05 8.054170000000000496e-01 5.844993019535738975e+06 +2.115000000000000000e+03 3.330868250561084931e+00 1.373748651404936405e+00 5.143060825973934103e-01 8.339365621168752518e-02 -5.372229912463478974e-02 -4.193737221242611196e-02 -4.757472383837244544e-03 -3.127247425375336264e-05 -8.209689999999999488e-01 -4.154798116110450123e+06 +2.116000000000000000e+03 2.940227058573928520e+00 1.136237692911962638e+00 4.075273877114490850e-01 8.865487392112163245e-02 4.588827949979521446e-03 -1.043124975388301685e-03 -1.763875294613930671e-04 -4.814066772187916328e-06 2.367000000000000180e-03 1.042213101938886195e+07 +2.117000000000000000e+03 2.930758026761084434e+00 1.096293103242963474e+00 3.357797961604038206e-01 -2.081409300067592078e-03 -6.653226605397224991e-02 -2.935600466808309383e-02 -1.342158073907523527e-03 2.405799848118853491e-05 -2.464040000000000119e-01 -4.077617072744938079e+06 +2.118000000000000000e+03 3.013803289410971420e+00 1.144269240379767405e+00 3.546484674933184089e-01 -5.427297028000906479e-03 -7.884229441409634775e-02 -3.854084073655522635e-02 -3.135273607668219182e-03 -1.791261566214409946e-05 -5.111740000000000173e-01 -1.674334456429856946e+05 +2.119000000000000000e+03 3.055054624400697083e+00 1.929116931966408988e+00 1.264881613537108151e+00 7.564064067012399306e-01 3.756496907649095052e-01 1.386646868239303221e-01 1.263707864430868404e-02 1.211634953482313104e-04 9.193550000000000333e-01 -1.085348747242309339e+07 +2.120000000000000000e+03 3.071713051179647547e+00 1.943248486857219071e+00 1.273328009332355348e+00 7.580307923879436860e-01 3.727009788025626436e-01 1.358620600027203862e-01 1.216491556803360810e-02 1.139647431973972821e-04 8.462330000000000130e-01 -1.025916889435224794e+07 +2.121000000000000000e+03 3.695313482728260990e+00 2.223014786260585129e+00 1.405485097350785306e+00 8.021589323293369933e-01 3.651962053087015048e-01 1.157745344686744726e-01 7.337200036882969220e-03 3.559548604023814091e-05 2.571930000000000049e-01 2.771175591398638859e+07 +2.122000000000000000e+03 3.336139722205645697e+00 2.057690030416408522e+00 1.312061599708176374e+00 7.443503687210770714e-01 3.305563318185832933e-01 1.011182142677909263e-01 6.058558319616999879e-03 2.630041096806314438e-05 4.705100000000000254e-02 1.587073920903200097e+07 +2.123000000000000000e+03 3.371970117368858322e+00 1.955199334123575383e+00 1.206232590283268902e+00 6.862722961054749105e-01 3.269223981193342121e-01 1.146389289724699112e-01 8.922106192946982137e-03 5.369575114311206544e-05 6.357779999999999543e-01 1.353249374518627115e+07 +2.124000000000000000e+03 3.296664581626109314e+00 2.011488635340738185e+00 1.261803022799879992e+00 6.956987717276116312e-01 2.983521870016838107e-01 9.033123268861015243e-02 5.822671789408758597e-03 3.369522591871264685e-05 1.429799999999999995e-02 2.736702178326753434e+06 +2.125000000000000000e+03 3.860609181559996106e+00 2.180602507272777490e+00 1.288906466896885261e+00 6.734641818241592359e-01 2.732600291084820721e-01 7.624413807239442675e-02 4.016250812645965999e-03 1.655092266197759137e-05 -3.193920000000000092e-01 -5.390086168377230875e+06 +2.126000000000000000e+03 3.726152100948118662e+00 2.102162938563845618e+00 1.250799984210327009e+00 6.649136682212609673e-01 2.813216344543261749e-01 8.538860352439749113e-02 5.792061989816551897e-03 4.351893011611043929e-05 1.352180000000000049e-01 8.713476951552543789e+06 +2.127000000000000000e+03 3.861568547135139973e+00 2.141192314638038940e+00 1.241180918730047544e+00 6.360056157136857458e-01 2.607771629060192109e-01 7.908940447517565087e-02 5.378111196160840698e-03 3.516241140777773147e-05 1.844580000000000108e-01 1.162220386255775020e+07 +2.128000000000000000e+03 3.479149962807960961e+00 1.887681481328270738e+00 1.094968806796393412e+00 5.780560915475325690e-01 2.549082164326232358e-01 8.791246931042001611e-02 8.215384538827467942e-03 8.215146171390702297e-05 1.004397999999999902e+00 3.163030808646824583e+07 +2.129000000000000000e+03 3.603229273195979410e+00 1.895185566348301043e+00 1.056101654656958155e+00 5.327505434608234003e-01 2.308562163268708389e-01 8.209621177439067885e-02 7.543604013196314462e-03 5.598481750499722089e-05 8.871440000000000436e-01 1.880821764020953700e+07 +2.130000000000000000e+03 3.799073135766780407e+00 1.959154246513805653e+00 1.070696472628375195e+00 5.201854965946393072e-01 2.017906433890263307e-01 5.754466012343451009e-02 3.782414285488326991e-03 2.237692700172599195e-05 1.210890000000000022e-01 2.721509937792421784e+06 +2.131000000000000000e+03 3.988650170013666507e+00 2.081629603480207091e+00 1.127517180862022572e+00 5.233221650902112332e-01 1.810587155908106594e-01 4.148944724816357871e-02 1.667356722449095168e-03 1.369057773338963458e-05 -2.733929999999999971e-01 3.407099670233091805e+06 +2.132000000000000000e+03 3.715325935441532668e+00 1.900989909330154548e+00 9.950657374911481279e-01 4.279475330462190197e-01 1.188830231403589649e-01 9.485643222339780467e-03 -3.133796988136485287e-03 -5.651873999688428169e-05 -1.208815999999999891e+00 -2.260531874227641523e+07 +2.133000000000000000e+03 3.620588088169853780e+00 1.824963255227769254e+00 9.360405007737685468e-01 3.798053167725097823e-01 8.214645134557485573e-02 -7.246140143399877782e-03 -3.886095175425265894e-03 -4.619506477689374279e-05 -1.112640000000000073e+00 -1.406171778995610401e+07 +2.134000000000000000e+03 3.414035772000167945e+00 1.590251614840896055e+00 7.804442271811070642e-01 3.462584961945964213e-01 1.454449501641982279e-01 5.845048996279931380e-02 7.143526787706118084e-03 8.561910579500712170e-05 1.012982999999999967e+00 5.717617054321060888e+06 +2.135000000000000000e+03 3.572013338810108518e+00 1.621660444314379390e+00 7.504714125532689906e-01 2.831479790843878797e-01 7.614349492011267262e-02 1.029178117750083332e-02 -1.986207323973193141e-03 -6.715284511493142892e-05 -4.652259999999999729e-01 3.604955290298551321e+06 +2.136000000000000000e+03 3.947635276424790618e+00 1.847344850820705098e+00 8.746309342591745972e-01 3.330433667933453412e-01 8.828608543798159569e-02 1.389712863924031337e-02 -3.750852616423253094e-04 -7.223435764083809551e-06 -4.830929999999999946e-01 -1.805697412173052877e+07 +2.137000000000000000e+03 3.615106227726863075e+00 1.589026636152649052e+00 6.845298485748605444e-01 2.131761445266488197e-01 3.186221116796744690e-02 -2.532640122475290391e-03 -8.931896495603216168e-04 -4.803236661688748668e-06 -3.778599999999999737e-01 -1.338216462802351080e+07 +2.138000000000000000e+03 3.591047548583872207e+00 1.586103709784371985e+00 7.037052245724033650e-01 2.568705198128262701e-01 8.754962976138835895e-02 3.776223471152432426e-02 6.333403988169088693e-03 9.912694258457180893e-05 6.996830000000000549e-01 -2.220845823136742786e+07 +2.139000000000000000e+03 3.605853726209979015e+00 1.541578301940085938e+00 6.192903213222036296e-01 1.455310863073721039e-01 -1.983659164393141230e-02 -2.887480113162961548e-02 -4.137444859778688887e-03 -3.479634351675630380e-05 -8.552450000000000330e-01 -9.822273153441630304e+06 +2.140000000000000000e+03 3.744857416067892242e+00 1.645481440150709185e+00 6.957871642713873150e-01 1.929353383326118943e-01 2.677507201107469413e-04 -2.474731811353037686e-02 -4.505892981734555686e-03 -4.586848111995122003e-05 -8.700919999999999765e-01 -3.054377559727784246e+06 +2.141000000000000000e+03 3.879823368904757874e+00 2.316246113138813012e+00 1.461607164480813514e+00 8.402455806827962004e-01 3.935121233739361513e-01 1.330469902303328955e-01 1.007895081808377752e-02 6.778636229906740611e-05 5.063929999999999820e-01 8.936515465360881761e+06 +2.142000000000000000e+03 4.187580535650510249e+00 2.519699980943327589e+00 1.605436952634667236e+00 9.336144428328583267e-01 4.423508323126377206e-01 1.516218199492438967e-01 1.193049859346910144e-02 9.065397549446423250e-05 8.313709999999999711e-01 2.556887410806791484e+07 +2.143000000000000000e+03 4.019941995334113116e+00 2.313439179471178608e+00 1.410656909638627443e+00 7.844747989221427797e-01 3.590885458921784235e-01 1.198316544671285538e-01 8.486108521297492172e-03 4.183347820539279609e-05 5.544480000000000519e-01 2.632568610107885674e+07 +2.144000000000000000e+03 4.386113226543721488e+00 2.548600400755149042e+00 1.557698316434322328e+00 8.531967222916757576e-01 3.692613318638212072e-01 1.094122683756674347e-01 5.671562500344857344e-03 1.589032319333547237e-05 -3.707610000000000072e-01 -2.230694541004131082e+06 +2.145000000000000000e+03 4.177620976785242135e+00 2.329293715928225872e+00 1.379778201828047335e+00 7.429028001742272735e-01 3.289947265160280132e-01 1.084315546926672424e-01 8.587181259269664052e-03 7.034741914894995980e-05 4.548260000000000081e-01 2.811836667365662288e+06 +2.146000000000000000e+03 4.400265660212151708e+00 2.485717406010445885e+00 1.479178507525811703e+00 7.855004038993058657e-01 3.269180891442852177e-01 9.311390306575459408e-02 5.098825120649614837e-03 2.806153105760287239e-05 -2.982190000000000119e-01 -5.774160646824742435e+05 +2.147000000000000000e+03 3.962186735921573444e+00 2.214065355168452154e+00 1.291014887303260306e+00 6.607322476424811741e-01 2.599576297649038303e-01 6.914053530606996401e-02 3.007363761243937120e-03 2.819292865086205195e-06 -4.683269999999999933e-01 -6.925801328081942163e+06 +2.148000000000000000e+03 3.970376915959850095e+00 2.127787153372576512e+00 1.212459607912146353e+00 6.152748469763940076e-01 2.471185573283568859e-01 7.192593287250687029e-02 4.658465561868799405e-03 2.679643646109698254e-05 -9.719099999999999961e-02 -1.555121623519076221e+07 +2.149000000000000000e+03 4.261614517561590709e+00 2.295984937653430702e+00 1.302069056989324292e+00 6.545490581357699122e-01 2.574146849479675980e-01 6.964186660650507898e-02 3.592966919575499903e-03 1.625215080654238703e-05 -1.839429999999999954e-01 5.856865839934282936e+06 +2.150000000000000000e+03 4.343987031949366084e+00 2.351009526921920667e+00 1.329870454821749037e+00 6.528092464110070159e-01 2.384525918100022512e-01 5.378419377992024741e-02 5.762050107904261595e-04 -2.043133357505785307e-05 -6.921580000000000510e-01 4.828381697690203786e+06 +2.151000000000000000e+03 4.065261813584644557e+00 2.097885617981270823e+00 1.127473736690628003e+00 5.270259618165600290e-01 1.912766696816307621e-01 4.858932850498269562e-02 1.959438279158016993e-03 -8.491347484195650426e-06 6.792499999999999927e-02 3.024970193145177141e+07 +2.152000000000000000e+03 4.114016337542234503e+00 2.124789077476779919e+00 1.132546974295440823e+00 5.126335933357686336e-01 1.720803354706307298e-01 3.876683894997259849e-02 1.356032234128805173e-03 1.344334745879751211e-06 -3.095570000000000266e-01 1.443227377398709068e+05 +2.153000000000000000e+03 4.633165462048798311e+00 2.780244074932037179e+00 1.763826148833915752e+00 1.033406806866295158e+00 5.125096308913440479e-01 1.936211969372940989e-01 1.932915142261996955e-02 2.191165114977147016e-04 1.651742999999999961e+00 -8.379492646806958131e+06 +2.154000000000000000e+03 4.623501926371163862e+00 2.773430009078022174e+00 1.759522443290238103e+00 1.031307501765668988e+00 5.116508051405658231e-01 1.931571032118774012e-01 1.922220530457230403e-02 2.167575922632719121e-04 1.627397999999999900e+00 -9.009107085037143901e+06 +2.155000000000000000e+03 4.671289878752747704e+00 2.768641661761908956e+00 1.713538176613447206e+00 9.567321845667062785e-01 4.366999054532509361e-01 1.470699567585187773e-01 1.163121286729113663e-02 9.242462883608443583e-05 5.112839999999999607e-01 -4.025085577959937975e+06 +2.156000000000000000e+03 4.835921384503907738e+00 2.820819446251529694e+00 1.747507709974808865e+00 9.859445271645639330e-01 4.551955852443128059e-01 1.546468950289101030e-01 1.278497043224581520e-02 1.169913076140229638e-04 4.074280000000000124e-01 -2.856949010632911697e+07 +2.157000000000000000e+03 4.951895197737792742e+00 2.814388332668045223e+00 1.700480572154727144e+00 9.332839922868524374e-01 4.187883895144228763e-01 1.391295988528971905e-01 1.105895087331067866e-02 8.748862676756460649e-05 7.135430000000000383e-01 1.638819844296452403e+07 +2.158000000000000000e+03 4.702689851794072950e+00 2.699641482227713052e+00 1.649509001639391625e+00 9.237381284186604313e-01 4.280014727820394826e-01 1.449163770995067768e-01 1.096290265440628964e-02 7.534059431673927520e-05 2.875119999999999898e-01 -2.006871377126260474e+07 +2.159000000000000000e+03 5.020007594064100687e+00 2.853908458175211660e+00 1.694706701196170728e+00 8.844349565881300945e-01 3.559274147141147648e-01 9.806889935219423315e-02 4.854176689152668069e-03 1.573677820646039605e-05 -2.946250000000000258e-01 1.392345046397770010e+07 +2.160000000000000000e+03 4.865723461080828649e+00 2.746954671057888042e+00 1.622909118078285307e+00 8.447803377303015893e-01 3.372041556110227933e-01 9.024286314672962106e-02 4.160549837453548713e-03 1.140780635489402913e-05 -5.766489999999999672e-01 -7.553721386560992338e+06 +2.161000000000000000e+03 4.734912888856322333e+00 2.616281672560063498e+00 1.516093423591722722e+00 7.693012725447369027e-01 2.919069196522893206e-01 6.961282636304814975e-02 2.158858022814456532e-03 1.722891462383713337e-06 -3.151470000000000105e-01 3.881177029866019636e+07 +2.162000000000000000e+03 4.640164498643424729e+00 2.587535727403277530e+00 1.507882515417362956e+00 7.681768509597007855e-01 2.992262148071589412e-01 7.991312265481698152e-02 3.918786540714060823e-03 1.281077154328928380e-05 -6.117979999999999530e-01 -2.338694330303579196e+07 +2.163000000000000000e+03 -2.289164149112186408e-01 -8.326142014115883727e-02 -1.037944449246766196e-02 2.979190724290711051e-02 4.156143056194854662e-02 3.033973257316702546e-02 5.416064903752439152e-03 6.257817448111684740e-05 9.082729999999999970e-01 -4.346115388924623840e+06 +2.164000000000000000e+03 3.174428315389861588e+00 1.812668228126975700e+00 1.066355460921819098e+00 5.424765726837689206e-01 2.106712260359863698e-01 5.832698532451412871e-02 3.503350412736282778e-03 1.630739084045231956e-05 2.488599999999999840e-02 1.134806828560755961e+07 +2.165000000000000000e+03 6.956323217042533757e-01 2.902219855974091378e-01 1.085955852912694475e-01 1.793249127934419887e-02 -4.895037254279427028e-03 1.649416705279726451e-03 2.601450759784960584e-03 9.079233944394302699e-05 4.038579999999999948e-01 -8.077339495091553777e+06 +2.166000000000000000e+03 -1.092514340007805451e+00 -3.808495937205659265e-01 -1.187934430704538080e-01 -2.233880337854078982e-02 -8.962935763351628435e-03 -7.638768579822587286e-03 -5.649373667724714998e-04 1.190481733812444770e-05 6.478499999999999537e-02 7.628452748767113313e+06 +2.167000000000000000e+03 2.486907812749242552e+00 1.274699411180705955e+00 6.842649674088816525e-01 3.134190520500890198e-01 1.001377153177411411e-01 1.541301053938725837e-02 -9.238483626254135380e-04 -1.564357210866251324e-05 -5.696240000000000192e-01 -6.821718000804336742e+06 +2.168000000000000000e+03 3.724573570955907353e+00 2.086396617640783102e+00 1.223888886220440231e+00 6.311270695527787522e-01 2.507751441143321602e-01 6.845668095728035807e-02 3.599392761507235611e-03 1.699718611081349752e-05 -2.046939999999999871e-01 4.760043801608476788e+06 +2.169000000000000000e+03 3.898137382404140538e+00 2.205763696119562578e+00 1.290130372089548949e+00 6.487688958510996473e-01 2.406635305631679433e-01 5.884046348371806123e-02 2.665439849851150740e-03 1.054267261107184168e-05 -6.217810000000000281e-01 -2.023443018351992220e+07 +2.170000000000000000e+03 5.088846696538110059e+00 2.880969245952456514e+00 1.709127422107211247e+00 9.042909705386128483e-01 3.821075504298904746e-01 1.161944765880252167e-01 7.630452388989780732e-03 4.640476642594932872e-05 1.753560000000000119e-01 1.621029325602593832e+07 +2.171000000000000000e+03 -3.450790020764205490e+00 -1.916184811292823698e+00 -1.119481803011671328e+00 -5.777824112440650417e-01 -2.323918795574065610e-01 -6.509128995752226643e-02 -3.676724600140491260e-03 -2.154705523376038449e-05 2.194510000000000072e-01 5.357347770947368816e+06 +2.172000000000000000e+03 4.860346244869891974e-01 2.937013624782227050e-01 1.702610058555459882e-01 8.103366716239439327e-02 3.107710822851512608e-02 1.119837575155462235e-02 1.153462216456719366e-03 2.219552343237926812e-06 1.974029999999999951e-01 5.876151990473165177e+06 +2.173000000000000000e+03 -5.727881526361120468e-01 -3.038525637411498281e-01 -1.710011146522832648e-01 -9.159591457922196256e-02 -4.660111120289854580e-02 -1.993814912038803511e-02 -2.218781187649265883e-03 -1.763037932487111385e-05 -1.955349999999999866e-01 6.190069552619105205e+06 +2.174000000000000000e+03 3.208553339115661540e+00 1.625030807179381087e+00 8.796768430556803908e-01 4.378869848892947281e-01 1.903451741647088080e-01 6.595786132473144270e-02 5.924317963162093609e-03 5.827720176894016300e-05 2.741970000000000240e-01 -2.268523506316751987e+07 +2.175000000000000000e+03 1.705900769937915396e+00 1.032042970351508160e+00 6.414437530756527117e-01 3.489032067578024532e-01 1.483235298975247030e-01 4.444834128794384470e-02 2.000853646208422629e-03 -1.976789530754228500e-05 -1.372770000000000101e-01 -4.297609596517434344e+06 +2.176000000000000000e+03 2.032779998479277150e+00 1.137113978637603218e+00 6.505472174322930456e-01 3.113689040280628317e-01 9.931052056253114602e-02 1.237260222590323179e-02 -1.940266547139602457e-03 -3.473015264491885511e-05 -1.002247000000000110e+00 -2.758412688952871785e+07 +2.177000000000000000e+03 -4.678472699561308623e+00 -2.637454127982036933e+00 -1.547468990152887969e+00 -7.940291472499342307e-01 -3.125408413799459217e-01 -8.393038662857355003e-02 -4.014824927981042874e-03 -1.342686272298568654e-05 3.950759999999999827e-01 -6.725078355008651502e+06 +2.178000000000000000e+03 -2.210020483102754230e-01 -1.495236172970969002e-01 -1.201121722083374754e-01 -9.901734131208821121e-02 -7.012788303039504956e-02 -3.358389271171938889e-02 -3.431881209277510593e-03 -2.159469355995461898e-05 -5.238810000000000411e-01 -1.045032629164963774e+07 +2.179000000000000000e+03 1.704224755029646099e+00 9.827718126684588107e-01 6.135531717833324628e-01 3.705338800049358672e-01 2.079924149675949352e-01 9.388840804085578362e-02 1.143290936904476848e-02 1.592877975248648144e-04 1.447680999999999996e+00 -7.777241282995904330e+05 +2.180000000000000000e+03 -8.697070713353380889e-01 -4.309911174914615728e-01 -2.381298620592252058e-01 -1.296091586032267484e-01 -6.630804759836828044e-02 -2.683307012710499720e-02 -2.204288208200928714e-03 -8.420094969361688924e-06 -2.898709999999999898e-01 -7.807065728158853948e+06 +2.181000000000000000e+03 -3.813598566703026105e+00 -2.070589917360161181e+00 -1.200110172857797863e+00 -6.323070458496238277e-01 -2.735978232493506135e-01 -8.764064089923928602e-02 -6.813767339806342874e-03 -6.481198088617115571e-05 -4.637530000000000263e-01 -1.185045455665474385e+07 +2.182000000000000000e+03 2.116327097631960363e+00 1.213545542436529345e+00 7.292714259247435882e-01 3.876020516313404274e-01 1.618613200980021927e-01 4.854700618618146973e-02 2.884228197696543563e-03 5.593174287978733530e-06 1.892949999999999910e-01 1.665763393517973647e+07 +2.183000000000000000e+03 1.073413352707325519e+00 6.276710633275426332e-01 3.622250505618335725e-01 1.626352705724876113e-01 3.356671873526793221e-02 -1.054263455842157672e-02 -3.524848277988669107e-03 -3.443684781514946559e-05 -7.914489999999999581e-01 1.629167222650129581e+06 +2.184000000000000000e+03 -4.268642431337488219e+00 -2.372458052451158927e+00 -1.378796729791182507e+00 -7.029185520659324560e-01 -2.725360765019778642e-01 -6.958697718155584799e-02 -2.826861223192091068e-03 -7.314854930608666687e-06 7.532900000000000151e-01 2.811323314346309379e+07 +2.185000000000000000e+03 1.207348480928590595e+00 7.076048717231749885e-01 4.472562164464671253e-01 2.668887070148120433e-01 1.371610555228948425e-01 5.267053076607382256e-02 4.856421002643834459e-03 4.052881149932863365e-05 4.742230000000000056e-01 1.520408009891819675e+06 +2.186000000000000000e+03 -3.243837693400368205e-01 -3.178115035213122663e-01 -2.716328570865510494e-01 -2.149697354031079588e-01 -1.453266279657354221e-01 -7.008806440341645849e-02 -8.905916598489875546e-03 -1.226525652346001230e-04 -1.264496000000000064e+00 -9.182716142018919811e+06 +2.187000000000000000e+03 -1.442226185838153318e+00 -5.364282225540231153e-01 -2.046882475460769790e-01 -7.039052237664919498e-02 -2.440252878274130899e-02 -5.441144403289305785e-03 4.318798344150115084e-04 1.841887342213242883e-05 1.310459999999999958e-01 -5.131659112204842269e+06 +2.188000000000000000e+03 -1.967472345431255265e+00 -1.107220634315993157e+00 -6.588107419092590344e-01 -3.529310345367731028e-01 -1.506023697855342347e-01 -4.424088698344448567e-02 -2.374388563016372085e-03 -6.279368521510773594e-06 6.796299999999999564e-02 -1.532596355888935737e+06 +2.189000000000000000e+03 1.045644783769646424e-01 5.459733744824342427e-02 3.523283901104593691e-02 5.109374389654610521e-03 -2.435212809778348336e-02 -2.597539200649581076e-02 -5.160130006035868605e-03 -7.453211104653607237e-05 -8.223850000000000326e-01 7.068197530815646052e+06 +2.190000000000000000e+03 -3.375193048474923074e+00 -1.778713828803461183e+00 -9.856184459072929727e-01 -4.774345246767929263e-01 -1.779560225989412214e-01 -4.660677955456134919e-02 -2.361803918652542918e-03 -7.567822356688288791e-06 3.832809999999999828e-01 2.842251198685937002e+07 +2.191000000000000000e+03 1.638251310639762259e+00 1.089314874626460927e+00 7.548831147427920163e-01 4.799729062071836916e-01 2.464857026575998089e-01 8.574856925660462315e-02 5.351083282394211715e-03 1.517032132155857248e-05 -2.571049999999999724e-01 -4.065842866948556900e+07 +2.192000000000000000e+03 -1.886454244493399157e+00 -8.267244041838676116e-01 -3.964717063026376720e-01 -1.926797839351273023e-01 -1.024134280716740841e-01 -4.710321637006542606e-02 -5.171584806823985130e-03 -4.048006522171606779e-05 -6.389730000000000132e-01 1.482764282813414931e+06 +2.193000000000000000e+03 -2.749403353838074104e-01 -8.715990725583891430e-02 -1.807135666302375071e-02 -4.734746067284510500e-04 -1.070489703965706030e-02 -1.596359045193588080e-02 -4.267721943025181743e-03 -7.517706234678122289e-05 -8.249680000000000346e-01 -6.044985184070892632e+06 +2.194000000000000000e+03 3.559533310990169230e+00 1.791335211353325851e+00 9.515124635107671258e-01 4.448956287025178091e-01 1.626262677387251832e-01 3.913418126274490622e-02 6.408543822323345971e-04 -1.478308152096903942e-05 -1.774799999999999989e-01 1.906174406136353314e+07 +2.195000000000000000e+03 -4.045799347926939404e+00 -2.239344143934252518e+00 -1.309683320005371687e+00 -6.934822055048843747e-01 -3.051732395747489002e-01 -1.029598420192001651e-01 -8.750986271285097345e-03 -7.162224545855789789e-05 -5.945270000000000277e-01 -2.876891669718157500e+05 +2.196000000000000000e+03 4.277293082319567397e+00 2.421901000044575980e+00 1.448326202106973160e+00 7.807948341176070839e-01 3.423996992860675048e-01 1.093651557166261945e-01 7.111126799674032453e-03 2.092734668468801848e-05 1.225890000000000035e-01 1.798414650596142281e+06 +2.197000000000000000e+03 1.129267823453964592e+00 7.204363633424556435e-01 4.783666137369931293e-01 2.903806537290253287e-01 1.420129794800468193e-01 4.763241812698128241e-02 3.178479559549996294e-03 1.464531301833408143e-05 4.927299999999999736e-02 -7.367760187033453956e+06 +2.198000000000000000e+03 4.110486701309264412e-01 1.675698326373308844e-01 5.999792016335459000e-02 4.093683699875559287e-03 -1.432552594340629620e-02 -9.872028263184454838e-03 -8.804762496017330990e-04 4.095016878889129844e-06 -8.798100000000000365e-02 3.855660836417383514e+06 +2.199000000000000000e+03 -2.254939606921573692e+00 -9.662488678351418558e-01 -4.471145441477217264e-01 -1.965348621738265966e-01 -8.395576636515109104e-02 -2.930191605005147068e-02 -2.330397462010817301e-03 -1.748915197285690092e-05 -3.067559999999999731e-01 -1.211258279131081328e+07 +2.200000000000000000e+03 -1.223810407367747155e+00 -4.031164372220087388e-01 -1.050486732267481571e-01 2.552267988447320078e-03 1.375004611037330092e-02 4.490800532964352859e-03 2.086259874479995770e-04 8.771962341181953386e-07 8.764700000000000268e-02 1.387232046920212684e+06 +2.201000000000000000e+03 2.983859274489816804e-01 2.020906015731564198e-01 1.379926830620319123e-01 8.299092804918334343e-02 3.690218173017233844e-02 9.129829301189417920e-03 -1.087368422969815221e-04 -7.160231342519973248e-06 -1.494010000000000060e-01 -2.820670118685067864e+05 +2.202000000000000000e+03 -3.786002265831702296e+00 -1.922707219248281030e+00 -1.006670271670785377e+00 -4.431080859638567016e-01 -1.391638627788481797e-01 -2.484771927247908518e-02 4.897531935378791890e-04 1.812370628208019997e-05 5.950499999999999678e-01 6.844674457849137485e+06 +2.203000000000000000e+03 -1.372855310896275327e+00 -8.604267540315994056e-01 -5.615371731964869939e-01 -3.280517009903427539e-01 -1.504132783376823379e-01 -4.716482018163646595e-02 -2.807187809035947661e-03 -1.164018941921652344e-05 7.964300000000000546e-02 1.050982553569684550e+07 +2.204000000000000000e+03 2.271962596145888080e-01 2.300888971690193963e-01 1.795052091825709295e-01 1.089989697986406686e-01 4.505231282371270629e-02 1.151712122733278103e-02 6.710697703114393590e-04 1.029081406279706413e-05 -9.302699999999999858e-02 -9.268109165646413341e+06 +2.205000000000000000e+03 -4.511877980348412365e+00 -2.505154625532799439e+00 -1.466903802585260319e+00 -7.715805861871671834e-01 -3.304609553152099699e-01 -1.047819856931078430e-01 -7.157815041419945262e-03 -3.336267409798339623e-05 -1.706830000000000014e-01 1.774853811554124579e+06 +2.206000000000000000e+03 2.969943788286486974e+00 1.588535871998350002e+00 8.745662671850640280e-01 4.001627630428307159e-01 1.201136628141154516e-01 1.542273971690693961e-02 -1.014160612200448383e-03 -1.409062953733971201e-05 -6.230040000000000022e-01 -2.360161365903581958e+06 +2.207000000000000000e+03 -1.929222277091086346e-01 -9.300605649897719651e-02 -4.262857038749628957e-02 -1.534185212549532031e-02 -6.900157549027406516e-03 -4.824552232864790999e-03 -6.758240755184575892e-04 -4.122267206056637020e-06 -1.983700000000000047e-02 8.936203816767375916e+06 +2.208000000000000000e+03 -2.312240143310510199e+00 -1.295833254194298734e+00 -7.582791696173898366e-01 -3.901175721246951666e-01 -1.501746603470672514e-01 -3.388929704448576108e-02 9.465064949580780031e-05 1.902147269943428912e-05 3.056539999999999813e-01 -2.484956536329476163e+07 +2.209000000000000000e+03 6.794536649102880799e-02 2.164612791059783437e-02 1.091693010470398337e-02 1.358305288007083909e-02 1.967490688721462364e-02 1.639451394087174108e-02 3.375217002427126009e-03 5.472785710675352473e-05 4.607450000000000156e-01 -1.063584397521167621e+07 +2.210000000000000000e+03 -1.194703877924235824e+00 -7.047096455997911013e-01 -4.356118884946167391e-01 -2.413921980097595010e-01 -1.073283976236104192e-01 -3.571315805306227859e-02 -3.499676828910843352e-03 -4.893589785905436270e-05 -2.202109999999999901e-01 9.061168480644751340e+06 +2.211000000000000000e+03 5.270860085206320322e-01 2.851876192971760648e-01 1.549044426532475427e-01 5.996141596425476339e-02 -5.367127861127264486e-05 -1.543627156712606627e-02 -3.451914805821802018e-03 -3.894019058723546345e-05 -7.172549999999999759e-01 -5.964777030504472554e+06 +2.212000000000000000e+03 -4.455135151244170033e-01 -3.062745311877694276e-01 -1.636806841213294950e-01 -3.530098882403434613e-02 3.491821711887214963e-02 3.387322569561996427e-02 5.609828004683240638e-03 7.826252733802873025e-05 7.540710000000000468e-01 -1.408802140092131123e+07 +2.213000000000000000e+03 -3.265086972334630300e+00 -1.828275598176017258e+00 -1.058123959690224325e+00 -5.210964702498108725e-01 -1.819578414407867217e-01 -3.747142141819390093e-02 -5.585941424248449605e-04 7.027727237962200716e-06 6.318840000000000012e-01 1.113150110022283345e+07 +2.214000000000000000e+03 -1.621427013181961474e+00 -1.047627527691731730e+00 -7.010066876836578142e-01 -4.159418516461646509e-01 -1.876163874549988675e-01 -5.490467862400660176e-02 -2.789332657892164627e-03 -9.641889559949412010e-06 4.615920000000000023e-01 3.465583511734893918e+07 +2.215000000000000000e+03 3.252634359573032707e+00 1.905548522648498722e+00 1.166726072027193917e+00 6.344808331203496410e-01 2.733564138243994579e-01 8.625516102675045982e-02 6.615200124681174139e-03 5.469913891263563217e-05 4.115289999999999782e-01 1.559298883547283337e+07 +2.216000000000000000e+03 1.930121088125680506e+00 1.082194329517638831e+00 6.109453172552992140e-01 2.838793686586090215e-01 8.863745979030140942e-02 1.399241837082995307e-02 -4.500788370902795489e-04 -1.012611846410009767e-05 -3.957820000000000227e-01 -4.850080801438277704e+05 +2.217000000000000000e+03 2.409145398696574070e+00 1.440341345781787741e+00 8.959669634699883867e-01 4.952501272381284458e-01 2.144833698718017767e-01 6.221737114039770089e-02 1.702787847825500221e-03 -7.173703337931007962e-05 -7.751800000000000357e-02 3.362852669288931787e+07 +2.218000000000000000e+03 -7.649105843494581336e-01 -4.941477262163135320e-01 -3.325783204049526098e-01 -2.080846495006758445e-01 -1.120498097661142001e-01 -4.620687338808854294e-02 -5.226600594824249400e-03 -6.307668715852978835e-05 -6.033190000000000497e-01 -3.760755528168437304e+05 +2.219000000000000000e+03 4.578529396160144316e+00 2.574488530799758035e+00 1.525041698588751826e+00 8.100203377450031494e-01 3.439287484201735690e-01 1.023985982209600493e-01 5.651077373105307944e-03 1.920594324994273568e-05 -4.595890000000000253e-01 -2.504355104656052962e+07 +2.220000000000000000e+03 1.920536377114572479e+00 8.349245955728259450e-01 3.640252748054775278e-01 1.335813870812182502e-01 5.012274292130598774e-02 2.187038876047277258e-02 2.906194541267623135e-03 3.937340940043621777e-05 3.712269999999999737e-01 3.655307976682758424e+06 +2.221000000000000000e+03 -1.959164054341242522e+00 -1.085849934173463982e+00 -6.588694708395319566e-01 -3.832400526461927637e-01 -1.970931231531163064e-01 -7.754767366991643929e-02 -7.506586079924730016e-03 -6.590926235712323130e-05 -8.712539999999999729e-01 -1.223702019340168312e+07 +2.222000000000000000e+03 5.179859637667338035e+00 2.948444825490288856e+00 1.768528701125146041e+00 9.537354584718933381e-01 4.149757056248164488e-01 1.312277428152747727e-01 9.215905099106238771e-03 5.921670659180727146e-05 2.498990000000000100e-01 3.172875850905896164e+06 +2.223000000000000000e+03 1.846930237585355794e+00 7.654663810362355436e-01 3.153135320021011045e-01 1.019810532480916465e-01 3.053129290328785925e-02 1.336168061419013009e-02 1.989379173241026012e-03 1.930015368733901363e-05 1.900540000000000007e-01 -7.525845506283906288e+06 +2.224000000000000000e+03 1.433586445127390308e+00 5.545011956286557409e-01 2.229158339274966982e-01 7.598271075458989943e-02 1.803696587071770829e-02 -6.725939654375247137e-04 -9.904734940028997459e-04 -1.047644727499063758e-05 -2.484250000000000069e-01 1.657418106568727177e+06 +2.225000000000000000e+03 4.135984231656550492e+00 2.283341841035075426e+00 1.357785304538581705e+00 7.618499382264817266e-01 3.854246342183234586e-01 1.624204068044270977e-01 2.117379243107104722e-02 3.798927793772771807e-04 2.749401999999999902e+00 1.794538879298734665e+07 +2.226000000000000000e+03 1.939435167945590344e+00 1.215808274662674826e+00 8.005427685353527778e-01 4.812257246459843985e-01 2.358289907481750103e-01 8.257256196567368256e-02 6.353547097716391590e-03 4.299689339613378474e-05 4.702859999999999818e-01 8.369320352883939631e+06 +2.227000000000000000e+03 -1.736362224708364765e+00 -9.699493737405907590e-01 -5.798018963188543706e-01 -3.198097654202033957e-01 -1.506094973625417277e-01 -5.545537623283675055e-02 -5.555318438653653393e-03 -7.540005045028856255e-05 -4.830269999999999841e-01 5.170728773276552558e+06 +2.228000000000000000e+03 4.132052872545740385e+00 2.225048924662439198e+00 1.264894782777342686e+00 6.440044190356210008e-01 2.689526765745587911e-01 8.761487197069521560e-02 7.982646984063358070e-03 9.066319550662959876e-05 6.253220000000000445e-01 6.127438969542725943e+06 +2.229000000000000000e+03 2.981688299228146377e+00 1.643119410482080767e+00 9.448998552681684426e-01 4.748019141532640042e-01 1.822262328997765746e-01 4.899301115362179881e-02 2.994159354147487954e-03 1.739656195003713292e-05 -3.434650000000000203e-01 -2.898342740194465965e+07 +2.230000000000000000e+03 3.029294327922470220e+00 1.685128096031949241e+00 9.740031779332138928e-01 4.938117288308546682e-01 1.971170901065674719e-01 5.721771160771008113e-02 3.240493429451880413e-03 4.996523869173521068e-06 1.562649999999999872e-01 2.109646515369605646e+07 +2.231000000000000000e+03 1.280993588054778254e+00 3.605321434755429655e-01 4.691291563159513678e-02 -4.891570969341852565e-02 -3.768551264650004534e-02 -1.077419298274755882e-02 -1.337764634534038290e-04 5.626377997435744824e-06 7.502899999999999847e-02 5.545353448284275830e+06 +2.232000000000000000e+03 -4.502682043218603880e+00 -2.594945866881979590e+00 -1.570996079112449983e+00 -8.508654062507912119e-01 -3.667844761105380491e-01 -1.117485629616201126e-01 -6.762116274682704840e-03 -2.932052202612107146e-05 1.291609999999999980e-01 8.158239443233839665e+03 +2.233000000000000000e+03 3.846183626439968251e+00 2.176078079512159036e+00 1.309818032996937553e+00 7.061016572410516723e-01 2.945204243670291877e-01 8.159051493792640608e-02 3.837934245520528698e-03 8.478635627197651092e-06 -4.872929999999999762e-01 -1.055472976960323565e+07 +2.234000000000000000e+03 4.189048749555569273e+00 2.339452167618544909e+00 1.376219083513227304e+00 7.218096532945232902e-01 3.030075345875872239e-01 9.346961221538384323e-02 6.621735203455761040e-03 4.587592696829920192e-05 4.756600000000000272e-01 3.284457973137022927e+07 +2.235000000000000000e+03 3.878370472023995319e+00 2.159914869822172623e+00 1.266524126655481419e+00 6.576063115046035801e-01 2.627925288230530398e-01 6.971369835130922232e-02 3.049932728610766763e-03 8.272259289993935143e-06 -6.189759999999999707e-01 -2.112168983938910440e+07 +2.236000000000000000e+03 -6.960873387244914667e-01 -4.017570109017738478e-01 -2.200937020154799806e-01 -8.448575834777607985e-02 -5.346427821843900176e-03 1.302386263852059467e-02 2.730878379292185718e-03 3.018620313237405892e-05 4.513590000000000102e-01 -7.166509479389516637e+06 +2.237000000000000000e+03 -4.356377035597965630e+00 -2.469445381496753189e+00 -1.469775596952481056e+00 -7.765743721017144274e-01 -3.215566057857097149e-01 -9.308688013449867293e-02 -5.265814552909371671e-03 -2.036970886737068370e-05 1.938620000000000065e-01 -1.328276999475678196e+06 +2.238000000000000000e+03 2.713580627522766409e-01 1.377180825782463314e-01 5.501820548846988318e-02 -4.557912145344383131e-03 -3.209289311821311719e-02 -2.520098791864505000e-02 -3.927182718625444290e-03 -4.222368340208914261e-05 -4.223069999999999879e-01 2.191909290750795603e+07 +2.239000000000000000e+03 1.762620258242678373e-01 1.408935206577505428e-01 7.898862339308176939e-02 2.827582408036847378e-02 8.146933164900673277e-03 6.771929235067175243e-03 2.473804060383645587e-03 5.997740545558538470e-05 5.173750000000000293e-01 8.193066412526047789e+06 +2.240000000000000000e+03 2.537434991499179504e-01 1.486062604220589889e-01 9.046685014461131047e-02 5.353556484579539282e-02 3.229894095971497930e-02 1.562853618133927189e-02 1.452174624723363838e-03 6.241250869200157527e-06 3.415779999999999927e-01 1.827661373439316824e+07 +2.241000000000000000e+03 6.294813006503627295e-02 1.478435411612580297e-01 1.498599504286637352e-01 1.143331795585967176e-01 6.493579771990889982e-02 2.753866366746982389e-02 3.457452027010685536e-03 4.589529178645577621e-05 4.325320000000000276e-01 -6.053281605049154721e+06 +2.242000000000000000e+03 4.169925621136918309e-02 3.257403533000859802e-02 1.941521214251852590e-02 9.022321279940903604e-03 4.556146042277902167e-03 2.410869125530239795e-03 2.352301629682755754e-04 7.433109471199728443e-07 5.732199999999999795e-02 3.339661148599748965e+06 +2.243000000000000000e+03 3.542190142330217117e+00 1.785223306205576455e+00 9.601832165213211034e-01 4.688283471514995138e-01 1.949803928669102127e-01 6.311282987449226556e-02 4.533230361046253730e-03 2.377180085349786691e-05 2.368629999999999902e-01 -3.690050415008392185e+06 +2.244000000000000000e+03 2.750621870190647300e+00 1.572425212982914600e+00 9.270149731352835820e-01 4.756695160312536808e-01 1.891002483972442361e-01 5.297657733854622270e-02 2.781413492085343768e-03 9.540778301466540820e-06 3.634099999999999830e-02 1.871757779076518863e+07 +2.245000000000000000e+03 4.588255518727895499e+00 2.573917741035821383e+00 1.531076579345808542e+00 8.217843547674961169e-01 3.583905718380446248e-01 1.154039755886872853e-01 8.966076963308663647e-03 7.764878337925678069e-05 3.464450000000000029e-01 -1.121025206364113372e+06 +2.246000000000000000e+03 2.053766579920676350e+00 1.280461553576331069e+00 8.269655365972224947e-01 4.705208851680534043e-01 2.036173038795548174e-01 5.918807367563178740e-02 3.285106501834485302e-03 1.212497811112374459e-05 -1.134659999999999974e-01 -4.641507280613395385e+06 +2.247000000000000000e+03 -1.968510793641290002e+00 -1.159516234892143949e+00 -7.104540308737895549e-01 -3.894700517428652531e-01 -1.732576517375307157e-01 -5.641117786073234636e-02 -3.935899366782675060e-03 -1.653336670437226366e-05 -7.809499999999999775e-02 5.170868719047785737e+06 +2.248000000000000000e+03 4.054883445363794969e+00 2.326334602539232854e+00 1.391564193847458109e+00 7.315506482494940066e-01 2.932627239447179179e-01 7.768914968159194856e-02 3.004360310027238447e-03 -1.751715167165094174e-05 -8.161929999999999463e-01 -2.607097461030576006e+07 +2.249000000000000000e+03 -1.214896352253892031e+00 -6.822435401817968925e-01 -3.796052453838865692e-01 -1.638194818397762653e-01 -2.996441645825127786e-02 1.577423340998031220e-02 6.244911992454086486e-03 1.301323569827753243e-04 1.217575999999999992e+00 -5.846960593558211811e+06 +2.250000000000000000e+03 -4.897818794738793002e+00 -2.618788624456304337e+00 -1.459857161455251351e+00 -7.041998458951550521e-01 -2.551459474173314868e-01 -6.115813311056701035e-02 -2.260840703067027412e-03 -4.162620010302487453e-06 4.239720000000000155e-01 -4.484658135848606937e+06 +2.251000000000000000e+03 -4.902006222829994542e+00 -2.629277128434623467e+00 -1.474349533078365582e+00 -7.193476761101583739e-01 -2.658861309355605163e-01 -6.555722178236340902e-02 -2.559195844248683335e-03 -5.040590887791764201e-06 3.827019999999999866e-01 -6.529015406720195897e+06 +2.252000000000000000e+03 -5.052806903452248477e+00 -2.785560903508831565e+00 -1.600755262972533899e+00 -7.966965167989793484e-01 -2.970475185709618993e-01 -7.455574299929818016e-02 -3.334860852338938832e-03 -1.015223070707808593e-05 4.486999999999999877e-01 -2.736042877295523882e+06 +2.253000000000000000e+03 -4.842412842649681082e+00 -2.651958548347019828e+00 -1.526036819917981679e+00 -7.786009546016531280e-01 -3.155745362048699709e-01 -9.154206468467034064e-02 -5.226490090141151790e-03 -2.253417905430239902e-05 2.037599999999999828e-02 -1.509805756689951010e+07 +2.254000000000000000e+03 -4.797166681939288857e+00 -2.675280782166254756e+00 -1.575602555105608760e+00 -8.352052979735842264e-01 -3.571295216653080917e-01 -1.084497845931851889e-01 -6.387387243646298896e-03 -2.614006745736399868e-05 2.786159999999999748e-01 1.628108729429411143e+07 +2.255000000000000000e+03 -4.795016462872008667e+00 -2.672891795074582966e+00 -1.573344873509165076e+00 -8.333514203528861186e-01 -3.560499811440679396e-01 -1.080768620951504111e-01 -6.361754246893055326e-03 -2.598669798259973176e-05 2.858720000000000150e-01 1.686921618239948153e+07 +2.256000000000000000e+03 -5.109552000163083640e+00 -2.852862507441560336e+00 -1.694947630838093744e+00 -9.170705066454114540e-01 -4.143751495569591436e-01 -1.448987121779012066e-01 -1.367980970194267523e-02 -1.617707715626860471e-04 -1.137386999999999926e+00 -5.454551055034097284e+06 +2.257000000000000000e+03 -5.229457770581783294e+00 -2.913462763876009998e+00 -1.716235667188806824e+00 -9.141869289024633360e-01 -4.029587793964553022e-01 -1.366518041278797502e-01 -1.243455037352305531e-02 -1.333264450032782761e-04 -9.787609999999999921e-01 -7.921313006332779303e+06 +2.258000000000000000e+03 -5.432311726363116655e+00 -3.142772938589096565e+00 -1.919756876662976230e+00 -1.056136735313514263e+00 -4.664383745806250925e-01 -1.497364396500878714e-01 -1.144603370166050703e-02 -9.934031734072166077e-05 -5.819870000000000321e-01 -1.574435129983794130e+07 +2.259000000000000000e+03 -5.324460592383976731e+00 -3.056979560842041366e+00 -1.854892721762002372e+00 -1.013347280897583857e+00 -4.432841726755742950e-01 -1.393626849333556572e-01 -9.729930935266173017e-03 -6.335746846213729687e-05 -2.865480000000000249e-01 -9.012018038178140298e+06 +2.260000000000000000e+03 -4.690275663299128261e+00 -2.749019708087776959e+00 -1.706661759616166840e+00 -9.644446095711649569e-01 -4.505481486991597118e-01 -1.599330450006659354e-01 -1.504735135276364690e-02 -1.648908377488328989e-04 -1.259727999999999959e+00 -1.182062944939824939e+07 +2.261000000000000000e+03 -4.677371034978825115e+00 -2.745687994673479349e+00 -1.708797925404633267e+00 -9.708428832916514706e-01 -4.587722658539189480e-01 -1.660390466236781326e-01 -1.638272801696014774e-02 -1.996490316812477527e-04 -1.450190000000000090e+00 -8.918079404442692176e+06 +2.262000000000000000e+03 -4.751322564171301721e+00 -2.445368673415230898e+00 -1.304773634547817363e+00 -5.938552825613162556e-01 -2.031631148030259848e-01 -4.839298626444143298e-02 -2.253681192299199134e-03 -1.228669057759235094e-05 5.710300000000000098e-02 -1.754745555705978349e+07 +2.263000000000000000e+03 -4.254582022706914657e+00 -2.152426633290408287e+00 -1.123313482387827467e+00 -4.892513234078808004e-01 -1.476452622771052825e-01 -2.491346725365369344e-02 -1.925973377948358306e-04 1.180433833264550383e-06 6.134370000000000100e-01 2.333091343548449501e+07 +2.264000000000000000e+03 -4.396379750644604734e+00 -2.232213883826679623e+00 -1.208197262160692009e+00 -5.950434715701907740e-01 -2.551574009623250872e-01 -9.180462317310743303e-02 -1.002258445776195092e-02 -1.457602594339636379e-04 -1.264351000000000003e+00 -1.305657754210739024e+07 +2.265000000000000000e+03 -4.762736275150910359e+00 -2.492679916373592874e+00 -1.359090871174487569e+00 -6.415887970896047010e-01 -2.298505249228395275e-01 -5.371004797452100243e-02 -7.057996424298428398e-04 3.593946366286270483e-05 4.191770000000000218e-01 -1.777849188400408626e+07 +2.266000000000000000e+03 -4.196103600242682141e+00 -2.216321612110153882e+00 -1.218134158469852180e+00 -5.736998766008337691e-01 -1.999359083517274205e-01 -4.660857025652716257e-02 -2.038059650945192765e-03 -7.896514099517068847e-06 4.423070000000000057e-01 1.739735629477888718e+07 +2.267000000000000000e+03 -4.734282829304527596e+00 -2.532415969551164103e+00 -1.406569040056567133e+00 -6.717137541696570624e-01 -2.387917507679989670e-01 -5.570753326158571495e-02 -1.864124061349983676e-03 -2.701017841981758281e-07 8.681640000000000468e-01 3.796675298951074481e+07 +2.268000000000000000e+03 -4.307916471240647027e+00 -2.306021724848287047e+00 -1.305108023460615385e+00 -6.621679189243712127e-01 -2.765605327303642391e-01 -8.761421774830510656e-02 -6.401798162806539294e-03 -4.085976152959717029e-05 -7.965600000000000458e-02 1.705497168573595583e+07 +2.269000000000000000e+03 -4.227315556703987731e+00 -2.258567469149951989e+00 -1.289847983216739991e+00 -6.727307501501683662e-01 -2.918473117848968679e-01 -9.356201423775313553e-02 -6.341985016275046919e-03 -3.142361765864965016e-05 -4.420250000000000012e-01 -1.912847772468362004e+07 +2.270000000000000000e+03 -4.070235957148813810e+00 -2.298283509906676070e+00 -1.369615046132298453e+00 -7.258752867595790192e-01 -2.959310524071517290e-01 -7.855273369465125277e-02 -2.989779308120017482e-03 2.480505903344031784e-07 1.960610000000000130e-01 -3.689219991385690868e+07 +2.271000000000000000e+03 -4.093287268437221904e+00 -2.257359830154357816e+00 -1.321206094665614561e+00 -6.953820492406108666e-01 -2.989821973607844630e-01 -9.867534654390933135e-02 -8.924008190979548782e-03 -1.061723311142165024e-04 -9.150749999999999718e-01 -2.976152517047510296e+07 +2.272000000000000000e+03 -4.300831965856548145e+00 -2.490414222670171096e+00 -1.514949042389871492e+00 -8.207579053480299480e-01 -3.511935554738574994e-01 -1.067963645632986208e-01 -6.874070155356045222e-03 -4.235963201124525785e-05 -2.776400000000000048e-02 -8.706098393559521064e+06 +2.273000000000000000e+03 -4.073275347271358093e+00 -2.315625381073679989e+00 -1.378839332672923579e+00 -7.275690580890705750e-01 -3.054457439374800298e-01 -9.696664565823207016e-02 -9.028004764022424383e-03 -1.288763504447527431e-04 -7.516939999999999733e-01 -1.988117821005958319e+07 +2.274000000000000000e+03 -4.086279088616586286e+00 -2.364772548810083919e+00 -1.453076364922019525e+00 -8.131101120226731371e-01 -3.717857355371721462e-01 -1.225248376058503258e-01 -8.664388482027300317e-03 -5.350129394238994766e-05 -1.285399999999999876e-01 8.741309782646289095e+06 +2.275000000000000000e+03 -4.139592248132675678e+00 -2.383114270423772663e+00 -1.456165537078823347e+00 -8.089492960942281652e-01 -3.665447126079830475e-01 -1.209703626531740961e-01 -9.044499260786419484e-03 -6.146458159421188370e-05 -4.609989999999999921e-01 -1.129430804236230440e+07 +2.276000000000000000e+03 -4.338530275347611820e+00 -2.586870783524659601e+00 -1.611620398147238120e+00 -8.943096683808982039e-01 -3.887119188676419479e-01 -1.166192979396094426e-01 -6.896840785722418120e-03 -3.712058532854735365e-05 4.797020000000000173e-01 2.424625380368342996e+07 +2.277000000000000000e+03 -4.149172908449300756e+00 -2.496807008144751983e+00 -1.566252118055620812e+00 -8.696114297641838187e-01 -3.715861726802263121e-01 -1.074053557509904305e-01 -5.914109564999831502e-03 -2.620110427320523216e-05 4.126949999999999785e-01 6.504098857604762539e+06 +2.278000000000000000e+03 -4.151939998421611655e+00 -2.523687945479930139e+00 -1.606950995796208037e+00 -9.173506507378398345e-01 -4.145025649323222372e-01 -1.316069891172676476e-01 -8.841288136280331736e-03 -5.234371153139355477e-05 -4.774799999999999878e-02 1.581504541621516109e+05 +2.279000000000000000e+03 -3.506189625734186244e+00 -1.633223994497795761e+00 -7.714168939351360166e-01 -2.886814722540683165e-01 -6.882643835375754082e-02 -6.946696005767839799e-03 8.970760059739484558e-04 1.630892439566358204e-05 9.695700000000000152e-02 -2.068943633267658949e+07 +2.280000000000000000e+03 -3.514764488870721237e+00 -1.642529629797242707e+00 -7.800396023666622547e-01 -2.956438269422798637e-01 -7.327407176105310560e-02 -8.919093501958408332e-03 6.968007680044404489e-04 1.495328982744717844e-05 7.840600000000000347e-02 -1.998304274834008515e+07 +2.281000000000000000e+03 -3.605111962177273810e+00 -1.755041357833845739e+00 -8.782955874718338940e-01 -3.623678399244275594e-01 -1.036000186643474957e-01 -1.605451999799064472e-02 8.563754523038093550e-04 2.577536045616810414e-05 2.501820000000000155e-01 -1.801715253888326138e+07 +2.282000000000000000e+03 -3.651886704938278605e+00 -1.732301309019229629e+00 -8.500449817036136446e-01 -3.403111407832598578e-01 -7.893465531902443821e-02 8.022010620974637587e-03 6.619013882237779339e-03 1.480492006269290290e-04 1.122465000000000046e+00 -2.312591547675570473e+07 +2.283000000000000000e+03 -3.472281500454972747e+00 -1.659731053080449215e+00 -8.464151652975122619e-01 -3.878576277715392595e-01 -1.454786058437117502e-01 -3.798902910538274474e-02 -1.426934434082134098e-03 2.110884276344054738e-06 -1.659049999999999969e-01 -2.536724279391088709e+07 +2.284000000000000000e+03 -3.737060865643270446e+00 -1.880935033710896098e+00 -9.781436297861511031e-01 -4.294336934688178231e-01 -1.343558397801229432e-01 -2.344058353106375642e-02 2.163193163288521371e-04 8.933594060684007431e-06 1.298680000000000112e-01 -2.990084471377253532e+07 +2.285000000000000000e+03 -4.071937774899994089e+00 -2.103740541457768565e+00 -1.133254217783028706e+00 -5.221163727816271471e-01 -1.783393412378201648e-01 -4.020095411053332957e-02 -1.376888473907674762e-03 -2.689490602630246978e-06 4.007419999999999871e-01 7.998434592325571924e+06 +2.286000000000000000e+03 -3.847232882208091009e+00 -1.966994046821677777e+00 -1.053013047575669603e+00 -4.773925985781533043e-01 -1.509001322501012932e-01 -2.698623192539962440e-02 -5.388739995001542342e-04 -4.082661053563467452e-06 1.701870000000000049e-01 -1.586255904925276525e+07 +2.287000000000000000e+03 -3.990520160758976420e+00 -2.171888082868949965e+00 -1.219064911719280220e+00 -5.850738435768743084e-01 -2.073537448658657467e-01 -4.771414765619417381e-02 -1.546712368359313972e-03 8.224592969108576290e-07 5.637780000000000014e-01 1.058240708831244707e+07 +2.288000000000000000e+03 -3.811692720058740047e+00 -2.004782559480713822e+00 -1.119348799131701933e+00 -5.583638533659057712e-01 -2.233484063466852909e-01 -6.341930221870339945e-02 -3.163153795632427275e-03 -8.581430953868610751e-06 -2.655599999999999974e-02 -1.675434578928806819e+07 +2.289000000000000000e+03 -3.479332029101370072e+00 -1.898729237266842951e+00 -1.080260933936315837e+00 -5.366700461783540099e-01 -2.027674396568780180e-01 -5.062278685474717183e-02 -1.960058366225992006e-03 -4.499422470870520376e-06 3.704200000000000270e-01 3.329974109759623650e+06 +2.290000000000000000e+03 -3.420120094898603913e+00 -1.876418004519098126e+00 -1.096787109160425766e+00 -5.826897642945730871e-01 -2.542735718388607347e-01 -8.195714877692468481e-02 -6.239739247345012750e-03 -5.080659252465543355e-05 -2.551180000000000114e-01 4.062482087897444610e+06 +2.291000000000000000e+03 -3.913311740148323725e+00 -2.220525215336426328e+00 -1.322291823777654196e+00 -6.924267644791287646e-01 -2.729338724612269118e-01 -6.848600122267854695e-02 -2.375633312490886724e-03 -3.074909274836608894e-06 5.381310000000000260e-01 -5.550565139795361087e+06 +2.292000000000000000e+03 -3.350052030460583197e+00 -1.893613608035815021e+00 -1.127395226739767553e+00 -5.970553460577425753e-01 -2.472901619918528582e-01 -7.121972758589650843e-02 -4.240812017689277180e-03 -2.731748044715234108e-05 -1.989549999999999930e-01 -2.898843423897778988e+07 +2.293000000000000000e+03 -3.425794299448210900e+00 -1.973275105462496404e+00 -1.203239919036237948e+00 -6.569081994068689534e-01 -2.808353627000785835e-01 -8.116600991591395309e-02 -3.892286324324864717e-03 -7.662179629301276698e-06 2.822709999999999941e-01 -4.868427768642714247e+06 +2.294000000000000000e+03 -3.790548665140018425e+00 -2.198900561150052280e+00 -1.347861260878377321e+00 -7.413160189564916847e-01 -3.258888927129734991e-01 -1.023048208246720436e-01 -6.445229442413782060e-03 -2.465715770810153671e-05 1.508269999999999889e-01 1.277834140696418844e+07 +2.295000000000000000e+03 -3.660538781627060256e+00 -2.114905215614415024e+00 -1.305148753927754424e+00 -7.435042599358966386e-01 -3.563737461025203723e-01 -1.295829273891415112e-01 -1.210962916036619451e-02 -1.395610986059864819e-04 -1.008327999999999891e+00 -1.146667114367439412e+06 +2.296000000000000000e+03 -3.757151588164897138e+00 -2.156651767094100780e+00 -1.331491531430963660e+00 -7.594442527791984698e-01 -3.641494963514593786e-01 -1.324498677647034384e-01 -1.205150303355241245e-02 -1.155566302219995355e-04 -9.704970000000000541e-01 -2.208002057004226372e+06 +2.297000000000000000e+03 -3.417002769207765578e+00 -2.047273439043179710e+00 -1.308000810538169079e+00 -7.632401159441872807e-01 -3.525755018717275369e-01 -1.087977335384948258e-01 -6.046070438548651130e-03 -2.260016759066369479e-05 -6.492999999999999640e-03 -2.207375119659585878e+07 +2.298000000000000000e+03 -3.280555940963331363e+00 -2.020807741991385686e+00 -1.313700256389927823e+00 -7.887165484804159465e-01 -4.006983655209789275e-01 -1.548985406158238376e-01 -1.538837144473043789e-02 -1.553003883847180568e-04 -1.427230999999999916e+00 1.233662762888403144e+06 +2.299000000000000000e+03 -3.343973878108221331e+00 -2.066648263719051304e+00 -1.348871382914829331e+00 -8.151995210057261243e-01 -4.186720300681611162e-01 -1.642513949204618406e-01 -1.695087159210364319e-02 -1.901843221260667678e-04 -1.601925999999999961e+00 5.484731200110545382e+06 +2.300000000000000000e+03 -3.296037728792371890e+00 -2.032504256853657321e+00 -1.323590265857219395e+00 -7.972487880695341422e-01 -4.073983929030682294e-01 -1.588387077060808561e-01 -1.611327142007195831e-02 -1.707989583727355007e-04 -1.519759000000000082e+00 2.898883883040034212e+06 +2.301000000000000000e+03 -2.960808869439123914e+00 -1.136598116376960288e+00 -3.616004584905441188e-01 8.371147353794043330e-03 1.082846519082136666e-01 7.183522653709219219e-02 1.034427895466930730e-02 1.463761313263841843e-04 1.519611999999999963e+00 -1.181729290539785288e+07 +2.302000000000000000e+03 -2.962982829182009947e+00 -1.131203268998342226e+00 -3.573212184454799822e-01 8.834485497966861750e-03 1.054388193587281336e-01 6.896362169455590163e-02 9.653176282871721997e-03 1.255088891842521398e-04 1.425135999999999958e+00 -1.043303217520970292e+07 +2.303000000000000000e+03 -2.916056350723541524e+00 -1.191599936857556274e+00 -4.562557142173397362e-01 -9.391927479361925069e-02 2.835407209969203340e-02 2.903824228317234898e-02 3.625073322678677972e-03 2.865550914699546473e-05 4.862659999999999760e-01 -6.697222776006078348e+06 +2.304000000000000000e+03 -2.986982731656568912e+00 -1.205551115911061233e+00 -4.626579958323029373e-01 -1.084819120312859736e-01 6.484860881964527729e-03 1.398701083412870819e-02 1.782613694531014030e-03 1.424891596164067862e-05 2.580020000000000091e-01 -1.737484106601974228e+06 +2.305000000000000000e+03 -2.968171076008160103e+00 -1.271530477524594582e+00 -5.163415088635665562e-01 -1.198226003853921223e-01 2.688904634685226891e-02 3.368871908307948665e-02 5.186454959358188441e-03 6.461507927837060181e-05 9.692749999999999977e-01 8.763090830312194303e+06 +2.306000000000000000e+03 -3.000629397277585486e+00 -1.249363441250438189e+00 -5.203302027179074196e-01 -1.683236624034512019e-01 -4.066283089608487000e-02 -1.047178473115336142e-02 -1.094064147846968886e-03 -8.315230289392768856e-06 -1.984950000000000048e-01 -3.287013424725562334e+06 +2.307000000000000000e+03 -2.800713981750127424e+00 -1.240237022641138331e+00 -5.691890948601623368e-01 -2.081044574653942714e-01 -3.885154342120984011e-02 8.029607106230898447e-03 2.950004952823311131e-03 3.462473439976147566e-05 4.940899999999999737e-01 -7.133999154192115180e+06 +2.308000000000000000e+03 -3.434768686372856372e+00 -1.562639927172969845e+00 -7.081857794739478962e-01 -2.387672166721623024e-01 -3.777797890276711479e-02 6.238482203649912960e-03 2.062515890678145829e-03 2.076719702650471643e-05 2.531909999999999994e-01 -1.926977106346809492e+07 +2.309000000000000000e+03 -2.744561163802627934e+00 -1.254998103608781168e+00 -5.821116419585448121e-01 -2.196890836452371210e-01 -6.413015321580513295e-02 -1.698364448539750257e-02 -1.424094033390412061e-03 -1.005843367363608086e-05 -1.200729999999999992e-01 -4.711256786759012379e+06 +2.310000000000000000e+03 -2.818646763852886483e+00 -1.313787916387488153e+00 -6.248871552838569654e-01 -2.403201396612001106e-01 -6.148274990315130001e-02 -3.262874561282198046e-03 3.659928446627502569e-03 1.229055845040272405e-04 8.701649999999999663e-01 -2.133112714186293539e+06 +2.311000000000000000e+03 -3.379413829274085845e+00 -1.688544430505297900e+00 -8.693338400636996255e-01 -3.688330262449067698e-01 -1.025832605665578240e-01 -1.139431511070755458e-02 1.081306743584242985e-03 1.370767912993748173e-05 3.568319999999999825e-01 -1.384961790344767831e+07 +2.312000000000000000e+03 -2.682001190448615180e+00 -1.257274760007740078e+00 -6.086761602905153001e-01 -2.481691413185748429e-01 -7.929936705790063822e-02 -2.060981393119293639e-02 -1.435323167229039061e-03 -1.376432081775095834e-05 -2.398299999999999876e-01 -1.988385515859581903e+07 +2.313000000000000000e+03 -2.823263618689121568e+00 -1.447122594795203998e+00 -7.780241561505406578e-01 -3.634091409363994218e-01 -1.286025386162123474e-01 -3.044694879848085928e-02 -1.268317188510609391e-03 -5.194945817294834898e-06 2.330430000000000001e-01 8.344528464552300051e+06 +2.314000000000000000e+03 -3.357974403642814742e+00 -1.687929269759704809e+00 -8.989945575126342403e-01 -4.255158291557632477e-01 -1.615986205683986876e-01 -4.375417883140401976e-02 -2.135182508743116870e-03 -6.429407807727853569e-06 -3.218900000000000233e-02 -1.073758840904667974e+07 +2.315000000000000000e+03 -3.296046908773385908e+00 -1.693912021491452258e+00 -9.305460444518937058e-01 -4.671778192470056323e-01 -1.999931120589034939e-01 -6.501374814365057375e-02 -4.301894355872011230e-03 -1.781783557147498926e-05 -2.987839999999999940e-01 -1.356751662910713442e+07 +2.316000000000000000e+03 -3.313670217659896444e+00 -1.756643553329086505e+00 -9.733426553715822660e-01 -4.692407574439957374e-01 -1.731661418010785047e-01 -4.277111912652274694e-02 -1.377200935697245679e-03 1.445001090009482817e-06 1.976999999999999869e-01 -1.465828585202364810e+07 +2.317000000000000000e+03 -3.028084530291029530e+00 -1.637307546377026579e+00 -9.341633171881241759e-01 -4.744869969783584440e-01 -1.925321552409153814e-01 -5.713387678540894632e-02 -3.958500691088905933e-03 -3.825870454925802447e-05 -5.608799999999999897e-02 4.258181811132305302e+06 +2.318000000000000000e+03 -2.686932118176547313e+00 -1.500160252776551184e+00 -8.762356512446184409e-01 -4.536166748884515876e-01 -1.854847319256797133e-01 -5.511850204921788648e-02 -4.509786242871086093e-03 -7.192986199926634067e-05 -3.640329999999999955e-01 -1.669159197197099030e+07 +2.319000000000000000e+03 -2.838249913679616654e+00 -1.608127543988778108e+00 -9.737369338826977749e-01 -5.412650410230318565e-01 -2.474038617116461336e-01 -8.078183938318497792e-02 -5.252997793144478615e-03 -2.264007578080394449e-05 -4.782900000000000346e-02 7.169295083457329310e+06 +2.320000000000000000e+03 -3.196674529164636347e+00 -1.820692494357329272e+00 -1.083686613599087689e+00 -5.700083950171611624e-01 -2.333787159647746634e-01 -6.521667570744048292e-02 -3.244796057296349401e-03 -1.177795661014443487e-05 5.365170000000000217e-01 2.695626132930155843e+07 +2.321000000000000000e+03 -3.007357287344136765e+00 -1.686954323899509944e+00 -1.028229981547673866e+00 -5.984133130615787444e-01 -3.145225400300898921e-01 -1.353867821734405508e-01 -1.769339908989302906e-02 -2.722735203863420501e-04 -2.137056999999999984e+00 1.001844161481430754e+07 +2.322000000000000000e+03 -2.491944424110182688e+00 -1.513109610564709939e+00 -9.412407262570259281e-01 -5.120330441871455696e-01 -2.134228192699023363e-01 -6.019596447126568384e-02 -3.216639653204831674e-03 -1.476434827000283948e-05 3.711699999999999999e-01 2.010022494105284661e+07 +2.323000000000000000e+03 -2.454514822521175699e+00 -1.521557454477208582e+00 -9.819399842225918773e-01 -5.661105478300652027e-01 -2.558227445516110254e-01 -8.003147699331049358e-02 -5.546916305349728835e-03 -5.111050835861270265e-05 1.041799999999999948e-01 2.191057502925072238e+07 +2.324000000000000000e+03 -2.440523018751308282e+00 -1.533001387000681559e+00 -1.008104773318369451e+00 -5.975343562236170580e-01 -2.799542590605196835e-01 -9.090088755051285718e-02 -6.572145329876369867e-03 -6.425955089594730465e-05 -5.461999999999999841e-03 2.106173035277771577e+07 +2.325000000000000000e+03 -2.748023476361621587e+00 -1.684586252394121964e+00 -1.103632715963564825e+00 -6.707892103511686743e-01 -3.422632888289764419e-01 -1.313656575089549028e-01 -1.352732756728479944e-02 -1.699825993241845727e-04 -1.606904000000000110e+00 -3.154467768634079397e+07 +2.326000000000000000e+03 -2.871989659457376831e+00 -1.785520367411465026e+00 -1.173692677424842401e+00 -7.081936488024495047e-01 -3.543248425113419975e-01 -1.321718995555518639e-01 -1.278075087900195153e-02 -1.430831043389012194e-04 -1.335382000000000069e+00 -2.362772510026042908e+07 +2.327000000000000000e+03 -2.523906809292969289e+00 -9.557081337064436966e-01 -2.831005356029358544e-01 3.710143268876835848e-02 1.097607494670097827e-01 6.347206385159646913e-02 7.385223684793052780e-03 6.353409623896118220e-05 1.299986000000000086e+00 1.127020419811589271e+07 +2.328000000000000000e+03 -2.521669615532501574e+00 -9.549190882538736158e-01 -2.834865550820553359e-01 3.581580429844701680e-02 1.082214989857479964e-01 6.245931526224315217e-02 7.222787929552505759e-03 6.137897548183618413e-05 1.279001000000000055e+00 1.181337371346431784e+07 +2.329000000000000000e+03 -2.523882486932628844e+00 -9.688393744033987343e-01 -3.320295186010477906e-01 -4.486549877315824247e-02 2.564035579582765040e-02 1.335642930303959121e-02 5.148435243128845215e-04 -7.878277316574865068e-06 1.597300000000000109e-02 -5.857776294160064310e+06 +2.330000000000000000e+03 -2.525171127988635078e+00 -9.724366065768552669e-01 -3.361560702873481188e-01 -4.831842706077264793e-02 2.385087440207255341e-02 1.300468284012586996e-02 5.791790105240500345e-04 -6.077897906300755668e-06 2.401299999999999962e-02 -6.526586080038648099e+06 +2.331000000000000000e+03 -2.542586048376264785e+00 -1.035354625521034189e+00 -4.005460023743901421e-01 -9.094082236249161066e-02 1.245137414711988688e-02 1.744550604132086291e-02 2.589993618565012215e-03 3.185166042755033174e-05 3.466960000000000042e-01 -1.011740264409318194e+07 +2.332000000000000000e+03 -2.682874933819082486e+00 -1.086714035898440400e+00 -4.192577242386577030e-01 -9.732577688363003299e-02 1.155491481234848308e-02 2.101552666934842356e-02 4.429246393284052424e-03 7.329837445138347640e-05 9.592429999999999568e-01 1.614215855213335901e+07 +2.333000000000000000e+03 -2.510498755948209926e+00 -1.060924345931522739e+00 -4.336929547501695015e-01 -1.074531920453687256e-01 2.150022867015934092e-02 3.675774261051623776e-02 8.253101301376259552e-03 1.357859818493273752e-04 1.426973999999999965e+00 -7.848178848853563890e+06 +2.334000000000000000e+03 -2.210505607176456166e+00 -8.897184389275295535e-01 -3.341943413358108850e-01 -7.833193429701042210e-02 -7.581969342187229108e-03 -1.917090127131560687e-03 9.131220413960747630e-05 1.763601216743471847e-05 1.789320000000000077e-01 6.266480410279763862e+06 +2.335000000000000000e+03 -2.553448625313887721e+00 -1.150599824407182892e+00 -5.239089153205210847e-01 -1.850275437604035900e-01 -3.629724514196391166e-02 2.283833664135761013e-03 1.542664967838809761e-03 1.080715174621656994e-05 2.667340000000000266e-01 -1.357909510990289971e+07 +2.336000000000000000e+03 -2.234990206996376294e+00 -9.258486165162157500e-01 -3.793819104946347109e-01 -1.281387326809589333e-01 -5.165715643918499661e-02 -2.877955544632877088e-02 -4.476589919909223017e-03 -5.724531849393420008e-05 -6.053610000000000380e-01 2.252787459793734364e+06 +2.337000000000000000e+03 -1.930083669299546889e+00 -8.797878922957936831e-01 -4.031951441659464841e-01 -1.436446537313624816e-01 -3.372530981407424744e-02 -6.944553627902558951e-03 -7.381666734026367735e-04 -2.887308860071006592e-06 1.060939999999999939e-01 1.665787639869632199e+07 +2.338000000000000000e+03 -2.513604954946151882e+00 -1.189275298201083686e+00 -5.861913594456645837e-01 -2.464415472045339006e-01 -8.294994720114363951e-02 -2.375220726677348959e-02 -1.954929386884266158e-03 -1.338507880229548569e-05 -1.727859999999999951e-01 -3.953116391946505755e+06 +2.339000000000000000e+03 -2.248746667606195349e+00 -1.101020805250329859e+00 -5.720675521832863097e-01 -2.725693523026670451e-01 -1.177635509124664859e-01 -4.319655183675906451e-02 -4.566020340361811279e-03 -5.981287496035478162e-05 -7.304640000000000022e-01 -2.841947330385196954e+07 +2.340000000000000000e+03 -2.471643978383221363e+00 -1.296124737967169871e+00 -6.893699211116183223e-01 -2.939971372831337026e-01 -7.606674038832783591e-02 -6.178895059391905677e-03 6.990726288531624866e-04 3.820621589685200277e-06 3.214839999999999920e-01 -2.541104691586815286e+06 +2.341000000000000000e+03 -2.286749670140395096e+00 -1.187726101553651104e+00 -6.503819658030151052e-01 -3.167615499282063762e-01 -1.243412618308575579e-01 -3.571942361740994276e-02 -2.175029108427036211e-03 -1.166332373036628341e-05 -9.056699999999999473e-02 -8.676836335213594139e+06 +2.342000000000000000e+03 -1.909329068137030516e+00 -9.625050757928445000e-01 -5.143693079872787566e-01 -2.441273577501791858e-01 -9.470420868237566792e-02 -2.821768461244791165e-02 -2.174945128646177221e-03 -2.044673464186561772e-05 -1.607389999999999930e-01 -8.252559076468316838e+06 +2.343000000000000000e+03 -1.770601328728511836e+00 -9.704420649049401160e-01 -5.836279628950332699e-01 -3.278908356817544223e-01 -1.512751947738897595e-01 -4.780056338720128223e-02 -2.721176770753079913e-03 -1.114575153126392331e-05 -1.246140000000000025e-01 -1.560544657224762626e+07 +2.344000000000000000e+03 -2.015766208541231563e+00 -1.114823802705313671e+00 -6.509581652856043510e-01 -3.424285711063078108e-01 -1.479993948713405894e-01 -4.675094378292891234e-02 -2.891819103273985617e-03 -1.112885782937668793e-05 -2.627900000000000028e-02 -1.763052422838540515e+06 +2.345000000000000000e+03 -2.427127113286557947e+00 -1.356819074918947932e+00 -8.150446209948035703e-01 -4.504937019064018111e-01 -2.044821847348936850e-01 -6.645275202354174182e-02 -4.556417879417242259e-03 -2.554412444301434258e-05 -1.922230000000000050e-01 -3.201329045979832765e+06 +2.346000000000000000e+03 -2.355228574112926410e+00 -1.370806260811362476e+00 -8.374493802653192320e-01 -4.615124453074011535e-01 -2.072776725929898756e-01 -6.748802251076879699e-02 -4.555944431484938197e-03 -2.222136871858937208e-05 -3.463399999999999812e-02 8.139791404004480690e+06 +2.347000000000000000e+03 -2.308168448113075311e+00 -1.394077532576661005e+00 -8.759208110085854315e-01 -4.942334264095865071e-01 -2.274558247963770485e-01 -8.073560458487198666e-02 -8.577864420169008242e-03 -1.279644458041269547e-04 -7.579799999999999871e-01 8.631854370401227847e+06 +2.348000000000000000e+03 -2.183861207412874261e+00 -1.318615508665762492e+00 -8.358269966927526218e-01 -4.794076781636220086e-01 -2.222284863831666957e-01 -7.559662094525362863e-02 -6.700806856797521076e-03 -7.236514582804212214e-05 -3.914449999999999874e-01 1.151004352811481617e+07 +2.349000000000000000e+03 -1.678587834996605022e+00 -1.071296055373066825e+00 -7.261948683754269052e-01 -4.484277263474506503e-01 -2.221324873930458910e-01 -7.775398895297350177e-02 -6.141320807109813470e-03 -4.804523446963463091e-05 -2.370289999999999897e-01 1.566907623396115005e+07 +2.350000000000000000e+03 -1.967300171436882961e+00 -1.240476727263990275e+00 -8.343630005045629128e-01 -5.321700821398632764e-01 -2.986257341210566407e-01 -1.334257195706722299e-01 -1.946382350050512508e-02 -4.365503323992647559e-04 -2.604797000000000029e+00 -2.568114286363152787e+06 +2.351000000000000000e+03 -1.882844251948278647e+00 -1.224128959002119155e+00 -8.466694518631650013e-01 -5.440192659285144616e-01 -2.926654526267228884e-01 -1.172347712784297530e-01 -1.172054887083418852e-02 -9.923312117581740348e-05 -1.510534999999999961e+00 -2.724247157506170124e+07 +2.352000000000000000e+03 -1.591354195581180742e+00 -1.088776601648128617e+00 -7.567646855724483590e-01 -4.693125460001965066e-01 -2.303192955379369522e-01 -8.032070839255475714e-02 -6.639562903466862849e-03 -5.258927388257064918e-05 -5.195140000000000313e-01 -1.462761706815229962e+06 +2.353000000000000000e+03 -1.344098754374373206e+00 -2.764718996013355579e-01 9.300358026309632486e-02 1.935820430979178774e-01 1.415033432562403382e-01 5.724576781443415502e-02 4.302667685188331023e-03 1.843139433649550161e-05 5.385349999999999859e-01 -2.261718818938910961e+06 +2.354000000000000000e+03 -1.360511225472713193e+00 -2.857131577888583074e-01 8.872980938384282534e-02 1.936257932786043245e-01 1.442334909377464558e-01 5.963832668095580408e-02 4.628623602670792724e-03 1.951709026296105239e-05 5.911459999999999493e-01 -2.410578837369918823e+06 +2.355000000000000000e+03 -1.492396290935099845e+00 -4.096871427639515173e-01 -1.428006035848867344e-02 1.227180309339126335e-01 1.104626029417862115e-01 5.060916295705916723e-02 4.279265260811926722e-03 1.849298022010171049e-05 5.877520000000000522e-01 1.447212308018934855e+05 +2.356000000000000000e+03 -1.951052650467835603e+00 -6.583348045619488165e-01 -1.326005146526773315e-01 8.573575153873130850e-02 1.031815262504525987e-01 4.731423887955982233e-02 3.926836869896128610e-03 1.783002840925175471e-05 6.610089999999999577e-01 1.011699462702520564e+07 +2.357000000000000000e+03 -1.344525225338210506e+00 -3.791491913669650660e-01 -2.951762980006581577e-02 8.865695870909559573e-02 7.345796392525993923e-02 2.521692199337893445e-02 4.821781027232919939e-04 -1.644289574939963129e-05 -2.171140000000000014e-01 -1.420532699296090566e+07 +2.358000000000000000e+03 -1.780950797531619223e+00 -6.551721461641929478e-01 -1.961357127889131469e-01 1.881879767507505657e-02 7.332823847530356431e-02 4.441366249510678155e-02 4.685215000426685983e-03 2.966749547122903634e-05 6.085199999999999498e-01 -8.092278626789214090e+06 +2.359000000000000000e+03 -1.586488206080648222e+00 -5.385268383213123178e-01 -1.409191522589695600e-01 2.066250155780150269e-02 5.021124745328858774e-02 2.856873480251074376e-02 2.925425913510085879e-03 1.573647975405785410e-05 4.630420000000000091e-01 7.807359934116284130e+05 +2.360000000000000000e+03 -1.962995392321384314e+00 -7.608199322116118157e-01 -2.800270824186629759e-01 -6.433221287190755977e-02 4.493998523837021419e-03 1.482187624275269761e-02 4.239838204213162987e-03 8.390435506193639700e-05 7.698390000000000510e-01 -7.955726765591133386e+06 +2.361000000000000000e+03 -1.430362951646546144e+00 -5.156805661609256131e-01 -1.728939805889974091e-01 -4.073700175122271089e-02 -1.555573569047522323e-02 -1.110902422085361003e-02 -1.668404118190759330e-03 -2.376617289434031975e-05 -1.331499999999999906e-01 6.268962818404825404e+06 +2.362000000000000000e+03 -1.602499052676716884e+00 -6.325654942695619898e-01 -2.251941796538212970e-01 -3.974438668150048065e-02 6.967072709049419374e-03 3.077430386135684547e-03 -3.666724371349808979e-04 -9.028392168912148814e-06 3.133500000000000174e-02 7.041829894496925175e+06 +2.363000000000000000e+03 -1.723616686562842393e+00 -7.777492370405422184e-01 -3.708395989882846688e-01 -1.541209477512833770e-01 -5.301778032349895725e-02 -1.504564579777599442e-02 -1.270741888823733508e-03 -1.534021410300106061e-05 -1.178740000000000065e-01 -6.628899907602318563e+06 +2.364000000000000000e+03 -1.759441562144771209e+00 -7.565957994241893081e-01 -3.602013218411301287e-01 -1.625143428513727561e-01 -6.835031345490782950e-02 -2.423605393683504056e-02 -2.054452043061614185e-03 -1.261856811939119015e-05 -2.049360000000000070e-01 -1.964811681756454986e+06 +2.365000000000000000e+03 -1.671258790176449072e+00 -8.066301315648127801e-01 -4.063190937566643068e-01 -1.773831585192949534e-01 -6.257736239297445602e-02 -1.586441790304507146e-02 -2.680212291119952865e-04 1.024195315563703649e-05 3.137619999999999854e-01 1.123760272833344154e+07 +2.366000000000000000e+03 -1.683817825354033682e+00 -7.353512588905604108e-01 -3.763030618184004528e-01 -2.187895189833411469e-01 -1.395481412133772192e-01 -6.581086283999119935e-02 -6.254167906934375402e-03 -3.937444609834678591e-05 -7.970509999999999540e-01 -1.239452458945820667e+07 +2.367000000000000000e+03 -1.711654852684652894e+00 -8.817854993458027479e-01 -4.792897414557988345e-01 -2.263484025410219536e-01 -7.904052289862416314e-02 -1.591696426636704520e-02 7.672507142836266321e-04 3.853330238274732571e-05 3.669089999999999852e-01 -2.148386136531721335e+06 +2.368000000000000000e+03 -1.215533618683087180e+00 -6.049150793536396398e-01 -3.276846562183945988e-01 -1.618030874246932371e-01 -6.580471799512919995e-02 -1.910162056375414377e-02 -8.822715018633768211e-04 -9.249824297865558917e-07 1.164749999999999952e-01 4.113600939698215108e+06 +2.369000000000000000e+03 -1.228439242499369310e+00 -6.958590275331351105e-01 -4.254965020973121570e-01 -2.344865829717551198e-01 -9.693101592894631802e-02 -2.336449372734634641e-02 -2.694828008148293587e-04 6.883916712098306558e-06 5.151719999999999633e-01 2.295735254151670262e+07 +2.370000000000000000e+03 -1.103433363644527043e+00 -6.202023404229355386e-01 -3.603133606810625666e-01 -1.707130642519297803e-01 -4.954647668208432554e-02 -5.263196395123666792e-03 4.196995181166444716e-04 3.346507876154980181e-06 2.165199999999999902e-01 2.153587385183329228e+06 +2.371000000000000000e+03 -1.638054061728701383e+00 -9.712806608136614894e-01 -6.149097745212087629e-01 -3.631898957578483245e-01 -1.868811916488559155e-01 -7.495578709480012203e-02 -7.889275477928312658e-03 -8.883198818333734028e-05 -7.389959999999999862e-01 7.759375815820517018e+06 +2.372000000000000000e+03 -1.623702969960422848e+00 -9.312706529496537211e-01 -5.954494191282547755e-01 -3.656588975285148813e-01 -1.902217250735393772e-01 -7.142426299171657222e-02 -6.167028799401941958e-03 -4.499185267298672536e-05 -5.988510000000000222e-01 -6.010144666739965789e+06 +2.373000000000000000e+03 -1.160516586567394315e+00 -8.158856420036011414e-01 -5.586218550379332681e-01 -3.322635889786407226e-01 -1.547769042745239243e-01 -5.187214929523619594e-02 -4.144966930991881605e-03 -3.411205298112542897e-05 -2.508279999999999954e-01 3.648153182614210527e+06 +2.374000000000000000e+03 -1.153642902077099741e+00 -7.303155016335568517e-01 -4.832729216315354015e-01 -2.929419844207843959e-01 -1.471008495536031968e-01 -5.478574235070953619e-02 -5.032466452036748507e-03 -4.138280401860985311e-05 -4.552080000000000015e-01 1.933005097974611446e+06 +2.375000000000000000e+03 -8.992483590324128473e-01 -6.756486173191487143e-01 -4.904785362493209733e-01 -3.096209113054233519e-01 -1.539437030422449171e-01 -5.771929634017238658e-02 -6.750319067327782523e-03 -1.039056616039677665e-04 -8.175820000000000309e-01 -1.169307326264346251e+06 +2.376000000000000000e+03 -1.550473806189906156e+00 -1.056521508129111497e+00 -7.254892608979198743e-01 -4.345269204568489307e-01 -1.961705260153160657e-01 -5.874294672326972611e-02 -3.334219934878640025e-03 -1.281236383008365532e-05 9.868100000000000482e-02 1.007871659680827707e+07 +2.377000000000000000e+03 -8.321151390594700992e-01 -6.626122789678271507e-01 -5.339551514671586618e-01 -3.864482002726046805e-01 -2.125513130642106840e-01 -7.372092994386091058e-02 -4.625119568355904459e-03 -1.953635504176821962e-05 -3.947800000000000198e-01 -2.282304469051842019e+07 +2.378000000000000000e+03 -1.547376443896614218e+00 -1.071106821521767616e+00 -7.477019188984289633e-01 -4.607550696044734329e-01 -2.193723422752741070e-01 -7.126207665954664705e-02 -4.796583430516542651e-03 -2.495019109258654139e-05 -1.030080000000000023e-01 8.829656024227248505e+06 +2.379000000000000000e+03 -7.401789381373178323e-01 -8.126430379764182366e-02 1.459845627902552068e-01 2.037816199721173838e-01 1.478980255953523948e-01 5.987756975418027233e-02 4.322646170250074756e-03 2.013177562243037487e-05 3.620459999999999789e-01 -3.166698114713564981e+06 +2.380000000000000000e+03 -7.471818167524171272e-01 -1.563075918774994022e-01 9.067399693007741068e-02 1.975270520166838017e-01 1.934450773858443495e-01 1.184522189753628996e-01 2.097141572028815917e-02 4.269483582128771318e-04 3.192898000000000014e+00 -2.024937474371216446e+07 +2.381000000000000000e+03 -8.247728790516715147e-01 -1.821592302193724699e-01 5.282922168494730286e-02 1.324859875709921142e-01 1.115793073255168383e-01 5.176440168958787447e-02 4.631634938448093465e-03 3.381287336055188876e-05 6.677859999999999907e-01 1.037318385960915312e+07 +2.382000000000000000e+03 -8.984124661991905736e-01 -1.742330262683938202e-01 5.720530807901598458e-02 1.094902333218974871e-01 6.994350975167547280e-02 2.236323379499453520e-02 8.934544458150064537e-04 -9.252056852690555972e-07 1.755009999999999903e-01 1.482182113145480677e+07 +2.383000000000000000e+03 -5.575043298868798125e-01 -1.226381418483270397e-01 5.260344564627963265e-02 1.289303777344769364e-01 1.252532642501756888e-01 7.245537334265854390e-02 1.176339939902287107e-02 2.415702218476219849e-04 1.815547999999999940e+00 -1.796386069831098197e+06 +2.384000000000000000e+03 -6.318736678691929676e-01 -1.951492828827327553e-01 -2.835777282046029590e-03 9.574482772509704254e-02 1.175488193991308938e-01 7.754301456170206719e-02 1.256896523084164753e-02 1.791815793749179056e-04 2.063410999999999884e+00 2.257469324683102779e+06 +2.385000000000000000e+03 -7.555698818244100945e-01 -2.751322123903781613e-01 -6.239966273766959365e-02 4.536804170871025499e-02 7.152439182846655197e-02 4.263479178255517171e-02 4.717266018637697629e-03 3.684042091545142563e-05 6.078670000000000462e-01 -3.412168359935788903e+06 +2.386000000000000000e+03 -7.468167257352857913e-01 -2.161328812924787623e-01 -3.982691353932993339e-02 1.668775732497049247e-02 2.100913613844773362e-02 1.236546774343424623e-02 1.389485669106352338e-03 3.522353403052726949e-06 4.002609999999999779e-01 1.338422281970313750e+07 +2.387000000000000000e+03 -5.307467259423019890e-01 -1.769528677567384634e-01 -3.495787299487686239e-02 1.175010149148632971e-02 2.311091392340753128e-03 -7.765229901302847688e-03 -2.069021434451141176e-03 -2.683358972806120665e-05 -1.887469999999999981e-01 1.436341159883200005e+07 +2.388000000000000000e+03 -8.321364164137634578e-01 -3.365227563457424131e-01 -1.247795924340564522e-01 -2.526732257524322983e-02 2.920848364544382288e-04 -3.589120110351706402e-03 -2.126612422730580956e-03 -4.429549334508229728e-05 -4.166050000000000031e-01 6.772539356333732139e+05 +2.389000000000000000e+03 -7.135078720377709960e-01 -3.506966137789558347e-01 -1.885259365495076944e-01 -9.417864808721765346e-02 -4.056734509022076607e-02 -1.172103678877093116e-02 -3.239418480837091157e-04 1.815972156323169606e-06 2.946540000000000270e-01 1.436221232803839818e+07 +2.390000000000000000e+03 -4.657415530737228360e-01 -2.251093942168291562e-01 -1.017984795927161651e-01 -2.106352355095766210e-02 1.832781816202103467e-02 1.837541796286082038e-02 3.051187933175469099e-03 4.520191630230600680e-05 5.747379999999999711e-01 7.578423073376469314e+06 +2.391000000000000000e+03 -3.120941271475565215e-01 -1.539133911533233368e-01 -9.670947220651306131e-02 -5.930065022557631099e-02 -2.646831325091898376e-02 -5.628799011347221208e-03 8.179266158431286243e-04 3.675545570754354890e-05 1.274019999999999875e-01 -9.419976982356891036e+06 +2.392000000000000000e+03 -2.393322385829868559e-01 -1.465528280589875887e-01 -1.095073808552822769e-01 -8.834208652522944349e-02 -6.456860986391961543e-02 -3.267348223910704341e-02 -3.863175086558160321e-03 -4.076696381943427936e-05 -5.256380000000000496e-01 -1.784602776360211661e+06 +2.393000000000000000e+03 -3.355334203077692257e-01 -2.480117672823717867e-01 -1.803459264499699677e-01 -1.156364646335557161e-01 -6.133045796497173935e-02 -2.557476654803129967e-02 -2.807823865986809695e-03 -2.482711744552577234e-05 -3.212550000000000128e-01 3.240712478285284713e+06 +2.394000000000000000e+03 -7.385058818040649564e-01 -4.402526932447355934e-01 -2.815341688120736596e-01 -1.700431735637001340e-01 -9.572001669595893436e-02 -4.771139922531784927e-02 -7.807519558756654404e-03 -1.455200951655548553e-04 -1.307590999999999948e+00 -1.397834235651527531e+07 +2.395000000000000000e+03 -4.445404510203241899e-01 -4.018100074254010168e-01 -3.251125084037329027e-01 -2.220319314433217561e-01 -1.135943744419108531e-01 -3.921518160358634236e-02 -2.826314992277385602e-03 -1.805392715336607979e-05 -4.191829999999999723e-01 -2.119390618590020388e+07 +2.396000000000000000e+03 -4.786499282740230843e-01 -3.446295263708294976e-01 -2.607718717204111081e-01 -1.948719662836263522e-01 -1.388116485210196260e-01 -7.617478788013498647e-02 -1.082065000800877357e-02 -1.486568846373786989e-04 -1.507803999999999922e+00 5.350200329126730561e+06 +2.397000000000000000e+03 -5.903187848604140031e-01 -5.429719472464709096e-01 -4.394552120235878379e-01 -3.046834720353786552e-01 -1.657432278653473146e-01 -6.358264692043948119e-02 -5.395440814182634985e-03 -3.505716990310043878e-05 -8.059039999999999537e-01 -2.887180887034546211e+07 +2.398000000000000000e+03 -6.159557410142535439e-01 -4.807832227631924638e-01 -3.901551711359623753e-01 -2.932543820172966442e-01 -1.764131480698224175e-01 -7.295276707924545911e-02 -7.607576699421913190e-03 -8.461145886794463865e-05 -9.218809999999999505e-01 -5.520106400166309439e+06 +2.399000000000000000e+03 -6.577455862170380474e-01 -5.476999568961884446e-01 -4.772907175837244886e-01 -3.880122109712868528e-01 -2.554378182129536379e-01 -1.130918292684025273e-01 -1.169935908297325793e-02 -1.269621215822798292e-04 -1.454442999999999930e+00 -1.562358878285934217e+07 +2.400000000000000000e+03 -3.433205712802462894e-01 -4.215196013393071039e-01 -4.010294689868519891e-01 -3.116975327605076007e-01 -1.749806975622821004e-01 -6.338695729027428449e-02 -5.226672189811842374e-03 -4.529166718158384862e-05 -3.845239999999999769e-01 1.057371912169819511e+07 +2.401000000000000000e+03 -9.090722582726108725e-02 2.827424930798917435e-01 3.723620239992856962e-01 3.510247645453171139e-01 2.411954385502367293e-01 1.039344857373225156e-01 9.466139224055153054e-03 7.817261940309422764e-05 1.070356000000000085e+00 3.753120920615918934e+06 +2.402000000000000000e+03 -1.421844470250958059e-01 2.513525450948886353e-01 3.569052569283961973e-01 3.476823559688089760e-01 2.437043694337119593e-01 1.063732621218344138e-01 9.915759928803431419e-03 8.707754515211319629e-05 1.130945000000000089e+00 3.116464952727989759e+06 +2.403000000000000000e+03 8.751512452138225651e-02 3.367329565854091378e-01 3.780805597394117923e-01 3.348266267272135277e-01 2.354417121900214960e-01 1.196512165959609658e-01 1.737839384678675075e-02 2.995694305764932605e-04 2.640530000000000044e+00 1.886447503965978976e+06 +2.404000000000000000e+03 -2.763809361177625712e-02 3.069240078262018279e-01 3.724414963244839227e-01 3.356329755557428407e-01 2.221073446143574659e-01 9.195838703029007855e-02 7.562272664005284875e-03 4.745853818735929386e-05 7.854360000000000230e-01 4.807243930914881639e+06 +2.405000000000000000e+03 -9.847917631645516923e-02 2.015324155237370185e-01 2.543119882478753202e-01 2.228472348827916227e-01 1.443111110069378589e-01 6.351401916634098754e-02 6.530337690006995759e-03 2.807682727785226423e-05 9.147950000000000248e-01 3.181484713242321741e+06 +2.406000000000000000e+03 -2.589465999309430444e-01 1.141422243321652819e-01 2.377052081472917355e-01 2.509910713477840338e-01 1.795036671782618831e-01 7.976427552985827785e-02 7.410386050076390660e-03 5.677464522821683908e-05 6.973780000000000534e-01 -1.540261453556970879e+07 +2.407000000000000000e+03 2.785447771519092980e-02 2.191654097537198143e-01 2.630862510605908589e-01 2.439071804232438856e-01 1.743424389925537221e-01 8.411159421392704061e-02 9.646039646211223770e-03 1.124535913717279837e-04 1.395346999999999893e+00 1.010012464896379039e+07 +2.408000000000000000e+03 1.800088037017942288e-01 2.122205084651231921e-01 2.253753544597730252e-01 2.259158832880754919e-01 1.916801960638375713e-01 1.118899751320910074e-01 1.827934660141214071e-02 3.709638674417584841e-04 2.725935999999999915e+00 -4.044008210803725291e+06 +2.409000000000000000e+03 1.278548255826298108e-01 1.773533329732522035e-01 1.822638668910121218e-01 1.577413429640084075e-01 1.090207456748632925e-01 5.161724955802889092e-02 5.448794776481589823e-03 4.721538799364968808e-05 6.983129999999999615e-01 2.513817279713747092e+06 +2.410000000000000000e+03 3.115899416919948872e-01 3.017288755930410127e-01 2.643570401755067079e-01 2.026544909783001558e-01 1.226220466100475665e-01 5.050624973808518631e-02 4.987251396977789887e-03 5.579000697745465818e-05 6.314549999999999885e-01 1.149637469359842129e+07 +2.411000000000000000e+03 4.093706934882068715e-01 3.027593908456792660e-01 2.093598890026183990e-01 1.310558457898517160e-01 7.291174477094022888e-02 3.148231296997766604e-02 3.301633701893961353e-03 3.483497730586247048e-05 3.338269999999999849e-01 -4.463013940436182544e+06 +2.412000000000000000e+03 2.914517977371884894e-01 2.148763123575172240e-01 1.621705247922305970e-01 1.134830750573911501e-01 6.646660723538218296e-02 2.755281405088510702e-02 2.443579235201891360e-03 1.485068703315826624e-05 2.785239999999999938e-01 3.103206962319860701e+06 +2.413000000000000000e+03 1.790826643809536045e-01 1.243375812148433540e-01 1.055804414051599860e-01 9.877504900929773290e-02 8.195672312831775441e-02 4.288555672695164300e-02 4.447373316467068821e-03 2.858253151011925768e-05 5.550690000000000346e-01 3.743913605581215583e+06 +2.414000000000000000e+03 -1.032936614253833763e-01 1.749798583508581362e-02 2.356603748700246068e-02 -1.345833616566670561e-02 -5.098647057457055681e-02 -4.702787514421607334e-02 -9.904453674816342257e-03 -1.855458168002438013e-04 -1.583865999999999996e+00 8.041508965230488218e+06 +2.415000000000000000e+03 3.661791113579358492e-01 1.834243721923837223e-01 6.526704204175629020e-02 -6.561581583921029075e-03 -2.369099619046426131e-02 -9.925363658798862232e-03 4.721611197219496609e-04 3.338580359126551070e-05 1.245330000000000048e-01 -3.155345867139860988e+06 +2.416000000000000000e+03 1.779281962487894997e-01 6.417955396033267479e-02 1.614508484057935664e-02 -1.069832559970397556e-02 -2.818917327287245866e-02 -2.801733358445854596e-02 -6.113675567643866646e-03 -1.136717499422329101e-04 -1.022977999999999943e+00 8.447490740242680535e+06 +2.417000000000000000e+03 1.061988338429963319e-01 -3.150274399534624958e-02 -6.675674315033416906e-02 -5.674741104420297222e-02 -2.722136052543035201e-02 -7.583628453838319600e-03 -4.773865708142864626e-04 -3.225741404472292590e-06 1.911200000000000052e-02 6.010224584830241278e+06 +2.418000000000000000e+03 -1.932811633073262814e-02 -9.504911806222332560e-02 -1.064297342423029258e-01 -8.778488195563392826e-02 -5.166266224877746893e-02 -1.900512365901372083e-02 -1.149663303740710955e-03 -2.730507970465985175e-07 -1.395399999999999974e-01 -9.359456938902417198e+06 +2.419000000000000000e+03 1.802557481465876799e-01 -5.423792680618579748e-02 -1.349886334854441261e-01 -1.382956932471914313e-01 -8.381690007998647551e-02 -2.552077761949571658e-02 -3.824375817712725387e-05 2.036309159406824175e-05 1.736590000000000078e-01 -9.898173933029593900e+06 +2.420000000000000000e+03 3.676251386126038190e-01 8.349390695674187290e-02 -2.369350533815148957e-02 -7.079131171707189751e-02 -7.566555219721451953e-02 -4.617867462211894258e-02 -6.341002753519532457e-03 -6.468224117790593588e-05 -9.471230000000000482e-01 -3.021826864255367545e+05 +2.421000000000000000e+03 4.744331891856055083e-01 7.430275277920976584e-02 -7.349567138946608291e-02 -1.303231664142943669e-01 -1.144262293638237532e-01 -5.748568713100465910e-02 -6.271011604619298151e-03 -5.535448827385344343e-05 -8.366949999999999665e-01 -2.901844675753411837e+06 +2.422000000000000000e+03 3.416991267829782020e-01 2.208781254515128703e-02 -9.877082498236972041e-02 -1.445519051149539158e-01 -1.301543786553849558e-01 -7.376703482621090047e-02 -1.062269309266921508e-02 -1.538252448226864685e-04 -1.504564000000000012e+00 7.258673240622929297e+06 +2.423000000000000000e+03 2.947762765625345782e-01 -8.459683663399249209e-02 -1.976143262492026931e-01 -2.053724069280331299e-01 -1.403089129773868737e-01 -5.824676791188691111e-02 -4.853232947406665998e-03 -3.069242353142662187e-05 -5.372109999999999941e-01 -5.706050557911206968e+06 +2.424000000000000000e+03 3.401597830106857789e-01 -5.501013214061601514e-02 -1.795357289897088482e-01 -1.959697147773525883e-01 -1.365544668946680473e-01 -5.734692055719421006e-02 -4.865786804060418490e-03 -3.210728101735428689e-05 -5.400000000000000355e-01 -4.344735309300859459e+06 +2.425000000000000000e+03 7.483239815822457786e-01 1.217983520071737047e-01 -1.174277294362453261e-01 -1.979851447102494166e-01 -1.613637168053188853e-01 -7.633107782797544927e-02 -8.098400234184234894e-03 -9.281492577577203802e-05 -8.604549999999999699e-01 1.952729937796996906e+07 +2.426000000000000000e+03 7.401474467822326542e-01 1.253022316726496166e-01 -1.119810149331008226e-01 -1.940251165816657408e-01 -1.587562319341314643e-01 -7.372028318853598994e-02 -7.023730386948890195e-03 -5.654778849808882207e-05 -6.515499999999999625e-01 2.059600455256352946e+07 +2.427000000000000000e+03 5.671442140157160194e-01 5.808319315010772588e-01 5.144361799685498449e-01 3.884791380420982709e-01 2.207756727411836484e-01 8.354654095222915910e-02 7.273730350946515724e-03 5.831536535659274435e-05 4.252639999999999754e-01 -3.103199652463508397e+07 +2.428000000000000000e+03 5.879864174501397978e-01 5.944207059439656771e-01 5.231548676631214700e-01 3.942507676134155425e-01 2.254257819495795456e-01 8.699412833645829568e-02 8.054775253798690526e-03 7.345712998541283957e-05 5.665710000000000468e-01 -3.033471908557209000e+07 +2.429000000000000000e+03 6.387864837077757985e-01 5.603992432268487534e-01 4.642476306472767544e-01 3.390621627113803438e-01 1.976920709849141200e-01 8.431046299807461175e-02 1.025117160298924350e-02 1.508278609980117898e-04 1.533519000000000077e+00 1.798866945315859094e+07 +2.430000000000000000e+03 4.825059963528687268e-01 5.129147666551676643e-01 4.605440478499283063e-01 3.474213474193588169e-01 1.919706171754960999e-01 6.755113661777319145e-02 4.738301022046895010e-03 2.414253305455150520e-05 3.665199999999999708e-02 -2.983808961578669772e+07 +2.431000000000000000e+03 4.622338199934261094e-01 4.140217203205329710e-01 3.491590914182869931e-01 2.702126221800312811e-01 1.830292828206891986e-01 9.510207580106927461e-02 1.374911322652104528e-02 2.017487942141438803e-04 2.069150000000000045e+00 1.270717840113000479e+06 +2.432000000000000000e+03 6.454482040263708198e-01 5.764612839251720411e-01 4.544085272251691121e-01 2.989105924765599331e-01 1.411719313745584126e-01 4.010421398443870383e-02 1.273995066643284196e-03 -9.035117887740507848e-06 -1.029240000000000016e-01 8.094494654062511399e+06 +2.433000000000000000e+03 1.249499372228701555e+00 7.792463145068129204e-01 5.217161810580837056e-01 3.273670668906134562e-01 1.727236790752539053e-01 6.559467656887900400e-02 5.298411295176928305e-03 2.921010444324095482e-05 3.931439999999999935e-01 -3.720673427340964321e+06 +2.434000000000000000e+03 4.662408583914926519e-01 4.412480205403479516e-01 3.520793453172117449e-01 2.398253786904666618e-01 1.255927432254872744e-01 4.251294215192750331e-02 2.671598946672263004e-03 1.665537219668507195e-05 2.997389999999999777e-01 2.379619969073225185e+07 +2.435000000000000000e+03 1.136927607619626190e+00 6.789542446852854241e-01 4.479841112364067457e-01 2.829252467042341346e-01 1.466773173879864223e-01 5.300798445557456523e-02 5.185058579301351014e-03 6.735836186865117492e-05 7.055169999999999497e-01 2.325072209431893378e+07 +2.436000000000000000e+03 6.332244266558667567e-01 4.265698929139952744e-01 2.860427141793929207e-01 1.597074745937217821e-01 5.726149364420438787e-02 8.006340048419506930e-03 -5.527505079322818111e-04 -4.012028425249317336e-06 -2.653960000000000208e-01 1.750954443628133042e+06 +2.437000000000000000e+03 8.250300751902293062e-01 4.710303858672957311e-01 2.897575465678168261e-01 1.656597305283491472e-01 7.642671091589602062e-02 2.204349790622686309e-02 4.295302810311339269e-04 -1.307704949074697047e-05 3.013100000000000153e-02 2.365901292524427921e+07 +2.438000000000000000e+03 6.353314000857783750e-01 3.835648705578169060e-01 2.529214308278913692e-01 1.583725270582954647e-01 8.585382332089119828e-02 3.604782632444862578e-02 4.041460537241208309e-03 5.087684843063711892e-05 6.294009999999999883e-01 1.167228234857948869e+07 +2.439000000000000000e+03 1.026120426352656212e+00 5.417609606029518687e-01 2.795608064026364747e-01 1.051685276242320805e-01 1.274635179975704483e-02 -8.360166152432905312e-03 -1.433875032584064390e-03 -8.522429621898060446e-06 -6.844090000000000451e-01 -3.816615948713735491e+07 +2.440000000000000000e+03 8.702691085722361608e-01 4.120345521203286898e-01 2.068355996055989965e-01 9.064486496055454423e-02 3.400787729122300984e-02 1.351155430480447533e-02 2.382065699759257100e-03 4.257933013674345687e-05 4.462289999999999868e-01 8.502482502607129514e+06 +2.441000000000000000e+03 7.379438905661699355e-01 2.406644353189561769e-01 8.081064517604544251e-02 4.109238466471605566e-02 4.695228240125024627e-02 3.680775764789639970e-02 7.149361812680468838e-03 1.485907276369535508e-04 1.100692000000000004e+00 -1.548407937621359248e+06 +2.442000000000000000e+03 1.291994920963371873e+00 5.688004481797853673e-01 2.678839979812545069e-01 1.157319189197106996e-01 5.153306981454123387e-02 2.279714024461702501e-02 2.171159236110080035e-03 7.798461400657356556e-06 3.018239999999999812e-01 5.279103757433274761e+06 +2.443000000000000000e+03 1.169944520659078613e+00 5.320893043232086672e-01 2.110796995788966623e-01 1.490751814525301949e-02 -6.531187921237407989e-02 -5.235906005469719710e-02 -8.758403005582270431e-03 -1.427356403985749163e-04 -1.429851999999999901e+00 -1.552260653685663594e+06 +2.444000000000000000e+03 9.091085006214871811e-01 2.871614704960577802e-01 7.389921842759024362e-02 2.398818792629514585e-04 -5.169802197963295314e-03 2.620222933244995348e-03 1.313821658341005148e-03 1.886070787630310215e-05 3.227650000000000241e-01 6.758628037943810225e+06 +2.445000000000000000e+03 1.123350725383412296e+00 3.978220365305019102e-01 1.179686803949559076e-01 -4.630487616261436817e-03 -3.721229887216479654e-02 -2.883584902984440146e-02 -6.328626504246186862e-03 -1.526380559774947457e-04 -1.054140999999999995e+00 4.265328500446055084e+06 +2.446000000000000000e+03 1.030878404865180231e+00 3.966348841108537360e-01 1.026521954297753836e-01 -5.550581874145519429e-02 -9.521015066978946728e-02 -5.644496657765810110e-02 -7.094868130800914205e-03 -8.098664458788770476e-05 -8.578480000000000549e-01 1.553466382058024220e+07 +2.447000000000000000e+03 9.043667874277738772e-01 2.223695193105553469e-01 -4.988597304680550404e-02 -1.435293936725395014e-01 -1.078733432107526063e-01 -3.771890801016236638e-02 -1.304624217045715490e-03 6.975802515954501206e-06 1.124200000000000026e-02 -3.743980505299171899e+06 +2.448000000000000000e+03 1.381805414741684501e+00 4.773724050090814575e-01 1.269012705923363571e-01 -1.896615388415818712e-02 -4.750442882998357624e-02 -3.188279920606323925e-02 -5.998170779152683062e-03 -1.129301825657727661e-04 -1.041350999999999916e+00 2.474195311435062904e+06 +2.449000000000000000e+03 1.542593605537617707e+00 5.645289712333919629e-01 1.269621346027726694e-01 -8.874806965785622670e-02 -1.344418151220108104e-01 -8.294892012222918054e-02 -1.247782306928262031e-02 -1.942300571563727765e-04 -1.974792000000000103e+00 1.848717369864183944e+06 +2.450000000000000000e+03 1.299554063466555220e+00 4.063982288406081667e-01 4.816363592765302709e-02 -9.829839275850181524e-02 -1.005121583846308037e-01 -4.813940952948852353e-02 -5.406541553596727438e-03 -6.658282135246223359e-05 -8.717059999999999809e-01 -9.106099751137997955e+06 +2.451000000000000000e+03 1.310341108203822102e+00 3.917000704981791759e-01 1.429939396386974669e-02 -1.531837464168494811e-01 -1.692696146405361368e-01 -9.875534974021103751e-02 -1.423637609864781585e-02 -2.161009767238537274e-04 -2.256925999999999988e+00 -6.072764287608381361e+06 +2.452000000000000000e+03 1.235328680749256280e+00 2.637196114314396822e-01 -9.551863812189181902e-02 -2.048558577491337573e-01 -1.569648021979615782e-01 -6.696448632239386523e-02 -5.618781932382820900e-03 -3.197538571069769990e-05 -7.974459999999999882e-01 -5.132967237431704998e+06 +2.453000000000000000e+03 1.167591300608453508e+00 8.418200627488030552e-01 6.325496066683328200e-01 4.355600000519887494e-01 2.395433964118498515e-01 9.027715397866327429e-02 7.397929361687826527e-03 4.694192836291275893e-05 8.375270000000000215e-01 2.236371647679879889e+07 +2.454000000000000000e+03 1.775655322137297265e+00 1.131657238901497387e+00 7.660838913112060222e-01 4.868442730618102732e-01 2.665551351625424781e-01 1.108853529500348628e-01 1.225813588909720024e-02 1.609114278154686706e-04 1.334832999999999936e+00 -7.877050286561588757e+06 +2.455000000000000000e+03 1.490363485870588756e+00 9.615331905502991772e-01 6.608302969474769695e-01 4.250561979336825447e-01 2.305186621120183521e-01 9.134111568055168495e-02 8.564440082640723678e-03 7.739451767287019892e-05 9.513709999999999667e-01 1.015626560206816904e+07 +2.456000000000000000e+03 1.591217123637317155e+00 9.740223387154997026e-01 6.365833025133040834e-01 3.926021817060160179e-01 2.135314678023033930e-01 9.086229127695438779e-02 1.001435352137408988e-02 1.004195620147651727e-04 1.188628000000000018e+00 -2.014607245168609312e+06 +2.457000000000000000e+03 1.746625445099538432e+00 1.082356320473358613e+00 6.917269699388929327e-01 4.056664912164464343e-01 2.092068385830967159e-01 8.708719659710066618e-02 9.521790972712156076e-03 9.300201703036214821e-05 1.475789000000000017e+00 3.421244629917313159e+07 +2.458000000000000000e+03 1.555413195290372030e+00 8.729330771209385942e-01 5.686591707221978487e-01 3.737931820046668796e-01 2.203971838675068406e-01 9.444757510003981560e-02 9.053326708759664235e-03 6.827498669254735927e-05 1.108133000000000035e+00 1.596034749027969316e+07 +2.459000000000000000e+03 1.855578359475994921e+00 1.087059941901059146e+00 6.840429773955449821e-01 3.950342096272396741e-01 1.891955610328196480e-01 6.980183719410024135e-02 7.511615848277098002e-03 1.004222720253163570e-04 9.354109999999999925e-01 1.458765001164572500e+07 +2.460000000000000000e+03 1.793565048683484875e+00 9.766866680289877367e-01 5.663751246893945490e-01 2.848011673257802023e-01 9.860890101457470136e-02 1.480030923745953748e-02 -1.681358966455493310e-03 -4.256148192112177095e-05 -7.036029999999999784e-01 -5.677719006312453188e+06 +2.461000000000000000e+03 1.834697152009128196e+00 1.040514645210596667e+00 6.189753255676616606e-01 3.269832810205436924e-01 1.368680161640987714e-01 4.159889013953354392e-02 2.817654082723438074e-03 1.625101957936222083e-05 -2.071500000000000077e-02 -1.085056604200290702e+07 +2.462000000000000000e+03 1.679656616504314082e+00 9.250882654107123182e-01 5.255052973921715553e-01 2.523017541455548352e-01 8.243874965405768862e-02 1.251088988697470622e-02 -7.052607629498406543e-04 -1.227735901902925574e-05 -4.609150000000000191e-01 -4.804286775100116618e+06 +2.463000000000000000e+03 1.644709989679753681e+00 8.530261102098568582e-01 4.737556689549015654e-01 2.383571566175616829e-01 9.809252688085487448e-02 2.899560084578465396e-02 1.377414850421248161e-03 -8.346751096549388023e-06 -3.767909999999999870e-01 -3.211637423917420581e+07 +2.464000000000000000e+03 1.834239388265221482e+00 9.129113646505652158e-01 4.665942142456478425e-01 1.982428033195496320e-01 5.771880926641104886e-02 7.034243131215264268e-03 -1.116435590375877349e-03 -2.155333375370828292e-05 -2.525339999999999807e-01 1.669301449950552918e+07 +2.465000000000000000e+03 1.511410509239349498e+00 7.868188434835707845e-01 4.011623517327549959e-01 1.502742786828250299e-01 2.244432704599600217e-02 -6.682451298609711453e-03 -1.462496475944873118e-03 -1.419899863674752145e-05 -2.945200000000000040e-01 2.174757417671224568e+06 +2.466000000000000000e+03 1.936385126713595195e+00 9.102928666581968642e-01 4.406216729319699654e-01 1.835078285513785934e-01 7.158857487440176137e-02 3.227114762004377330e-02 5.118316002851792945e-03 6.680771121194503551e-05 9.427339999999999609e-01 1.684075819113216922e+07 +2.467000000000000000e+03 1.866365866905473236e+00 8.095218275359665761e-01 3.670317820108515150e-01 1.465144623549391456e-01 5.632229921378338611e-02 2.408326186897327345e-02 3.739009072129477907e-03 5.001065223335283440e-05 6.311280000000000223e-01 8.577441232288084924e+06 +2.468000000000000000e+03 1.895427100277856658e+00 8.327587224475415661e-01 3.495293413626628931e-01 9.265270358309043996e-02 -1.387067635381645375e-03 -9.291310724445032282e-03 -1.326965507409853546e-03 -1.614955284129154859e-05 -1.059530000000000055e-01 1.365739105235895328e+07 +2.469000000000000000e+03 2.293016514823454255e+00 9.599477738447503850e-01 4.244674425177213384e-01 1.803092295011462787e-01 9.635873308408336724e-02 5.789236562643980399e-02 1.182637197195228994e-02 2.758202243955102284e-04 1.755090000000000039e+00 -1.205269146677100845e+07 +2.470000000000000000e+03 2.108324299460024864e+00 8.045107704995819731e-01 2.948508355149301874e-01 7.657008076925546358e-02 2.446765955354768957e-02 2.155715198155164908e-02 6.595448615091722630e-03 1.832663928349250067e-04 1.104085999999999901e+00 2.421753847475916264e+05 +2.471000000000000000e+03 1.674733106797420934e+00 6.194307510861316590e-01 1.909869126335438372e-01 1.706747097436485741e-03 -3.180550311654856133e-02 -8.708448771919691939e-03 1.175005986895585885e-03 2.520818594049524294e-05 3.214469999999999827e-01 6.697578396384400548e+05 +2.472000000000000000e+03 1.690582048843908503e+00 6.163179884759971694e-01 1.494179311709026292e-01 -6.055522769395615956e-02 -8.538232020987258919e-02 -3.913994611108071592e-02 -3.817664643180695896e-03 -4.361292310048486029e-05 -5.587820000000000009e-01 -5.806952301834840328e+05 +2.473000000000000000e+03 2.147077453376152967e+00 8.085803407190322867e-01 2.864589225530957406e-01 5.996092824641294922e-02 3.645746774118724691e-05 -2.989336971006293156e-03 -1.029571990050929435e-03 -3.670530684581901231e-05 -2.730199999999999849e-01 -5.813579529163157567e+06 +2.474000000000000000e+03 2.277422167815578380e+00 8.619166024382456381e-01 2.701410287454331649e-01 -4.544870277215669156e-03 -7.296550453107912559e-02 -4.781332730975164369e-02 -7.570153106284791336e-03 -1.201719952965774534e-04 -1.325020000000000087e+00 -6.992330165746397339e+06 +2.475000000000000000e+03 1.824111790767334318e+00 6.221507899003668740e-01 1.202110238390993180e-01 -1.052453487755603823e-01 -1.408802340598733216e-01 -8.238095179186440131e-02 -1.117397055906937248e-02 -1.326543425080336342e-04 -1.652627999999999986e+00 1.334793383438355289e+07 +2.476000000000000000e+03 2.517950799339172541e+00 1.669560561430469159e+00 1.133849409415436771e+00 6.891379396848591465e-01 3.323963795120319920e-01 1.121586358506969916e-01 7.869442151229026627e-03 3.931426335745473704e-05 5.787039999999999962e-01 2.634918006729149818e+07 +2.477000000000000000e+03 2.477072455060751466e+00 1.656281226246788307e+00 1.138844471507632239e+00 7.045096222258376839e-01 3.474466184865416252e-01 1.202557087366991212e-01 9.032996189069065693e-03 5.832191311046918010e-05 7.809989999999999988e-01 3.015547907794976234e+07 +2.478000000000000000e+03 2.278212476453707058e+00 1.530492909812565250e+00 1.037517428237239248e+00 6.178526605276175587e-01 2.831006005708716078e-01 8.727775049533936791e-02 5.000677110964625756e-03 1.933173682968222448e-05 9.331100000000000505e-02 1.541750055704324692e+07 +2.479000000000000000e+03 2.191882627781448711e+00 1.417877491971177628e+00 9.485852647052460673e-01 5.748572120316846057e-01 2.865631011036270381e-01 1.066141155573187005e-01 9.830875541940703455e-03 8.108026342829351824e-05 9.876169999999999671e-01 8.741544890657288954e+06 +2.480000000000000000e+03 2.112780957851662311e+00 1.328337298728170746e+00 8.797655780914466206e-01 5.335537749048860912e-01 2.637279940696580227e-01 9.284638227085935391e-02 7.259287323633030649e-03 4.860794002446835798e-05 3.511650000000000049e-01 -9.620993696884140372e+06 +2.481000000000000000e+03 2.559882187672922527e+00 1.564645132028992247e+00 1.009736058700307471e+00 5.937063975020676621e-01 2.862340312983306378e-01 1.016030464586566567e-01 8.164350500621662954e-03 4.907825638321339272e-05 6.877910000000000412e-01 1.206544189654737338e+07 +2.482000000000000000e+03 2.149200418260725609e+00 1.335734891996532170e+00 8.577347515459275984e-01 4.918740129880552203e-01 2.222784997257207518e-01 6.890168558480290473e-02 4.175042699394970226e-03 2.023907692430640956e-05 -1.005140000000000061e-01 -8.804358478151952848e+06 +2.483000000000000000e+03 2.185860635145095543e+00 1.333310442213597957e+00 8.587903722502204795e-01 5.033260179954793800e-01 2.369764757787365950e-01 7.702173540694375042e-02 4.812519007959149310e-03 1.956627235298412083e-05 3.439000000000000216e-03 -5.000845990787087940e+06 +2.484000000000000000e+03 2.482103841064938976e+00 1.426082016339656811e+00 8.508966259243300190e-01 4.383279091306601649e-01 1.636024482580113737e-01 3.734413960031634366e-02 1.173956435792862822e-03 2.392976634136692851e-06 -1.413709999999999967e-01 2.160840176799096912e+07 +2.485000000000000000e+03 2.422912677396383163e+00 1.405658999072343374e+00 8.592425602262239170e-01 4.736642734982512981e-01 2.128104610401077568e-01 7.014112301299220420e-02 4.987789470618385693e-03 2.757761042584059555e-05 -4.629999999999999784e-04 -2.094025897373038530e+07 +2.486000000000000000e+03 2.835099554892825502e+00 1.534897136839893594e+00 8.922501313929296352e-01 4.794913860656247473e-01 2.175475721438767940e-01 7.271473232702588274e-02 5.119490348607739008e-03 2.897290461429981583e-05 2.483299999999999952e-01 3.049194907207025681e+06 +2.487000000000000000e+03 2.723880445743636081e+00 1.481725616808455825e+00 8.699586840932793663e-01 4.715950818434934133e-01 2.117207900318149039e-01 6.760382546234623702e-02 4.126740507814447012e-03 1.707895137545593559e-05 1.364699999999999941e-02 -3.049052288954610471e+06 +2.488000000000000000e+03 2.195927624264016664e+00 1.135550886840887008e+00 6.166735571438523023e-01 2.893285048538803972e-01 1.049936548123034802e-01 2.963088546890047664e-02 2.529493708288399565e-03 2.368093741251552491e-05 3.145000000000000018e-01 1.541092602899854071e+07 +2.489000000000000000e+03 2.436768113530498603e+00 1.326255218432743854e+00 7.456969214518620603e-01 3.519601404018405377e-01 1.087293132549373154e-01 1.183886990388655081e-02 -1.627050777241351902e-03 -1.795961875806402768e-05 -8.560600000000000431e-01 -1.404739774047285877e+07 +2.490000000000000000e+03 2.297982652424813477e+00 1.139997119519615021e+00 6.032300230002834995e-01 2.869477831111266197e-01 1.157199831532621098e-01 3.802178802862037771e-02 3.149274112532823855e-03 2.093233636624682232e-05 3.155890000000000084e-01 6.623826338862787001e+06 +2.491000000000000000e+03 2.812058447408707362e+00 1.369797660331518507e+00 7.156655134571400234e-01 3.340902756729657863e-01 1.244379994189042382e-01 3.025901562293087724e-02 -7.470071297439903439e-04 -8.400744058314412951e-05 -3.833190000000000208e-01 7.180421829926660284e+06 +2.492000000000000000e+03 2.333521167506993343e+00 1.056297605984331645e+00 5.048436288714305276e-01 2.118120907539336462e-01 6.845052719459240875e-02 1.091397888917873017e-02 -1.188467962835434988e-03 -2.214561895247399998e-05 -3.860040000000000138e-01 6.568214376898105256e+06 +2.493000000000000000e+03 2.323785062919600630e+00 1.089997427197789692e+00 5.183152733901928988e-01 1.982513612479329668e-01 5.518074798844580658e-02 1.369021288103234452e-02 1.680877379648900534e-03 3.635838361714207375e-05 -1.701599999999999988e-02 -1.567016038718211651e+07 +2.494000000000000000e+03 2.555229916960508163e+00 1.099619064230428656e+00 4.923388773307816324e-01 1.938277544587407863e-01 6.764970770224283669e-02 1.779458827248185313e-02 2.746337671398056571e-04 -9.850653958513919914e-06 -7.655099999999999405e-02 8.632831826197275892e+06 +2.495000000000000000e+03 2.408286790482378148e+00 1.175525116322685859e+00 5.538981515979999326e-01 1.747168736209229467e-01 -6.036224792133241569e-03 -3.892215900773943887e-02 -9.067041190614983509e-03 -1.560322830032453902e-04 -1.601150000000000073e+00 1.063439836255103536e+07 +2.496000000000000000e+03 2.687259832936291559e+00 1.232826620357950986e+00 5.513942212225465545e-01 1.661498984473237517e-01 -7.462833479350978712e-04 -2.602282881923640226e-02 -4.524790899902324422e-03 -4.646750999703714913e-05 -8.132110000000000172e-01 3.402705978244492784e+06 +2.497000000000000000e+03 2.377790388587905923e+00 1.032003823590612379e+00 4.390144252195195551e-01 1.369097218657628900e-01 2.542749210471149934e-02 4.022381746270878647e-03 5.572339330666559176e-04 5.803862213925929480e-06 -7.072000000000000161e-03 -2.006781313141870778e+06 +2.498000000000000000e+03 2.655205248099057336e+00 1.091865127136300684e+00 4.067761931026727673e-01 6.229698689991924887e-02 -4.313746229278998812e-02 -2.734698412107289256e-02 -1.355731044180247995e-03 1.446708171254125627e-05 -2.551260000000000194e-01 -1.280178305515184812e+07 +2.499000000000000000e+03 2.383905782493323411e+00 9.714116583521759107e-01 3.719397326068025755e-01 7.948800333874968260e-02 -1.685858182993750509e-02 -2.064845621577536885e-02 -3.557124823884616396e-03 -4.561061812327248859e-05 -6.795830000000000481e-01 -3.446631890841545071e+06 +2.500000000000000000e+03 2.688102714316953801e+00 1.052587493212739034e+00 3.791125205423470645e-01 6.816265059797761705e-02 -1.754360421631992115e-02 -1.177102420212686358e-02 -6.382509660085600731e-04 -3.919966768426053758e-07 -2.966799999999999993e-02 5.010207421402614564e+06 +2.501000000000000000e+03 2.794496411442429107e+00 1.117530640952981269e+00 4.211431950019360326e-01 9.604893993325397394e-02 2.064100311195722105e-03 -2.280679552290265714e-05 1.254653562842773578e-03 2.114376088956603211e-05 3.268929999999999891e-01 9.691995208890706301e+06 +2.502000000000000000e+03 2.967705249656662048e+00 1.822336468638996676e+00 1.182272997734054254e+00 7.023506863285843282e-01 3.398721686047089796e-01 1.171016902016939198e-01 9.061319517498566539e-03 7.401740796512559599e-05 6.337840000000000140e-01 1.900794933257829398e+07 +2.503000000000000000e+03 3.027610455026213288e+00 1.854417820515788851e+00 1.197665605203931172e+00 7.070380450726396759e-01 3.409554452178723549e-01 1.188635257361479458e-01 9.994627519944475347e-03 1.018139782858307982e-04 8.363479999999999803e-01 2.262500919826779515e+07 +2.504000000000000000e+03 2.935761026814249330e+00 1.793028792606948585e+00 1.155145457513141682e+00 6.781657262017135590e-01 3.209506422322516150e-01 1.061167828722640732e-01 7.175202582225216272e-03 4.121049874419749175e-05 3.198449999999999904e-01 1.607595762864198163e+07 +2.505000000000000000e+03 2.938994574495911838e+00 1.796114108377869778e+00 1.158064888261655767e+00 6.808012507556313597e-01 3.230098948402367331e-01 1.072912926218633906e-01 7.366083306958897368e-03 4.416888640517808659e-05 3.527910000000000212e-01 1.652697280358367041e+07 +2.506000000000000000e+03 2.855065373289658481e+00 1.651730938538409577e+00 1.034516635890008640e+00 6.018959651912132447e-01 2.934183047921039567e-01 1.079169505523557560e-01 1.051670605679721690e-02 1.183981276847796335e-04 7.291720000000000423e-01 -2.096940288810229674e+07 +2.507000000000000000e+03 3.070722889118388199e+00 1.750366711196570613e+00 1.075202740484493269e+00 6.060091334812157671e-01 2.814609680703059058e-01 9.846389610039792128e-02 9.180737327162152850e-03 1.000206032188216487e-04 5.075720000000000232e-01 -2.263780995718137175e+07 +2.508000000000000000e+03 3.030205605784990652e+00 1.696537012176608350e+00 1.007258211864979991e+00 5.321502018074437679e-01 2.224393878521951362e-01 6.787139362521851793e-02 4.684721070133021983e-03 2.627805214913648494e-05 -2.287140000000000006e-01 -3.552862232017999887e+07 +2.509000000000000000e+03 3.314524963624842613e+00 1.884300282226517353e+00 1.131025684068185599e+00 6.069253572861648127e-01 2.596607617376459065e-01 8.100168552774629493e-02 5.845294691709576780e-03 3.798257776603566047e-05 3.978999999999999898e-02 -1.379266467375906371e+07 +2.510000000000000000e+03 3.586742388189728015e+00 1.942078040417187346e+00 1.106043817164204857e+00 5.512695408436287803e-01 2.096093119036522290e-01 5.386771848785348871e-02 2.260837635472628428e-03 4.541925044658879278e-06 -4.707589999999999830e-01 -1.767789064823963493e+07 +2.511000000000000000e+03 3.358043894562813048e+00 1.817028174562106191e+00 1.040395906528130299e+00 5.343352517025989901e-01 2.282218501466692084e-01 8.088387530994284313e-02 1.033646824089750303e-02 2.225839931104068106e-04 1.223316999999999988e+00 1.026590372623669542e+07 +2.512000000000000000e+03 3.515180577744303925e+00 1.863497819390155019e+00 1.042773173231211103e+00 5.214075189374987040e-01 2.117878162603596959e-01 6.348791740917943127e-02 4.109214807647782776e-03 2.113820045417936141e-05 1.394320000000000004e-01 7.850469902729677036e+06 +2.513000000000000000e+03 3.054347147490172887e+00 1.539346405716647714e+00 8.458899672066508835e-01 4.361395484916303356e-01 1.991600977318435106e-01 7.279699957588840753e-02 7.401345452318724288e-03 1.025081544988407789e-04 1.050661000000000067e+00 3.002847836290479451e+07 +2.514000000000000000e+03 3.463313022528154761e+00 1.746171524989905244e+00 9.275237682672734518e-01 4.462685293406339349e-01 1.938661138778836890e-01 7.804984318757324235e-02 1.165411804649510094e-02 2.432709838587627095e-04 1.736742000000000008e+00 2.160978334959661961e+07 +2.515000000000000000e+03 3.126895249124671317e+00 1.610044064062040814e+00 8.595492036923667589e-01 3.873474947172129146e-01 1.276229400741964171e-01 2.907984100157489163e-02 1.295819998712133747e-03 3.803565967225929726e-06 -1.306130000000000069e-01 6.252632662535987329e+05 +2.516000000000000000e+03 3.542211403125341107e+00 1.757608499949903758e+00 8.984967351738049057e-01 3.768594086219806960e-01 1.032341899211317165e-01 1.044706495288504934e-02 -1.878010880449448644e-03 -3.255486240714407724e-05 -3.930480000000000085e-01 2.466300618882141635e+07 +2.517000000000000000e+03 3.298369232809107210e+00 1.613040576310051932e+00 8.231730906733616404e-01 3.604373296880485911e-01 1.223621523750039602e-01 3.294101671254190400e-02 3.152317413915380236e-03 4.801347644032287243e-05 4.006029999999999869e-01 1.471842998966369405e+07 +2.518000000000000000e+03 3.306951095042399480e+00 1.594078843225737563e+00 7.948070731106945397e-01 3.308578316382008166e-01 9.823024914833733412e-02 1.864638449160056083e-02 8.161076714686707565e-04 1.339284167288715636e-05 -8.196999999999999426e-03 9.781001644404763356e+06 +2.519000000000000000e+03 3.728881188498006427e+00 1.805604340793021345e+00 8.951960929649600551e-01 3.611775915381909563e-01 9.324342835012081054e-02 5.085071655680339919e-03 -3.214849061996711242e-03 -6.109101053378464816e-05 -6.594330000000000469e-01 1.779704590580772981e+07 +2.520000000000000000e+03 3.099994476175299774e+00 1.447347779181568539e+00 6.718595936641955646e-01 2.303056373192186590e-01 3.233027363551140010e-02 -1.063527051577334466e-02 -2.147761021121226931e-03 -6.951640954269593411e-06 -4.793049999999999811e-01 2.947158671441424638e+06 +2.521000000000000000e+03 3.077760452485331477e+00 1.431375046277452601e+00 6.528845166731376271e-01 2.057483508053712384e-01 7.323041396822349038e-03 -2.639139403951233642e-02 -4.835363520329771098e-03 -5.481599147878629539e-05 -9.345470000000000166e-01 -1.564401771312002791e+06 +2.522000000000000000e+03 3.780438539867739589e+00 2.264716341267104749e+00 1.446342069230093008e+00 8.485902562398728310e-01 4.047646908745008987e-01 1.368813866457558592e-01 1.031283903495861312e-02 7.048163181537244577e-05 2.349640000000000062e-01 -1.522009478171453066e+07 +2.523000000000000000e+03 4.172097201571110858e+00 2.461947199602406045e+00 1.554533043164566086e+00 9.090486485277083917e-01 4.424613255017822433e-01 1.567659089454287169e-01 1.249678630079651548e-02 8.196924211432385669e-05 7.276789999999999647e-01 2.065383836757873651e+06 +2.524000000000000000e+03 3.549743225459596196e+00 2.078199454319418216e+00 1.300460564492549098e+00 7.403701491301152293e-01 3.352861154834106405e-01 1.041202298709359708e-01 6.022565942296624966e-03 2.167740244549787543e-05 -1.445349999999999968e-01 -1.677803532734888373e+06 +2.525000000000000000e+03 4.071153652914349941e+00 2.368661314893020453e+00 1.469367757606591107e+00 8.345780133522783251e-01 3.908238721060892651e-01 1.331356476915830367e-01 9.863161366723416021e-03 5.892026523765138001e-05 3.751160000000000050e-01 -3.154994267020853236e+06 +2.526000000000000000e+03 4.181181651338063077e+00 2.355504215922570754e+00 1.423068325630423292e+00 7.809314137303224879e-01 3.440374427864830165e-01 1.075668825581092003e-01 7.076824652567052266e-03 3.647017923508783264e-05 -9.380099999999999549e-02 -1.713570198725553602e+07 +2.527000000000000000e+03 4.148340780537679073e+00 2.360707757754156422e+00 1.435474129789145792e+00 7.886866835082810834e-01 3.447750778195693422e-01 1.061769438772971752e-01 6.810159773149409602e-03 3.426547394438479385e-05 -1.746910000000000129e-01 -1.781265674255631864e+07 +2.528000000000000000e+03 4.196773144244876796e+00 2.327278839530560361e+00 1.362341154749681760e+00 7.063400410962570319e-01 2.835457124576949983e-01 7.732597108567916544e-02 3.949658271853947328e-03 2.236634196228972510e-05 1.328509999999999969e-01 4.476701672416335344e+07 +2.529000000000000000e+03 3.754005589230334117e+00 2.070938573961480067e+00 1.222396966319075462e+00 6.572565113851266405e-01 2.946257112520670463e-01 1.034112907338135823e-01 1.025794569220693855e-02 1.287292913264346628e-04 8.211330000000000018e-01 -7.309400095035641454e+06 +2.530000000000000000e+03 4.150476295760016754e+00 2.276638711868024689e+00 1.300632525017719532e+00 6.457570332595492513e-01 2.446583730360870346e-01 6.403555431137232523e-02 2.965395820988031908e-03 4.157106630858816119e-06 -2.555080000000000129e-01 6.263972720334204845e+06 +2.531000000000000000e+03 3.884075076012605710e+00 2.149358567010989596e+00 1.240658902401324148e+00 6.282594712626288214e-01 2.524803090983408493e-01 7.791749920358526094e-02 6.964233883113522643e-03 1.007759891909147231e-04 4.270030000000000214e-01 4.878341037682970054e+06 +2.532000000000000000e+03 4.013896734628815466e+00 2.139065736358151337e+00 1.202821732866236948e+00 5.993244062055104182e-01 2.392263301955932508e-01 7.109853481667066655e-02 4.954321889320831632e-03 3.804468736581656513e-05 -7.630000000000000671e-02 -1.979653087559304014e+07 +2.533000000000000000e+03 4.159837159653203997e+00 2.233575821783850834e+00 1.269466338560718777e+00 6.347583678020616293e-01 2.407452695402294007e-01 5.834442470014376825e-02 1.261244216929232947e-03 -2.486488078169495856e-05 -1.942409999999999970e-01 3.844886765596608073e+07 +2.534000000000000000e+03 4.221571472052102258e+00 2.180931951257171875e+00 1.170012186192875614e+00 5.442859497173662131e-01 2.050476757972803377e-01 6.374694998224213205e-02 5.863979909927410396e-03 5.954379633307045112e-05 3.014379999999999837e-01 -1.200224367830413021e+07 +2.535000000000000000e+03 3.763273142813890804e+00 1.949531182639427263e+00 1.059743717525646112e+00 5.011702569802489737e-01 1.786369075047902488e-01 4.122274278455671098e-02 1.340514542006080324e-03 2.237834646512188211e-06 -2.658900000000000152e-01 6.190880189815106802e+06 +2.536000000000000000e+03 4.203235837348883841e+00 2.150702673286955857e+00 1.123334335872873346e+00 4.834265991316470945e-01 1.453914985351746070e-01 2.756526561049194371e-02 5.121947689474902043e-04 -5.752479001201448933e-06 -3.282900000000000262e-01 4.545925663455169648e+06 +2.537000000000000000e+03 3.812405969276477791e+00 1.913191203494342796e+00 1.011070503564571066e+00 4.658405575306202584e-01 1.625334381565732567e-01 3.533304895361452647e-02 2.104265904864200624e-04 -2.338232195472274310e-05 -8.389499999999999735e-02 3.395950872707045078e+07 +2.538000000000000000e+03 3.996247637463699931e+00 1.971483565728801013e+00 9.804363512160286787e-01 3.817189357597521870e-01 8.342594655367417678e-02 2.105307698297103735e-04 -2.079246145884451526e-03 -2.484500213287138074e-05 -5.076380000000000337e-01 1.030115065345642716e+07 +2.539000000000000000e+03 4.000027200933982563e+00 1.972308496930491373e+00 9.795472664046788180e-01 3.798867516517047127e-01 8.152257808434737463e-02 -1.021601972032564918e-03 -2.290689974046435356e-03 -2.806432533229559243e-05 -5.384520000000000417e-01 1.057235543490529060e+07 +2.540000000000000000e+03 3.864974898920151336e+00 1.857916675326846789e+00 8.963148636781467227e-01 3.259055179230567201e-01 5.229178436187580103e-02 -1.403002405066495865e-02 -4.408980395323792642e-03 -6.513189041918163505e-05 -9.242709999999999537e-01 -2.112225455898954067e+06 +2.541000000000000000e+03 3.929572638306636723e+00 1.903377435409389307e+00 9.266279197504574405e-01 3.422242655671688394e-01 5.753442862878955372e-02 -1.400218042750083283e-02 -4.815461715560507595e-03 -7.708585482327551708e-05 -9.994870000000000143e-01 -4.613304736585029168e+05 +2.542000000000000000e+03 4.269471624931803433e+00 2.514706376064260951e+00 1.575821518478409899e+00 9.103597065997000026e-01 4.410139765924061539e-01 1.609303437763078271e-01 1.516781052468881182e-02 1.640690468173089042e-04 1.209846999999999895e+00 2.190498439044914208e+06 +2.543000000000000000e+03 4.273122522382291955e+00 2.515516817541302519e+00 1.574669476763772780e+00 9.079021687240942384e-01 4.384472776040689856e-01 1.593867356694440574e-01 1.492435828090202081e-02 1.597319056897793645e-04 1.174395999999999995e+00 2.245559253628170118e+06 +2.544000000000000000e+03 4.310529617834923499e+00 2.517002113520458106e+00 1.552755148989828582e+00 8.708326982021690199e-01 4.006209486850653700e-01 1.357608056655428275e-01 1.088913328938047494e-02 8.587322394798932630e-05 4.654849999999999821e-01 -7.537255049541059881e+06 +2.545000000000000000e+03 4.699700216153591015e+00 2.698089682719702509e+00 1.648148989782755480e+00 9.032831359073354438e-01 3.867344435043291173e-01 1.147902667423172929e-01 7.036276109783832361e-03 3.630282715827313551e-05 -8.440699999999999592e-02 4.330534251487368718e+06 +2.546000000000000000e+03 4.958502851527051725e+00 2.782953510688117138e+00 1.654259128154234926e+00 8.845100801608442032e-01 3.794972039590963631e-01 1.161257779758674835e-01 7.191671243478774643e-03 3.210442356317440543e-05 5.688399999999999707e-02 7.468879694924133830e+06 +2.547000000000000000e+03 4.896966944121566634e+00 2.804627651171895053e+00 1.680240722662954989e+00 8.869620388242679399e-01 3.593922522510176742e-01 9.869116653810157402e-02 5.038754823959964817e-03 2.122631494167225897e-05 -5.244039999999999813e-01 -8.889876795816017315e+06 +2.548000000000000000e+03 5.043229427903138884e+00 2.781891602178229839e+00 1.635515880525597598e+00 8.712809904782375936e-01 3.784400085311837580e-01 1.215556569556194011e-01 9.454392901378600930e-03 9.185854982881954561e-05 2.803749999999999853e-01 -1.443629340375310183e+07 +2.549000000000000000e+03 4.671015677518441045e+00 2.630340116763444591e+00 1.553698846720976690e+00 8.150812049183877583e-01 3.392750808121333117e-01 1.038030509129238832e-01 7.829942065341686380e-03 6.296935571205835973e-05 1.347599999999999909e-01 -6.329376508669794537e+06 +2.550000000000000000e+03 4.984971303091453088e+00 2.736544256832419197e+00 1.589087100806065633e+00 8.214480161518485923e-01 3.371267514779531793e-01 9.989315651152200215e-02 6.227467452170000646e-03 3.146100918825946299e-05 -9.036900000000000488e-02 -8.262149833224750124e+06 +2.551000000000000000e+03 4.571082259136209025e+00 2.509567957776980496e+00 1.430927353635937260e+00 7.113847839059566081e-01 2.744412451393838936e-01 7.467125616882795691e-02 3.634155694034499600e-03 5.739783032169254067e-06 -1.872479999999999978e-01 1.264163103304209746e+07 +2.552000000000000000e+03 4.765377975203384686e+00 2.582093523921586531e+00 1.464385192431349347e+00 7.196318781063103520e-01 2.671096301135777451e-01 6.895337065471847382e-02 3.703343734710764449e-03 1.854279347091381723e-05 -6.958760000000000501e-01 -4.479925358573171496e+07 +2.553000000000000000e+03 4.795677502010969206e+00 2.600103760812800591e+00 1.475716197247142203e+00 7.260386852115492395e-01 2.698172529625968985e-01 6.958474009434197083e-02 3.659071257768249305e-03 1.633910195002842691e-05 -7.112110000000000376e-01 -4.467714827835053205e+07 +2.554000000000000000e+03 4.746308126886988887e+00 2.507831413157961542e+00 1.385306166732247268e+00 6.644599691848469547e-01 2.409624417370062055e-01 5.783592811906252545e-02 2.044276172379834184e-03 2.597790599347535738e-06 -1.670929999999999915e-01 2.640141491358172148e+07 +2.555000000000000000e+03 4.811442875573973765e+00 2.535427452721367381e+00 1.399121192601766372e+00 6.750153303912327374e-01 2.526821391421150143e-01 6.645080676421218080e-02 3.394423787840434529e-03 1.631048295046415726e-05 1.591499999999999859e-02 2.262490802638558298e+07 +2.556000000000000000e+03 5.798760472560721801e+00 3.295835088629637699e+00 1.976290536167993661e+00 1.064714858542901821e+00 4.652945465486149623e-01 1.515968519338544707e-01 1.191993962809288592e-02 9.337666220613005457e-05 6.788939999999999975e-01 4.992200581316611730e+06 +2.557000000000000000e+03 5.821086102714581934e+00 3.319761851444233525e+00 1.996949779245418721e+00 1.079529302744852259e+00 4.738162254002384888e-01 1.555592645117369888e-01 1.253130381809978121e-02 1.036461753534523701e-04 7.709430000000000449e-01 5.609276796958954073e+06 +2.558000000000000000e+03 5.475556481313915036e+00 3.072277825451765754e+00 1.819505874346117213e+00 9.660583885217043365e-01 4.100024030263768604e-01 1.244424151422854896e-01 7.916711057698960080e-03 4.080326609932049127e-05 -1.163830000000000003e-01 -1.520115715229721926e+07 +2.559000000000000000e+03 5.615745583588759970e+00 3.139985069617222013e+00 1.856194441495787828e+00 9.871707020889388673e-01 4.253118091590010197e-01 1.344291942516715188e-01 9.528037655256152774e-03 6.121877940914464196e-05 1.845449999999999868e-01 -1.268505997991905361e+07 +2.560000000000000000e+03 5.177828662412643723e+00 2.844584235834965114e+00 1.656713580870981639e+00 8.656900379624339337e-01 3.619862864998135699e-01 1.084069640521229672e-01 6.804412539716514670e-03 3.918247751747963765e-05 -1.744999999999999885e-01 -1.843674545740455016e+07 +2.561000000000000000e+03 5.178526226898533480e+00 2.868324674129762553e+00 1.675545232783858918e+00 8.705689087753621935e-01 3.603700354037236986e-01 1.115931496698777808e-01 9.114821837865199478e-03 9.061128520087168481e-05 7.493700000000000361e-02 -3.096722334306402877e+07 +2.562000000000000000e+03 5.318405243921446868e+00 2.918648799447605136e+00 1.675468644756120673e+00 8.427585112125367539e-01 3.260037198185936069e-01 8.652965212751782820e-02 4.220609338222442407e-03 1.384068417403698895e-05 -5.244539999999999758e-01 -1.359548222655171528e+07 +2.563000000000000000e+03 5.262598346653040160e+00 2.883878191041070238e+00 1.668382314293339386e+00 8.587849750778870916e-01 3.484553877983485037e-01 9.903026573434495217e-02 5.355749164337094206e-03 2.256668706272057362e-05 -3.931799999999999740e-01 -1.802095935437361151e+07 +2.564000000000000000e+03 5.206723151040677955e+00 2.816314147573239168e+00 1.596702821191960275e+00 7.906212087839253888e-01 2.961736616602094752e-01 7.395813646836814359e-02 3.344740030407510403e-03 1.319502096331710436e-05 -1.249259999999999954e-01 3.063332311107704416e+07 +2.565000000000000000e+03 5.206686523573250902e+00 2.817127853341559351e+00 1.597951743510624745e+00 7.918752100938700744e-01 2.970052396334345590e-01 7.431708088386422550e-02 3.387757343684126218e-03 1.371500008191644111e-05 -1.256609999999999949e-01 3.007411492805307731e+07 +2.566000000000000000e+03 -2.425410328955589723e+00 -9.709603344079120735e-01 -3.758700581375427618e-01 -1.064200667196236183e-01 -3.039096211785798779e-02 -1.766713271618951947e-02 -3.175499796385222121e-03 -3.605069151544190904e-05 -3.166340000000000265e-01 1.441557613133885898e+07 +2.567000000000000000e+03 4.348867883699714554e+00 2.320428564517446723e+00 1.309967230683581452e+00 6.554016604953634140e-01 2.560940250279949426e-01 6.898458278976246638e-02 3.368366919286674803e-03 1.170119454798719710e-05 -6.791369999999999907e-01 -4.444099804613185674e+07 +2.568000000000000000e+03 -1.399887198144421641e+00 -7.980760225177454537e-01 -4.931304582512796575e-01 -2.819120319257191198e-01 -1.340995147198628390e-01 -4.729819493314132289e-02 -3.856244284399496132e-03 -2.495512224453774560e-05 -4.920109999999999761e-01 -2.057546361891162768e+07 +2.569000000000000000e+03 3.392846736860049006e-01 1.892014135745264947e-01 1.246871349601224310e-01 8.555308971958369701e-02 5.452341839182053840e-02 2.476147847030954474e-02 2.138446094951402653e-03 9.672387991013830442e-06 2.960530000000000106e-01 7.661484825079358183e+06 +2.570000000000000000e+03 -3.387652273132832903e+00 -1.808627031677319419e+00 -1.014169457068590408e+00 -5.017559931974966414e-01 -1.937372056522684571e-01 -5.052856113545354383e-02 -1.624447829755451414e-03 1.610296426416610972e-05 -1.078699999999999971e-02 -3.560920049749476463e+07 +2.571000000000000000e+03 -4.173640679189630776e-01 -8.940609097825860663e-02 4.043692255318370732e-02 1.021540173985100025e-01 1.116911111894735714e-01 7.246841910997023350e-02 1.182350017520546887e-02 1.740565340849521963e-04 1.698755000000000015e+00 -1.747830208184561878e+07 +2.572000000000000000e+03 3.136481794535113998e+00 1.610683704079525436e+00 9.009227552848058096e-01 4.761892246612389745e-01 2.229261864345742361e-01 8.057973265090852266e-02 6.640943615593323558e-03 4.427415161832432385e-05 8.278050000000000130e-01 2.822586011683639511e+07 +2.573000000000000000e+03 -3.292495003442474366e-01 -1.294961763174143077e-01 -5.030543937116701420e-02 -5.906981110322519300e-04 2.900860455853483677e-02 2.804670291302058596e-02 5.465737467433034145e-03 8.739520776515097582e-05 7.214220000000000077e-01 -2.288009465085525066e+07 +2.574000000000000000e+03 -2.514743891818508548e+00 -1.302051324659529330e+00 -7.111417742201825432e-01 -3.442348957894900141e-01 -1.313516046148940075e-01 -3.418012724351252724e-02 -1.433762425042167362e-03 -3.222190354184026156e-06 3.358200000000000074e-01 1.616800537041161023e+07 +2.575000000000000000e+03 -4.033027016679086585e-01 -2.890566777804888798e-01 -1.910987102315858943e-01 -1.037198223091214816e-01 -4.135840562579676249e-02 -1.123509389219814157e-02 -7.277622223200292100e-04 -1.377869783754990436e-05 1.557689999999999908e-01 1.419374954087343812e+07 +2.576000000000000000e+03 1.240213705618808948e+00 7.085792523033563883e-01 4.296097870706996891e-01 2.308447785680521891e-01 9.348019459813419751e-02 2.490280726251197646e-02 1.268921530062187830e-03 6.054944218360572114e-06 7.723800000000000110e-02 1.213011230737625808e+07 +2.577000000000000000e+03 -9.904058955691228405e-01 -4.408433922062818255e-01 -2.165933850401149663e-01 -9.221700259105361508e-02 -2.614916199755124016e-02 -1.731946019865024606e-03 8.297726651629502154e-04 1.014046757862900631e-05 1.997190000000000076e-01 -6.743773598774222657e+06 +2.578000000000000000e+03 -5.224325354368759555e-01 -3.345860947315798528e-01 -2.623975480830007534e-01 -1.960241415167064127e-01 -1.157837817532676034e-01 -4.825094486463853138e-02 -6.905155710244587595e-03 -1.901300259761114773e-04 -1.126657999999999937e+00 -2.488268096762559935e+07 +2.579000000000000000e+03 3.303660529721291983e+00 1.886646269501238260e+00 1.126371289245176266e+00 5.864024932835972814e-01 2.253149742949545897e-01 5.346140356124760157e-02 1.591218307832433735e-03 6.633583321372409003e-08 -6.385549999999999837e-01 -7.184976796350197867e+06 +2.580000000000000000e+03 1.404715367587984487e-01 1.080218447663723047e-01 7.303252740635976514e-02 4.002837840894766380e-02 1.645203605317877016e-02 5.489025189815146047e-03 6.199166055905589064e-04 5.872219460405976271e-06 1.949690000000000034e-01 1.131499552461087704e+07 +2.581000000000000000e+03 -5.411370836069007151e-01 -1.676583550340241535e-01 -5.604711830828321834e-02 -2.825937745550496927e-02 -2.732399396676345529e-02 -1.837626092107732395e-02 -2.621109902693217857e-03 -2.570425217408080107e-05 -3.493109999999999826e-01 3.132611508133944124e+06 +2.582000000000000000e+03 9.079058810619129449e-01 3.931352388356207928e-01 1.490694717576522277e-01 1.426582978956270585e-02 -3.309766821737579467e-02 -2.352989597053104648e-02 -2.507819258276164018e-03 -1.349822579649656859e-05 -4.730929999999999858e-01 -1.136657394155102596e+07 +2.583000000000000000e+03 -9.428575302455777241e-03 2.398984604592133141e-02 2.557347398361435598e-02 1.589523968175645882e-02 5.282895321476513070e-03 1.428486756243617123e-04 -4.526885680772834829e-04 -2.735976017420777880e-06 -2.436299999999999924e-02 7.084800024298479781e+06 +2.584000000000000000e+03 4.121726328259767591e+00 2.235697345440653461e+00 1.274941138406908703e+00 6.382389235665599792e-01 2.468499763570881078e-01 6.684037375755395860e-02 3.765227521753299316e-03 2.060805474010725283e-05 -1.438339999999999896e-01 2.191450055037700571e+06 +2.585000000000000000e+03 3.279610308605251046e+00 1.890352991054751630e+00 1.140225839104854311e+00 6.069159080318647925e-01 2.487414973612368241e-01 6.931104694470786864e-02 3.392225412844225400e-03 5.529110707124361497e-06 2.176450000000000051e-01 4.872703007047113776e+07 +2.586000000000000000e+03 -2.932105270713553091e-03 1.180349969354172746e-01 1.497369407637860750e-01 1.390485995760005755e-01 9.560051549091820589e-02 4.391965452676076936e-02 4.932535983143559663e-03 4.876393040451349733e-05 5.908269999999999911e-01 -4.718343484758462757e+06 +2.587000000000000000e+03 8.691951926485731728e-02 2.161708776522930087e-01 2.371852605153983162e-01 2.064317954367523300e-01 1.399779167481041697e-01 6.679095397096379561e-02 7.662724535381621946e-03 6.520034561935918118e-05 1.179756000000000027e+00 1.069648773624897376e+07 +2.588000000000000000e+03 -2.125838817827186755e+00 -9.015175839030459271e-01 -4.209498200727908035e-01 -2.038612079381354747e-01 -1.162634973754114592e-01 -5.826193020152457824e-02 -7.119429464182399150e-03 -7.154202937712044700e-05 -8.320579999999999643e-01 1.104384518419309147e+07 +2.589000000000000000e+03 -2.783920452845269067e-02 -5.942362391996035970e-02 -5.770073315801158009e-02 -3.524573111070639087e-02 -1.138090857673801706e-02 -2.102264256347155264e-03 -2.106373029796836419e-04 3.723658855708554874e-06 4.105700000000000321e-02 6.600458400716513395e+06 +2.590000000000000000e+03 7.202244265623514163e-02 4.315279409745906986e-02 3.397388616075864426e-02 3.437347973149383618e-02 4.006060252673553784e-02 3.375207941448206406e-02 8.008119562302387986e-03 1.876681241386671934e-04 1.352449999999999930e+00 -3.185085267334788106e+06 +2.591000000000000000e+03 2.648257267209004895e-01 2.245478154677892635e-01 2.110877740736370189e-01 1.998697555066203668e-01 1.603243491229777995e-01 8.545622149908219112e-02 1.153625626471929677e-02 1.859163481283019833e-04 1.677356000000000069e+00 9.388838047473834828e+06 +2.592000000000000000e+03 6.478600131052459909e-01 2.523974626914407549e-01 6.228676941369774150e-02 -3.423892362221103020e-02 -4.966702273153864727e-02 -2.547929396298237448e-02 -3.233141607610086950e-03 -5.359495208079210284e-05 -4.675130000000000119e-01 -1.479189844771999400e+06 +2.593000000000000000e+03 5.712562710043770364e-01 3.740807095257838721e-01 2.464346766818134860e-01 1.357946053710486767e-01 4.825847746749916539e-02 6.412826213943987469e-03 -7.295228120581929597e-04 -1.005475470111710036e-05 -3.273639999999999883e-01 -4.124360052866632584e+06 +2.594000000000000000e+03 2.681471553156637100e+00 1.514945772040709127e+00 8.947341653609354184e-01 4.621684595961204622e-01 1.801792678266774805e-01 4.680397841346248256e-02 2.079164514233523917e-03 5.202804101356870997e-06 -1.601990000000000081e-01 6.508550026808388531e+06 +2.595000000000000000e+03 -2.375859130052821566e+00 -1.114842618103693672e+00 -5.313034292415200754e-01 -2.052144346878190528e-01 -5.931455792644407116e-02 -1.566177667868911758e-02 -1.645519842873690783e-03 -1.521605443137224416e-05 -1.452229999999999910e-01 -2.481893594572500326e+06 +2.596000000000000000e+03 -1.763150287850461462e+00 -7.589748801226814390e-01 -3.636223259105810235e-01 -1.668251493637979144e-01 -7.222009442293268744e-02 -2.639041549471638284e-02 -2.273222571856947302e-03 -1.306210036963743953e-05 -2.303969999999999907e-01 -1.024308877314432641e+06 +2.597000000000000000e+03 -7.761748609344087946e-01 -2.966750915153362200e-01 -8.784332139751770130e-02 2.271449598315448959e-02 5.879173193129853120e-02 3.935345211562132905e-02 4.932982022604100701e-03 4.001091097015918189e-05 6.460580000000000211e-01 -8.660989519423674792e+06 +2.598000000000000000e+03 -2.436248768426742206e+00 -1.357455837653384068e+00 -8.179767714056123129e-01 -4.589523945407879002e-01 -2.135579156177535853e-01 -7.068334241182297473e-02 -4.946137136492705783e-03 -2.972864047174862489e-05 4.457300000000000151e-02 2.463506261047763750e+07 +2.599000000000000000e+03 1.468269860336197663e+00 4.800372507491480478e-01 1.206209176706352915e-01 -1.468610456253551487e-02 -3.933918717532625814e-02 -2.959168869630958779e-02 -6.587435708588110922e-03 -1.256064877763842826e-04 -1.075792999999999999e+00 1.259023716441378929e+07 +2.600000000000000000e+03 -1.889660478900702101e+00 -8.438836703884876611e-01 -3.698717881224488635e-01 -1.143449923205137331e-01 -1.202497523092124244e-02 4.531834155017479965e-03 9.187234361428072869e-04 1.963213576765779846e-05 3.598299999999999832e-01 1.749125273055340350e+07 +2.601000000000000000e+03 4.109718738034638719e+00 2.322131381833717256e+00 1.385961951646260237e+00 7.365432324039844492e-01 3.008653248279065107e-01 8.032449437938658787e-02 3.451977459695942940e-03 9.898477121462129831e-06 -6.587950000000000195e-01 -1.486429585121708177e+07 +2.602000000000000000e+03 6.298768660740541314e-01 3.012281330906200205e-01 1.384516848473568151e-01 4.685554169933346669e-02 1.354511173430643020e-02 7.071437115651895040e-03 9.526493625535422749e-04 3.922782899912593998e-06 2.420420000000000071e-01 9.541703401027040556e+06 +2.603000000000000000e+03 -3.968659577705407338e-01 -2.632862976483295037e-01 -1.677408324078797086e-01 -8.770017116003736568e-02 -2.806286467934340778e-02 -1.010031457482521043e-03 1.292933808274726462e-03 1.832409946959161367e-05 2.251170000000000115e-01 -1.098478536958687194e+07 +2.604000000000000000e+03 1.933795944648837084e+00 1.041691032140804607e+00 5.835850774820633413e-01 2.770819169901008183e-01 8.941618282528457362e-02 1.306154523632495519e-02 -6.104623894822647830e-04 -5.554890108967237161e-06 -3.640399999999999747e-01 7.484495960234877653e+06 +2.605000000000000000e+03 1.895233976706286017e+00 1.048715198477984334e+00 6.296923857914696887e-01 3.446428455979835270e-01 1.485791179176578769e-01 4.329664594785418569e-02 2.486101380055093842e-03 1.427368051499782817e-05 -8.612899999999999723e-02 -4.911286562666460872e+06 +2.606000000000000000e+03 -4.618044488454623453e-01 -3.078747498583589981e-01 -2.057347090168518966e-01 -1.284082445260351923e-01 -7.504577011914215223e-02 -3.663970810326279415e-02 -4.798591582489708865e-03 -6.078375850005583860e-05 -7.509069999999999911e-01 -8.237477151758974418e+06 +2.607000000000000000e+03 -6.551204360943968519e-01 -2.883048971102156743e-01 -1.711053296638319343e-01 -1.121559706321700184e-01 -6.457963526553749112e-02 -2.870212562820834146e-02 -4.526211186286992379e-03 -8.579588117998653680e-05 -6.977029999999999621e-01 -1.594765400754458737e+06 +2.608000000000000000e+03 -2.700105785547536330e-01 -1.465983582463942503e-01 -7.904535102248022582e-02 -2.813604252862060562e-02 3.926714485101063037e-03 1.083509250680977400e-02 2.393163302434721598e-03 3.026043859196704048e-05 2.697280000000000233e-01 -1.776569057564156502e+07 +2.609000000000000000e+03 1.474088348630787360e-01 3.202670887414973966e-02 -1.607566253278675319e-02 -3.880826559941281256e-02 -3.925920403736219561e-02 -2.193127812198815071e-02 -2.512963861627519335e-03 -1.968597160073013686e-05 -3.874940000000000051e-01 -5.764500780082250945e+06 +2.610000000000000000e+03 -1.734575901225984818e-03 -1.514865131843773360e-02 -6.062408490804074152e-02 -8.721156163657817206e-02 -7.050661390516044236e-02 -3.190357322163715065e-02 -3.395237927992855471e-03 -4.153382804923781035e-05 -2.698769999999999780e-01 1.286071934624881484e+07 +2.611000000000000000e+03 3.058462481818089884e+00 1.694057853477203945e+00 9.990766992337801744e-01 5.286544829035848547e-01 2.228148881322308261e-01 6.882162836653718530e-02 5.337499843806640769e-03 4.857850326573317931e-05 1.127950000000000064e-01 -1.303251658363508619e+07 +2.612000000000000000e+03 -2.365231904331220603e-02 -7.803870819157615601e-02 -5.104998438348843509e-02 -9.294644581714349776e-03 1.418860851049731642e-02 1.090069577699288687e-02 1.233243816393811247e-03 6.306632004783420293e-06 1.253390000000000060e-01 -1.680689480314944871e+06 +2.613000000000000000e+03 3.175673192423580371e+00 1.768530043919464889e+00 1.018335671486038096e+00 4.976911992169695820e-01 1.706376582406221032e-01 3.367070647231249630e-02 4.288912502345957234e-04 -7.483257740050513243e-06 -7.691040000000000099e-01 -2.366586525832226127e+07 +2.614000000000000000e+03 -1.294752991396754149e+00 -4.754571648859229338e-01 -1.561181934808971994e-01 -1.668672664226335256e-02 1.956398775071170951e-02 1.442693055083742702e-02 2.499636195006450182e-03 4.545055795083825513e-05 4.495410000000000239e-01 2.408136795601641352e+05 +2.615000000000000000e+03 -7.546126677902406099e-01 -4.294475485133657511e-01 -2.574826369401217452e-01 -1.412658242971477074e-01 -7.019585019570923068e-02 -3.129412062159525609e-02 -4.606532303218429519e-03 -9.000530593015504562e-05 -7.708840000000000137e-01 -1.355345454564744420e+07 +2.616000000000000000e+03 3.430925867264453366e+00 1.679538190375672535e+00 8.541781956923207852e-01 3.707977725967182003e-01 1.226983192685132257e-01 2.940823631403533672e-02 1.754913923043221156e-03 2.061077259238215393e-05 1.939720000000000055e-01 2.119398754181299359e+07 +2.617000000000000000e+03 3.138308727550382926e-01 1.457787931970480066e-01 6.134357532305644012e-02 1.243299548026403738e-02 -8.416248618437925308e-03 -8.760793322111088896e-03 -1.560340845442286829e-03 -2.827674497534389710e-05 -1.010420000000000068e-01 1.527998855616984330e+07 +2.618000000000000000e+03 -6.272207623152906142e-03 -9.782357055886542474e-02 -1.183972391552770981e-01 -1.073254774320502591e-01 -7.488236984434072652e-02 -3.687484705192635437e-02 -4.698948648908051959e-03 -5.407685576215836296e-05 -6.801989999999999981e-01 -1.438410448811236536e+06 +2.619000000000000000e+03 2.219881022404460502e+00 8.766970741003887735e-01 3.363802788406176636e-01 9.130144892333373619e-02 1.407920130474230036e-02 2.618084591054154094e-03 7.017801521760036161e-04 1.359582919370769586e-05 8.435600000000000043e-02 -6.744594731646629516e+05 +2.620000000000000000e+03 1.785953103242248430e+00 9.676604927589216310e-01 5.654216048389212323e-01 3.028410038538358884e-01 1.338397300402107137e-01 4.451720323441182153e-02 4.000813879262712751e-03 5.110611223981987049e-05 2.716549999999999798e-01 -4.381781632187589072e+06 +2.621000000000000000e+03 -1.403561341352417058e+00 -6.552503305712643611e-01 -3.706012318370602854e-01 -2.281547828338874595e-01 -1.371367691345739825e-01 -5.940250826364798509e-02 -5.079888528020271021e-03 -2.513340838227831630e-05 -4.984850000000000114e-01 -3.543547143344838638e+06 +2.622000000000000000e+03 1.780856278333881715e+00 9.695113015596521500e-01 5.574835205765675816e-01 2.786561274052565818e-01 1.023304403566554638e-01 2.529052352414734584e-02 2.214545396301839924e-03 4.476774849473932671e-05 7.072799999999999920e-02 -1.114982253940244671e+06 +2.623000000000000000e+03 4.424988566685932767e+00 2.331402602014347902e+00 1.308429652318757519e+00 6.637948055264792924e-01 2.775340261661394803e-01 8.681151136300865878e-02 6.291249352087763085e-03 4.775507206174151525e-05 3.208369999999999833e-01 4.777803558981712908e+06 +2.624000000000000000e+03 -4.930189119889233140e+00 -2.758174723401919159e+00 -1.640432827149958861e+00 -8.883677971285663943e-01 -4.012745144386140050e-01 -1.380889964521967994e-01 -1.146200692775049129e-02 -8.676286423737406884e-05 -5.848280000000000145e-01 1.459099056827567331e+07 +2.625000000000000000e+03 -4.925458245837183391e+00 -2.603380943363061917e+00 -1.429104450265893167e+00 -6.723952306741003415e-01 -2.350882347167554676e-01 -5.283707590566346507e-02 -6.898670587808730052e-04 4.142136381764465294e-05 6.542390000000000150e-01 -3.252964137497400865e+06 +2.626000000000000000e+03 -4.909897002052997728e+00 -2.592412745001458241e+00 -1.420515411668021422e+00 -6.661214335942963194e-01 -2.315688632021168647e-01 -5.153724743102720829e-02 -5.671058931223812126e-04 4.310310383607209587e-05 6.665860000000000118e-01 -3.080055669401203748e+06 +2.627000000000000000e+03 -4.844741718293627208e+00 -2.612654413714965873e+00 -1.485746508656605958e+00 -7.490093782277230661e-01 -2.970698379468550976e-01 -8.255369949852907341e-02 -4.346986024258730173e-03 -1.661220289212853965e-05 1.831369999999999942e-01 -3.836531329014315736e+06 +2.628000000000000000e+03 -5.203125760322607540e+00 -2.791216766909447422e+00 -1.558134337726536200e+00 -7.498379084595440114e-01 -2.665122736547543836e-01 -6.060141599792015499e-02 -2.122906097535912431e-03 -5.315696735097960526e-06 7.322530000000000427e-01 1.844231963371816650e+07 +2.629000000000000000e+03 -4.825910512918350825e+00 -2.671823189441544955e+00 -1.561730281674590826e+00 -8.139354230312841887e-01 -3.354135142796121349e-01 -9.838112735953515042e-02 -6.104551486624678648e-03 -3.426620673263240337e-05 3.788099999999999801e-02 -9.442113942072467180e+05 +2.630000000000000000e+03 -4.882023970614850938e+00 -2.687211381887176564e+00 -1.562153617923329296e+00 -8.137437383619519071e-01 -3.437526831483853629e-01 -1.086846332083430400e-01 -8.367672689063257452e-03 -7.335837577567625291e-05 -4.500990000000000268e-01 -9.281515425987996161e+06 +2.631000000000000000e+03 -4.889458453312897745e+00 -2.741318397225870118e+00 -1.607119803638251021e+00 -8.295300866300379106e-01 -3.304895986642577554e-01 -8.910679987021447035e-02 -4.216097714094555436e-03 -1.953525748534426279e-05 6.264990000000000281e-01 1.286949324455723353e+07 +2.632000000000000000e+03 -4.769052817952257328e+00 -2.721926823400134143e+00 -1.629137880683179329e+00 -8.630409689646790783e-01 -3.593353848932158146e-01 -1.086259942780297416e-01 -8.157489984081917056e-03 -8.198359636554633284e-05 -1.343519999999999992e-01 7.749125063153767260e+05 +2.633000000000000000e+03 -4.696027692505250428e+00 -2.721119644235758805e+00 -1.669021830477282808e+00 -9.250234448531762244e-01 -4.139244258942439969e-01 -1.337121654321138109e-01 -9.480541250773962675e-03 -5.599021592442944345e-05 -2.987360000000000015e-01 -8.897751286209627986e+06 +2.634000000000000000e+03 -4.744763082556635148e+00 -2.717416433559409317e+00 -1.639490992797139723e+00 -8.927591984887911503e-01 -3.992835646079612166e-01 -1.354015615457068167e-01 -1.187381937926127243e-02 -1.178570475687072265e-04 -7.946480000000000210e-01 -4.155218248878607526e+06 +2.635000000000000000e+03 -5.313222418860742202e+00 -3.103293466621917851e+00 -1.914882021358765840e+00 -1.065389036023930425e+00 -4.780558575732171689e-01 -1.556591049101181679e-01 -1.124563491996138226e-02 -7.018430157621650468e-05 -3.932069999999999732e-01 -8.245685578453100286e+06 +2.636000000000000000e+03 -5.293906867849063502e+00 -3.081527014090358563e+00 -1.903001310631471599e+00 -1.065375966352672066e+00 -4.859964882490965254e-01 -1.637964392502665456e-01 -1.309817811789100971e-02 -1.030652797005982436e-04 -7.515720000000000178e-01 -9.899652991439079866e+06 +2.637000000000000000e+03 -4.800522945208618886e+00 -2.525966625034855806e+00 -1.378711804168246902e+00 -6.452018432847629326e-01 -2.279723640900149784e-01 -5.516484049134353501e-02 -1.998062608318163305e-03 4.609954755482994492e-06 3.767240000000000033e-01 -4.367905933589057997e+06 +2.638000000000000000e+03 -4.804088828073399320e+00 -2.526445080127060372e+00 -1.379179681837918725e+00 -6.469116211964757168e-01 -2.270341490398610773e-01 -5.226755055605483702e-02 -9.844193945147986999e-04 3.481815120445033208e-05 2.655279999999999863e-01 -2.706905059917588532e+07 +2.639000000000000000e+03 -4.636984251564800097e+00 -2.488371621028806935e+00 -1.411512537614321605e+00 -7.162571529626249323e-01 -2.941253398913225570e-01 -8.753482079459377896e-02 -4.939276641832265544e-03 -8.928885516511439073e-06 -2.923629999999999840e-01 -3.684975475402921438e+07 +2.640000000000000000e+03 -4.634759634192432642e+00 -2.504839477019572325e+00 -1.409761506423338417e+00 -6.875200948085874453e-01 -2.525313796389230259e-01 -6.021779492198242600e-02 -1.454970058756166473e-03 1.961317258353824356e-05 8.496820000000000483e-01 2.020470356168192998e+07 +2.641000000000000000e+03 -4.203358039261243739e+00 -2.362960051034641573e+00 -1.384961039713631825e+00 -7.061520424606724244e-01 -2.713850283766905958e-01 -6.954153337824033054e-02 -3.008348688560401503e-03 -7.554127806309109940e-06 7.347719999999999807e-01 2.621739475382838026e+07 +2.642000000000000000e+03 -4.592089788505558268e+00 -2.536018528807673089e+00 -1.485811662513755405e+00 -7.820958523525534112e-01 -3.269200035520071213e-01 -9.436586993073821372e-02 -4.899010122208809562e-03 -1.544142363787541042e-05 2.268940000000000123e-01 -4.019313942285118625e+06 +2.643000000000000000e+03 -4.611739287195600667e+00 -2.572316053960627791e+00 -1.511165892227460228e+00 -7.903834609800798328e-01 -3.279946478766883056e-01 -9.800582857631924549e-02 -6.552434468812662512e-03 -5.290686657134552920e-05 3.371100000000000207e-01 3.594569554933489859e+07 +2.644000000000000000e+03 -4.495655993022094954e+00 -2.543438019783842652e+00 -1.516798842390215230e+00 -8.122804177029288031e-01 -3.491999897510925654e-01 -1.079870177165097728e-01 -7.450712857712525096e-03 -5.512090367494560452e-05 -1.039380000000000026e-01 -4.825464152290539932e+05 +2.645000000000000000e+03 -4.579125868184537929e+00 -2.656036659121830290e+00 -1.623336626237006364e+00 -8.945371530076454691e-01 -4.000894227170900264e-01 -1.330074175160811945e-01 -1.102622496992261558e-02 -9.413107645002970778e-05 -6.000689999999999635e-01 -1.065147251267051790e+06 +2.646000000000000000e+03 -4.677872892936547622e+00 -2.702096955390236310e+00 -1.659688220741859510e+00 -9.364242030057366994e-01 -4.422628826597063689e-01 -1.577143951955342349e-01 -1.406928806207642310e-02 -1.284924587600747036e-04 -1.186588999999999894e+00 -1.430095460034238920e+07 +2.647000000000000000e+03 -4.521848985269037335e+00 -2.601462728379182021e+00 -1.613614796983315669e+00 -9.365949495847147865e-01 -4.682782917714557458e-01 -1.835857879989460373e-01 -2.110074468567438993e-02 -3.364307632266463010e-04 -1.991327000000000069e+00 2.543835954343007877e+07 +2.648000000000000000e+03 -4.456811897570281289e+00 -2.652968858927280849e+00 -1.685044487331068597e+00 -9.818227627955155024e-01 -4.688947182431472127e-01 -1.639871197161064942e-01 -1.381632295392512186e-02 -1.130704368686055950e-04 -1.003582999999999892e+00 -1.585044848973864876e+07 +2.649000000000000000e+03 -3.537165090535428380e+00 -1.721835168484460388e+00 -8.408223027219734469e-01 -3.119462109041706288e-01 -5.636221779982669017e-02 6.208566792500934232e-03 1.960786057188254952e-03 1.553255165430888614e-05 2.985349999999999948e-01 -1.941855021093240008e+07 +2.650000000000000000e+03 -3.545616521045320102e+00 -1.727728084373194806e+00 -8.449710873820895918e-01 -3.144169282492786932e-01 -5.739199782380188797e-02 5.988457549781188438e-03 1.976622283497636752e-03 1.618993193586756429e-05 2.963609999999999856e-01 -2.032934894465255365e+07 +2.651000000000000000e+03 -3.512715192179650003e+00 -1.745874829859095811e+00 -8.809941935236389465e-01 -3.552990420737470179e-01 -9.099273385194046881e-02 -1.065909725376087795e-02 4.702171298526667468e-04 5.364694305027923768e-06 3.643830000000000124e-01 6.696307968772345921e+05 +2.652000000000000000e+03 -3.681010124757964075e+00 -1.802304863318543227e+00 -9.056597863177286989e-01 -3.796297797811600261e-01 -1.210095738900741347e-01 -3.207118399719134649e-02 -2.754493307633033850e-03 -2.722947843554679508e-05 -2.535060000000000091e-01 -4.229020283438673243e+06 +2.653000000000000000e+03 -3.562818038217129946e+00 -1.843791773983293192e+00 -9.996009040704892934e-01 -4.775710442886528795e-01 -1.851683614821012791e-01 -5.474797992070865038e-02 -3.676190118474059309e-03 -2.252116014300681649e-05 1.735849999999999893e-01 2.684208929923776910e+07 +2.654000000000000000e+03 -3.619992968682404832e+00 -1.810067666042165957e+00 -9.528670127909500964e-01 -4.343402381624755226e-01 -1.492145475536863775e-01 -3.239424850295576780e-02 4.683035880920545518e-05 2.951299860113005817e-05 3.928900000000000170e-01 -3.022144380638500210e+06 +2.655000000000000000e+03 -3.608336417692550313e+00 -1.925738728948100054e+00 -1.069573563404967231e+00 -5.077714336935720274e-01 -1.694103147014690280e-01 -2.512854605046288894e-02 4.674205191024132129e-03 1.803392588231693405e-04 1.486177000000000081e+00 6.336437778085788712e+06 +2.656000000000000000e+03 -3.632937841139781465e+00 -1.956629687219529234e+00 -1.095903552947695703e+00 -5.311309170027961324e-01 -1.975346526981127393e-01 -5.370421585742389536e-02 -3.678754050524728723e-03 -2.760327391184453036e-05 2.354459999999999886e-01 2.706908482685334980e+07 +2.657000000000000000e+03 -3.604916870050948852e+00 -2.010809551128622363e+00 -1.166294723459282201e+00 -5.880967997119811441e-01 -2.247147917625410274e-01 -5.747136676820160939e-02 -2.475890506339367258e-03 -7.972524917996248785e-06 4.162179999999999769e-01 4.465163427677151747e+06 +2.658000000000000000e+03 -3.866852684738551815e+00 -2.148978139758770389e+00 -1.250055247702248407e+00 -6.405094302124072492e-01 -2.546834550303606060e-01 -6.903200610535602244e-02 -3.161809573767672497e-03 -8.861468210731338700e-06 4.608809999999999851e-01 1.010215872405229881e+07 +2.659000000000000000e+03 -3.349294818230423854e+00 -1.915231118994881410e+00 -1.159346897089214679e+00 -6.344838215702742756e-01 -2.795198682739976070e-01 -8.746678550179398659e-02 -5.827239753317905134e-03 -3.837936860913314558e-05 9.674000000000000307e-03 8.348974371631934308e+06 +2.660000000000000000e+03 -3.948414645160952752e+00 -2.251128780056834700e+00 -1.355088330849977041e+00 -7.204333558004801796e-01 -2.915009545307695182e-01 -7.852768305242628644e-02 -3.675923398866467410e-03 -1.086893701524074491e-05 7.746929999999999650e-01 3.752517595904606581e+07 +2.661000000000000000e+03 -3.262105239482669283e+00 -1.889381060796819556e+00 -1.164796034274466985e+00 -6.621226185446554835e-01 -3.187556511731426956e-01 -1.182777022899750147e-01 -1.140551470331596824e-02 -1.119037279377860337e-04 -1.305212000000000039e+00 -2.734143742127466574e+07 +2.662000000000000000e+03 -3.563893550686739964e+00 -2.040418938620935929e+00 -1.252621945049950725e+00 -7.115326521444438335e-01 -3.389890653053792557e-01 -1.200659627591086354e-01 -9.880827636212955595e-03 -7.233243430375133954e-05 -7.377399999999999514e-01 -8.102201356933459640e+06 +2.663000000000000000e+03 -3.922533234607801678e+00 -2.299117325864846517e+00 -1.449829343432572193e+00 -8.586281175941513633e-01 -4.414032347906640119e-01 -1.806350113842972449e-01 -2.372408221539977491e-02 -5.260144379814867942e-04 -2.609605000000000175e+00 1.721770964344133437e+07 +2.664000000000000000e+03 -3.479194894488913281e+00 -2.088684556644539114e+00 -1.321442039401851565e+00 -7.605058532277816363e-01 -3.558624895847068981e-01 -1.193403229823242484e-01 -8.939820836264598600e-03 -6.229390836966317447e-05 -5.310190000000000188e-01 -2.019225855698731542e+07 +2.665000000000000000e+03 -3.223254547635031830e+00 -1.400031677105133987e+00 -5.665688639979229446e-01 -1.065300946704207108e-01 7.380126200009003157e-02 7.069917027458548497e-02 1.186458417950849581e-02 1.820993564779345387e-04 1.981449000000000016e+00 5.429363930571137927e+06 +2.666000000000000000e+03 -3.054300184765641024e+00 -1.272471495506185324e+00 -4.847878011904001028e-01 -7.893744916737242823e-02 5.834774418535648710e-02 4.832099067834443040e-02 7.012866362963042846e-03 9.039687609102107916e-05 1.006777999999999951e+00 -1.189880400118924119e+07 +2.667000000000000000e+03 -2.929843185123731431e+00 -1.276044223521176191e+00 -5.342822636888212573e-01 -1.420190747503190243e-01 8.717840506642589998e-03 2.640402667927140359e-02 5.635858993970566978e-03 9.615282685971407721e-05 9.142249999999999543e-01 -1.101071994125151262e+07 +2.668000000000000000e+03 -3.047870028619960259e+00 -1.311083496613103971e+00 -5.506303744524883026e-01 -1.600795154105783547e-01 -1.130796545825895651e-02 1.188601439357737412e-02 1.745563214735365229e-03 1.587263476348039376e-06 4.974330000000000140e-01 1.473296729295893386e+07 +2.669000000000000000e+03 -2.977742952685136668e+00 -1.340728692511635511e+00 -6.063529441104307249e-01 -1.974898036717710192e-01 -1.399849492963134955e-02 1.941270586368487247e-02 3.037133640636668734e-03 2.337202678321072938e-05 3.525969999999999938e-01 -1.356437130797515437e+07 +2.670000000000000000e+03 -3.085296591271837752e+00 -1.400101293348627429e+00 -6.500189347177505184e-01 -2.488356585136872190e-01 -7.610716707113371338e-02 -2.381010886185433439e-02 -3.296959145862903267e-03 -4.615615045497800157e-05 -6.253119999999999790e-01 -1.714418035649977997e+07 +2.671000000000000000e+03 -3.149149526159516377e+00 -1.495518250850860209e+00 -7.301358595928167938e-01 -3.010279152244661471e-01 -9.924559943938228435e-02 -2.794409875959072420e-02 -2.574989323063869677e-03 -2.885685716052842429e-05 -1.959309999999999941e-01 5.983780975420977920e+05 +2.672000000000000000e+03 -2.944355546420907910e+00 -1.361634942827684602e+00 -6.792555200918648506e-01 -3.184335782665004277e-01 -1.437994368487615637e-01 -5.759565580279395192e-02 -5.955215827875752141e-03 -4.722059496291294649e-05 -9.415510000000000268e-01 -1.838095014967291057e+07 +2.673000000000000000e+03 -2.819562342610740124e+00 -1.391655395084177238e+00 -7.242471176729503579e-01 -3.259310067025268931e-01 -1.106316050612514562e-01 -2.465476039825662338e-02 -7.319567273202025152e-04 -3.947279846394397430e-06 6.689100000000000601e-02 -1.281165987665602565e+07 +2.674000000000000000e+03 -3.291752124917969091e+00 -1.644559139405091130e+00 -8.626142595712026351e-01 -3.944340140207331924e-01 -1.367984667193416770e-01 -2.677812705713413649e-02 2.027674356110185754e-03 1.035591485967040629e-04 8.486609999999999987e-01 7.268217669361262582e+06 +2.675000000000000000e+03 -2.754313382167284718e+00 -1.457733592854505211e+00 -7.968155092529030092e-01 -3.705237157461438446e-01 -1.267670800520428742e-01 -2.736547488673451989e-02 -1.021875157234738437e-04 2.438517626707577588e-05 1.450849999999999917e-01 -2.650897026373874396e+07 +2.676000000000000000e+03 -2.906314210590594804e+00 -1.562352553272564171e+00 -8.812798518205304799e-01 -4.407085594657078609e-01 -1.790630518959102635e-01 -5.462795843588039157e-02 -3.277383822328761975e-03 2.720284849908551062e-07 -1.413109999999999922e-01 -1.351044789296747372e+07 +2.677000000000000000e+03 -2.697402491503139377e+00 -1.475241480621461765e+00 -8.602687528060438682e-01 -4.484287648558002437e-01 -1.810361639456891936e-01 -4.740900246142536190e-02 -1.077438368008985705e-03 3.379627397215683018e-05 2.936570000000000014e-01 -1.139328647681570053e+07 +2.678000000000000000e+03 -2.827248237834968592e+00 -1.551707353950183554e+00 -9.076862233689888537e-01 -4.864495369187482599e-01 -2.219385161534420670e-01 -8.023188382151176523e-02 -7.886179496134621339e-03 -8.299368698053202753e-05 -6.100870000000000459e-01 1.347311230326328985e+07 +2.679000000000000000e+03 -3.202798844129657319e+00 -1.824563399410350506e+00 -1.097274200488829399e+00 -5.972054150275669659e-01 -2.683361002432502751e-01 -9.045699114423211284e-02 -6.948058290270440508e-03 -4.328451317679488271e-05 -2.164190000000000003e-01 1.370428193567920104e+07 +2.680000000000000000e+03 -3.254528608949364799e+00 -1.895918962590905421e+00 -1.155568609851981510e+00 -6.265889162385746003e-01 -2.700391084124541541e-01 -8.614761198419193522e-02 -7.093544349171972824e-03 -6.838539762573839611e-05 -3.668589999999999907e-01 1.761354901424276875e+06 +2.681000000000000000e+03 -2.607527059815031301e+00 -1.576093043994579723e+00 -1.012807961894449882e+00 -6.026517703279641314e-01 -3.004841575798794517e-01 -1.107270020187773318e-01 -1.029437083232851054e-02 -1.163289848147993185e-04 -1.144050000000000011e+00 -3.236237280446004868e+07 +2.682000000000000000e+03 -2.935757220808174583e+00 -1.741681751665810296e+00 -1.089590138018425414e+00 -6.079340916119713167e-01 -2.671979727965024809e-01 -8.396970369826080305e-02 -5.668399600971968551e-03 -3.045642675408344435e-05 -2.115529999999999911e-01 -9.345058094018865377e+06 +2.683000000000000000e+03 -2.661679002483021694e+00 -1.653385067796487640e+00 -1.088409599535698158e+00 -6.505351767205813651e-01 -3.114059546623890173e-01 -1.076402595475196566e-01 -9.310341566756693416e-03 -9.201954062050532717e-05 -6.079179999999999584e-01 5.222894813590110280e+06 +2.684000000000000000e+03 -3.038822769939296897e+00 -1.833951704478125944e+00 -1.190501398053129600e+00 -7.209713229099041776e-01 -3.595081650435779097e-01 -1.253490048733250095e-01 -9.200369457951971391e-03 -5.844169043114672175e-05 -4.154399999999999760e-01 -3.270209350323238876e+06 +2.685000000000000000e+03 -2.608672983637139620e+00 -1.671274706387098963e+00 -1.131821449072646368e+00 -7.140775352218818872e-01 -3.856302794273082646e-01 -1.619437302239735144e-01 -2.014493905445130517e-02 -3.421361398644899902e-04 -2.159262000000000015e+00 2.443234887369416654e+07 +2.686000000000000000e+03 -2.617085580803739209e+00 -1.668290973310338821e+00 -1.121644179113247652e+00 -6.981834278324348109e-01 -3.675879970900312599e-01 -1.482440012823156850e-01 -1.675778747757179082e-02 -2.354722578660957974e-04 -1.617413999999999907e+00 2.238366246568929031e+07 +2.687000000000000000e+03 -2.775124031038572081e+00 -1.061466629716188326e+00 -3.342444500378772276e-01 1.385424413832856208e-02 1.050140469201269605e-01 6.541996027892330035e-02 7.712928545484034649e-03 7.211747421585782628e-05 1.168905000000000083e+00 -9.577608495818958618e+05 +2.688000000000000000e+03 -2.516585275628977492e+00 -8.879601971515572734e-01 -2.343900349861145205e-01 3.802105617723856856e-02 7.208652098011866793e-02 2.753313136693544272e-02 9.672939877069104382e-04 -3.779172719880857932e-06 6.012399999999999689e-02 -2.498799080852921586e+06 +2.689000000000000000e+03 -2.545190444018907705e+00 -9.235691709306524944e-01 -2.769360742662679842e-01 -6.073706213115386346e-03 3.736419460830267547e-02 9.386455644508599414e-03 -1.454034985040046591e-03 -3.140027184502893392e-05 -3.344389999999999863e-01 -1.384314694439213024e+06 +2.690000000000000000e+03 -2.832933904530209990e+00 -1.099677671111441102e+00 -3.712563742228776609e-01 -3.288829841111476360e-02 5.531063739901947302e-02 3.463781573190737040e-02 3.305485123919382501e-03 8.267219509961892899e-06 5.015079999999999538e-01 -2.254258613049632870e+06 +2.691000000000000000e+03 -2.627202610752865208e+00 -1.084439231291193240e+00 -4.289804568037959842e-01 -1.083828337551103055e-01 1.864890885642858437e-03 1.377935430105680162e-02 2.585122729823066592e-03 3.203824206209618446e-05 4.819249999999999923e-01 -9.955167270080671879e+05 +2.692000000000000000e+03 -2.437496736391197238e+00 -9.378082191432296488e-01 -3.184841510242415463e-01 -3.531290371130573619e-02 3.957735885326536113e-02 2.682446087761692841e-02 3.259192610367544866e-03 2.701687267754602405e-05 6.660819999999999519e-01 1.202566057240070775e+07 +2.693000000000000000e+03 -2.417229581106502323e+00 -1.027298305189555228e+00 -4.187013920009902690e-01 -1.076381122847154398e-01 7.747967746100235982e-03 1.827844330379487306e-02 2.268977726234466374e-03 1.098954950419305277e-05 4.055489999999999928e-01 1.429483446433047764e+06 +2.694000000000000000e+03 -2.705705582371471074e+00 -1.128715959427788906e+00 -4.721032125253995515e-01 -1.596778248898597929e-01 -5.292168589190177769e-02 -2.380549319936844932e-02 -3.217287696437048754e-03 -2.851970725971072338e-05 -4.251170000000000226e-01 4.158718803413553629e+06 +2.695000000000000000e+03 -2.224767729102056890e+00 -1.015679787548262158e+00 -4.552582000496691594e-01 -1.353028507157140459e-01 1.117976305566700627e-02 3.573726695504204909e-02 7.769932352499672908e-03 1.189299419117677384e-04 1.455996000000000068e+00 2.243086620915070642e+06 +2.696000000000000000e+03 -2.453259096663617189e+00 -1.160889093673178385e+00 -5.721547354797087426e-01 -2.375914548396011183e-01 -7.001958867416974153e-02 -1.158106022233697414e-02 1.025457804522740166e-04 5.249755297221095140e-06 2.769090000000000162e-01 8.692092095047146082e+06 +2.697000000000000000e+03 -2.279565508308255772e+00 -1.097639663901162299e+00 -5.359621828689951073e-01 -2.037051088706264002e-01 -3.874017176000869173e-02 7.198787154644231343e-03 2.856754798636891839e-03 3.516636105784683706e-05 6.553350000000000009e-01 -2.269742718347571208e+05 +2.698000000000000000e+03 -2.479172808519845006e+00 -1.255888033394949810e+00 -6.514118364925599591e-01 -2.776516990221947756e-01 -7.607136252224357131e-02 -5.740357877800453604e-03 1.544201540513482534e-03 1.401650961357069904e-05 4.386760000000000104e-01 -1.215566467061049305e+07 +2.699000000000000000e+03 -2.237282298254740454e+00 -1.141051157465013732e+00 -6.019776700511998424e-01 -2.665341284663938493e-01 -8.299070745410144778e-02 -1.509761932622552712e-02 -4.526851756319322630e-04 -8.064743194660898976e-06 2.423690000000000011e-01 4.786617300333883613e+06 +2.700000000000000000e+03 -2.590463838267299757e+00 -1.318280114254781532e+00 -7.098846267265649379e-01 -3.408985574232211713e-01 -1.350349154865904955e-01 -4.151800701905619673e-02 -3.076015057387938671e-03 -1.998126332232177612e-05 -1.228090000000000015e-01 3.142928329239371233e+06 +2.701000000000000000e+03 -2.564881655124359838e+00 -1.400799434609372396e+00 -8.190852017729379764e-01 -4.360484759576565006e-01 -1.903982516461771024e-01 -6.109457989260658889e-02 -4.433827874662780132e-03 -3.045142965927684982e-05 -1.607240000000000058e-01 3.014560218661762774e+06 +2.702000000000000000e+03 -2.508021350752429601e+00 -1.434591494012323221e+00 -8.554244598074900452e-01 -4.415131781023410307e-01 -1.669510573114634522e-01 -4.043222694758576846e-02 -1.916507112984555975e-03 -1.656556591990147089e-05 -1.606000000000000136e-02 -2.134586132845361903e+07 +2.703000000000000000e+03 -2.289236228717788979e+00 -1.362707176568531020e+00 -8.323356343710315297e-01 -4.385459669333595101e-01 -1.725061542184564700e-01 -4.589395327037695815e-02 -2.639757618987177441e-03 -2.477999371516013675e-05 4.607200000000000184e-02 -4.658430602165093645e+06 +2.704000000000000000e+03 -1.794206363809391247e+00 -1.074828302415999026e+00 -6.783397355245791571e-01 -3.959283323044975322e-01 -1.973647878292831837e-01 -7.478665549842633542e-02 -6.909717404778728013e-03 -5.625787656030161170e-05 -3.458499999999999908e-01 2.739279229290065169e+07 +2.705000000000000000e+03 -1.885878574799214835e+00 -1.183484252491466826e+00 -7.590169223773185481e-01 -4.281298273274066757e-01 -1.937398555705904246e-01 -6.741408848296748246e-02 -6.191490336887459783e-03 -5.525609924738877768e-05 -6.923259999999999970e-01 -1.608657934295816906e+07 +2.706000000000000000e+03 -2.444008095050971718e+00 -1.455954768959963452e+00 -9.174619206003050698e-01 -5.337197711460712757e-01 -2.585187256370366504e-01 -8.946205244951879743e-02 -6.169258947412077122e-03 -2.924249438262023577e-05 -2.931520000000000237e-01 -6.994191574947384186e+06 +2.707000000000000000e+03 -1.764756928838179695e+00 -1.222999580690484533e+00 -8.603655166344160721e-01 -5.472462165403568779e-01 -2.825693069118087042e-01 -1.043541146805072595e-01 -8.944119961782914102e-03 -7.434902954447452186e-05 -4.884459999999999913e-01 2.257471542570960149e+07 +2.708000000000000000e+03 -2.152999664092201559e+00 -1.397182649037283175e+00 -9.371051555584796189e-01 -5.641191521730678504e-01 -2.685515944043252445e-01 -8.878749990320526642e-02 -6.136623710206463855e-03 -3.361869822753719181e-05 -1.081489999999999951e-01 1.105490071389359981e+07 +2.709000000000000000e+03 -1.784358703542587410e+00 -1.250813100002524880e+00 -8.905172572909283435e-01 -5.732523205149191448e-01 -3.028908826630837270e-01 -1.198563086252905918e-01 -1.289867003029918600e-02 -1.552696725421495554e-04 -1.184741000000000044e+00 2.495649313659539446e+07 +2.710000000000000000e+03 -1.981119689489804880e+00 -1.349658446886513596e+00 -9.594853780323664427e-01 -6.350809467938065556e-01 -3.558182389627054798e-01 -1.473594939904283863e-01 -1.531313791248280903e-02 -1.640933703970947255e-04 -1.934131999999999962e+00 -3.020652251398243383e+07 +2.711000000000000000e+03 -1.959270882897455879e+00 -1.359797600513226623e+00 -9.907607563126950012e-01 -6.831175707928652807e-01 -4.086155455358950195e-01 -1.859181269295030192e-01 -2.450369779992693162e-02 -4.327358309133240498e-04 -3.381505999999999901e+00 -2.320229141829834506e+07 +2.712000000000000000e+03 -1.957276335782663246e+00 -1.358680069100037358e+00 -9.905080068141245420e-01 -6.838177736076019864e-01 -4.100233435674944804e-01 -1.872648059884004512e-01 -2.491948441341821849e-02 -4.484939257507647870e-04 -3.446654999999999802e+00 -2.259766185363306478e+07 +2.713000000000000000e+03 -2.075036611093887373e+00 -7.034211681214174172e-01 -1.226356359719217026e-01 1.328892034035395187e-01 1.571207427641682641e-01 8.111260458307099908e-02 9.939241172917371095e-03 1.540090441910412975e-04 1.598033999999999955e+00 5.344559856483463198e+06 +2.714000000000000000e+03 -1.807858265882523296e+00 -4.714393572153525724e-01 2.458440499399431461e-02 1.914306149969871862e-01 1.624852496336472163e-01 7.674087461053491488e-02 8.298602000398499351e-03 7.011990086044221670e-05 1.462474000000000052e+00 8.663680107118267566e+06 +2.715000000000000000e+03 -1.804063183374609691e+00 -5.581839632311950128e-01 -6.894103571652750173e-02 1.291072016308309756e-01 1.367532676063830388e-01 6.990004193209500838e-02 9.803104201088753272e-03 2.150416346161247228e-04 1.528232000000000035e+00 -4.843147478128353250e+05 +2.716000000000000000e+03 -1.880806131999344100e+00 -6.008446204101894894e-01 -9.751467078447823011e-02 1.079110241730746322e-01 1.230078704399615031e-01 6.120218323308420499e-02 6.093759475538849425e-03 4.399178083492804664e-05 9.100399999999999601e-01 2.556756877316769212e+06 +2.717000000000000000e+03 -1.734825466089361834e+00 -5.758292085237574076e-01 -1.145771810299719279e-01 7.393326801447380747e-02 8.913102116923624085e-02 4.048649500812082080e-02 3.046699215315328002e-03 1.091011945218800129e-05 3.410000000000000253e-01 -3.825842459812925663e+06 +2.718000000000000000e+03 -1.734447866718321851e+00 -5.743399568504585773e-01 -1.125077351383135943e-01 7.620573615457297556e-02 9.103606968506287866e-02 4.152293669973183138e-02 3.172073258637630924e-03 1.206057924665125280e-05 3.603620000000000156e-01 -3.832499890408856329e+06 +2.719000000000000000e+03 -1.528693473894818577e+00 -5.601045997765204953e-01 -1.594941789799563248e-01 2.826687812428994515e-02 7.808024343728760253e-02 5.132848776645915212e-02 6.582169551746281169e-03 5.510912314733322953e-05 9.014450000000000518e-01 -1.344618323105259985e+07 +2.720000000000000000e+03 -1.911463468581943381e+00 -7.031654546123620175e-01 -2.543298054858844637e-01 -7.404609070371565016e-02 -3.154603350752703539e-02 -2.033787410524542927e-02 -2.902630600274358225e-03 -2.069377743875223691e-05 -5.804129999999999567e-01 -1.575327372052615322e+07 +2.721000000000000000e+03 -1.725124421328836810e+00 -6.899163817166158452e-01 -2.734725363795733055e-01 -7.586646448356730577e-02 8.825020349042466902e-05 1.583666501220540659e-02 4.600116872926442516e-03 9.126127605402159385e-05 9.932560000000000278e-01 1.051468870545984246e+07 +2.722000000000000000e+03 -1.562508633600197649e+00 -6.342649248711430543e-01 -2.636901453703752729e-01 -9.899030535761740857e-02 -4.475623082371824046e-02 -2.196479599392714768e-02 -2.471168274340463256e-03 -1.447734575700262764e-05 -4.211650000000000116e-01 -1.329396461029144190e+07 +2.723000000000000000e+03 -1.370570372475167886e+00 -6.587911528935065375e-01 -2.933739778509109608e-01 -7.067306919556197442e-02 2.731039625410992128e-02 3.150439536840728832e-02 4.620898110237804148e-03 4.245198952690083880e-05 9.331509999999999527e-01 1.453155434348789230e+07 +2.724000000000000000e+03 -1.498443424702738946e+00 -5.902137068478258142e-01 -2.623734988617693609e-01 -1.336459349291291010e-01 -8.779266151755366066e-02 -4.671151484120578817e-02 -5.106586648614727664e-03 -3.148609085743418924e-05 -7.044880000000000031e-01 -3.684370237968160771e+06 +2.725000000000000000e+03 -1.523435192479752454e+00 -7.772421935473928789e-01 -4.077426231464761908e-01 -1.800576886862763348e-01 -6.008069419708679526e-02 -1.532053446561889437e-02 -9.050814135615644056e-04 -1.752818508089075026e-06 -1.863170000000000104e-01 -2.063653985046921298e+07 +2.726000000000000000e+03 -1.265515904791512325e+00 -6.660501936505232035e-01 -3.557089180386662775e-01 -1.493767796017902716e-01 -3.364582221480302837e-02 1.327286659691923271e-03 1.029701345891856660e-03 7.409094918034335664e-06 2.896110000000000073e-01 4.677096782210448873e+05 +2.727000000000000000e+03 -1.666415369540986458e+00 -9.479914757313389062e-01 -5.568985944336288796e-01 -2.803506954756138092e-01 -1.029910520204720265e-01 -2.396341106447276784e-02 -8.036226097381139874e-04 -1.706291917702221528e-06 3.235410000000000230e-01 1.353139900943064690e+07 +2.728000000000000000e+03 -1.440244330840846798e+00 -7.791300485111127827e-01 -4.566383966923835414e-01 -2.503483109300373988e-01 -1.228302186362139614e-01 -5.238645338336515161e-02 -7.152826873088394266e-03 -9.486450907389387102e-05 -1.063364999999999894e+00 -7.753758105610704049e+06 +2.729000000000000000e+03 -1.569330726632061523e+00 -9.554924519807168615e-01 -5.795726708130215510e-01 -2.929012920234378980e-01 -1.024719224382319716e-01 -1.898418146096456788e-02 6.809823363869559488e-04 1.908790712454196792e-05 3.993430000000000035e-01 -8.095103535381597467e+06 +2.730000000000000000e+03 -1.404194784772117455e+00 -8.214976688444753927e-01 -5.017714640494624900e-01 -2.804978005886463177e-01 -1.393624318719710320e-01 -5.920352325365933754e-02 -7.168329288155332255e-03 -7.277801372574577339e-05 -1.135134000000000087e+00 -2.120846335410848260e+07 +2.731000000000000000e+03 -1.560134194026503440e+00 -9.837890603394962019e-01 -6.513795868034012448e-01 -3.951508639380086896e-01 -1.996384828646151077e-01 -7.668910100012993336e-02 -7.895934833827434468e-03 -7.869035178042414714e-05 -7.504939999999999944e-01 8.926206241901244968e+06 +2.732000000000000000e+03 -1.434783374359967612e+00 -9.377529587785180532e-01 -6.523916134919467424e-01 -4.259253099002084375e-01 -2.380229564818780730e-01 -1.017053961545273111e-01 -1.254144381865662967e-02 -1.923905824429766810e-04 -1.673778999999999906e+00 -1.292012729683949240e+07 +2.733000000000000000e+03 -1.559891782862916187e+00 -1.102918137119011988e+00 -7.971161332490188656e-01 -5.242287326175835149e-01 -2.816654981534715274e-01 -1.118140607159700123e-01 -1.255059049438679401e-02 -1.963596223320869950e-04 -1.540867999999999904e+00 -1.057779501809925027e+07 +2.734000000000000000e+03 -1.551992710784875440e+00 -1.063632804818093858e+00 -7.548398000229246119e-01 -4.823847781762606868e-01 -2.447612067289075266e-01 -8.944888977235734839e-02 -8.583718452440524879e-03 -9.765519006784769047e-05 -8.143420000000000103e-01 2.395586037164010108e+06 +2.735000000000000000e+03 -1.577004843270893408e+00 -1.117134719618235517e+00 -8.081341604817380286e-01 -5.319318709125195888e-01 -2.864322456842349207e-01 -1.142842083112523971e-01 -1.301025926775450405e-02 -2.099250694732774931e-04 -1.613634999999999931e+00 -1.098936949246581458e+07 +2.736000000000000000e+03 -1.647685211180561771e+00 -1.169531019284744122e+00 -8.442836680507194158e-01 -5.530501592964557345e-01 -2.963055981215103607e-01 -1.179323711312482009e-01 -1.337953160925625488e-02 -2.140678443291279306e-04 -1.670690000000000008e+00 -1.328751718529057689e+07 +2.737000000000000000e+03 -1.105632047006951835e+00 -1.201644600151776932e-01 2.103248700809721705e-01 2.784117533843796788e-01 1.880778291475362629e-01 7.222212671678747420e-02 5.115018676454710644e-03 2.662527184346257940e-05 7.096430000000000238e-01 7.680611216301967390e+06 +2.738000000000000000e+03 -1.088091501197293143e+00 -9.396240601533434322e-02 2.385942430979322293e-01 3.048147252678453101e-01 2.070846572778865524e-01 8.095893423920223764e-02 5.965467230827494610e-03 3.074278975998852434e-05 8.525859999999999550e-01 9.192804664190419018e+06 +2.739000000000000000e+03 -1.379411932927878670e+00 -3.111293052489328415e-01 6.856736952719262590e-02 1.789166069464421804e-01 1.293462696418386793e-01 4.624831789819067174e-02 2.111047103491690054e-03 -3.515487275542628950e-06 -3.491000000000000179e-03 -1.338918008919452131e+07 +2.740000000000000000e+03 -1.243242643954961757e+00 -2.658024731219687520e-01 6.914858486673450266e-02 1.566878436540019570e-01 1.094180783661249101e-01 4.138512658815606676e-02 2.773243017889350046e-03 8.677597527930160513e-06 2.518150000000000110e-01 -1.008477069947145134e+07 +2.741000000000000000e+03 -1.115649409730724351e+00 -3.123299288313667876e-01 5.470708413493575659e-03 1.354035518467593402e-01 1.291494954434125875e-01 6.072250424517771500e-02 5.192242417020676362e-03 2.809659723911659101e-05 7.758159999999999501e-01 1.608874742405396327e+07 +2.742000000000000000e+03 -7.553146379679346323e-01 -6.318808733991865267e-02 1.455724846058872035e-01 1.812497674684757365e-01 1.239732493750902304e-01 5.046353163950852150e-02 4.051789062107164115e-03 2.422571619279051749e-05 4.931389999999999940e-01 3.735490808375019114e+06 +2.743000000000000000e+03 -7.333781965307570871e-01 -9.732275166251330711e-02 1.193488002825824623e-01 1.652666413226756836e-01 1.147058376669596730e-01 4.871496256087835125e-02 4.727593111917704691e-03 3.885564601811608348e-05 5.447400000000000020e-01 -9.102864013685086742e+06 +2.744000000000000000e+03 -1.141487814418616464e+00 -3.439800447837872976e-01 -7.170237900461175207e-02 2.156584337188003839e-02 3.202994094322816204e-02 1.853899310134678874e-02 2.448999505603770104e-03 2.973942130426430352e-05 4.382139999999999924e-01 2.978005348650052212e+06 +2.745000000000000000e+03 -1.100559197449963111e+00 -3.949777028462125861e-01 -1.318957100898610624e-01 -2.733885254306860774e-02 -1.199952925532264333e-03 3.890208907887545125e-03 1.663043910321876373e-03 2.461708712203772837e-05 3.695459999999999856e-01 -4.538293630911041051e+06 +2.746000000000000000e+03 -1.084994407279409767e+00 -3.618598771909583012e-01 -8.299003358053365365e-02 3.792598528278530445e-02 6.621369085928240084e-02 4.563772476716980442e-02 7.526222124602601621e-03 1.090398249391873653e-04 1.152881999999999962e+00 -1.295039877146632969e+07 +2.747000000000000000e+03 -7.675472573854613678e-01 -2.478801149807069171e-01 -8.851078499432635249e-02 -3.059616211851456588e-02 -9.553677970182064896e-03 -1.083568192368882140e-03 4.244863837943880494e-04 5.952778024896687610e-06 -1.532969999999999888e-01 -2.823311886355656013e+07 +2.748000000000000000e+03 -8.082296289730167560e-01 -2.621534132790060978e-01 -6.623561306305926488e-02 5.894775148993579295e-03 1.621009458988898963e-02 8.086450495184100556e-03 6.095911517458564794e-04 2.193682082100049277e-06 1.011340000000000017e-01 1.178448987121354090e+06 +2.749000000000000000e+03 -5.888240700317759480e-01 -2.654356312666338868e-01 -1.195554170974900132e-01 -3.759993455717101224e-02 -1.428276801353428084e-03 4.331287198116086541e-03 5.456995297035389198e-04 1.849040544620190014e-06 3.206599999999999728e-02 -8.503463470337487757e+06 +2.750000000000000000e+03 -9.022246084381653208e-01 -3.672923145753972385e-01 -1.898015182097873843e-01 -1.000340423400750134e-01 -3.937821664231905272e-02 -6.441006910027823919e-03 1.170132183671886887e-03 3.888688748450888324e-05 1.153980000000000006e-01 -2.064919206581280753e+07 +2.751000000000000000e+03 -7.781212070732331787e-01 -4.814270260694810677e-01 -3.129228818288825598e-01 -1.857240534313243929e-01 -8.899506209816569757e-02 -2.971834419676778333e-02 -1.913401658671287989e-03 -7.491866071947284020e-06 -9.992900000000000393e-02 -2.433023769467430189e+06 +2.752000000000000000e+03 -5.453208850131782137e-01 -3.495975958528523275e-01 -2.326646886877677955e-01 -1.334684221384177250e-01 -5.385690051719038696e-02 -1.391987060425393767e-02 -1.151719306051756687e-03 -1.650078376808054186e-05 -4.618499999999999689e-02 4.906102574963471852e+06 +2.753000000000000000e+03 -9.068079157010479063e-01 -5.955350071211106266e-01 -4.115630424421146127e-01 -2.648867947853523752e-01 -1.401644230591029272e-01 -5.126569684148246653e-02 -3.905352812889635334e-03 -2.224620329029322968e-05 2.736000000000000151e-03 2.556885558190422878e+07 +2.754000000000000000e+03 -1.043978665938722239e+00 -6.649942343821569901e-01 -4.573797924038496276e-01 -2.875361916494679204e-01 -1.369112924613035409e-01 -3.884896697375194580e-02 -1.519013377214684882e-03 -2.236148892816816969e-05 3.167209999999999748e-01 9.288270767322191969e+06 +2.755000000000000000e+03 -3.164996014110986189e-01 -3.208428569042180989e-01 -3.015263341658172003e-01 -2.447848142115351122e-01 -1.542480836524356969e-01 -6.855846136795680501e-02 -7.879723655278732253e-03 -7.869025963449584901e-05 -1.153505999999999920e+00 -1.012716280524737760e+07 +2.756000000000000000e+03 -4.214923175604750605e-01 -3.877567504468781845e-01 -3.217711525133835626e-01 -2.461445985332549324e-01 -1.579332946611073929e-01 -6.805670598417964956e-02 -5.807355247645555260e-03 -3.333066237772483432e-05 -6.210919999999999774e-01 -1.172315801438251138e+07 +2.757000000000000000e+03 -3.929210173502487025e-01 -4.004379683823605096e-01 -3.647061588567399593e-01 -2.856487414653259838e-01 -1.693667579593622075e-01 -6.513003791660453012e-02 -5.069108701702495709e-03 -3.308119633756269405e-05 -4.751929999999999765e-01 -7.084215802968205884e+06 +2.758000000000000000e+03 -4.525876913260845624e-01 -4.388831296118057002e-01 -3.871204235703854524e-01 -2.943832876892698014e-01 -1.690243800377510264e-01 -6.229409645771843973e-02 -4.273761663450704150e-03 -1.954959220118749410e-05 -3.261200000000000210e-01 -7.393017460100878030e+06 +2.759000000000000000e+03 -3.909753332824433825e-01 -4.580798455492249288e-01 -4.368346109798124655e-01 -3.658507649197070277e-01 -2.406527218198009910e-01 -1.051195274833758991e-01 -1.062931725116078759e-02 -1.051142748848430612e-04 -1.335326000000000013e+00 -1.232096149650341831e+07 +2.760000000000000000e+03 -6.521205898838452475e-01 -7.102571242576449784e-01 -5.984502559705751068e-01 -4.159735972696640971e-01 -2.195764703514169469e-01 -8.133587009003584445e-02 -7.193713411862660313e-03 -5.656162639017064503e-05 -9.099420000000000286e-01 -1.220110587464945018e+07 +2.761000000000000000e+03 -4.567885854418911595e-01 7.661298794673462864e-02 2.264739419322403247e-01 2.262056998245890183e-01 1.376834027804045291e-01 4.871582388311103406e-02 3.084841418601588781e-03 6.308872953323853198e-06 1.766210000000000002e-01 -8.213855523642320186e+06 +2.762000000000000000e+03 -6.122474936222975783e-01 -4.583052169847127294e-02 1.567994113424772407e-01 2.065521108742824907e-01 1.524999187020995572e-01 7.036094727597910770e-02 8.222913579252292063e-03 9.060616173349806042e-05 1.163581999999999894e+00 -2.690368417822032701e+06 +2.763000000000000000e+03 -6.334606496262509823e-02 2.402334430864457582e-01 3.072928286810292509e-01 2.704591732738611531e-01 1.717284063863650789e-01 7.198852471287597865e-02 6.263591707925134956e-03 3.876870717588033977e-05 7.760610000000000008e-01 4.964895965011792257e+06 +2.764000000000000000e+03 -1.020393996432695793e-01 1.854964317737574642e-01 2.488671876017934104e-01 2.265756529045947487e-01 1.506060745890530905e-01 6.409084152822497327e-02 5.181881121490546950e-03 2.356364297511309133e-05 6.705029999999999601e-01 1.512222240832767822e+07 +2.765000000000000000e+03 1.775624110049026649e-01 2.593092856016532277e-01 2.777306032205513198e-01 2.519139036909912588e-01 1.793459303615032863e-01 8.469295619785313645e-02 8.751752473815802361e-03 7.045437465600520800e-05 1.231729999999999992e+00 1.735663819498308748e+07 +2.766000000000000000e+03 -4.201101131255929322e-01 -2.293005369430377218e-03 1.268566039837478732e-01 1.493037543267843048e-01 1.072624697165040775e-01 4.755823561471504701e-02 4.879875433546830045e-03 5.436130388355898556e-05 5.387549999999999839e-01 -4.986821629821023904e+06 +2.767000000000000000e+03 -1.365748419678911862e-01 -2.725335046312813217e-02 4.741238740674673380e-02 1.011694836497988997e-01 1.081694767474026264e-01 6.471637280200828735e-02 9.265252474761811324e-03 1.298144414155833805e-04 1.259219000000000088e+00 -1.072304521868948080e+07 +2.768000000000000000e+03 -3.365989849101549414e-01 -8.062103061526681991e-02 1.271032170427738653e-02 5.019904009596282829e-02 5.291252923934430114e-02 3.122208978707046584e-02 3.861346119154810894e-03 3.736037046728745028e-05 5.771469999999999656e-01 1.909582324509132653e+06 +2.769000000000000000e+03 1.984633670293742269e-02 3.579617192927625480e-02 3.557718355180130437e-02 3.227863786146282360e-02 2.633516066977947476e-02 1.571008199194964122e-02 2.865199726085899869e-03 6.253737242747240755e-05 4.616600000000000148e-01 1.920090580078287283e+06 +2.770000000000000000e+03 -1.578153889336596227e-01 -1.695713867972004768e-02 3.427983010698469613e-02 5.288895467495486474e-02 4.678854771607245805e-02 2.468233886780583919e-02 2.643859424871549974e-03 1.670537512129648274e-05 1.563350000000000017e-01 -1.980199384347929806e+07 +2.771000000000000000e+03 4.299032809400520072e-02 -7.352375434881097899e-04 -3.673208623411013639e-03 9.684323350520626303e-03 2.707461256956525744e-02 2.569359661984960824e-02 4.387955310291520583e-03 4.183130784680167297e-05 7.739810000000000301e-01 -1.073390656756545417e+06 +2.772000000000000000e+03 1.868538169714601960e-01 5.227448556543103086e-02 1.879163664753362092e-02 9.540792986920123078e-03 1.694078081463589467e-03 -5.389000638271259323e-03 -2.608708732631202613e-03 -6.314291898069846387e-05 -4.945129999999999804e-01 2.119418238379214890e+06 +2.773000000000000000e+03 -8.360493425332835016e-02 -9.688624267213451213e-02 -1.096975433639662129e-01 -1.132255005310574963e-01 -9.259534973028393789e-02 -4.947673532992868939e-02 -6.030823189813075240e-03 -5.508051346198319199e-05 -8.615080000000000515e-01 -1.352510314674731810e+06 +2.774000000000000000e+03 1.461257039163485483e-03 -8.328658602245710141e-02 -1.173553040105043133e-01 -1.178136603507837082e-01 -8.240513329812929055e-02 -3.466137029758901283e-02 -2.639178948565779580e-03 -1.207355216837336454e-05 -3.140649999999999831e-01 -9.484641496322739869e+06 +2.775000000000000000e+03 4.419479723610124644e-01 6.746725437750991650e-02 -3.633798912684889360e-02 -5.086502994539837674e-02 -3.191325945092621935e-02 -1.239447004150788512e-02 -9.312731449863234428e-04 -7.493300415328141650e-06 -1.532500000000000008e-02 6.082017381502622738e+06 +2.776000000000000000e+03 3.553729003306891343e-01 -2.468300349581382599e-03 -8.551752707604291792e-02 -7.540541132142007663e-02 -3.454142446588778781e-02 -7.862942481172597795e-03 -7.971475418420382003e-05 -2.177175099780501977e-06 -7.728999999999999759e-03 -8.522169745274996385e+06 +2.777000000000000000e+03 3.773285535920268274e-01 1.462542955438296544e-02 -1.367051189709983794e-01 -1.897581235252449039e-01 -1.495234592007297358e-01 -6.574655969993227489e-02 -5.319261719447736236e-03 -2.801141205091481199e-05 -4.333699999999999775e-01 5.567545699921899475e+06 +2.778000000000000000e+03 3.077504816275598021e-01 -7.165953021064863648e-02 -1.898432268759050190e-01 -1.946065859893921224e-01 -1.256056781082889040e-01 -4.870396290075218459e-02 -3.689690746481618083e-03 -1.863158480814756457e-05 -2.411830000000000085e-01 8.998246662601772696e+06 +2.779000000000000000e+03 5.475683046674796328e-01 -1.426400660590441960e-02 -1.762164444807202968e-01 -1.883378332510904918e-01 -1.188103337843596508e-01 -4.478827783723995926e-02 -3.394941895683021953e-03 -2.008375666838104268e-05 -3.590840000000000143e-01 -2.368016742412560619e+06 +2.780000000000000000e+03 5.503058941360466916e-01 -5.619509143671493068e-02 -2.318677168999463412e-01 -2.356442733065921558e-01 -1.417626896625252542e-01 -4.887539964993699998e-02 -2.850037380520651156e-03 -8.458100949936380857e-06 -2.797560000000000047e-01 -8.042750864640382119e+06 +2.781000000000000000e+03 4.374088101619401647e-01 -1.310157833824890927e-01 -2.916937269685889733e-01 -2.975745419953115256e-01 -2.058770872096945537e-01 -9.165236754490319049e-02 -1.028599271498891778e-02 -1.495098226237756111e-04 -1.410622000000000043e+00 -8.083118386144103482e+06 +2.782000000000000000e+03 3.251342331258827989e-01 -1.945466716928039852e-01 -3.118896901475901595e-01 -2.900979156650109192e-01 -1.940407254282187910e-01 -8.507425074494022466e-02 -8.163042913250071614e-03 -7.374693557302479483e-05 -7.818650000000000322e-01 1.861978256935906410e+07 +2.783000000000000000e+03 7.204713441612569103e-01 -1.253084503062361632e-01 -3.682333804619238871e-01 -3.692785306270607304e-01 -2.324802576688370093e-01 -9.016050067658698541e-02 -7.278244445547896006e-03 -4.889481484666855686e-05 -9.627700000000000147e-01 -1.415844097224279074e+06 +2.784000000000000000e+03 7.237492584973238552e-01 -1.149590967776569633e-01 -3.554178312237724069e-01 -3.571597619357332887e-01 -2.243124356691348908e-01 -8.680185743107290963e-02 -7.034434446834926698e-03 -4.839985531197551675e-05 -9.432490000000000041e-01 -2.959710452976177447e+06 +2.785000000000000000e+03 7.352156322660454713e-01 -1.780813757388037544e-01 -4.451361341915113790e-01 -4.449463417557023015e-01 -2.847976023746744412e-01 -1.140761229619937228e-01 -1.040066139774968937e-02 -9.399821320661107466e-05 -1.415003000000000011e+00 7.284932894977417774e+06 +2.786000000000000000e+03 7.283276458484707616e-01 -1.824009161160244086e-01 -4.483849226412486844e-01 -4.475621009390107208e-01 -2.866221562911561160e-01 -1.147860765713736575e-01 -1.035291437357852180e-02 -8.992938214508184019e-05 -1.397996999999999934e+00 7.738159629015496932e+06 +2.787000000000000000e+03 5.044307777970263862e-01 5.338563529167204003e-01 4.881504993553952843e-01 3.936025498147809887e-01 2.493145113149247971e-01 1.034317682591768817e-01 8.721494135782919405e-03 5.212630416187917731e-05 1.090224000000000082e+00 2.627767562578889728e+07 +2.788000000000000000e+03 5.049858225622233521e-01 5.349692791142451886e-01 4.892956810074738927e-01 3.946619493546760782e-01 2.502820290097459432e-01 1.041763134841289656e-01 8.901688911077683397e-03 5.553041813560271955e-05 1.119363000000000108e+00 2.597810523680227250e+07 +2.789000000000000000e+03 6.451345301208368799e-01 5.735569717207951168e-01 4.666857814728424536e-01 3.426572202022410418e-01 2.034016785055016430e-01 8.050905555327235452e-02 6.060027679727744525e-03 2.811102174039527339e-05 5.508189999999999475e-01 7.637379216801742092e+06 +2.790000000000000000e+03 5.993898745715003917e-01 5.456757156135647602e-01 4.496402896389707915e-01 3.269423305543680547e-01 1.901782089646924245e-01 7.679135416408272574e-02 6.878472585877058731e-03 5.700011558632761495e-05 7.433659999999999712e-01 2.288394440944208298e+06 +2.791000000000000000e+03 4.897443649857572412e-01 3.882828589167927058e-01 3.310636776577328133e-01 2.793599802355310469e-01 2.082878745553332633e-01 1.112470428174475862e-01 1.544023631362826179e-02 2.113595439688629757e-04 2.169630999999999865e+00 -6.092289392120910808e+06 +2.792000000000000000e+03 5.728728798009056211e-01 4.589021568258284667e-01 3.656463941605780921e-01 2.644164016224717084e-01 1.581364899898808352e-01 7.018625667485579867e-02 8.266208962549304734e-03 9.403026201868971013e-05 9.672530000000000294e-01 -1.337026952663736604e+07 +2.793000000000000000e+03 3.961427336558331347e-01 3.162775117815412318e-01 2.393513907221281045e-01 1.598984824624944401e-01 8.459734925954619233e-02 3.043142961401023791e-02 2.406186482203640561e-03 2.470310888184206700e-05 3.842369999999999952e-01 2.236318869934397936e+07 +2.794000000000000000e+03 2.930922556719190997e-01 2.864191997143907820e-01 2.258584135616518163e-01 1.500083658085686056e-01 7.928488978867458126e-02 3.034727876286913428e-02 2.454053163498618167e-03 1.326256179921188857e-05 2.354710000000000136e-01 -6.022240575864759739e+05 +2.795000000000000000e+03 3.769532043547643152e-01 2.489347443129801274e-01 1.655491592050592764e-01 1.047485273102256864e-01 6.198999064830786748e-02 2.922780079144061266e-02 3.383808455471501095e-03 2.927356769366860629e-05 4.754229999999999845e-01 2.702187638237958774e+06 +2.796000000000000000e+03 4.414311031164526167e-01 2.525566552721087987e-01 1.632513196168842717e-01 1.171386150164745316e-01 8.661631919931725432e-02 4.468387119052662226e-02 4.682441985764765682e-03 3.318471513793886345e-05 5.733730000000000215e-01 4.773155160357141867e+06 +2.797000000000000000e+03 9.413094260253471735e-01 4.775635313562235362e-01 2.751525833837476509e-01 1.591442385572388318e-01 8.265051791179514606e-02 2.985396914755234637e-02 1.480779715352800426e-03 -1.231303979499038802e-05 1.584510000000000085e-01 1.560432119279607013e+07 +2.798000000000000000e+03 7.036405136922003756e-01 3.622295197007098233e-01 2.004542834068796520e-01 9.928373220259500975e-02 3.421994728779798739e-02 1.996260718048055178e-03 -2.345680777213090921e-03 -7.949554518246413888e-05 -5.108780000000000543e-01 6.767682207272146828e+06 +2.799000000000000000e+03 7.691599220689913086e-01 3.194826782661884246e-01 1.216292258142582655e-01 2.158968756846359194e-02 -1.113748298192285789e-02 -9.550177214793214436e-03 -1.360512628986121353e-03 -1.451243526112632318e-05 -1.549850000000000116e-01 8.037237539800933562e+06 +2.800000000000000000e+03 8.807136225151445119e-01 3.735579684601934569e-01 1.344866664018760927e-01 6.769032370769301893e-03 -3.245819043288194344e-02 -2.185068043341545363e-02 -2.976912232567056286e-03 -2.954007833092954692e-05 -3.438800000000000190e-01 1.297261930319061317e+07 +2.801000000000000000e+03 1.197000772674709390e+00 5.054919274485917269e-01 2.003462771311828039e-01 3.945609151563776035e-02 -2.238063314484870642e-02 -2.362238085520346545e-02 -3.962086415571245898e-03 -4.645981928174460911e-05 -7.666770000000000529e-01 -5.563652344385660253e+06 +2.802000000000000000e+03 7.352816785810111222e-01 1.724879150700138752e-01 -2.761050760741353208e-02 -8.181774188711608831e-02 -5.402113695648685932e-02 -1.774115178123962869e-02 -9.709604072239315375e-04 -2.508537898276024996e-06 -8.067699999999999871e-02 1.443441297519874293e+06 +2.803000000000000000e+03 9.391122209307608548e-01 2.019603671345394924e-01 -2.922139931903375287e-02 -9.360662044692397155e-02 -8.748059928068446789e-02 -5.869860702880542319e-02 -1.262205594625627307e-02 -3.081825012572987957e-04 -2.272517000000000120e+00 -1.010815471387821063e+07 +2.804000000000000000e+03 1.069467155373563738e+00 3.345571780036029619e-01 7.679417720633298361e-02 -2.399143308145287173e-02 -4.417429865250136617e-02 -2.876626472005688884e-02 -4.129551052665790534e-03 -4.073253693374459967e-05 -5.528039999999999621e-01 1.282509811127040349e+07 +2.805000000000000000e+03 1.073717873914695753e+00 2.943568224343451889e-01 -1.313959342302719983e-05 -1.162979861857674768e-01 -1.155185716385721401e-01 -5.868513683476646314e-02 -5.799945900486478713e-03 -4.052812071109210490e-05 -9.075819999999999999e-01 -1.503097906052019447e+07 +2.806000000000000000e+03 6.159161234575944999e-01 4.828271972672465440e-02 -1.653194406027068131e-01 -2.237814626248411931e-01 -1.636575206061531285e-01 -6.732669784725424378e-02 -5.218415522339583598e-03 -3.341900831586172506e-05 -6.968239999999999990e-01 -1.935937524116561189e+07 +2.807000000000000000e+03 1.044518688259507222e+00 1.792907217167374334e-01 -1.256329164279252064e-01 -2.151494844803593098e-01 -1.686272277836314004e-01 -7.531585573834911895e-02 -6.597456414347798066e-03 -4.307405435220032692e-05 -7.048360000000000181e-01 7.421373587381580845e+06 +2.808000000000000000e+03 6.521974925429602221e-01 1.496064510605817771e-02 -2.114025871182707295e-01 -2.604059650675620285e-01 -1.964932959635711240e-01 -1.038205675274714995e-01 -1.900482893054128083e-02 -5.414099744640855612e-04 -3.085719000000000101e+00 -2.853739322605533060e+06 +2.809000000000000000e+03 7.395897378012423751e-01 -6.668696132468703019e-02 -2.957166297606885208e-01 -3.007307326915856782e-01 -1.864920627760897343e-01 -7.153505098255590056e-02 -5.996877295364109323e-03 -4.563345691266644278e-05 -8.454089999999999661e-01 -6.745100411630547605e+06 +2.810000000000000000e+03 9.050441319101109050e-01 -1.024446370025277643e-02 -2.845468211614193277e-01 -3.033277230550224246e-01 -1.835327475020089860e-01 -6.549770932174069082e-02 -5.209449477109840895e-03 -4.783321654328670042e-05 -6.497309999999999475e-01 2.893248431624038611e+06 +2.811000000000000000e+03 8.071243951325109967e-01 -1.128199828900742913e-01 -3.844773380101113580e-01 -3.917394297077224641e-01 -2.467752952874974759e-01 -9.636509269210351281e-02 -8.878839900676709779e-03 -8.996578953405499326e-05 -1.226707999999999910e+00 3.587725414496172220e+06 +2.812000000000000000e+03 8.175754734126057244e-01 -1.021926962980764658e-01 -3.741842382907011322e-01 -3.826093527755720647e-01 -2.402276162213503874e-01 -9.320415913824020571e-02 -8.526257090451547921e-03 -8.615872748641602167e-05 -1.172976000000000019e+00 3.390783857603735290e+06 +2.813000000000000000e+03 1.434501846920972046e+00 1.072533882243595027e+00 7.975466082351118091e-01 5.279616684553811723e-01 2.772593583622500746e-01 1.027831860849555690e-01 9.013032873094595568e-03 7.944447386177232433e-05 3.916390000000000149e-01 -4.269021876963128150e+07 +2.814000000000000000e+03 1.433223342649027732e+00 1.070658886737800186e+00 7.957332960925460608e-01 5.261846229506985662e-01 2.755729005723318581e-01 1.015841452095068154e-01 8.739549303848457781e-03 7.324451656683157882e-05 3.483129999999999837e-01 -4.241776217454792559e+07 +2.815000000000000000e+03 9.590500930538689017e-01 7.321842417783638313e-01 5.622211466362135868e-01 3.877080268083555881e-01 2.123807031620090768e-01 8.176062392981103821e-02 7.598529108305330550e-03 7.219866527834925801e-05 5.503440000000000554e-01 -2.247929443763871491e+07 +2.816000000000000000e+03 1.401821229486507114e+00 9.819808174962595393e-01 7.051994271251805779e-01 4.582524012935244584e-01 2.357380216787366423e-01 8.165970055695968843e-02 5.303061294928269713e-03 1.442400720928888534e-05 3.671860000000000124e-01 1.568447773975481465e+07 +2.817000000000000000e+03 1.319993397516958877e+00 8.481763532816998241e-01 5.818760089864123408e-01 3.770865817044909973e-01 2.109239791361034733e-01 8.833252758147336348e-02 9.082998722345797873e-03 8.639340214216339835e-05 9.209310000000000551e-01 -1.092912547615862638e+07 +2.818000000000000000e+03 1.510138997619638657e+00 9.614406634825126696e-01 6.487540193670974231e-01 4.033656299148314361e-01 2.031715379964243451e-01 7.203309092811496783e-02 6.028537900916963906e-03 5.750654914725552230e-05 5.553799999999999709e-02 -3.906262679303198308e+07 +2.819000000000000000e+03 1.484278128017413323e+00 9.258959453534940653e-01 6.113973101576540836e-01 3.686831196154625179e-01 1.774488093831993740e-01 5.884759724479755871e-02 4.099918976144398958e-03 2.584156826170179899e-05 -1.571299999999999919e-01 -3.318404937785100564e+07 +2.820000000000000000e+03 1.159208442092443558e+00 7.367799527566182283e-01 5.047258896525494976e-01 3.371610022119463923e-01 2.049666773729150737e-01 9.411824973673904582e-02 1.021928944346166789e-02 8.926920302668135210e-05 1.332173000000000052e+00 7.393249007861196995e+06 +2.821000000000000000e+03 1.295600374580048841e+00 7.110808886495300074e-01 4.352876747661282297e-01 2.727422576861794901e-01 1.669724761938103930e-01 7.986496859387967606e-02 9.572199048245846539e-03 1.103601330965565697e-04 1.410760000000000014e+00 1.711247722286176682e+07 +2.822000000000000000e+03 1.605204802896436966e+00 9.334416388317796631e-01 5.829609214607923695e-01 3.334998890850276454e-01 1.574732040423042490e-01 5.675322164673256981e-02 4.928523901315307737e-03 2.918428238089785690e-05 5.315999999999999615e-01 5.369834123497231863e+06 +2.823000000000000000e+03 1.542499181239181283e+00 8.603227059573037572e-01 4.837694833173099562e-01 2.258388954833974172e-01 7.202717766308205927e-02 8.979007623973212296e-03 -2.676994847829690816e-03 -8.156362557827649587e-05 -6.161330000000000418e-01 1.343426434617990442e+07 +2.824000000000000000e+03 1.644365143012024522e+00 8.953439174223803976e-01 5.142698194168731085e-01 2.614156109671412209e-01 1.038350480069770154e-01 2.862898310892632997e-02 1.462023448227353466e-03 6.315475576276680191e-06 -2.128939999999999999e-01 -1.422527084817056917e+07 +2.825000000000000000e+03 1.281321049429260839e+00 6.006415135398752714e-01 2.743923362130424870e-01 7.963173874946646857e-02 -9.196262420608749405e-03 -1.810456239810778398e-02 -2.336600381291779709e-03 -1.564207213791342398e-05 -3.468789999999999929e-01 3.345541878295404837e+06 +2.826000000000000000e+03 1.235058398536625246e+00 4.954122606009564445e-01 2.101610197387427659e-01 7.839163002838921146e-02 2.527708467777422738e-02 5.304278011268315218e-03 -4.732947075237898529e-04 -1.163312436375665032e-05 -1.292669999999999930e-01 6.586383872000806965e+06 +2.827000000000000000e+03 1.232485884027711087e+00 4.806605862891785153e-01 1.911319151534986160e-01 7.249396818424519440e-02 4.654275407101301359e-02 3.627361284527259172e-02 8.838209920142409831e-03 2.127013190675165028e-04 1.400346000000000091e+00 -4.466947855013271794e+06 +2.828000000000000000e+03 1.429716196269876116e+00 5.352294965365618218e-01 1.896599513864626607e-01 4.341996864239529297e-02 7.272826419605609403e-03 4.632484568921713640e-03 7.758686503465247672e-04 5.004655417543635143e-06 1.419600000000000029e-01 4.352850353052789345e+06 +2.829000000000000000e+03 1.580743458672323909e+00 5.563472689271076188e-01 1.502391949176721808e-01 -1.721552218147149801e-02 -3.976048469658145790e-02 -1.727634552948266802e-02 -1.548568073662498793e-03 -1.393263994858769759e-05 -4.858350000000000168e-01 -2.273763155889701098e+07 +2.830000000000000000e+03 1.951290407193091214e+00 7.281035022142713364e-01 2.666558170083724866e-01 9.070792298219178262e-02 5.747861425482315989e-02 4.269819335209142086e-02 8.421188185030660522e-03 1.405806339484014635e-04 1.411129999999999995e+00 6.828735929336492904e+06 +2.831000000000000000e+03 1.601823588329706505e+00 5.160673201409925470e-01 1.181486763900716080e-01 -2.374051715285934935e-02 -3.026816491511487295e-02 -9.428018382947579712e-03 -1.113111711640619225e-03 -4.015403326609242462e-05 -1.688399999999999970e-02 1.615467232895476371e+07 +2.832000000000000000e+03 1.320157910979598892e+00 4.163481345278580159e-01 5.853634614032415806e-02 -8.235753410652355000e-02 -8.011236266233646985e-02 -3.089937023860796911e-02 -1.519037099327970753e-03 4.494904937693906713e-06 -7.181200000000000083e-02 4.078025639080970432e+05 +2.833000000000000000e+03 2.120306662432492661e+00 7.276496142855264360e-01 1.753364447107042812e-01 -5.412992184102752291e-02 -8.633813333365929210e-02 -4.615582651791110685e-02 -5.800220394913536796e-03 -6.091339180056307379e-05 -1.212877999999999901e+00 -2.580747724520992115e+07 +2.834000000000000000e+03 1.460548996357841078e+00 3.933428345564730644e-01 6.819863967530778379e-03 -1.195823729858543488e-01 -1.001453200863379744e-01 -4.529914321499906721e-02 -5.300179458075401744e-03 -5.813627377093514865e-05 -7.950019999999999865e-01 2.855416316919207573e+06 +2.835000000000000000e+03 1.516661982563257460e+00 3.778754913780690838e-01 -5.996871336566433897e-02 -2.242283079663536793e-01 -2.094318139358198327e-01 -1.163668501571497871e-01 -1.777533021942238889e-02 -2.988876547262334744e-04 -2.828936000000000117e+00 3.167126176791683305e+06 +2.836000000000000000e+03 1.863793546100968479e+00 5.721304283810006996e-01 4.795041581728520103e-02 -1.619060744754381997e-01 -1.520589740690201364e-01 -6.524903689928814032e-02 -5.401105134974941609e-03 -3.835034620925981851e-05 -7.127949999999999564e-01 3.045271517220574897e+06 +2.837000000000000000e+03 1.739700461356041616e+00 4.657484352067026157e-01 -5.118060233109840429e-02 -2.544979690401850125e-01 -2.284918279765144056e-01 -1.089399067320591247e-01 -1.180818287549460777e-02 -1.332966434775962998e-04 -1.771927000000000030e+00 -1.647387795758753084e+06 +2.838000000000000000e+03 1.821648687543136136e+00 4.693701208720347795e-01 -3.691601285739926769e-02 -2.050049024595018421e-01 -1.674776543889836544e-01 -7.341216930503842442e-02 -6.907526776102298517e-03 -5.731214299626143441e-05 -1.115520000000000067e+00 -3.974091020968280733e+06 +2.839000000000000000e+03 1.690461849840614095e+00 1.260591308036949076e+00 9.428556343290304120e-01 6.419237878781742790e-01 3.615819080223356963e-01 1.510704528822303105e-01 1.677551178694879422e-02 1.908605616441258728e-04 2.188476999999999784e+00 1.397235588916915655e+07 +2.840000000000000000e+03 1.688393738486205775e+00 1.259936401706308162e+00 9.434140016705597764e-01 6.431669197646555647e-01 3.624471310112489797e-01 1.510886531009629774e-01 1.663653295435317536e-02 1.876427946040828802e-04 2.155262000000000011e+00 1.376663052278141864e+07 +2.841000000000000000e+03 1.674199852295748414e+00 1.244270788989239485e+00 9.288307181018310432e-01 6.302848509688693257e-01 3.515048059892848520e-01 1.434173445983524531e-01 1.492200380241307141e-02 1.531678325931627141e-04 1.835266999999999982e+00 1.154758740855260193e+07 +2.842000000000000000e+03 2.295243024003498000e+00 1.554417952412151749e+00 1.097851530771591477e+00 7.203662414546884163e-01 4.012715098517121715e-01 1.685224045768571044e-01 1.895770575673920086e-02 2.435569934193398153e-04 2.495976999999999890e+00 2.693339873944047466e+07 +2.843000000000000000e+03 2.163689820667669572e+00 1.410157641204983436e+00 9.444918026390339838e-01 5.714392851501893800e-01 2.836902438063116372e-01 1.067997417510753583e-01 1.150745972932466603e-02 1.632203211893740061e-04 1.382387999999999950e+00 1.772682986784583703e+07 +2.844000000000000000e+03 2.214389286526714962e+00 1.459626855811857027e+00 1.001400120246578318e+00 6.322066993709576366e-01 3.334612680692854991e-01 1.292330539218234375e-01 1.170985655314672226e-02 9.284289836384662740e-05 1.339493999999999962e+00 2.546739418092106655e+07 +2.845000000000000000e+03 1.838350866168446895e+00 1.158018626640842097e+00 7.783370088662071584e-01 4.873744822597981252e-01 2.566920249386732689e-01 1.000245373517306968e-01 9.223961640896794975e-03 7.034732495760904851e-05 9.156910000000000327e-01 1.601680914638551651e+06 +2.846000000000000000e+03 2.020442779783970799e+00 1.255485136944177071e+00 8.399454438690041602e-01 5.276603528859084014e-01 2.776854610716827931e-01 1.052549490597655957e-01 9.262414520101083792e-03 8.805109293895559130e-05 8.333059999999999912e-01 5.987536898956397548e+06 +2.847000000000000000e+03 1.999454228010149492e+00 1.148510915772939622e+00 7.133260828410347143e-01 4.086202611218348046e-01 1.893044306964081491e-01 5.941226538978488375e-02 2.623274182993467693e-03 -5.242514847387073093e-05 -2.053449999999999998e-01 -4.742585169474347495e+06 +2.848000000000000000e+03 2.424494919070425247e+00 1.411380644236917892e+00 8.600606622707489546e-01 4.590580962496842443e-01 1.823001487154024547e-01 4.645912852047924535e-02 2.121426357297061336e-03 1.160484136009318924e-05 -3.853050000000000086e-01 -1.370104884913614579e+07 +2.849000000000000000e+03 2.209003397072304864e+00 1.223636908903571463e+00 7.134718627622876896e-01 3.639719024243697754e-01 1.393155967197758360e-01 3.450878081871528585e-02 1.182042944232402238e-03 7.287296694778874970e-08 -7.218700000000000117e-02 1.721325267469551042e+07 +2.850000000000000000e+03 2.398896276586300669e+00 1.350470489816930630e+00 7.959555901690958946e-01 4.093986265821878412e-01 1.583799573511575076e-01 4.077285784123771406e-02 1.876138733721956523e-03 5.669651736855768769e-06 -3.900319999999999898e-01 -2.051114778323471174e+07 +2.851000000000000000e+03 2.345107151911530963e+00 1.229008103214742187e+00 6.825756087594664345e-01 3.350129160502369197e-01 1.286138335841640890e-01 3.473106621505633873e-02 1.827824172654139278e-03 7.800043345253589668e-06 -9.381799999999999862e-02 -2.074205781082203146e+06 +2.852000000000000000e+03 2.047665059753212002e+00 1.047253452411512020e+00 5.666166834136042718e-01 2.819841335494374102e-01 1.276523329089851722e-01 4.913117260926334190e-02 4.891996329181202280e-03 3.679082831447421921e-05 3.282169999999999810e-01 -1.801182129836878181e+07 +2.853000000000000000e+03 1.947094017512938091e+00 1.002596489802962898e+00 5.125771421657051574e-01 2.009731337717840516e-01 3.638350716318752148e-02 -1.032464997734437208e-02 -3.691173719366596523e-03 -5.492208591052327032e-05 -7.109980000000000189e-01 1.146568508832861297e+07 +2.854000000000000000e+03 2.643747910116709399e+00 1.302900101973792246e+00 6.641589563230883009e-01 2.847708482544025199e-01 8.477827791363114207e-02 9.457136964190419881e-03 -2.646423846473861235e-03 -7.010312156648730759e-05 -8.457430000000000225e-01 -7.988708699279646389e+06 +2.855000000000000000e+03 2.570034255931613387e+00 1.164679053095834194e+00 5.493129656435262742e-01 2.247845333396746026e-01 7.874099726223537932e-02 2.334578009325078904e-02 1.523950075555255673e-03 7.843663400759755703e-06 9.161999999999999311e-02 3.282763788557302672e+06 +2.856000000000000000e+03 1.996444498724573524e+00 9.495488317515987653e-01 4.606058931571397896e-01 1.769966741746213379e-01 3.648790311568796824e-02 -3.658500152234937190e-03 -1.569892237324986301e-03 -1.112700741391059603e-05 -4.643930000000000002e-01 -5.017486682854078710e+06 +2.857000000000000000e+03 2.280130480656241687e+00 9.224242176670887083e-01 3.671353987021484522e-01 1.164329652415925370e-01 3.767374649404581222e-02 1.510909114337526810e-02 1.406477165537997750e-03 1.015396395191301585e-05 -3.604099999999999665e-02 -1.307452102046007663e+07 +2.858000000000000000e+03 2.451140309697782627e+00 1.050871626414888071e+00 4.679693638630871289e-01 1.833931201427331237e-01 7.325371438206244867e-02 3.475752971519405904e-02 6.253550759791969005e-03 1.088961954600097047e-04 9.917259999999999964e-01 2.605791967449049000e+06 +2.859000000000000000e+03 2.707312234515159233e+00 1.117348577712496294e+00 4.532201146289256966e-01 1.423170483169733380e-01 4.321929420410525885e-02 2.041717216755593520e-02 2.945583073059636781e-03 3.260354711724626825e-06 4.107549999999999812e-01 -1.026865423750558170e+06 +2.860000000000000000e+03 2.364109671544207814e+00 9.115723260838806130e-01 3.134084505642771301e-01 5.387447836073378654e-02 -6.398203881670910635e-04 4.792158652946316294e-03 1.425732944704045111e-03 1.094685817725495647e-05 2.560499999999999998e-01 7.487373560719339177e+06 +2.861000000000000000e+03 2.422012671365535663e+00 8.991883747736207910e-01 2.565267917379143170e-01 -4.077925514687665703e-02 -1.054056150640466094e-01 -6.402193690576166163e-02 -9.582445167695454943e-03 -1.503054453345254327e-04 -1.711475000000000080e+00 -1.379795846048539318e+07 +2.862000000000000000e+03 2.171810482975739642e+00 7.568968273143541481e-01 1.982711257646799508e-01 -3.203476089648579078e-02 -6.555350175253910061e-02 -3.486590810921234157e-02 -5.760002935292335945e-03 -1.065528010655901556e-04 -8.272460000000000369e-01 1.483162024838023074e+07 +2.863000000000000000e+03 2.860734008492425762e+00 1.113600286055101751e+00 3.550592153471053836e-01 -1.185512750212754443e-02 -1.064441388864572624e-01 -6.756751933327816151e-02 -9.114530474694173753e-03 -1.048170565970586330e-04 -1.567094999999999905e+00 -6.293096824308622628e+06 +2.864000000000000000e+03 2.395527101872326980e+00 8.522481500722135506e-01 2.068584487419699303e-01 -7.791631009372058936e-02 -1.193568693069901737e-01 -5.984104032061274281e-02 -5.694050541478631877e-03 -3.921242154624101224e-05 -8.103449999999999820e-01 5.914674116493276320e+06 +2.865000000000000000e+03 2.379356086310534746e+00 1.652507881453608718e+00 1.171502980825922746e+00 7.541218254246158104e-01 4.017676675496392180e-01 1.639222957484555154e-01 2.236734892209286951e-02 6.751182078604315000e-04 2.947061999999999848e+00 1.875998802494140714e+07 +2.866000000000000000e+03 2.306590942372609199e+00 1.607370184663137191e+00 1.142171685800886349e+00 7.364929044321127938e-01 3.925472524295759991e-01 1.593578757521189881e-01 2.093685580299496293e-02 5.854045734332860790e-04 2.749152000000000040e+00 2.024796332384351641e+07 +2.867000000000000000e+03 2.288156217854993457e+00 1.593154171691621990e+00 1.130794608875594687e+00 7.277631740397938476e-01 3.865914394666703502e-01 1.559484081290469781e-01 2.001646857357232065e-02 5.324539863157025116e-04 2.601332000000000200e+00 1.993643327865944058e+07 +2.868000000000000000e+03 2.307042577046062970e+00 1.571917827095484776e+00 1.107555961623672980e+00 7.197826485456180201e-01 3.967773830647570721e-01 1.684304742656561327e-01 2.126197253975234749e-02 3.883029824531051264e-04 2.830928999999999807e+00 1.819022888591756299e+07 +2.869000000000000000e+03 2.536976981834988987e+00 1.646998454741196660e+00 1.095991595035814559e+00 6.508823942948226415e-01 3.059504870650266994e-01 1.005386519176278276e-01 6.978304632699630812e-03 4.403830034403673097e-05 1.333110000000000128e-01 -8.350486902106065303e+06 +2.870000000000000000e+03 2.371707547194808807e+00 1.561899992317971053e+00 1.053635629304866983e+00 6.366151236353018161e-01 3.092168245631760071e-01 1.106952241893660177e-01 1.086024328676265215e-02 1.493996219611070308e-04 1.048850999999999978e+00 8.832890789937701076e+06 +2.871000000000000000e+03 3.090026408375602163e+00 1.831713003451035826e+00 1.156557138268908824e+00 6.728750275635309031e-01 3.258930792220188777e-01 1.174820009436955137e-01 1.062802548733109316e-02 1.006472453383471454e-04 6.835339999999999749e-01 -1.318849262452049553e+07 +2.872000000000000000e+03 2.916246553474664438e+00 1.747918959846029185e+00 1.103824623058820231e+00 6.244047309438393034e-01 2.799816531795664698e-01 9.086923432576554660e-02 7.299769929474926936e-03 6.416318077024413984e-05 3.821990000000000109e-01 2.235313734835615847e+06 +2.873000000000000000e+03 2.770025363127426310e+00 1.585280813635028485e+00 9.591540669047067258e-01 5.243325038639236046e-01 2.359966799177782570e-01 8.062519991777782058e-02 6.758440861736078435e-03 5.477003163270025601e-05 5.381110000000000060e-01 7.353204067824211903e+06 +2.874000000000000000e+03 2.596683864792036278e+00 1.502586998827624587e+00 9.248061464157234512e-01 5.135204315234119798e-01 2.284093997712340340e-01 7.382522129318142001e-02 5.523047986421357469e-03 3.583980329671886372e-05 7.895699999999999941e-02 -1.832183100050680339e+07 +2.875000000000000000e+03 2.877681941615160000e+00 1.595535830628101559e+00 9.314119810012472245e-01 4.867796561489924345e-01 2.046503956817219416e-01 6.205569291199751480e-02 3.804526136808135915e-03 1.630345127886105423e-05 -2.147219999999999962e-01 -2.253936065945174918e+07 +2.876000000000000000e+03 3.141758171504129837e+00 1.768701658778182750e+00 1.036388413332828273e+00 5.234670520175053188e-01 1.945682796462080977e-01 4.676737704235357784e-02 1.741462422328692245e-03 3.337336418502211739e-06 -4.711190000000000100e-01 -1.011007084387543052e+07 +2.877000000000000000e+03 3.280728715764669623e+00 1.774861279449946094e+00 1.015745384394684425e+00 5.123470006069594795e-01 1.933897959806902545e-01 4.362449725082440111e-02 3.520165206254612252e-04 -1.538713197347254895e-05 -3.312579999999999969e-01 2.959496503022274375e+07 +2.878000000000000000e+03 2.991713592358222762e+00 1.603092079737301168e+00 8.949119407986578789e-01 4.314216970245972615e-01 1.538769040660285525e-01 3.449629842341742081e-02 9.254862578923971029e-04 2.349644987043944704e-07 -3.308269999999999822e-01 3.094270338526682463e+06 +2.879000000000000000e+03 3.032600366430387329e+00 1.513065310772418126e+00 7.814513984507156508e-01 3.408395785374881970e-01 1.096875831062470580e-01 2.376432208785241723e-02 7.405198670295519165e-04 -4.289406451170240986e-07 -3.631929999999999881e-01 -1.750764029264551401e+07 +2.880000000000000000e+03 2.675385430817855070e+00 1.335743995446615262e+00 7.084574935178057364e-01 3.295778296092833348e-01 1.160117505120501075e-01 2.568401295226888439e-02 1.879721049485825752e-04 -3.407133153290689429e-05 -3.647619999999999751e-01 -6.419174377233213745e+06 +2.881000000000000000e+03 3.114409236752519572e+00 1.550005941600587578e+00 7.974194751384188207e-01 3.480839610422902797e-01 1.198929545663070112e-01 3.499281011768623495e-02 3.547089881555939590e-03 5.398811221532215691e-05 3.657920000000000060e-01 7.698128655822845176e+06 +2.882000000000000000e+03 3.011520859319064769e+00 1.480412903770898625e+00 7.488252940300668126e-01 3.121373186159754898e-01 9.055401475266457167e-02 1.531988896234559583e-02 -4.468472048913612010e-04 -2.087079979494440958e-05 -2.612539999999999862e-01 7.123170910683251917e+06 +2.883000000000000000e+03 3.265913089827047422e+00 1.576271836758639022e+00 7.648934894834436005e-01 2.893701045287171425e-01 6.332746374183348403e-02 1.206411179921318844e-03 -1.479434229585499657e-03 -1.770689427592513480e-05 -3.435969999999999858e-01 1.294730200878297724e+07 +2.884000000000000000e+03 3.019799630758245090e+00 1.444834020363847227e+00 6.861544236932369811e-01 2.399456762912129670e-01 3.223507853959858838e-02 -1.314793440597979146e-02 -2.907455979370690644e-03 -2.624732736907357233e-05 -7.392349999999999755e-01 -1.067699816597460769e+07 +2.885000000000000000e+03 2.879140097465989534e+00 1.229930854738783941e+00 4.889236370350075189e-01 1.097379887700909024e-01 -2.063195620984542913e-02 -2.561968074984492111e-02 -3.664252368369846132e-03 -3.580040646888797646e-05 -5.095159999999999689e-01 1.725813084196047485e+07 +2.886000000000000000e+03 2.887960687698946316e+00 1.255839989941404999e+00 5.365295883800016430e-01 1.584990927841147534e-01 8.803794269270635506e-03 -1.501411954762723808e-02 -3.383421409726540627e-03 -6.135471478494058267e-05 -7.602189999999999781e-01 -1.631359688478575274e+07 +2.887000000000000000e+03 2.927114133703817345e+00 1.243541058136492294e+00 4.828398344803935260e-01 9.165432423289400499e-02 -4.017493883372955099e-02 -3.684920236240589453e-02 -4.998669574970902342e-03 -5.022225094842103444e-05 -7.172190000000000509e-01 1.644295123791249283e+07 +2.888000000000000000e+03 2.859686617883264503e+00 1.164140452323472186e+00 4.434382777850154889e-01 9.163903891724416162e-02 -2.459733030104207380e-02 -2.624338216832985612e-02 -3.492119252986230615e-03 -3.096020472755951899e-05 -5.619420000000000526e-01 2.768017926294044126e+06 +2.889000000000000000e+03 3.211114676209808394e+00 1.323965798230480218e+00 4.650352254257299478e-01 1.749112073688243243e-02 -1.244061870877651160e-01 -9.064206050475909215e-02 -1.413954871254668143e-02 -1.979173358374379467e-04 -2.458511000000000113e+00 -1.207609991407066211e+07 +2.890000000000000000e+03 2.977155521208343369e+00 1.205013607533407027e+00 4.240066423907289939e-01 2.813797231206789998e-02 -9.648248665057142237e-02 -7.203435219795764621e-02 -1.158448733369294402e-02 -1.865574359931920800e-04 -1.965700000000000003e+00 -6.739614116861774586e+06 +2.891000000000000000e+03 3.216982616795418970e+00 1.306120586685002749e+00 4.355804249619009694e-01 -1.656323076101969341e-02 -1.544805172137121430e-01 -1.089077975256225045e-01 -1.743287000470299108e-02 -2.666371362295257767e-04 -2.953249000000000013e+00 -8.651642515499141067e+06 +2.892000000000000000e+03 3.216246606864882729e+00 1.301520064534798182e+00 4.293504596770633119e-01 -2.330561773931461370e-02 -1.604164520010538109e-01 -1.126326492571438076e-01 -1.818171081256950497e-02 -2.865342713912099248e-04 -3.061441999999999997e+00 -7.526809286512117833e+06 +2.893000000000000000e+03 3.718249983145762272e+00 2.234624369577002057e+00 1.435923123183986405e+00 8.523112789181871429e-01 4.172691356102233851e-01 1.474653894849052571e-01 1.161995985075916192e-02 7.444656668202332620e-05 4.207830000000000181e-01 -2.126315844238853827e+07 +2.894000000000000000e+03 3.737340694788540141e+00 2.255162705871472273e+00 1.459378859477823864e+00 8.769163913695919854e-01 4.392813613719780963e-01 1.625918980470109632e-01 1.490221795520100222e-02 1.391442659090385572e-04 1.071253000000000011e+00 -9.410762675782838836e+06 +2.895000000000000000e+03 3.666178609656218779e+00 2.144245830677122377e+00 1.337527091039497407e+00 7.737393086053532265e-01 3.787705921983113844e-01 1.393911360996284710e-01 1.273239518359857610e-02 1.278359109327154063e-04 1.284345999999999988e+00 2.804162822231094167e+07 +2.896000000000000000e+03 3.712190572732220861e+00 2.168066839164456194e+00 1.348899547217316641e+00 7.659227185353189027e-01 3.491795166479881862e-01 1.094613208078804995e-01 6.482267557575345160e-03 2.704967691124928028e-05 -3.374699999999999922e-01 -2.225723475549374521e+07 +2.897000000000000000e+03 3.368715187499005559e+00 1.931080325169693079e+00 1.167291540751923984e+00 6.323989577101835069e-01 2.714513888663291352e-01 8.073521837071850893e-02 4.400835836275122578e-03 1.428019132506512229e-05 -3.489369999999999972e-01 -1.750735702900142968e+07 +2.898000000000000000e+03 3.836132425932583079e+00 2.182939232664296014e+00 1.305378312587820000e+00 6.985462231153924950e-01 3.043236912622862556e-01 1.015605301536382371e-01 8.968646680423089657e-03 8.614070832619378593e-05 7.609150000000000080e-01 1.841944220985327289e+07 +2.899000000000000000e+03 3.881853751596956226e+00 2.118927628715504774e+00 1.242128134517826998e+00 6.647507821804145012e-01 2.916209517439498078e-01 9.337026119254976386e-02 6.867395969797174954e-03 6.027382101661293471e-05 4.900479999999999836e-01 2.247286294162372500e+07 +2.900000000000000000e+03 3.472572278629623810e+00 1.909177352852729381e+00 1.103809202039991444e+00 5.646653520134602422e-01 2.278041525827369795e-01 6.495687716645488774e-02 3.442735953440055792e-03 1.065858325055871894e-05 -3.319590000000000041e-01 -1.743382299799063802e+07 +2.901000000000000000e+03 3.817067772574962436e+00 2.057410243125553873e+00 1.165910841171809986e+00 5.815056095232589151e-01 2.301425981351840067e-01 7.043833797497811577e-02 6.111130849717982816e-03 6.034492672110622932e-05 1.509260000000000046e-01 -2.244330301421957836e+07 +2.902000000000000000e+03 3.683393025836753321e+00 2.005022710438476352e+00 1.140255921567548514e+00 5.678024166283779373e-01 2.190534978321379556e-01 5.924696973888940454e-02 3.282869735331289673e-03 1.857610433424949160e-05 -3.082489999999999952e-01 -1.407486732055344246e+07 +2.903000000000000000e+03 3.437524929180244992e+00 1.774254206538418144e+00 9.686073803887678135e-01 4.757515752712878632e-01 1.971678201729144819e-01 6.394799065890324763e-02 4.775977048581853644e-03 2.810203351662970766e-05 3.509550000000000169e-01 7.897606393171007745e+06 +2.904000000000000000e+03 3.680862485141933593e+00 1.909162635099817651e+00 1.036435381700607783e+00 4.928855494296185413e-01 1.852202966371540860e-01 5.030142288694721547e-02 2.602671181429743168e-03 8.208185255465744469e-06 -1.676189999999999902e-01 -6.019071402087838389e+06 +2.905000000000000000e+03 4.082470457893906612e+00 2.037518287379024962e+00 1.046057015429835646e+00 4.497596802686990025e-01 1.390930882450703843e-01 2.533716236165424462e-02 -6.264133646928506062e-04 -4.018520347413228022e-05 -2.182030000000000081e-01 3.015382478186713532e+07 +2.906000000000000000e+03 3.528954585143611489e+00 1.748233221459695619e+00 8.824330692113582231e-01 3.569283166737917679e-01 8.488795552063825578e-02 -1.165668003725775460e-03 -3.648438851342127812e-03 -5.179482830419723013e-05 -9.008450000000000069e-01 3.785049523204848636e+06 +2.907000000000000000e+03 3.477421459629813860e+00 1.705386208305318396e+00 8.426705678766357455e-01 3.202156500922190840e-01 6.369174228096974311e-02 -3.182997071513393207e-03 -1.945315218091306711e-03 -1.558870482468356582e-05 -4.430799999999999739e-01 9.211210154055014253e+06 +2.908000000000000000e+03 3.939221603868336974e+00 1.919919709012264608e+00 9.367439602897575934e-01 3.446917506920214591e-01 5.520546103167009444e-02 -1.683161184675288982e-02 -5.388507098948616507e-03 -8.450186918582771906e-05 -7.698819999999999553e-01 3.446418842341944575e+07 +2.909000000000000000e+03 3.857587031677672584e+00 1.814458316081449585e+00 8.336124266284293816e-01 2.611026866557887294e-01 3.944841552284632236e-03 -3.834482015603948163e-02 -7.664287926864048715e-03 -1.097355065220613604e-04 -1.061787000000000036e+00 3.192375911296340823e+07 +2.910000000000000000e+03 3.829457396777744549e+00 1.790785573319579882e+00 8.160687966005557570e-01 2.506948608666533795e-01 -2.046143252803483276e-04 -3.924022086042450869e-02 -7.664488760108430741e-03 -1.110126800066967852e-04 -1.058006000000000002e+00 3.091101745973008871e+07 +2.911000000000000000e+03 4.112051924272042136e+00 2.472186734473863279e+00 1.562235488852895759e+00 8.988450328831923963e-01 4.281158234044347699e-01 1.531168879281870621e-01 1.368033660172146213e-02 1.245874191288896403e-04 8.444890000000000452e-01 -1.364247485608557984e+07 +2.912000000000000000e+03 4.527416019775399647e+00 2.688752369223569083e+00 1.686310025533246826e+00 9.562704937638982772e-01 4.327621131357718420e-01 1.361223081773265398e-01 8.358784294381102140e-03 3.669699418720062537e-05 1.362700000000000022e-02 9.182410530323171988e+06 +2.913000000000000000e+03 3.942468565887089049e+00 2.316019542587128388e+00 1.451014462641426972e+00 8.383877042435396998e-01 4.083500873853005420e-01 1.523340365332706003e-01 1.564959380849028497e-02 2.087089579161866340e-04 1.638134999999999897e+00 2.485016503954107687e+07 +2.914000000000000000e+03 4.489220757101572090e+00 2.657786836642689110e+00 1.651546770919549045e+00 9.162614777715479830e-01 3.999381990563506961e-01 1.236506586179336731e-01 9.051090668408196330e-03 8.078641277038688985e-05 2.678139999999999965e-01 1.473627702001765929e+07 +2.915000000000000000e+03 4.168126971337624553e+00 2.339757026698340514e+00 1.389575334990274857e+00 7.428885472710368143e-01 3.249621253762908779e-01 1.067058606495563805e-01 8.179271377553734915e-03 5.663028366061891781e-05 2.285079999999999889e-01 -1.421008470842797309e+07 +2.916000000000000000e+03 4.316269314499153964e+00 2.479750037111378536e+00 1.494389223501512376e+00 8.004064006505393625e-01 3.402106628725761195e-01 1.074166450984033738e-01 9.234094574269938877e-03 1.056369770205590640e-04 3.015780000000000127e-01 -1.169387851308777742e+07 +2.917000000000000000e+03 4.039311201706982324e+00 2.235931230971843764e+00 1.323975294645800771e+00 7.124019340991445404e-01 3.093196868412385059e-01 9.488759856618345090e-02 5.626936333809999524e-03 2.078275488527989105e-05 -2.211509999999999865e-01 -1.889961613745296746e+07 +2.918000000000000000e+03 4.409428063737744985e+00 2.437164681194075033e+00 1.430919401569572313e+00 7.651140451944684617e-01 3.413128538903637543e-01 1.159531657197845900e-01 9.898948642730975508e-03 9.419894105574295616e-05 4.294649999999999856e-01 -2.030315551966719702e+07 +2.919000000000000000e+03 4.258789219125064918e+00 2.305432055446427597e+00 1.300849696233387753e+00 6.304825557366993127e-01 2.247055116044465173e-01 5.247435410643620790e-02 2.120218898329909261e-03 6.728252849348101720e-06 -4.525029999999999886e-01 -5.128489475514488295e+06 +2.920000000000000000e+03 4.223852258777847091e+00 2.291368060298158316e+00 1.287076382886806813e+00 6.169549733537645908e-01 2.129748690807861111e-01 4.456609166720611886e-02 1.063410170390527952e-03 8.238644023591399584e-07 -8.216609999999999747e-01 -2.192554957226955518e+07 +2.921000000000000000e+03 4.157904719364276858e+00 2.151240934089047041e+00 1.148133896003844967e+00 5.147736985945214894e-01 1.629152317035471587e-01 2.937005776171144888e-02 -3.905851725034716732e-04 -2.054297733837803105e-05 -5.243910000000000515e-01 7.729622465489181690e+06 +2.922000000000000000e+03 4.470315812616602713e+00 2.319022660286932158e+00 1.253873161569623473e+00 5.911604993149829346e-01 2.179499186750102069e-01 5.617031009242694217e-02 2.343187791364630124e-03 4.168404688439385466e-06 -1.552659999999999874e-01 1.216583028120843135e+07 +2.923000000000000000e+03 4.156359422664140268e+00 2.134874178260072419e+00 1.128099106204015545e+00 4.970916552062618066e-01 1.523167547486516116e-01 2.595001455395562831e-02 -3.647269713828386450e-04 -1.369662192237153150e-05 -4.728530000000000233e-01 8.572585195244161412e+06 +2.924000000000000000e+03 4.179435220668261231e+00 2.134294898862853618e+00 1.121949845160542081e+00 4.928053200886047813e-01 1.532258114445173292e-01 2.981520808935161568e-02 1.006027914931398922e-03 1.572965837370487966e-05 -1.376840000000000008e-01 1.668526594331669062e+07 +2.925000000000000000e+03 4.885373502552215363e+00 2.935151498540884418e+00 1.896646912493096915e+00 1.156346130366582514e+00 6.147820836573698600e-01 2.612691436519227750e-01 3.710423087823719324e-02 9.435961485853205846e-04 4.514399000000000051e+00 4.032360527348007541e+06 +2.926000000000000000e+03 4.880306958491082092e+00 2.922416083530313013e+00 1.879537695732033331e+00 1.136711479784358048e+00 5.962246794325419819e-01 2.486338130001087277e-01 3.421001583520892619e-02 8.391879781288950728e-04 4.108035000000000103e+00 9.641241937305998057e+06 +2.927000000000000000e+03 4.606103589911131557e+00 2.730141628533881093e+00 1.717517532689434745e+00 9.856791312491118839e-01 4.605463352948106492e-01 1.542844719366825157e-01 1.115094823132145412e-02 6.576481735292076752e-05 6.010630000000000139e-01 2.222760192308488861e+07 +2.928000000000000000e+03 4.671020194740178155e+00 2.818064124242774415e+00 1.785239081316326804e+00 1.012738427038709865e+00 4.514060505465977702e-01 1.403323475744331916e-01 9.653403607065930148e-03 6.899347119311602763e-05 2.283920000000000117e-01 1.802915841897394881e+07 +2.929000000000000000e+03 4.935991898338739858e+00 2.826757297478706743e+00 1.720526362647807117e+00 9.554063449968738242e-01 4.358544798028314848e-01 1.454361604286452392e-01 1.096678515720100888e-02 7.602908150279491018e-05 5.722420000000000284e-01 9.994777691087352112e+06 +2.930000000000000000e+03 4.680656610970881815e+00 2.656416465707374108e+00 1.613275293517589803e+00 9.016912751547151439e-01 4.195132517356941482e-01 1.456680895246635354e-01 1.291520410822701893e-02 1.538332008232478991e-04 8.790890000000000093e-01 2.206122315780935809e+06 +2.931000000000000000e+03 5.028629918893693151e+00 2.839095660654709086e+00 1.707852088267570290e+00 9.364831395399630942e-01 4.177251532000414436e-01 1.322760743062138256e-01 8.391394772688683806e-03 3.920693185816341803e-05 8.690900000000000014e-02 8.418959155558970524e+05 +2.932000000000000000e+03 5.163803482775084497e+00 2.907042185996132400e+00 1.723154740195817158e+00 9.092250200753093647e-01 3.777642797045509537e-01 1.096730443741340544e-01 6.109639877719117915e-03 2.431559047194747033e-05 -6.982599999999999918e-02 1.609127454546063393e+07 +2.933000000000000000e+03 5.187742512709617948e+00 2.846302814036503204e+00 1.658585958493810963e+00 8.732412076504066922e-01 3.767336540653193344e-01 1.216533326476308546e-01 9.660414320853290965e-03 8.977873994366883034e-05 8.767880000000000118e-01 4.055377214138230681e+07 +2.934000000000000000e+03 4.953556695308276581e+00 2.773070470569102497e+00 1.623968494843087029e+00 8.315985396640610539e-01 3.231838227130324759e-01 8.641550219504734454e-02 5.284613469115546393e-03 4.031309605822680768e-05 -4.588889999999999914e-01 -2.034853034972431138e+07 +2.935000000000000000e+03 4.801167608821440780e+00 2.614912762616969477e+00 1.496976602764731101e+00 7.557293970216995005e-01 2.969243799841904674e-01 8.234697718821248902e-02 4.892332117092263073e-03 2.710090265654880568e-05 -1.527810000000000001e-01 -8.646474325707722455e+05 +2.936000000000000000e+03 4.871337876927927191e+00 2.650265880482315151e+00 1.517625839540535093e+00 7.604537341856795196e-01 2.862615181903332973e-01 7.093438612775863905e-02 3.125713954263698458e-03 1.257053066624907367e-05 -4.788240000000000274e-01 -4.279310483056918718e+06 +2.937000000000000000e+03 -1.089136519198012770e-01 2.636835781206657917e-02 8.481920717560297029e-02 1.007248241229545260e-01 7.680942367138469951e-02 3.554085924562955245e-02 3.202715459756129077e-03 1.676338377273862320e-05 3.890870000000000162e-01 1.375852983582218876e+06 +2.938000000000000000e+03 2.924594640604749163e+00 1.534094855095301746e+00 8.424019337342893987e-01 4.011574785535909626e-01 1.458920164775328876e-01 3.660170329010088708e-02 1.640491549081659261e-03 6.970017044305541477e-06 -2.096000000000000085e-01 -3.587878626089967322e+06 +2.939000000000000000e+03 2.186705702598756851e+00 8.661180356731379426e-01 3.339014256242453516e-01 9.315543544858126412e-02 1.891268234399270595e-02 5.644555363569792213e-03 5.470440226001348737e-04 2.335833746748290461e-06 2.415349999999999997e-01 2.092476370254481211e+07 +2.940000000000000000e+03 2.468317536939558021e+00 1.278313123146932462e+00 6.789681209276368090e-01 2.964675125236254649e-01 8.521927337661767965e-02 1.144630746702044420e-02 -4.956215080473127870e-04 -7.319368791856936182e-06 -4.636739999999999751e-01 -1.010437516081633605e+07 +2.941000000000000000e+03 2.892262880449073759e+00 1.653046610117600457e+00 9.956172663761435615e-01 5.349659360704048794e-01 2.247085927048492193e-01 6.356594093794545874e-02 2.364739442423698622e-03 -2.514831072401631787e-05 -4.722279999999999811e-01 -1.323966185952689871e+07 +2.942000000000000000e+03 -3.386745784094567835e+00 -1.815808732427659944e+00 -1.020457682652434750e+00 -5.005605439713461946e-01 -1.863607103994279479e-01 -4.714555431885804337e-02 -2.580534740311710585e-03 -2.118984626823201470e-05 -1.285080000000000111e-01 -2.540083908629514650e+07 +2.943000000000000000e+03 3.275015911382908040e-01 2.050284305338637980e-01 1.385584039566435111e-01 8.386938929067640214e-02 3.810764664756398357e-02 1.131512425918454814e-02 6.597091571556066387e-04 1.360772109848632465e-06 1.765150000000000052e-01 1.571379067586266249e+07 +2.944000000000000000e+03 2.383442886713130093e+00 9.673702560009473927e-01 3.919729683091101036e-01 1.294651145721703867e-01 4.651550940298096459e-02 2.209129797146519927e-02 2.653795160695337704e-03 2.100928151374570994e-05 3.055669999999999775e-01 -2.671086388511697762e+06 +2.945000000000000000e+03 1.078847291543447273e+00 7.522207055697198719e-01 5.389151936809332133e-01 3.505292094737883501e-01 1.837101780854325517e-01 6.968373644310675574e-02 7.418266841388313805e-03 1.280185952211632442e-04 7.387510000000000465e-01 -6.619839336858587340e+06 +2.946000000000000000e+03 1.215791085345758304e+00 6.228526112794939840e-01 3.322246557786151522e-01 1.611963761298125797e-01 7.519962613297249965e-02 3.585402755359060750e-02 6.104301708366963522e-03 9.608956677544892844e-05 9.484080000000000288e-01 1.631327096899924334e+06 +2.947000000000000000e+03 -3.115874015008051057e+00 -1.706694925933100793e+00 -9.911776335654991499e-01 -5.130325488713370907e-01 -2.077318525797149373e-01 -5.768119551573467479e-02 -2.982644693307996957e-03 -1.199770756637699578e-05 3.621070000000000122e-01 2.002280574046673253e+07 +2.948000000000000000e+03 -5.277710056096363012e-01 -1.123295464117858161e-01 1.634383185794074239e-02 4.274535792661881412e-02 2.542422762352285551e-02 8.646888388366554337e-03 7.167941258669897724e-04 3.690839818768972623e-06 5.354199999999999932e-02 -5.854782550525623374e+06 +2.949000000000000000e+03 -2.753725703032523509e+00 -1.617250358318720549e+00 -1.004994532400222740e+00 -5.764777079848311114e-01 -2.764654302553998799e-01 -9.601658125672402067e-02 -7.336896678410853405e-03 -5.905505422779379424e-05 -4.212440000000000073e-01 -5.995461745735185221e+06 +2.950000000000000000e+03 3.709783620761801792e+00 2.061866504514256349e+00 1.228630221224774388e+00 6.741088447897777280e-01 3.061659457664653305e-01 9.957173067594694837e-02 6.385424621844809807e-03 2.621253957734509738e-05 2.128770000000000107e-01 9.952518018826806918e+06 +2.951000000000000000e+03 1.969468108045562049e+00 1.164274293429375495e+00 7.319467479899095519e-01 4.291953881764110079e-01 2.183056689854392662e-01 8.556123676271090717e-02 8.521103299413383333e-03 8.754217272513798104e-05 9.562979999999999814e-01 9.658684800968414173e+06 +2.952000000000000000e+03 -1.319482199936541589e+00 -7.771976274338545654e-01 -4.748948192887575415e-01 -2.556066974378503609e-01 -1.037285796223098577e-01 -2.638101238708192089e-02 -5.039839122495325899e-04 2.369597719814622953e-05 3.348199999999999787e-02 -1.962990474802611768e+07 +2.953000000000000000e+03 1.984474876903013385e+00 1.195267610753746323e+00 7.677801104277446331e-01 4.470367833587772233e-01 2.057843531920334479e-01 6.705449412575288648e-02 5.570517580277033545e-03 6.221778221791415711e-05 2.082890000000000019e-01 -1.342674122876443341e+07 +2.954000000000000000e+03 2.901613089024500880e+00 1.507652408628655794e+00 8.248084392507949447e-01 4.027490069135029604e-01 1.640971890662672183e-01 5.598405395358324599e-02 7.019941724624778612e-03 1.287703212130317341e-04 6.398329999999999851e-01 -1.159318212156326510e+07 +2.955000000000000000e+03 8.247164373750773270e-02 3.363068514104135959e-02 6.650621791864970954e-03 -8.912202078242783057e-03 -9.047762336323261767e-03 -2.839545198755023033e-03 -4.419861667619135836e-04 -2.300287616827460170e-05 -1.406999999999999917e-01 -1.044356224395771511e+07 +2.956000000000000000e+03 4.804604699786854560e+00 2.703322063339719250e+00 1.601378587521788077e+00 8.469758623401156816e-01 3.549227515712935488e-01 1.055259208868540299e-01 6.605740609883422980e-03 3.374039247016007539e-05 -6.535599999999999743e-02 9.797476153780112509e+05 +2.957000000000000000e+03 -6.580171553273995999e-02 -2.137537039862530755e-02 -3.633380832194940679e-02 -5.853820303660955959e-02 -6.299478741429170858e-02 -4.013124864045663348e-02 -6.113547940298751614e-03 -7.765634935209560880e-05 -9.808769999999999989e-01 -3.511638613305635285e+06 +2.958000000000000000e+03 3.149048618931385768e+00 1.775852357631262146e+00 1.044078048740834319e+00 5.309445079245401766e-01 1.999710031638658458e-01 4.911751987988002138e-02 1.920950238779273742e-03 4.009197406557000178e-06 -4.517760000000000109e-01 -9.593011190031936392e+06 +2.959000000000000000e+03 -1.656679069061605780e+00 -9.498912010473310463e-01 -5.620044136668486123e-01 -2.855618937073253760e-01 -1.019491936750964028e-01 -1.750370172698336585e-02 1.795694717259421151e-03 7.213720542963845993e-05 4.860979999999999746e-01 -1.757502085026607662e+07 +2.960000000000000000e+03 1.446650178092936945e-02 4.124815071137828693e-03 -4.776071889430440545e-03 -2.082493687948513278e-02 -3.389136020609368610e-02 -2.712603116643661633e-02 -4.941562360423575571e-03 -6.918240181655662009e-05 -8.551459999999999617e-01 -2.699345045689515769e+06 +2.961000000000000000e+03 -4.031378131458707714e-01 9.684653929228999314e-02 2.241582488406226314e-01 2.143646535843670431e-01 1.345679597529868821e-01 5.205177083511439845e-02 3.678586287900545600e-03 1.837449600937862397e-05 4.174930000000000030e-01 1.063622380643768236e+07 +2.962000000000000000e+03 1.677912351388863188e+00 1.013265769513511660e+00 6.528459000315401939e-01 3.881090157025935405e-01 1.883282752624413081e-01 6.399528762151461547e-02 4.259551517992067951e-03 1.781600765217533793e-05 2.129749999999999976e-01 4.317645728768919595e+06 +2.963000000000000000e+03 -1.387405877145543864e-01 -1.443275272515857632e-01 -8.700970646792678675e-02 -1.786183055449719337e-02 2.368078482275296631e-02 2.213366601291479399e-02 3.285799755673767756e-03 3.211764744130193020e-05 2.227880000000000138e-01 -3.086739543818796426e+07 +2.964000000000000000e+03 1.286104928113658008e-01 1.208116298447683423e-01 1.312592887076716730e-01 1.409594141351795948e-01 1.237519208067157372e-01 7.116874674503718967e-02 1.039415704578074487e-02 1.540029022832343814e-04 1.555120999999999976e+00 1.433978808806367218e+06 +2.965000000000000000e+03 -4.802776413936252209e-01 -1.452970536697689719e-01 -3.733728645473138180e-02 -1.559876121057305470e-02 -2.898553523994409215e-02 -2.693439833740982406e-02 -4.892656951857028529e-03 -6.614143120730832024e-05 -7.811019999999999630e-01 1.886540449596624589e+06 +2.966000000000000000e+03 8.316106372701643767e-01 5.687471188916920495e-01 3.897779935163536713e-01 2.282437192512505597e-01 9.691177442899485961e-02 2.574060577097458599e-02 1.004513316786895608e-03 1.653415049831844143e-06 -1.472950000000000093e-01 -3.921457088500694837e+06 +2.967000000000000000e+03 3.303845314737956507e+00 1.802428891259522992e+00 1.062932627301986788e+00 5.790016300121555437e-01 2.590763940015333167e-01 8.095900325850761969e-02 4.550329408162835654e-03 1.425626775372401370e-05 1.135399999999999951e-02 5.784470246504365467e+06 +2.968000000000000000e+03 5.295542150788341562e-01 3.437028883650004585e-01 2.312109912754390095e-01 1.544026145220463719e-01 9.757094084679804324e-02 4.596605661941705750e-02 4.764221824877660875e-03 3.255006640554888441e-05 7.222910000000000164e-01 1.522226449082285538e+07 +2.969000000000000000e+03 2.555115839805757627e+00 1.371265196167667400e+00 7.743792107546590975e-01 3.941336518260910027e-01 1.766858027793786201e-01 7.179661431996445242e-02 9.733285102662657395e-03 1.369264856134370999e-04 1.564106999999999914e+00 2.835050140607109666e+07 +2.970000000000000000e+03 -3.444611738758351027e+00 -1.655918478505778335e+00 -7.928639041947969091e-01 -2.821563790360254176e-01 -4.300583064436024061e-02 9.780784062919965077e-03 1.961893267576753867e-03 1.092575443010215867e-05 2.688789999999999791e-01 -1.783491362992965803e+07 +2.971000000000000000e+03 -1.729984497690421730e+00 -8.860150685698371387e-01 -4.708391446704170979e-01 -2.137065922710336963e-01 -7.586270407062765952e-02 -2.151783050932953162e-02 -1.640452019310555684e-03 -1.354874649165516703e-05 1.738299999999999915e-02 7.131373680347776040e+06 +2.972000000000000000e+03 -3.148531277425457908e+00 -1.528883294841702378e+00 -7.531596430151764610e-01 -3.003789886678992493e-01 -8.263715370120805481e-02 -1.419211129358557456e-02 -2.149030304352031169e-04 1.291148362860299076e-06 4.214990000000000125e-01 2.110476579627110064e+07 +2.973000000000000000e+03 5.887281041544354387e-01 1.493054364261958700e-01 -1.915093604821216031e-02 -8.906453547349368893e-02 -9.317633253396857829e-02 -5.501374570779747619e-02 -7.396860438149758556e-03 -8.917736522569235768e-05 -1.063935999999999993e+00 4.417932331592696719e+06 +2.974000000000000000e+03 -4.345115137900944724e+00 -2.341903695350407766e+00 -1.330572800886172580e+00 -6.671407577838316394e-01 -2.579442656558440516e-01 -6.681141426562423047e-02 -2.624799751221492707e-03 -3.043981469516364313e-07 4.334480000000000000e-01 4.393484565828722902e+06 +2.975000000000000000e+03 9.165899218658107861e-01 3.840740380471568960e-01 1.498772190045947195e-01 3.268903980532571890e-02 -3.772713227064341309e-03 -3.115022315182781193e-03 -4.171014057105935555e-05 8.075321272460354022e-07 9.050199999999999911e-02 8.528658628110403195e+06 +2.976000000000000000e+03 4.123560013998095464e+00 2.312335038353440897e+00 1.363179348858596596e+00 7.148390200256418137e-01 2.980776231788916375e-01 9.148855198891861495e-02 6.775906512567152727e-03 5.011573444677912726e-05 -6.373700000000000199e-02 -2.527869711418281496e+07 +2.977000000000000000e+03 -1.699024931265729621e-01 -1.591404152708354447e-01 -1.511293301582076476e-01 -1.315561000896367794e-01 -1.003752300130177910e-01 -6.142334825415757260e-02 -1.196663926197637055e-02 -2.378967613842420856e-04 -2.144362999999999797e+00 -1.633225249776984006e+07 +2.978000000000000000e+03 8.924985710462040034e-01 3.395175373323267576e-01 9.197624228540796087e-02 -3.433373766927591553e-02 -6.597195497638022599e-02 -4.048856467495952349e-02 -5.497215953476779909e-03 -6.887254552088081512e-05 -8.943499999999999783e-01 -6.711164060142861679e+06 +2.979000000000000000e+03 -6.006171363480378861e-02 -5.671169906298242219e-02 -4.350804412921494696e-02 -2.861268119002342500e-02 -1.392317310072834977e-02 -4.214549770586107562e-04 1.762571382685062344e-03 4.265216737202513856e-05 4.333319999999999950e-01 -4.431846764984716661e+06 +2.980000000000000000e+03 1.542656097721003317e+00 6.896236931089496647e-01 3.293482062053609827e-01 1.401310200497053460e-01 5.119313632316931095e-02 1.705365062327173289e-02 1.912614829605386105e-03 1.798946832679240268e-05 3.524920000000000275e-01 1.223829187335541472e+07 +2.981000000000000000e+03 6.893329005013441035e-01 4.913676941974442491e-01 3.709926306285796227e-01 2.543060148109244079e-01 1.347522684387917891e-01 4.734745329144701698e-02 3.629057772271668692e-03 2.987442451535903174e-05 -1.187599999999999940e-02 -2.636971774566863105e+07 +2.982000000000000000e+03 -5.441562951533248871e+00 -3.030865180137590986e+00 -1.769902259714190906e+00 -9.136046587412662845e-01 -3.664221081426735638e-01 -1.005055776162284698e-01 -4.934582282532655982e-03 -1.541700915511277928e-05 3.148520000000000207e-01 -1.403851464698950015e+07 +2.983000000000000000e+03 -1.329751845453168491e+00 -7.193831841537905447e-01 -4.117558579785275952e-01 -2.084075439281753428e-01 -8.182777715753364323e-02 -2.298498163876899064e-02 -1.463493177347984777e-03 -6.773419382876259423e-06 2.167200000000000029e-02 5.923605746357999742e+06 +2.984000000000000000e+03 4.453394873145032129e+00 2.342737481159981261e+00 1.304892530121802396e+00 6.624808220756411847e-01 2.900093461317007071e-01 1.005638866048922664e-01 8.690230576053111639e-03 7.456547378947647135e-05 7.424079999999999568e-01 8.273728228149286471e+06 +2.985000000000000000e+03 -1.451996139057307289e+00 -7.084632287130728789e-01 -3.399217616232093064e-01 -1.100882351070844450e-01 6.888521196134505219e-03 2.929172678259988824e-02 6.578085643161601243e-03 1.088265712312841215e-04 1.111747000000000041e+00 -1.171926808783476241e+07 +2.986000000000000000e+03 1.965139626866380107e-02 -5.784030316680510708e-03 -9.909099441336315789e-03 -2.486332910424014775e-02 -4.873758300039650326e-02 -4.534699659982213693e-02 -9.258869969970584188e-03 -1.720766337284877474e-04 -1.543862000000000068e+00 4.116369851680864580e+06 +2.987000000000000000e+03 1.798530839308623230e+00 8.712490344149287358e-01 4.066734210026808904e-01 1.301503731799736607e-01 2.312930058005131882e-03 -2.165013997973264798e-02 -4.766287300844724260e-03 -6.445317317429878168e-05 -7.428139999999999743e-01 1.937996519536994398e+07 +2.988000000000000000e+03 1.294423976450160607e+00 5.372722678800738727e-01 2.186474197396101327e-01 5.530178621491559782e-02 -6.587705120863479938e-03 -1.032851559144360755e-02 -1.048739962922131275e-03 -5.965557174884867344e-06 -1.583400000000000085e-01 -2.383534525896814303e+05 +2.989000000000000000e+03 7.963374409206033233e-01 2.177852299108387346e-01 4.591617755564045278e-02 1.586791166096065226e-03 5.575966050622491350e-03 8.946030155214744484e-03 1.675929045102910820e-03 1.277478434229822613e-05 2.963259999999999783e-01 -6.790822165106218308e+05 +2.990000000000000000e+03 -2.114337074299451835e+00 -8.756513644615578906e-01 -3.532597933722487205e-01 -9.627077120121144138e-02 -3.335539959667244321e-03 1.110806922603421905e-02 3.023689651640607771e-03 6.840440174468794975e-05 6.370500000000000052e-01 3.722639820134504698e+06 +2.991000000000000000e+03 2.497124269327107182e+00 1.291669770274140649e+00 6.880591235928446014e-01 3.124281792101222810e-01 1.036008927654605699e-01 1.847740238679819458e-02 -1.173263108108074920e-03 -3.515016476518531487e-05 -4.693419999999999814e-01 1.229119734614059329e+07 +2.992000000000000000e+03 2.207748277066749587e+00 1.289492804513976409e+00 7.683733319870584833e-01 3.878849871971402075e-01 1.371076857944477090e-01 2.553539355456675708e-02 -6.940645591430142118e-04 -1.693411671374214672e-05 -6.648209999999999953e-01 -2.115808782167555764e+06 +2.993000000000000000e+03 -2.865649493093628042e+00 -1.514735759961340467e+00 -8.584209755844063316e-01 -4.378132524421322058e-01 -1.733702066825532906e-01 -4.460660824034730354e-02 -1.711795660877474820e-03 -3.330636855767365156e-06 2.649130000000000096e-01 4.305699697924745269e+06 +2.994000000000000000e+03 -1.116265804808289852e+00 -4.122634635821331162e-01 -1.603775207074204234e-01 -7.190729511528204387e-02 -4.844983778955160719e-02 -2.469850702981751453e-02 -2.314339695608773600e-03 -1.343573590789067704e-05 -2.457080000000000097e-01 -4.834558227499033324e+06 +2.995000000000000000e+03 -1.189763899145342835e-01 -2.568759300183281330e-03 4.834462200380882507e-02 6.973147651795386093e-02 6.295451300737388289e-02 3.565368228374071746e-02 4.685473813711476566e-03 4.450711064713586205e-05 7.219860000000000166e-01 1.122413865690425271e+06 +2.996000000000000000e+03 -1.218832620207929374e+00 -4.859842951817168188e-01 -2.289065023519744613e-01 -1.323824653913013016e-01 -9.509209460326899233e-02 -5.299910597842451276e-02 -6.770091937389330870e-03 -6.010386815312113905e-05 -1.080017000000000005e+00 -1.133723726854385994e+07 +2.997000000000000000e+03 1.967759462537168158e+00 9.589785121656022593e-01 4.791637789432864336e-01 1.989710751744056538e-01 6.028611385465709738e-02 1.279376927015190950e-02 5.858362188501415203e-04 2.579993112555058013e-06 -1.666729999999999878e-01 -8.674934976012550294e+06 +2.998000000000000000e+03 -4.240566127251100603e+00 -2.408721967279218390e+00 -1.465757028659624428e+00 -8.229633782799549158e-01 -3.841838551044692851e-01 -1.316934500744013359e-01 -1.037225776008762756e-02 -7.684660981513854680e-05 -5.277910000000000101e-01 5.487369837599623017e+06 +2.999000000000000000e+03 -2.508963294584926285e+00 -1.271853999635049970e+00 -6.688038121713064665e-01 -3.034735449894066517e-01 -1.097891762892281714e-01 -3.107214352266277069e-02 -2.003404157198208305e-03 -8.003620864648185393e-06 -9.880500000000000393e-02 -7.476938723918542266e+06 diff --git a/potentials/Al_prb.agni b/potentials/Al_prb.agni index a191b222206b876546114b9bf88358eb50a14219..1fca89f25f5769b3ba8daa572748d7c9b48736b0 100644 --- a/potentials/Al_prb.agni +++ b/potentials/Al_prb.agni @@ -1,4 +1,5 @@ # DATE: 2016-11-11 CONTRIBUTOR: Venkatesh Botu <botuvenkatesh@gmail.com> CITATION: Botu, V. and Ramprasad, R., Phys. Rev. B, 92, 094306 (2015) +# This potential is deprecated. Please use Al_jpc.agni instead. # This potential file is parameterized for metal units generation 1 diff --git a/potentials/CC.KC b/potentials/CC.KC new file mode 100644 index 0000000000000000000000000000000000000000..6559eb41209f1d9299ecd2aa920049d019d37fd3 --- /dev/null +++ b/potentials/CC.KC @@ -0,0 +1,8 @@ +# Kolmogorov-Crespi Potential +# +# Cite as A.N. Kolmogorov & V. H. Crespi, +# Registry-dependent interlayer potential for graphitic systems +# Physical Review B 71, 235415 (2005) +# +# z0 C0 C2 C4 C delta lambda A S +C C 3.34 15.71 12.29 4.933 3.030 0.578 3.629 10.238 1.0 diff --git a/examples/snap/Ta06A_pot.snap b/potentials/Ta06A.snap similarity index 86% rename from examples/snap/Ta06A_pot.snap rename to potentials/Ta06A.snap index 7c86c24641f83b2611167c95b479f9df8dd5105a..edcc0025248e3cc5385180bac602cf6ba79dad6e 100644 --- a/examples/snap/Ta06A_pot.snap +++ b/potentials/Ta06A.snap @@ -9,9 +9,9 @@ variable zblz equal 73 # Specify hybrid with SNAP, ZBL -pair_style hybrid/overlay snap & -zbl ${zblcutinner} ${zblcutouter} - +pair_style hybrid/overlay & +zbl ${zblcutinner} ${zblcutouter} & +snap pair_coeff 1 1 zbl ${zblz} ${zblz} pair_coeff * * snap Ta06A.snapcoeff Ta Ta06A.snapparam Ta diff --git a/examples/snap/W_2940_2017_2.pot.snap b/potentials/W_2940_2017_2.snap similarity index 77% rename from examples/snap/W_2940_2017_2.pot.snap rename to potentials/W_2940_2017_2.snap index ea98d65c9e5b07f83a6da98df4bb3e2461d79fd8..51eee41a0a00be9c1f34ec77c5b8e25be4c70924 100644 --- a/examples/snap/W_2940_2017_2.pot.snap +++ b/potentials/W_2940_2017_2.snap @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # Definition of SNAP+ZBL potential. variable zblcutinner equal 4 diff --git a/potentials/W_2940_2017_2.snapcoeff b/potentials/W_2940_2017_2.snapcoeff index 98a5c5063500cbb249f0755dd59b00589d8b38cc..dcfea3feafd3ef8f305c3504476473fa5cf8df2a 100644 --- a/potentials/W_2940_2017_2.snapcoeff +++ b/potentials/W_2940_2017_2.snapcoeff @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # LAMMPS SNAP coefficients for W diff --git a/potentials/W_2940_2017_2.snapparam b/potentials/W_2940_2017_2.snapparam index 7ff57c905d146dabab2bc52b37fd7f2f5095801e..e0b20005e6a50d4a264b91995cbb1ffe96d2fcd7 100644 --- a/potentials/W_2940_2017_2.snapparam +++ b/potentials/W_2940_2017_2.snapparam @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # required rcutfac 4.73442 diff --git a/potentials/W.SNAP_HePair.pot b/potentials/W_2940_2017_2_He_JW2013.snap similarity index 82% rename from potentials/W.SNAP_HePair.pot rename to potentials/W_2940_2017_2_He_JW2013.snap index eb5ee4dfbe3cc970eb825788998494c908ae5748..45a31955b3a1c21138bcb6a62dbd877804909fdc 100644 --- a/potentials/W.SNAP_HePair.pot +++ b/potentials/W_2940_2017_2_He_JW2013.snap @@ -1,4 +1,4 @@ -# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. to appear in arxiv Feb2017, W-He and He-He from Juslin, N. and Wirth, B. D. Journal of Nuclear Materials, 423, (2013) p61-63 +# DATE: 2017-02-20 CONTRIBUTOR: Mitchell Wood mitwood@sandia.gov CITATION: Wood, M. A. and Thompson, A. P. "Quantum-Accurate Molecular Dynamics Potential for Tungsten" arXiv:1702.07042 [physics.comp-ph] # # Definition of SNAP+ZBL+Tabulated potential. variable zblcutinner equal 4 diff --git a/python/README b/python/README index f0e95d3c4536cb5cdd4fd69b517f01f2bef5d6a3..6b13959f4d3b3f132f03aa095542d45e18705ecc 100644 --- a/python/README +++ b/python/README @@ -23,7 +23,7 @@ of LAMMPS: >>> from lammps import lammps >>> lmp = lammps() -If that gives no errors, you have succesfully wrapped LAMMPS with +If that gives no errors, you have successfully wrapped LAMMPS with Python. See doc/Section_python.html#py_7 for tests you can then use to run LAMMPS both in serial or parallel thru Python. @@ -43,7 +43,7 @@ simple.py parallel example, mimicing examples/COUPLE/simple/simple.cpp split.py parallel example mc.py Monte Carlo energy relaxation wrapper on LAMMPS gui.py GUI go/stop/temperature-slider to control LAMMPS -plot.py real-time temeperature plot with GnuPlot via Pizza.py +plot.py real-time temperature plot with GnuPlot via Pizza.py viz_tool.py real-time viz via some viz package vizplotgui_tool.py combination of viz.py and plot.py and gui.py diff --git a/python/examples/demo.py b/python/examples/demo.py index 958ebcd04bf91b48c04c6c34e0e6141a7d0a9baf..5d2b62fee38071dc51756b84aa545910a5a3b78b 100755 --- a/python/examples/demo.py +++ b/python/examples/demo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # demo.py # Purpose: illustrate use of many library interface commands diff --git a/python/examples/gui.py b/python/examples/gui.py index 3fc1d7e36c6603a4b1102e6f5823da8559fc94f1..ac96448b437123c32275bfcdaa862d98b32f6201 100755 --- a/python/examples/gui.py +++ b/python/examples/gui.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # gui.py # Purpose: control a continuously running LAMMPS simulation via a Tkinter GUI diff --git a/python/examples/mc.py b/python/examples/mc.py index 9e7317218baa04cdb4df33fb4696b3e809b518ef..fb2bfabab984c61599ce9a1731b391341a9da5b2 100755 --- a/python/examples/mc.py +++ b/python/examples/mc.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # mc.py # Purpose: mimic operation of example/MC/in.mc via Python diff --git a/python/examples/plot.py b/python/examples/plot.py index efb9ecaa688a52aef8daefe82346e393b1dd3e0c..c67509f6501f92f9898ac98b14bd3f8696cca10d 100755 --- a/python/examples/plot.py +++ b/python/examples/plot.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # plot.py # Purpose: plot Temp of running LAMMPS simulation via GnuPlot in Pizza.py diff --git a/python/examples/simple.py b/python/examples/simple.py index 6336c89de3e6171d16ed82968a99ed2bf8d39a3d..da07a699970c27ce63a262c1bb36ca5dc9fd5350 100755 --- a/python/examples/simple.py +++ b/python/examples/simple.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # simple.py # Purpose: mimic operation of examples/COUPLE/simple/simple.cpp via Python diff --git a/python/examples/split.py b/python/examples/split.py index 719877d82698ca8e8fde1d6d5dcb9b9a6bf4d80e..77e605092e3bcb95a3f8a09af63e6fd5063a24ea 100755 --- a/python/examples/split.py +++ b/python/examples/split.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # split.py # Purpose: similar to simple.py, but first the world communicator diff --git a/python/examples/trivial.py b/python/examples/trivial.py index 0e3d6b91af5fdbfa8a65df2e2f4c42b610754aa6..e52f1745e04f5795f83d15b0af7368ef2b8f6646 100755 --- a/python/examples/trivial.py +++ b/python/examples/trivial.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # trivial.py # Purpose: run a LAMMPS input script via Python diff --git a/python/examples/viz_atomeye.py b/python/examples/viz_atomeye.py index 3803b2e79c616d50590e80c8da887afcacb6dfcc..d9cf4dcef274f3675d8891d6f64608893d0165a4 100755 --- a/python/examples/viz_atomeye.py +++ b/python/examples/viz_atomeye.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # viz_atomeye.py # Purpose: viz running LAMMPS simulation via AtomEye diff --git a/python/examples/viz_gl.py b/python/examples/viz_gl.py index 476509ad43b753f52ee7209fbc1489bf55bb1d83..5878b68502be2ac89675fdab26be5f18df1b7435 100755 --- a/python/examples/viz_gl.py +++ b/python/examples/viz_gl.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # viz_gl.py # Purpose: viz running LAMMPS simulation via GL tool in Pizza.py diff --git a/python/examples/viz_pymol.py b/python/examples/viz_pymol.py index 02178a0fb00415d94c74a124c68d79a69ee12475..0950b3668b4a0075b14d0141b3fe4fd854aa3995 100755 --- a/python/examples/viz_pymol.py +++ b/python/examples/viz_pymol.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # viz_pymol.py # Purpose: viz running LAMMPS simulation via PyMol diff --git a/python/examples/viz_vmd.py b/python/examples/viz_vmd.py index 807a8c9d55b50aff997a86f95c1475266399a585..f5928575666c8f954276102586a5972744e98f25 100755 --- a/python/examples/viz_vmd.py +++ b/python/examples/viz_vmd.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # viz_vmd.py # Purpose: viz running LAMMPS simulation via VMD diff --git a/python/examples/vizplotgui_atomeye.py b/python/examples/vizplotgui_atomeye.py index 71730974df54e199c981eb1f8188ef8a6bb56ff7..02f119b7260c0411316f13270c65d53aa642b306 100755 --- a/python/examples/vizplotgui_atomeye.py +++ b/python/examples/vizplotgui_atomeye.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # vizplotgui_atomeye.py # Purpose: viz running LAMMPS simulation via AtomEye with plot and GUI diff --git a/python/examples/vizplotgui_gl.py b/python/examples/vizplotgui_gl.py index 937670e5112326f07619e4c3477c473ddf473817..c4847667fd6848bc906d043d6b63ca54fa572781 100755 --- a/python/examples/vizplotgui_gl.py +++ b/python/examples/vizplotgui_gl.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # vizplotgui_gl.py # Purpose: viz running LAMMPS simulation via GL tool with plot and GUI diff --git a/python/examples/vizplotgui_pymol.py b/python/examples/vizplotgui_pymol.py index c7a8a00c6d69ab818d11da616f8719118c908433..11be498741a10a22d7f1319b4cdfa51b58ce154f 100755 --- a/python/examples/vizplotgui_pymol.py +++ b/python/examples/vizplotgui_pymol.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # vizplotgui_pymol.py # Purpose: viz running LAMMPS simulation via PyMol with plot and GUI diff --git a/python/examples/vizplotgui_vmd.py b/python/examples/vizplotgui_vmd.py index 9eab0865e2bfcfd4beada0cbdc4969bed2896940..0003ebc929b9e32a3e44333a229c43da7a409607 100755 --- a/python/examples/vizplotgui_vmd.py +++ b/python/examples/vizplotgui_vmd.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -i -# preceeding line should have path for Python on your machine +# preceding line should have path for Python on your machine # vizplotgui_vmd.py # Purpose: viz running LAMMPS simulation via VMD with plot and GUI diff --git a/src/ASPHERE/compute_erotate_asphere.h b/src/ASPHERE/compute_erotate_asphere.h index be1c5349234c53246e27772b32dacd7f1d7bdb23..23e30d7c93b612533cb9c6379531cbce44800509 100644 --- a/src/ASPHERE/compute_erotate_asphere.h +++ b/src/ASPHERE/compute_erotate_asphere.h @@ -56,6 +56,6 @@ Self-explanatory. E: Compute erotate/asphere requires extended particles -This compute cannot be used with point paritlces. +This compute cannot be used with point particles. */ diff --git a/src/ASPHERE/compute_temp_asphere.h b/src/ASPHERE/compute_temp_asphere.h index 4688a5612d35c8d9cd1c2b15b97d56091bcf459d..d1cce3802589854738f421924da686bbeab1f637 100644 --- a/src/ASPHERE/compute_temp_asphere.h +++ b/src/ASPHERE/compute_temp_asphere.h @@ -65,7 +65,7 @@ Self-explanatory. E: Compute temp/asphere requires extended particles -This compute cannot be used with point paritlces. +This compute cannot be used with point particles. E: Could not find compute ID for temperature bias diff --git a/src/COLLOID/pair_lubricateU.cpp b/src/COLLOID/pair_lubricateU.cpp index eafa57973ca135404c90fdbe086d28acc93f38f1..a50473a194fb653a6af52800ca0c1aec0e1b2e6c 100644 --- a/src/COLLOID/pair_lubricateU.cpp +++ b/src/COLLOID/pair_lubricateU.cpp @@ -153,7 +153,7 @@ void PairLubricateU::compute(int eflag, int vflag) } // Stage one of Midpoint method - // Solve for velocities based on intial positions + // Solve for velocities based on initial positions stage_one(); @@ -651,7 +651,7 @@ void PairLubricateU::compute_Fh(double **x) jnum = numneigh[i]; // Find the contribution to stress from isotropic RS0 - // Set psuedo force to obtain the required contribution + // Set pseudo force to obtain the required contribution // need to set delx and fy only fx = 0.0; delx = radi; diff --git a/src/COLLOID/pair_lubricateU_poly.cpp b/src/COLLOID/pair_lubricateU_poly.cpp index 30ad42ea60d68e9349218d0ff009b6c18c1d233c..29e192cd94a8bd3cdf7987ebb7c5c3fcad0b3015 100644 --- a/src/COLLOID/pair_lubricateU_poly.cpp +++ b/src/COLLOID/pair_lubricateU_poly.cpp @@ -122,7 +122,7 @@ void PairLubricateUPoly::compute(int eflag, int vflag) } // Stage one of Midpoint method - // Solve for velocities based on intial positions + // Solve for velocities based on initial positions iterate(atom->x,1); @@ -421,7 +421,7 @@ void PairLubricateUPoly::compute_Fh(double **x) pre[0] *= 6.0; // Find the contribution to stress from isotropic RS0 - // Set psuedo force to obtain the required contribution + // Set pseudo force to obtain the required contribution // need to set delx and fy only fx = 0.0; delx = radi; diff --git a/src/COLLOID/pair_yukawa_colloid.h b/src/COLLOID/pair_yukawa_colloid.h index f22c9654be37a529180ec36befdb0626b144ab53..ac15d535b3a1da9ae07891f383189cbf7c65f767 100644 --- a/src/COLLOID/pair_yukawa_colloid.h +++ b/src/COLLOID/pair_yukawa_colloid.h @@ -43,10 +43,10 @@ class PairYukawaColloid : public PairYukawa { E: Pair yukawa/colloid requires atom style sphere -Self-explantory. +Self-explanatory. E: Pair yukawa/colloid requires atoms with same type have same radius -Self-explantory. +Self-explanatory. */ diff --git a/src/DEPEND/fastdep.c b/src/DEPEND/fastdep.c index 2f4927abce88f6f5691631205f81b772fd863021..3a6d3a017355b5f860589085beed8f1e27851d37 100644 --- a/src/DEPEND/fastdep.c +++ b/src/DEPEND/fastdep.c @@ -178,7 +178,7 @@ typedef struct { * linked list functions ************************************************************************/ -/* allocate and intitialize linked list */ +/* allocate and initialize linked list */ static llist_t *llist_init() { llist_t *ll; diff --git a/src/GPU/README b/src/GPU/README index ea1fa702853bfd5881fede970be51ae3444a8211..792fc1a8b9ecf6cc9918884dd25f112693a7f0c4 100644 --- a/src/GPU/README +++ b/src/GPU/README @@ -1,11 +1,16 @@ This package implements GPU optimizations of various LAMMPS styles. -This package uses an external library in lib/gpu which must be -compiled before making LAMMPS. See the lib/gpu/README file and the +Section 5.3.1 on the manual gives details of what hardware and Cuda +software is required on your system, and full details on how to build +and use this package. See the KOKKOS package, which also has +GPU-enabled styles. + +This package uses an external library provided in lib/gpu which must +be compiled before making LAMMPS. See the lib/gpu/README file and the LAMMPS manual for information on building LAMMPS with external libraries. The settings in the Makefile.lammps file in that directory must be correct for LAMMPS to build correctly with this package installed. -The people who created this package are Mike Brown (while at Sandia -and ORNL) and Trung Nguyen (while at ORNL). +The GPU package and its associated library was created by Mike Brown +while at Sandia and ORNL, and by Trung Nguyen while at ORNL. diff --git a/src/GPU/pair_born_gpu.h b/src/GPU/pair_born_gpu.h index 49c76fadf62676e0ef844a43637def04d6e6054a..d8ccbe0029b3b90c8adea9ca486a3c4a1b2b0e54 100644 --- a/src/GPU/pair_born_gpu.h +++ b/src/GPU/pair_born_gpu.h @@ -54,6 +54,6 @@ package E: Cannot use newton pair with born/gpu pair style -Self-explantory. +Self-explanatory. */ diff --git a/src/GPU/pair_zbl_gpu.h b/src/GPU/pair_zbl_gpu.h index 0939dafaaabbf4e65161afa8919b99507d5df5a6..950fe952dd776825602afaee1eadae79b618776c 100644 --- a/src/GPU/pair_zbl_gpu.h +++ b/src/GPU/pair_zbl_gpu.h @@ -53,6 +53,6 @@ package E: Cannot use newton pair with zbl/gpu pair style -Self-explantory. +Self-explanatory. */ diff --git a/src/KIM/README b/src/KIM/README index e450d7dfd12671c758232e874d3291224180f976..496db92cf23471109cce0c30d0a03aa2cf06ac03 100644 --- a/src/KIM/README +++ b/src/KIM/README @@ -1,5 +1,3 @@ --*- fill-column: 70; -*- - This package provides a pair_style kim command which is a wrapper on the Knowledge Base for Interatomic Models (KIM) repository of interatomic potentials, so that they can be used by LAMMPS scripts. diff --git a/src/KIM/pair_kim.h b/src/KIM/pair_kim.h index 843fb6db2aa65766591b7c0fc20866715d5d716c..07947f9d189843c65c4ee335aef16df7e84d00cb 100644 --- a/src/KIM/pair_kim.h +++ b/src/KIM/pair_kim.h @@ -126,7 +126,7 @@ namespace LAMMPS_NS { int lmps_maxalloc; // max allocated memory value int* kim_particleSpecies; // array of KIM particle species double** lmps_force_tmp; // temp storage for f, when running in - // hybrid mode needed to avoid reseting + // hybrid mode needed to avoid resetting // f to zero in each object int* lmps_stripped_neigh_list; // neighbors of one atom, used when LAMMPS // is in molecular mode diff --git a/src/KOKKOS/angle_charmm_kokkos.cpp b/src/KOKKOS/angle_charmm_kokkos.cpp index e2a605b80260bfb8191c05dcf5eec74ca8024cff..346077e07119c4b3f5f45eb535f5ca698083ce30 100644 --- a/src/KOKKOS/angle_charmm_kokkos.cpp +++ b/src/KOKKOS/angle_charmm_kokkos.cpp @@ -64,7 +64,7 @@ void AngleCharmmKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/angle_class2_kokkos.cpp b/src/KOKKOS/angle_class2_kokkos.cpp index 0232571bcc5f066be7a0ccebdbab2985b8857779..e851e9d500b10246571210a6c38daae5d472528a 100644 --- a/src/KOKKOS/angle_class2_kokkos.cpp +++ b/src/KOKKOS/angle_class2_kokkos.cpp @@ -64,7 +64,7 @@ void AngleClass2Kokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/angle_harmonic_kokkos.cpp b/src/KOKKOS/angle_harmonic_kokkos.cpp index 0d3110f9049c61f3f99b8213bfda590107f35f86..9fd237ddb3e90404aa9e9a979be2ccaba3953e6d 100644 --- a/src/KOKKOS/angle_harmonic_kokkos.cpp +++ b/src/KOKKOS/angle_harmonic_kokkos.cpp @@ -64,7 +64,7 @@ void AngleHarmonicKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/bond_class2_kokkos.cpp b/src/KOKKOS/bond_class2_kokkos.cpp index 82dc3f382a65826d4666313620baa76ea3a3f21d..b01af92b5fddfdecf00ab2d00ec709a14c6a3741 100644 --- a/src/KOKKOS/bond_class2_kokkos.cpp +++ b/src/KOKKOS/bond_class2_kokkos.cpp @@ -60,7 +60,7 @@ void BondClass2Kokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/bond_fene_kokkos.cpp b/src/KOKKOS/bond_fene_kokkos.cpp index b10469b45e340406d207c62e09737b9e1acba7f6..cfc37bfa9f6e26afb65d97e985580d485bb65a91 100644 --- a/src/KOKKOS/bond_fene_kokkos.cpp +++ b/src/KOKKOS/bond_fene_kokkos.cpp @@ -69,7 +69,7 @@ void BondFENEKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/bond_harmonic_kokkos.cpp b/src/KOKKOS/bond_harmonic_kokkos.cpp index aead60274734c6b6e65070a82d3b40f856f9fa66..408f59c5632b87c6177f41d7b623dbc852370eee 100644 --- a/src/KOKKOS/bond_harmonic_kokkos.cpp +++ b/src/KOKKOS/bond_harmonic_kokkos.cpp @@ -61,7 +61,7 @@ void BondHarmonicKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/comm_kokkos.cpp b/src/KOKKOS/comm_kokkos.cpp index 3ec22c42fafbe4c55575df02511a1c5d9b97fc46..f38a6c21c91191f9a004c3e86d79a1762bdb68c6 100644 --- a/src/KOKKOS/comm_kokkos.cpp +++ b/src/KOKKOS/comm_kokkos.cpp @@ -71,6 +71,10 @@ CommKokkos::CommKokkos(LAMMPS *lmp) : CommBrick(lmp) maxsendlist[i] = BUFMIN; } memory->create_kokkos(k_sendlist,sendlist,maxswap,BUFMIN,"comm:sendlist"); + + max_buf_pair = 0; + k_buf_send_pair = DAT::tdual_xfloat_1d("comm:k_buf_send_pair",1); + k_buf_recv_pair = DAT::tdual_xfloat_1d("comm:k_recv_send_pair",1); } /* ---------------------------------------------------------------------- */ @@ -89,6 +93,9 @@ CommKokkos::~CommKokkos() void CommKokkos::init() { + maxsend = BUFMIN; + maxrecv = BUFMIN; + grow_send_kokkos(maxsend+bufextra,0,Host); grow_recv_kokkos(maxrecv,Host); @@ -300,9 +307,13 @@ void CommKokkos::forward_comm_pair_device(Pair *pair) int nsize = pair->comm_forward; for (iswap = 0; iswap < nswap; iswap++) { + int n = MAX(max_buf_pair,nsize*sendnum[iswap]); + n = MAX(n,nsize*recvnum[iswap]); + if (n > max_buf_pair) + grow_buf_pair(n); + } - DAT::tdual_xfloat_1d k_buf_send_pair = DAT::tdual_xfloat_1d("comm:k_buf_send_pair",nsize*sendnum[iswap]); - DAT::tdual_xfloat_1d k_buf_recv_pair = DAT::tdual_xfloat_1d("comm:k_recv_send_pair",nsize*recvnum[iswap]); + for (iswap = 0; iswap < nswap; iswap++) { // pack buffer @@ -327,6 +338,12 @@ void CommKokkos::forward_comm_pair_device(Pair *pair) } } +void CommKokkos::grow_buf_pair(int n) { + max_buf_pair = n * BUFFACTOR; + k_buf_send_pair.resize(max_buf_pair); + k_buf_recv_pair.resize(max_buf_pair); +} + void CommKokkos::reverse_comm_pair(Pair *pair) { k_sendlist.sync<LMPHostType>(); diff --git a/src/KOKKOS/comm_kokkos.h b/src/KOKKOS/comm_kokkos.h index 587b0305958ffbd8c0a6988091c2d40adf48df86..71d5e59595361cd4fc4af1a19b736ce34604149c 100644 --- a/src/KOKKOS/comm_kokkos.h +++ b/src/KOKKOS/comm_kokkos.h @@ -59,6 +59,11 @@ class CommKokkos : public CommBrick { //double *buf_send; // send buffer for all comm //double *buf_recv; // recv buffer for all comm + int max_buf_pair; + DAT::tdual_xfloat_1d k_buf_send_pair; + DAT::tdual_xfloat_1d k_buf_recv_pair; + void grow_buf_pair(int); + void grow_send(int, int); void grow_recv(int); void grow_send_kokkos(int, int, ExecutionSpace space = Host); diff --git a/src/KOKKOS/dihedral_charmm_kokkos.cpp b/src/KOKKOS/dihedral_charmm_kokkos.cpp index 0af9fc4e835305d526be3f64dc0c460cfec526ba..ee9e3d1244b0c4c22bddee191751471803c4a08e 100644 --- a/src/KOKKOS/dihedral_charmm_kokkos.cpp +++ b/src/KOKKOS/dihedral_charmm_kokkos.cpp @@ -69,7 +69,7 @@ void DihedralCharmmKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // insure pair->ev_tally() will use 1-4 virial contribution diff --git a/src/KOKKOS/dihedral_class2_kokkos.cpp b/src/KOKKOS/dihedral_class2_kokkos.cpp index 9f7ef52cb085ca04795838cc87fdd27beac97a63..edfd1b3395ba909aec568fdd86d5867665efcad1 100644 --- a/src/KOKKOS/dihedral_class2_kokkos.cpp +++ b/src/KOKKOS/dihedral_class2_kokkos.cpp @@ -69,7 +69,7 @@ void DihedralClass2Kokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/dihedral_opls_kokkos.cpp b/src/KOKKOS/dihedral_opls_kokkos.cpp index 5406a6daafa108bceb0223a31129da776d954229..8e222ad86083e762df7e698be81b6e080d42fcbf 100644 --- a/src/KOKKOS/dihedral_opls_kokkos.cpp +++ b/src/KOKKOS/dihedral_opls_kokkos.cpp @@ -69,7 +69,7 @@ void DihedralOPLSKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/improper_class2_kokkos.cpp b/src/KOKKOS/improper_class2_kokkos.cpp index 60e21339849ed469b98c019209527baeb5e3f4c1..25bd2c732f6621278661e3fb891338a263992466 100644 --- a/src/KOKKOS/improper_class2_kokkos.cpp +++ b/src/KOKKOS/improper_class2_kokkos.cpp @@ -71,7 +71,7 @@ void ImproperClass2Kokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/improper_harmonic_kokkos.cpp b/src/KOKKOS/improper_harmonic_kokkos.cpp index cde7d60e8edd213f8a8d95e399437f43f3606dcc..9c99b35bd9ec374953985eeec173dcea58d40c76 100644 --- a/src/KOKKOS/improper_harmonic_kokkos.cpp +++ b/src/KOKKOS/improper_harmonic_kokkos.cpp @@ -71,7 +71,7 @@ void ImproperHarmonicKokkos<DeviceType>::compute(int eflag_in, int vflag_in) eflag = eflag_in; vflag = vflag_in; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/neighbor_kokkos.cpp b/src/KOKKOS/neighbor_kokkos.cpp index 2a85255e12aa7c282ade0ef87b7e2a696104fdc4..e40e6a238c6f06fc7d8d5db58d7520b97f8e3e31 100644 --- a/src/KOKKOS/neighbor_kokkos.cpp +++ b/src/KOKKOS/neighbor_kokkos.cpp @@ -64,6 +64,7 @@ NeighborKokkos::~NeighborKokkos() memory->destroy_kokkos(k_ex1_bit,ex1_bit); memory->destroy_kokkos(k_ex2_bit,ex2_bit); memory->destroy_kokkos(k_ex_mol_bit,ex_mol_bit); + memory->destroy_kokkos(k_ex_mol_intra,ex_mol_intra); memory->destroy_kokkos(k_bondlist,bondlist); memory->destroy_kokkos(k_anglelist,anglelist); @@ -133,6 +134,14 @@ void NeighborKokkos::init_ex_mol_bit_kokkos() k_ex_mol_bit.modify<LMPHostType>(); } +/* ---------------------------------------------------------------------- */ + +void NeighborKokkos::grow_ex_mol_intra_kokkos() +{ + memory->grow_kokkos(k_ex_mol_intra, ex_mol_intra, maxex_mol, "neigh:ex_mol_intra"); + k_ex_mol_intra.modify<LMPHostType>(); +} + /* ---------------------------------------------------------------------- if any atom moved trigger distance (half of neighbor skin) return 1 shrink trigger distance if box size has changed @@ -348,6 +357,12 @@ void NeighborKokkos::modify_mol_group_grow_kokkos(){ k_ex_mol_group.modify<LMPHostType>(); } +/* ---------------------------------------------------------------------- */ +void NeighborKokkos::modify_mol_intra_grow_kokkos(){ + memory->grow_kokkos(k_ex_mol_intra,ex_mol_intra,maxex_mol,"neigh:ex_mol_intra"); + k_ex_mol_intra.modify<LMPHostType>(); +} + /* ---------------------------------------------------------------------- */ void NeighborKokkos::init_topology() { diff --git a/src/KOKKOS/neighbor_kokkos.h b/src/KOKKOS/neighbor_kokkos.h index 244de19dcecbfe9415c1ffb6dfd97b5a1f66b118..137c071e87a7f078647f34ca43c73254c9ab916b 100644 --- a/src/KOKKOS/neighbor_kokkos.h +++ b/src/KOKKOS/neighbor_kokkos.h @@ -54,6 +54,7 @@ class NeighborKokkos : public Neighbor { DAT::tdual_int_1d k_ex1_bit,k_ex2_bit; DAT::tdual_int_1d k_ex_mol_group; DAT::tdual_int_1d k_ex_mol_bit; + DAT::tdual_int_1d k_ex_mol_intra; NeighBondKokkos<LMPHostType> neighbond_host; NeighBondKokkos<LMPDeviceType> neighbond_device; @@ -76,6 +77,7 @@ class NeighborKokkos : public Neighbor { void init_ex_type_kokkos(int); void init_ex_bit_kokkos(); void init_ex_mol_bit_kokkos(); + void grow_ex_mol_intra_kokkos(); virtual int check_distance(); template<class DeviceType> int check_distance_kokkos(); virtual void build(int); @@ -84,6 +86,7 @@ class NeighborKokkos : public Neighbor { void modify_ex_type_grow_kokkos(); void modify_ex_group_grow_kokkos(); void modify_mol_group_grow_kokkos(); + void modify_mol_intra_grow_kokkos(); }; } diff --git a/src/KOKKOS/npair_kokkos.cpp b/src/KOKKOS/npair_kokkos.cpp index f49e44c3522e05a066ab630274798687becb27de..3614a82cfed29a3e9d55988a0c57c553ad37aeea 100644 --- a/src/KOKKOS/npair_kokkos.cpp +++ b/src/KOKKOS/npair_kokkos.cpp @@ -56,6 +56,7 @@ void NPairKokkos<DeviceType,HALF_NEIGH,GHOST,TRI>::copy_neighbor_info() k_ex2_bit = neighborKK->k_ex2_bit; k_ex_mol_group = neighborKK->k_ex_mol_group; k_ex_mol_bit = neighborKK->k_ex_mol_bit; + k_ex_mol_intra = neighborKK->k_ex_mol_intra; } /* ---------------------------------------------------------------------- @@ -147,6 +148,7 @@ void NPairKokkos<DeviceType,HALF_NEIGH,GHOST,TRI>::build(NeighList *list_) nex_mol, k_ex_mol_group.view<DeviceType>(), k_ex_mol_bit.view<DeviceType>(), + k_ex_mol_intra.view<DeviceType>(), bboxhi,bboxlo, domain->xperiodic,domain->yperiodic,domain->zperiodic, domain->xprd_half,domain->yprd_half,domain->zprd_half); @@ -161,6 +163,7 @@ void NPairKokkos<DeviceType,HALF_NEIGH,GHOST,TRI>::build(NeighList *list_) k_ex2_bit.sync<DeviceType>(); k_ex_mol_group.sync<DeviceType>(); k_ex_mol_bit.sync<DeviceType>(); + k_ex_mol_intra.sync<DeviceType>(); k_bincount.sync<DeviceType>(), k_bins.sync<DeviceType>(), atomKK->sync(Device,X_MASK|TYPE_MASK|MASK_MASK|MOLECULE_MASK|TAG_MASK|SPECIAL_MASK); @@ -284,8 +287,12 @@ int NeighborKokkosExecute<DeviceType>::exclusion(const int &i,const int &j, if (nex_mol) { for (m = 0; m < nex_mol; m++) - if (mask(i) & ex_mol_bit(m) && mask(j) & ex_mol_bit(m) && - molecule(i) == molecule(j)) return 1; + if (ex_mol_intra[m]) { // intra-chain: exclude i-j pair if on same molecule + if (mask[i] & ex_mol_bit[m] && mask[j] & ex_mol_bit[m] && + molecule[i] == molecule[j]) return 1; + } else // exclude i-j pair if on different molecules + if (mask[i] & ex_mol_bit[m] && mask[j] & ex_mol_bit[m] && + molecule[i] != molecule[j]) return 1; } return 0; diff --git a/src/KOKKOS/npair_kokkos.h b/src/KOKKOS/npair_kokkos.h index 54726cb9716abcbfe01adee464286318ef440d92..52cdfe0d53bdfde4c5aa2cf6dab82c78209609da 100644 --- a/src/KOKKOS/npair_kokkos.h +++ b/src/KOKKOS/npair_kokkos.h @@ -98,6 +98,7 @@ class NPairKokkos : public NPair { DAT::tdual_int_1d k_ex1_bit,k_ex2_bit; DAT::tdual_int_1d k_ex_mol_group; DAT::tdual_int_1d k_ex_mol_bit; + DAT::tdual_int_1d k_ex_mol_intra; // data from NBin class @@ -139,6 +140,7 @@ class NeighborKokkosExecute const int nex_mol; const typename AT::t_int_1d_const ex_mol_group; const typename AT::t_int_1d_const ex_mol_bit; + const typename AT::t_int_1d_const ex_mol_intra; // data from NBin class @@ -216,6 +218,7 @@ class NeighborKokkosExecute const int & _nex_mol, const typename AT::t_int_1d_const & _ex_mol_group, const typename AT::t_int_1d_const & _ex_mol_bit, + const typename AT::t_int_1d_const & _ex_mol_intra, const X_FLOAT *_bboxhi, const X_FLOAT* _bboxlo, const int & _xperiodic, const int & _yperiodic, const int & _zperiodic, const int & _xprd_half, const int & _yprd_half, const int & _zprd_half): @@ -235,6 +238,7 @@ class NeighborKokkosExecute ex1_group(_ex1_group),ex2_group(_ex2_group), ex1_bit(_ex1_bit),ex2_bit(_ex2_bit),nex_mol(_nex_mol), ex_mol_group(_ex_mol_group),ex_mol_bit(_ex_mol_bit), + ex_mol_intra(_ex_mol_intra), xperiodic(_xperiodic),yperiodic(_yperiodic),zperiodic(_zperiodic), xprd_half(_xprd_half),yprd_half(_yprd_half),zprd_half(_zprd_half) { diff --git a/src/KOKKOS/pair_buck_coul_cut_kokkos.cpp b/src/KOKKOS/pair_buck_coul_cut_kokkos.cpp index afe2d14fcc15e67cc7420ed9383e3d220c1b3c0c..34fd4272267333e8333776b0739685c8192f20c8 100644 --- a/src/KOKKOS/pair_buck_coul_cut_kokkos.cpp +++ b/src/KOKKOS/pair_buck_coul_cut_kokkos.cpp @@ -92,7 +92,7 @@ void PairBuckCoulCutKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_buck_coul_long_kokkos.cpp b/src/KOKKOS/pair_buck_coul_long_kokkos.cpp index fa05c99995dccc4cf4c06638292788a484101ca1..243bac5ab70805134d0c48d359ca7959f9db5054 100644 --- a/src/KOKKOS/pair_buck_coul_long_kokkos.cpp +++ b/src/KOKKOS/pair_buck_coul_long_kokkos.cpp @@ -111,7 +111,7 @@ void PairBuckCoulLongKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_buck_kokkos.cpp b/src/KOKKOS/pair_buck_kokkos.cpp index 02f767fa03baeca2e33a32b9bf1615627ea0cfe4..d8534f79005eec2ed926659e80e2eded9c7aefaa 100644 --- a/src/KOKKOS/pair_buck_kokkos.cpp +++ b/src/KOKKOS/pair_buck_kokkos.cpp @@ -81,7 +81,7 @@ void PairBuckKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_coul_cut_kokkos.cpp b/src/KOKKOS/pair_coul_cut_kokkos.cpp index a770d55be9e50c6a0ff7d32b73e8e31a51847a47..80ab01d91a52a77294852155cfe57494079456b3 100644 --- a/src/KOKKOS/pair_coul_cut_kokkos.cpp +++ b/src/KOKKOS/pair_coul_cut_kokkos.cpp @@ -80,7 +80,7 @@ void PairCoulCutKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_coul_debye_kokkos.cpp b/src/KOKKOS/pair_coul_debye_kokkos.cpp index e9314c2a0ad7086d5edadd4de2641ffd52e65d4d..dc85c39832cd0028c864f842b99f9047ae9bf25e 100644 --- a/src/KOKKOS/pair_coul_debye_kokkos.cpp +++ b/src/KOKKOS/pair_coul_debye_kokkos.cpp @@ -87,7 +87,7 @@ void PairCoulDebyeKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_coul_dsf_kokkos.cpp b/src/KOKKOS/pair_coul_dsf_kokkos.cpp index 948a234a4ac56503ecdef29ff3d5a68505b3242c..f2063bdc08cf6a722c376aa4c64547cfcfbeb458 100644 --- a/src/KOKKOS/pair_coul_dsf_kokkos.cpp +++ b/src/KOKKOS/pair_coul_dsf_kokkos.cpp @@ -80,7 +80,7 @@ void PairCoulDSFKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_coul_long_kokkos.cpp b/src/KOKKOS/pair_coul_long_kokkos.cpp index dcf4943104d349d9b52d63a2dd66b680b11c229f..7dbadf4834f27f1cca2c0ea2db956cf01bc104ad 100644 --- a/src/KOKKOS/pair_coul_long_kokkos.cpp +++ b/src/KOKKOS/pair_coul_long_kokkos.cpp @@ -104,7 +104,7 @@ void PairCoulLongKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_coul_wolf_kokkos.cpp b/src/KOKKOS/pair_coul_wolf_kokkos.cpp index 55b19958a348b545446b37d4c32fcdd8715ef530..8049ba00310a1e932257e51a4e3fc51b077eae6f 100644 --- a/src/KOKKOS/pair_coul_wolf_kokkos.cpp +++ b/src/KOKKOS/pair_coul_wolf_kokkos.cpp @@ -75,7 +75,7 @@ void PairCoulWolfKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_eam_alloy_kokkos.cpp b/src/KOKKOS/pair_eam_alloy_kokkos.cpp index 491ec10f6631b733c94c29d3deabffd433a50901..45c320bc516fcfd13816a6dfe809ec7296d035c5 100644 --- a/src/KOKKOS/pair_eam_alloy_kokkos.cpp +++ b/src/KOKKOS/pair_eam_alloy_kokkos.cpp @@ -74,7 +74,7 @@ void PairEAMAlloyKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_eam_fs_kokkos.cpp b/src/KOKKOS/pair_eam_fs_kokkos.cpp index 006db6abc2ba5394d05098d5ce960bc7c4b994f0..b9fa82740aeb0d59bba5e1c5d5d9f6e762292941 100644 --- a/src/KOKKOS/pair_eam_fs_kokkos.cpp +++ b/src/KOKKOS/pair_eam_fs_kokkos.cpp @@ -74,7 +74,7 @@ void PairEAMFSKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_eam_kokkos.cpp b/src/KOKKOS/pair_eam_kokkos.cpp index 656dd11c62c9ceab881ba8e21ea1e92755842f04..e4128de72265b609e9d86723d8acc9100e446346 100644 --- a/src/KOKKOS/pair_eam_kokkos.cpp +++ b/src/KOKKOS/pair_eam_kokkos.cpp @@ -69,7 +69,7 @@ void PairEAMKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp b/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp index a4e0fa963d3f92eba02ef7a1b7f93660463441c0..c00b1fbae43684b720a655b6a53597d0bf3a7330 100644 --- a/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp +++ b/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp @@ -112,7 +112,7 @@ void PairLJCharmmCoulCharmmImplicitKokkos<DeviceType>::compute(int eflag_in, int if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp b/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp index 1e5509c39c6b238b22021f1371094c1b1c3c166f..c88c7db2e3f614a97b57d0db6b8d9d9992b70fb2 100644 --- a/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp +++ b/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp @@ -112,7 +112,7 @@ void PairLJCharmmCoulCharmmKokkos<DeviceType>::compute(int eflag_in, int vflag_i if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp b/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp index 2f94c47baeb345ce75c2796b95168e1eb3f2e5ed..8ebc5f87f3beb0e1266e4c8039ae43f29e028c1f 100644 --- a/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp +++ b/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp @@ -112,7 +112,7 @@ void PairLJCharmmCoulLongKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.cpp b/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.cpp index 4283cfa981e276b0fd21c557e4ab3ec4da3669de..936eae79d518e1735243209916ffee90e71112e2 100644 --- a/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.cpp +++ b/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.cpp @@ -89,7 +89,7 @@ void PairLJClass2CoulCutKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_class2_coul_long_kokkos.cpp b/src/KOKKOS/pair_lj_class2_coul_long_kokkos.cpp index adbffff50ff5921d93b0b3c8fbc1bf8eacd341ce..268213cdbcbc66e9565efa7a1917104c28911fa1 100644 --- a/src/KOKKOS/pair_lj_class2_coul_long_kokkos.cpp +++ b/src/KOKKOS/pair_lj_class2_coul_long_kokkos.cpp @@ -97,7 +97,7 @@ void PairLJClass2CoulLongKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_class2_kokkos.cpp b/src/KOKKOS/pair_lj_class2_kokkos.cpp index c26aa4f467d3246403ebe6c1d8cc2ff64261662d..c899327d7c993802bf0655106aaa452f1e4726f6 100644 --- a/src/KOKKOS/pair_lj_class2_kokkos.cpp +++ b/src/KOKKOS/pair_lj_class2_kokkos.cpp @@ -89,7 +89,7 @@ void PairLJClass2Kokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.cpp b/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.cpp index e9f587d0ccf309902fcda93acb4e520c00b4717f..f4de48f176de8b9467075f0001cfe9fae555a503 100644 --- a/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.cpp +++ b/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.cpp @@ -89,7 +89,7 @@ void PairLJCutCoulCutKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.cpp b/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.cpp index 0af781affddb3e6f91b3be47ca332f6997aa54a3..ad51dd0a889dc2a74bfc5699df7de9daae94e2eb 100644 --- a/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.cpp +++ b/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.cpp @@ -93,7 +93,7 @@ void PairLJCutCoulDebyeKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.cpp b/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.cpp index 5ddf035b62fefe1e7af5f5aca61afcaad1a6e59b..89f263113eca976e1327793575c5743202928b56 100644 --- a/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.cpp +++ b/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.cpp @@ -101,7 +101,7 @@ void PairLJCutCoulDSFKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_cut_coul_long_kokkos.cpp b/src/KOKKOS/pair_lj_cut_coul_long_kokkos.cpp index e3754cdb5d59a46460aefe69213ba4211e8e85f2..4de51ca8d2f5ef64e5ab864d4a5599a738d8609f 100644 --- a/src/KOKKOS/pair_lj_cut_coul_long_kokkos.cpp +++ b/src/KOKKOS/pair_lj_cut_coul_long_kokkos.cpp @@ -101,7 +101,7 @@ void PairLJCutCoulLongKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; diff --git a/src/KOKKOS/pair_lj_cut_kokkos.cpp b/src/KOKKOS/pair_lj_cut_kokkos.cpp index 9a2a7e23a985e622ba36e5e602f56d8859990a08..ea78b73711423e8ec268a638aefda6c73814ddc9 100644 --- a/src/KOKKOS/pair_lj_cut_kokkos.cpp +++ b/src/KOKKOS/pair_lj_cut_kokkos.cpp @@ -89,7 +89,7 @@ void PairLJCutKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_expand_kokkos.cpp b/src/KOKKOS/pair_lj_expand_kokkos.cpp index cdede8bd52a5859a7c26fb37856f26cbcca9bbc3..6b62150632de7b1a563a6a6a1918a52d7017beb8 100644 --- a/src/KOKKOS/pair_lj_expand_kokkos.cpp +++ b/src/KOKKOS/pair_lj_expand_kokkos.cpp @@ -88,7 +88,7 @@ void PairLJExpandKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.cpp b/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.cpp index 0ca8375657b50137ad020e0e6a21877414ff1066..0c492131dd6dcaf83f415cb6d029052b2a04c567 100644 --- a/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.cpp +++ b/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.cpp @@ -103,7 +103,7 @@ void PairLJGromacsCoulGromacsKokkos<DeviceType>::compute(int eflag_in, int vflag if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_gromacs_kokkos.cpp b/src/KOKKOS/pair_lj_gromacs_kokkos.cpp index e6606d30cff23673d5b0c08e34ab7934eff25eff..76d7abbe289e5dd2ce4b811cfc5ae888740e0375 100644 --- a/src/KOKKOS/pair_lj_gromacs_kokkos.cpp +++ b/src/KOKKOS/pair_lj_gromacs_kokkos.cpp @@ -100,7 +100,7 @@ void PairLJGromacsKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_lj_sdk_kokkos.cpp b/src/KOKKOS/pair_lj_sdk_kokkos.cpp index 2d74e37192ac7d72ceda9adf939ccc71da2bc7d2..41561c29889e6d991400e3249e22f578739c7509 100644 --- a/src/KOKKOS/pair_lj_sdk_kokkos.cpp +++ b/src/KOKKOS/pair_lj_sdk_kokkos.cpp @@ -88,7 +88,7 @@ void PairLJSDKKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_morse_kokkos.cpp b/src/KOKKOS/pair_morse_kokkos.cpp index e0685f13762cda8109ad544c700f261d4de6b1c3..3201fad215f5587b115402d1fe481c7f9f385180 100644 --- a/src/KOKKOS/pair_morse_kokkos.cpp +++ b/src/KOKKOS/pair_morse_kokkos.cpp @@ -93,7 +93,7 @@ void PairMorseKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_reax_c_kokkos.cpp b/src/KOKKOS/pair_reax_c_kokkos.cpp index 5490268e561ccbe0992df27df4996697ba30a75e..acf9c754cdc70367e4f7bc96311291e92d6fe46a 100644 --- a/src/KOKKOS/pair_reax_c_kokkos.cpp +++ b/src/KOKKOS/pair_reax_c_kokkos.cpp @@ -633,7 +633,7 @@ void PairReaxCKokkos<DeviceType>::LR_vdW_Coulomb( int i, int j, double r_ij, LR_ } if(system->reax_param.gp.vdw_type==2 || system->reax_param.gp.vdw_type==3) - { // innner wall + { // inner wall e_core = twbp->ecore * exp(twbp->acore * (1.0-(r_ij/twbp->rcore))); lr->e_vdW += Tap * e_core; diff --git a/src/KOKKOS/pair_sw_kokkos.cpp b/src/KOKKOS/pair_sw_kokkos.cpp index 6b2c1ca04bb277db1dd1e59a5238eaf345345738..a8950a0c79c542e3a98a91ceb5b094ceb0b5da1b 100644 --- a/src/KOKKOS/pair_sw_kokkos.cpp +++ b/src/KOKKOS/pair_sw_kokkos.cpp @@ -80,7 +80,7 @@ void PairSWKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_table_kokkos.cpp b/src/KOKKOS/pair_table_kokkos.cpp index 93556635c203ecfc064bcc1e10c2863bdefbb257..7f763baae6fe7b40eb4830d243c0b714a6bcf2b1 100644 --- a/src/KOKKOS/pair_table_kokkos.cpp +++ b/src/KOKKOS/pair_table_kokkos.cpp @@ -86,7 +86,7 @@ void PairTableKokkos<DeviceType>::compute_style(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_tersoff_kokkos.cpp b/src/KOKKOS/pair_tersoff_kokkos.cpp index 0f5e93979490ea5bc401155562b46ac692b26e45..75280c8f7c381c668fa0cd1d41c48917d166dfc1 100644 --- a/src/KOKKOS/pair_tersoff_kokkos.cpp +++ b/src/KOKKOS/pair_tersoff_kokkos.cpp @@ -164,7 +164,7 @@ void PairTersoffKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_tersoff_mod_kokkos.cpp b/src/KOKKOS/pair_tersoff_mod_kokkos.cpp index 1f66da409d08a52029d2b4a7ee2bd3a63dcd33f6..d16a7fc4d79b5572552dcf8d955c7c2a4a7e6233 100644 --- a/src/KOKKOS/pair_tersoff_mod_kokkos.cpp +++ b/src/KOKKOS/pair_tersoff_mod_kokkos.cpp @@ -164,7 +164,7 @@ void PairTersoffMODKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp b/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp index 264b769df311e93800ca509558f10ef57c3533d8..e9bae49fb77ca55530e280df9e391a58e7c85715 100644 --- a/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp +++ b/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp @@ -178,7 +178,7 @@ void PairTersoffZBLKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pair_vashishta_kokkos.cpp b/src/KOKKOS/pair_vashishta_kokkos.cpp index 0e972d24640bba5f62a96c451d3084405305c86b..f81af0b149659994e68ccf93a25ddd6beb57b314 100644 --- a/src/KOKKOS/pair_vashishta_kokkos.cpp +++ b/src/KOKKOS/pair_vashishta_kokkos.cpp @@ -79,7 +79,7 @@ void PairVashishtaKokkos<DeviceType>::compute(int eflag_in, int vflag_in) if (neighflag == FULL) no_virial_fdotr_compute = 1; - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = vflag_fdotr = 0; // reallocate per-atom arrays if necessary diff --git a/src/KOKKOS/pppm_kokkos.cpp b/src/KOKKOS/pppm_kokkos.cpp index 7b88563cbb2569fd5198ded0551f21ed6dbf89bf..c59bd89e51303784efef00d44be83c84b3960a7c 100644 --- a/src/KOKKOS/pppm_kokkos.cpp +++ b/src/KOKKOS/pppm_kokkos.cpp @@ -615,7 +615,7 @@ void PPPMKokkos<DeviceType>::compute(int eflag, int vflag) // set energy/virial flags // invoke allocate_peratom() if needed for first time - if (eflag || vflag) ev_setup(eflag,vflag); + if (eflag || vflag) ev_setup(eflag,vflag,0); else evflag = evflag_atom = eflag_global = vflag_global = eflag_atom = vflag_atom = 0; diff --git a/src/KSPACE/pair_buck_long_coul_long.h b/src/KSPACE/pair_buck_long_coul_long.h index 736742a77aef352be6ea7af590a92947cc640f43..cf752a09b0604c4c676b6d309b7ed3c0a248e089 100644 --- a/src/KSPACE/pair_buck_long_coul_long.h +++ b/src/KSPACE/pair_buck_long_coul_long.h @@ -80,15 +80,15 @@ command-line option when running LAMMPS to see the offending line. W: Using largest cutoff for buck/long/coul/long -Self-exlanatory. +Self-explanatory. E: Cutoffs missing in pair_style buck/long/coul/long -Self-exlanatory. +Self-explanatory. E: LJ6 off not supported in pair_style buck/long/coul/long -Self-exlanatory. +Self-explanatory. E: Coulomb cut not supported in pair_style buck/long/coul/coul diff --git a/src/KSPACE/pppm_disp.h b/src/KSPACE/pppm_disp.h index ae07ea9e07b3f762df77c827b2cc28d3e9a8f3f8..6993ad6c91bcd2584a3627b5f256dbba058d5a71 100644 --- a/src/KSPACE/pppm_disp.h +++ b/src/KSPACE/pppm_disp.h @@ -513,7 +513,7 @@ E: Cannot compute initial g_ewald_disp LAMMPS failed to compute an initial guess for the PPPM_disp g_ewald_6 factor that partitions the computation between real space and k-space -for Disptersion interactions. +for Dispersion interactions. E: Could not compute grid size for Dispersion diff --git a/src/MAKE/OPTIONS/Makefile.omp b/src/MAKE/OPTIONS/Makefile.omp index 5c25c8e41c6fe8fd90a8f6941189179f59a1a852..fd485d541695bc10470223b30eed8487d938139b 100644 --- a/src/MAKE/OPTIONS/Makefile.omp +++ b/src/MAKE/OPTIONS/Makefile.omp @@ -7,7 +7,7 @@ SHELL = /bin/sh # specify flags and libraries needed for your compiler CC = mpicxx -CCFLAGS = -g -O3 -fopenmp +CCFLAGS = -g -O3 -restrict -fopenmp SHFLAGS = -fPIC DEPFLAGS = -M diff --git a/src/MANYBODY/pair_airebo.cpp b/src/MANYBODY/pair_airebo.cpp index 51cf2216680a3747c00b6791e459cbb5ddfb4983..cacc8b3416cbc0b2bc3d1b0d0ace04cbcd75a3b2 100644 --- a/src/MANYBODY/pair_airebo.cpp +++ b/src/MANYBODY/pair_airebo.cpp @@ -753,7 +753,7 @@ void PairAIREBO::FLJ(int eflag, int vflag) tee = drij / swidth; tee2 = tee*tee; slw = 1.0 - tee2 * (3.0 - 2.0 * tee); - dslw = 6.0 * tee * (1.0 - tee) / rij / swidth; + dslw = -6.0 * tee * (1.0 - tee) / swidth; } else { slw = 1.0; dslw = 0.0; @@ -2104,6 +2104,9 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, double F12[3],F23[3],F34[3],F31[3],F24[3]; double fi[3],fj[3],fk[3],fl[3],f1[3],f2[3],f3[3],f4[4]; double rji[3],rki[3],rlj[3],r13[3],r43[3]; + double realrij[3], realrijmag; + double rjkmag, rilmag, dctdjk, dctdik, dctdil, dctdjl; + double fjk[3], fil[3], rijmbr; double **x = atom->x; int *type = atom->type; @@ -2130,6 +2133,12 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, Stb = 0.0; dStb = 0.0; + realrij[0] = x[atomi][0] - x[atomj][0]; + realrij[1] = x[atomi][1] - x[atomj][1]; + realrij[2] = x[atomi][2] - x[atomj][2]; + realrijmag = sqrt(realrij[0] * realrij[0] + realrij[1] * realrij[1] + + realrij[2] * realrij[2]); + REBO_neighs = REBO_firstneigh[i]; for (k = 0; k < REBO_numneigh[i]; k++) { atomk = REBO_neighs[k]; @@ -2319,50 +2328,53 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, lamdajik = 4.0*kronecker(itype,1) * ((rho[ktype][1]-rikmag)-(rho[jtype][1]-rijmag)); wik = Sp(rikmag,rcmin[itype][ktype],rcmax[itype][ktype],dwik); - cosjik = ((rij[0]*rik[0])+(rij[1]*rik[1])+(rij[2]*rik[2])) / - (rijmag*rikmag); + rjk[0] = rik[0] - rij[0]; + rjk[1] = rik[1] - rij[1]; + rjk[2] = rik[2] - rij[2]; + rjkmag = sqrt(rjk[0] * rjk[0] + rjk[1] * rjk[1] + rjk[2] * rjk[2]); + rijrik = 2 * rijmag * rikmag; + rr = rijmag * rijmag - rikmag * rikmag; + cosjik = (rijmag * rijmag + rikmag * rikmag - rjkmag * rjkmag) / rijrik; cosjik = MIN(cosjik,1.0); cosjik = MAX(cosjik,-1.0); - - dcosjikdri[0] = ((rij[0]+rik[0])/(rijmag*rikmag)) - - (cosjik*((rij[0]/(rijmag*rijmag))+(rik[0]/(rikmag*rikmag)))); - dcosjikdri[1] = ((rij[1]+rik[1])/(rijmag*rikmag)) - - (cosjik*((rij[1]/(rijmag*rijmag))+(rik[1]/(rikmag*rikmag)))); - dcosjikdri[2] = ((rij[2]+rik[2])/(rijmag*rikmag)) - - (cosjik*((rij[2]/(rijmag*rijmag))+(rik[2]/(rikmag*rikmag)))); - dcosjikdrk[0] = (-rij[0]/(rijmag*rikmag)) + - (cosjik*(rik[0]/(rikmag*rikmag))); - dcosjikdrk[1] = (-rij[1]/(rijmag*rikmag)) + - (cosjik*(rik[1]/(rikmag*rikmag))); - dcosjikdrk[2] = (-rij[2]/(rijmag*rikmag)) + - (cosjik*(rik[2]/(rikmag*rikmag))); - dcosjikdrj[0] = (-rik[0]/(rijmag*rikmag)) + - (cosjik*(rij[0]/(rijmag*rijmag))); - dcosjikdrj[1] = (-rik[1]/(rijmag*rikmag)) + - (cosjik*(rij[1]/(rijmag*rijmag))); - dcosjikdrj[2] = (-rik[2]/(rijmag*rikmag)) + - (cosjik*(rij[2]/(rijmag*rijmag))); + dctdjk = -2 / rijrik; + dctdik = (-rr + rjkmag * rjkmag) / (rijrik * rikmag * rikmag); + // evaluate splines g and derivatives dg g = gSpline(cosjik,(NijC+NijH),itype,&dgdc,&dgdN); tmp2 = VA*.5*(tmp*wik*dgdc*exp(lamdajik)); - fj[0] = -tmp2*dcosjikdrj[0]; - fj[1] = -tmp2*dcosjikdrj[1]; - fj[2] = -tmp2*dcosjikdrj[2]; - fi[0] = -tmp2*dcosjikdri[0]; - fi[1] = -tmp2*dcosjikdri[1]; - fi[2] = -tmp2*dcosjikdri[2]; - fk[0] = -tmp2*dcosjikdrk[0]; - fk[1] = -tmp2*dcosjikdrk[1]; - fk[2] = -tmp2*dcosjikdrk[2]; + + fi[0] = -tmp2 * dctdik * rik[0]; + fi[1] = -tmp2 * dctdik * rik[1]; + fi[2] = -tmp2 * dctdik * rik[2]; + fk[0] = tmp2 * dctdik * rik[0]; + fk[1] = tmp2 * dctdik * rik[1]; + fk[2] = tmp2 * dctdik * rik[2]; + fj[0] = 0; + fj[1] = 0; + fj[2] = 0; + fjk[0] = -tmp2 * dctdjk * rjk[0]; + fjk[1] = -tmp2 * dctdjk * rjk[1]; + fjk[2] = -tmp2 * dctdjk * rjk[2]; + fi[0] += fjk[0]; + fi[1] += fjk[1]; + fi[2] += fjk[2]; + fk[0] -= fjk[0]; + fk[1] -= fjk[1]; + fk[2] -= fjk[2]; + rijmbr = rcmin[itype][jtype] / realrijmag; + fj[0] += rijmbr * (fjk[0] - (realrij[0] * realrij[0] * fjk[0] + realrij[0] * realrij[1] * fjk[1] + realrij[0] * realrij[2] * fjk[2]) / (realrijmag * realrijmag)); + fj[1] += rijmbr * (fjk[1] - (realrij[1] * realrij[0] * fjk[0] + realrij[1] * realrij[1] * fjk[1] + realrij[1] * realrij[2] * fjk[2]) / (realrijmag * realrijmag)); + fj[2] += rijmbr * (fjk[2] - (realrij[2] * realrij[0] * fjk[0] + realrij[2] * realrij[1] * fjk[1] + realrij[2] * realrij[2] * fjk[2]) / (realrijmag * realrijmag)); + fi[0] -= rijmbr * (fjk[0] - (realrij[0] * realrij[0] * fjk[0] + realrij[0] * realrij[1] * fjk[1] + realrij[0] * realrij[2] * fjk[2]) / (realrijmag * realrijmag)); + fi[1] -= rijmbr * (fjk[1] - (realrij[1] * realrij[0] * fjk[0] + realrij[1] * realrij[1] * fjk[1] + realrij[1] * realrij[2] * fjk[2]) / (realrijmag * realrijmag)); + fi[2] -= rijmbr * (fjk[2] - (realrij[2] * realrij[0] * fjk[0] + realrij[2] * realrij[1] * fjk[1] + realrij[2] * realrij[2] * fjk[2]) / (realrijmag * realrijmag)); tmp2 = VA*.5*(tmp*wik*g*exp(lamdajik)*4.0*kronecker(itype,1)); - fj[0] -= tmp2*(-rij[0]/rijmag); - fj[1] -= tmp2*(-rij[1]/rijmag); - fj[2] -= tmp2*(-rij[2]/rijmag); - fi[0] -= tmp2*((-rik[0]/rikmag)+(rij[0]/rijmag)); - fi[1] -= tmp2*((-rik[1]/rikmag)+(rij[1]/rijmag)); - fi[2] -= tmp2*((-rik[2]/rikmag)+(rij[2]/rijmag)); + fi[0] += tmp2*(rik[0]/rikmag); + fi[1] += tmp2*(rik[1]/rikmag); + fi[2] += tmp2*(rik[2]/rikmag); fk[0] -= tmp2*(rik[0]/rikmag); fk[1] -= tmp2*(rik[1]/rikmag); fk[2] -= tmp2*(rik[2]/rikmag); @@ -2427,51 +2439,53 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, lamdaijl = 4.0*kronecker(jtype,1) * ((rho[ltype][1]-rjlmag)-(rho[itype][1]-rijmag)); wjl = Sp(rjlmag,rcmin[jtype][ltype],rcmax[jtype][ltype],dwjl); - cosijl = (-1.0*((rij[0]*rjl[0])+(rij[1]*rjl[1])+(rij[2]*rjl[2]))) / - (rijmag*rjlmag); + ril[0] = rij[0] + rjl[0]; + ril[1] = rij[1] + rjl[1]; + ril[2] = rij[2] + rjl[2]; + rilmag = sqrt(ril[0] * ril[0] + ril[1] * ril[1] + ril[2] * ril[2]); + rijrjl = 2 * rijmag * rjlmag; + rr = rijmag * rijmag - rjlmag * rjlmag; + cosijl = (rijmag * rijmag + rjlmag * rjlmag - rilmag * rilmag) / rijrjl; cosijl = MIN(cosijl,1.0); cosijl = MAX(cosijl,-1.0); - - dcosijldri[0] = (-rjl[0]/(rijmag*rjlmag)) - - (cosijl*rij[0]/(rijmag*rijmag)); - dcosijldri[1] = (-rjl[1]/(rijmag*rjlmag)) - - (cosijl*rij[1]/(rijmag*rijmag)); - dcosijldri[2] = (-rjl[2]/(rijmag*rjlmag)) - - (cosijl*rij[2]/(rijmag*rijmag)); - dcosijldrj[0] = ((-rij[0]+rjl[0])/(rijmag*rjlmag)) + - (cosijl*((rij[0]/square(rijmag))-(rjl[0]/(rjlmag*rjlmag)))); - dcosijldrj[1] = ((-rij[1]+rjl[1])/(rijmag*rjlmag)) + - (cosijl*((rij[1]/square(rijmag))-(rjl[1]/(rjlmag*rjlmag)))); - dcosijldrj[2] = ((-rij[2]+rjl[2])/(rijmag*rjlmag)) + - (cosijl*((rij[2]/square(rijmag))-(rjl[2]/(rjlmag*rjlmag)))); - dcosijldrl[0] = (rij[0]/(rijmag*rjlmag)) + - (cosijl*rjl[0]/(rjlmag*rjlmag)); - dcosijldrl[1] = (rij[1]/(rijmag*rjlmag)) + - (cosijl*rjl[1]/(rjlmag*rjlmag)); - dcosijldrl[2] = (rij[2]/(rijmag*rjlmag)) + - (cosijl*rjl[2]/(rjlmag*rjlmag)); + dctdil = -2 / rijrjl; + dctdjl = (-rr + rilmag * rilmag) / (rijrjl * rjlmag * rjlmag); // evaluate splines g and derivatives dg g = gSpline(cosijl,NjiC+NjiH,jtype,&dgdc,&dgdN); tmp2 = VA*.5*(tmp*wjl*dgdc*exp(lamdaijl)); - fi[0] = -tmp2*dcosijldri[0]; - fi[1] = -tmp2*dcosijldri[1]; - fi[2] = -tmp2*dcosijldri[2]; - fj[0] = -tmp2*dcosijldrj[0]; - fj[1] = -tmp2*dcosijldrj[1]; - fj[2] = -tmp2*dcosijldrj[2]; - fl[0] = -tmp2*dcosijldrl[0]; - fl[1] = -tmp2*dcosijldrl[1]; - fl[2] = -tmp2*dcosijldrl[2]; - + fj[0] = -tmp2 * dctdjl * rjl[0]; + fj[1] = -tmp2 * dctdjl * rjl[1]; + fj[2] = -tmp2 * dctdjl * rjl[2]; + fl[0] = tmp2 * dctdjl * rjl[0]; + fl[1] = tmp2 * dctdjl * rjl[1]; + fl[2] = tmp2 * dctdjl * rjl[2]; + fi[0] = 0; + fi[1] = 0; + fi[2] = 0; + fil[0] = -tmp2 * dctdil * ril[0]; + fil[1] = -tmp2 * dctdil * ril[1]; + fil[2] = -tmp2 * dctdil * ril[2]; + fj[0] += fil[0]; + fj[1] += fil[1]; + fj[2] += fil[2]; + fl[0] -= fil[0]; + fl[1] -= fil[1]; + fl[2] -= fil[2]; + rijmbr = rcmin[itype][jtype] / realrijmag; + fi[0] += rijmbr * (fil[0] - (realrij[0] * realrij[0] * fil[0] + realrij[0] * realrij[1] * fil[1] + realrij[0] * realrij[2] * fil[2]) / (realrijmag * realrijmag)); + fi[1] += rijmbr * (fil[1] - (realrij[1] * realrij[0] * fil[0] + realrij[1] * realrij[1] * fil[1] + realrij[1] * realrij[2] * fil[2]) / (realrijmag * realrijmag)); + fi[2] += rijmbr * (fil[2] - (realrij[2] * realrij[0] * fil[0] + realrij[2] * realrij[1] * fil[1] + realrij[2] * realrij[2] * fil[2]) / (realrijmag * realrijmag)); + fj[0] -= rijmbr * (fil[0] - (realrij[0] * realrij[0] * fil[0] + realrij[0] * realrij[1] * fil[1] + realrij[0] * realrij[2] * fil[2]) / (realrijmag * realrijmag)); + fj[1] -= rijmbr * (fil[1] - (realrij[1] * realrij[0] * fil[0] + realrij[1] * realrij[1] * fil[1] + realrij[1] * realrij[2] * fil[2]) / (realrijmag * realrijmag)); + fj[2] -= rijmbr * (fil[2] - (realrij[2] * realrij[0] * fil[0] + realrij[2] * realrij[1] * fil[1] + realrij[2] * realrij[2] * fil[2]) / (realrijmag * realrijmag)); + + tmp2 = VA*.5*(tmp*wjl*g*exp(lamdaijl)*4.0*kronecker(jtype,1)); - fi[0] -= tmp2*(rij[0]/rijmag); - fi[1] -= tmp2*(rij[1]/rijmag); - fi[2] -= tmp2*(rij[2]/rijmag); - fj[0] -= tmp2*((-rjl[0]/rjlmag)-(rij[0]/rijmag)); - fj[1] -= tmp2*((-rjl[1]/rjlmag)-(rij[1]/rijmag)); - fj[2] -= tmp2*((-rjl[2]/rjlmag)-(rij[2]/rijmag)); + fj[0] += tmp2*(rjl[0]/rjlmag); + fj[1] += tmp2*(rjl[1]/rjlmag); + fj[2] += tmp2*(rjl[2]/rjlmag); fl[0] -= tmp2*(rjl[0]/rjlmag); fl[1] -= tmp2*(rjl[1]/rjlmag); fl[2] -= tmp2*(rjl[2]/rjlmag); @@ -2654,14 +2668,14 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, dN3[2] = dN3Tij[2]; atom2 = atomi; atom3 = atomj; - r32[0] = x[atom3][0]-x[atom2][0]; - r32[1] = x[atom3][1]-x[atom2][1]; - r32[2] = x[atom3][2]-x[atom2][2]; - r32mag = sqrt((r32[0]*r32[0])+(r32[1]*r32[1])+(r32[2]*r32[2])); - r23[0] = -r32[0]; - r23[1] = -r32[1]; - r23[2] = -r32[2]; - r23mag = r32mag; + r32[0] = -rij[0]; + r32[1] = -rij[1]; + r32[2] = -rij[2]; + r23[0] = rij[0]; + r23[1] = rij[1]; + r23[2] = rij[2]; + r32mag = rijmag; + r23mag = rijmag; REBO_neighs_i = REBO_firstneigh[i]; for (k = 0; k < REBO_numneigh[i]; k++) { @@ -2690,7 +2704,6 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, rijrik = 2.0*rijmag*r21mag; rik2 = r21mag*r21mag; dctik = (-rr+rjk2)/(rijrik*rik2); - dctij = (rr+rjk2)/(rijrik*rijmag*rijmag); dctjk = -2.0/rijrik; w21 = Sp(r21mag,rcmin[itype][ktype],rcmaxp[itype][ktype],dw21); rikmag = r21mag; @@ -2729,7 +2742,6 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, rijrjl = 2.0*r23mag*r34mag; rjl2 = r34mag*r34mag; dctjl = (-rr+ril2)/(rijrjl*rjl2); - dctji = (rr+ril2)/(rijrjl*r23mag*r23mag); dctil = -2.0/rijrjl; rjlmag = r34mag; rjl2 = r34mag*r34mag; @@ -2750,15 +2762,11 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, cwnom = r21mag*r34mag*r23mag*r23mag*sin321*sin234; om1234 = cwnum/cwnom; cw = om1234; - Etmp += ((1.0-square(om1234))*w21*w34) * - (1.0-tspjik)*(1.0-tspijl); dt1dik = (rik2i)-(dctik*sink2i*cos321); dt1djk = (-dctjk*sink2i*cos321); dt1djl = (rjl2i)-(dctjl*sinl2i*cos234); dt1dil = (-dctil*sinl2i*cos234); - dt1dij = (2.0/(r23mag*r23mag)) - - (dctij*sink2i*cos321)-(dctji*sinl2i*cos234); dt2dik[0] = (-r23[2]*cross234[1])+(r23[1]*cross234[2]); dt2dik[1] = (-r23[0]*cross234[2])+(r23[2]*cross234[0]); @@ -2768,16 +2776,6 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, dt2djl[1] = (-r23[2]*cross321[0])+(r23[0]*cross321[2]); dt2djl[2] = (-r23[0]*cross321[1])+(r23[1]*cross321[0]); - dt2dij[0] = (r21[2]*cross234[1]) - - (r34[2]*cross321[1])-(r21[1]*cross234[2]) + - (r34[1]*cross321[2]); - dt2dij[1] = (r21[0]*cross234[2]) - - (r34[0]*cross321[2])-(r21[2]*cross234[0]) + - (r34[2]*cross321[0]); - dt2dij[2] = (r21[1]*cross234[0]) - - (r34[1]*cross321[0])-(r21[0]*cross234[1]) + - (r34[0]*cross321[1]); - aa = (prefactor*2.0*cw/cwnom)*w21*w34 * (1.0-tspjik)*(1.0-tspijl); aaa1 = -prefactor*(1.0-square(om1234)) * @@ -2785,17 +2783,11 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, aaa2 = aaa1*w21*w34; at2 = aa*cwnum; - fcijpc = (-dt1dij*at2)+(aaa2*dtsjik*dctij*(1.0-tspijl)) + - (aaa2*dtsijl*dctji*(1.0-tspjik)); fcikpc = (-dt1dik*at2)+(aaa2*dtsjik*dctik*(1.0-tspijl)); fcjlpc = (-dt1djl*at2)+(aaa2*dtsijl*dctjl*(1.0-tspjik)); fcjkpc = (-dt1djk*at2)+(aaa2*dtsjik*dctjk*(1.0-tspijl)); fcilpc = (-dt1dil*at2)+(aaa2*dtsijl*dctil*(1.0-tspjik)); - F23[0] = (fcijpc*r23[0])+(aa*dt2dij[0]); - F23[1] = (fcijpc*r23[1])+(aa*dt2dij[1]); - F23[2] = (fcijpc*r23[2])+(aa*dt2dij[2]); - F12[0] = (fcikpc*r21[0])+(aa*dt2dik[0]); F12[1] = (fcikpc*r21[1])+(aa*dt2dik[1]); F12[2] = (fcikpc*r21[2])+(aa*dt2dik[2]); @@ -2815,16 +2807,31 @@ double PairAIREBO::bondorderLJ(int i, int j, double rij[3], double rijmag, f1[0] = -F12[0]-F31[0]; f1[1] = -F12[1]-F31[1]; f1[2] = -F12[2]-F31[2]; - f2[0] = F23[0]+F12[0]+F24[0]; - f2[1] = F23[1]+F12[1]+F24[1]; - f2[2] = F23[2]+F12[2]+F24[2]; - f3[0] = -F23[0]+F34[0]+F31[0]; - f3[1] = -F23[1]+F34[1]+F31[1]; - f3[2] = -F23[2]+F34[2]+F31[2]; + f2[0] = F12[0]+F31[0]; + f2[1] = F12[1]+F31[1]; + f2[2] = F12[2]+F31[2]; + f3[0] = F34[0]+F24[0]; + f3[1] = F34[1]+F24[1]; + f3[2] = F34[2]+F24[2]; f4[0] = -F34[0]-F24[0]; f4[1] = -F34[1]-F24[1]; f4[2] = -F34[2]-F24[2]; + rijmbr = rcmin[itype][jtype] / realrijmag; + f2[0] += rijmbr * (F24[0] - (realrij[0] * realrij[0] * F24[0] + realrij[0] * realrij[1] * F24[1] + realrij[0] * realrij[2] * F24[2]) / (realrijmag * realrijmag)); + f2[1] += rijmbr * (F24[1] - (realrij[1] * realrij[0] * F24[0] + realrij[1] * realrij[1] * F24[1] + realrij[1] * realrij[2] * F24[2]) / (realrijmag * realrijmag)); + f2[2] += rijmbr * (F24[2] - (realrij[2] * realrij[0] * F24[0] + realrij[2] * realrij[1] * F24[1] + realrij[2] * realrij[2] * F24[2]) / (realrijmag * realrijmag)); + f3[0] -= rijmbr * (F24[0] - (realrij[0] * realrij[0] * F24[0] + realrij[0] * realrij[1] * F24[1] + realrij[0] * realrij[2] * F24[2]) / (realrijmag * realrijmag)); + f3[1] -= rijmbr * (F24[1] - (realrij[1] * realrij[0] * F24[0] + realrij[1] * realrij[1] * F24[1] + realrij[1] * realrij[2] * F24[2]) / (realrijmag * realrijmag)); + f3[2] -= rijmbr * (F24[2] - (realrij[2] * realrij[0] * F24[0] + realrij[2] * realrij[1] * F24[1] + realrij[2] * realrij[2] * F24[2]) / (realrijmag * realrijmag)); + + f2[0] -= rijmbr * (F31[0] - (realrij[0] * realrij[0] * F31[0] + realrij[0] * realrij[1] * F31[1] + realrij[0] * realrij[2] * F31[2]) / (realrijmag * realrijmag)); + f2[1] -= rijmbr * (F31[1] - (realrij[1] * realrij[0] * F31[0] + realrij[1] * realrij[1] * F31[1] + realrij[1] * realrij[2] * F31[2]) / (realrijmag * realrijmag)); + f2[2] -= rijmbr * (F31[2] - (realrij[2] * realrij[0] * F31[0] + realrij[2] * realrij[1] * F31[1] + realrij[2] * realrij[2] * F31[2]) / (realrijmag * realrijmag)); + f3[0] += rijmbr * (F31[0] - (realrij[0] * realrij[0] * F31[0] + realrij[0] * realrij[1] * F31[1] + realrij[0] * realrij[2] * F31[2]) / (realrijmag * realrijmag)); + f3[1] += rijmbr * (F31[1] - (realrij[1] * realrij[0] * F31[0] + realrij[1] * realrij[1] * F31[1] + realrij[1] * realrij[2] * F31[2]) / (realrijmag * realrijmag)); + f3[2] += rijmbr * (F31[2] - (realrij[2] * realrij[0] * F31[0] + realrij[2] * realrij[1] * F31[1] + realrij[2] * realrij[2] * F31[2]) / (realrijmag * realrijmag)); + // coordination forces tmp2 = VA*Tij*((1.0-(om1234*om1234))) * diff --git a/src/MANYBODY/pair_bop.h b/src/MANYBODY/pair_bop.h index a0408d55dd4c64dfb7b6c2a4bf93219060bf1a5e..d55d9a79a4fb5c7362fbb9e266e989bc383d7cf5 100644 --- a/src/MANYBODY/pair_bop.h +++ b/src/MANYBODY/pair_bop.h @@ -274,7 +274,7 @@ atomic structure to ensure that it is realistic. E: Too many atom triplets for pair bop The number of three atom groups for angle determinations exceeds the -expected number. Check your atomic structrure to ensure that it is +expected number. Check your atomic structure to ensure that it is realistic. E: Cannot open BOP potential file %s diff --git a/src/MISC/fix_ttm.h b/src/MISC/fix_ttm.h index 34629fb538bd20c30434d105a76aaca380d6b0e1..57d18bcb3ac971ff2fbcdfaad81fb64a5abfec44 100644 --- a/src/MISC/fix_ttm.h +++ b/src/MISC/fix_ttm.h @@ -148,7 +148,7 @@ Self-explanatory. E: Initial temperatures not all set in fix ttm -Self-explantory. +Self-explanatory. W: Too many inner timesteps in fix ttm diff --git a/src/PYTHON/python.cpp b/src/PYTHON/python.cpp index 6c89be69229d159a059e643ef790f311762584dd..11bb848b334f6f177c25506f17b7ea35f5f94ee0 100644 --- a/src/PYTHON/python.cpp +++ b/src/PYTHON/python.cpp @@ -146,7 +146,7 @@ void Python::command(int narg, char **arg) int ifunc = create_entry(arg[0]); - // one-time intitialization of Python interpreter + // one-time initialization of Python interpreter // Py_SetArgv() enables finding of *.py module files in current dir // only needed for module load, not for direct file read into __main__ // pymain stores pointer to main module diff --git a/src/PYTHON/python.h b/src/PYTHON/python.h index 61e5f015e200e5f1fd2255d36e3b875bd1d9dc17..5f65e3970bea5a860d311a55c2b8701e82193d9d 100644 --- a/src/PYTHON/python.h +++ b/src/PYTHON/python.h @@ -94,12 +94,12 @@ path and name are correct. E: Could not process Python file -The Python code in the specified file was not run sucessfully by +The Python code in the specified file was not run successfully by Python, probably due to errors in the Python code. E: Could not process Python string -The Python code in the here string was not run sucessfully by Python, +The Python code in the here string was not run successfully by Python, probably due to errors in the Python code. E: Could not find Python function @@ -123,7 +123,7 @@ Self-explanatory. E: Python function evaluation failed -The Python function did not run succesfully and/or did not return a +The Python function did not run successfully and/or did not return a value (if it is supposed to return a value). This is probably due to some error condition in the function. diff --git a/src/REAX/fix_reax_bonds.h b/src/REAX/fix_reax_bonds.h index dc7c6d389e829e751f5781ee6d2c7aa5be2fe822..99237d839702e5f25e48054bbb7dd4321e1618ce 100644 --- a/src/REAX/fix_reax_bonds.h +++ b/src/REAX/fix_reax_bonds.h @@ -63,7 +63,7 @@ Check that the path and name are correct. E: Cannot use fix reax/bonds without pair_style reax -Self-explantory. +Self-explanatory. E: Fix reax/bonds numbonds > nsbmax_most diff --git a/src/REPLICA/neb.h b/src/REPLICA/neb.h index 00719dcc95fa5ae1456448c0129e08375956b7ea..afedf0cdc5cb79ff891978fc4e20a0caa30cdc4c 100644 --- a/src/REPLICA/neb.h +++ b/src/REPLICA/neb.h @@ -106,7 +106,7 @@ for NEB. E: Too many timesteps -The cummulative timesteps must fit in a 64-bit integer. +The cumulative timesteps must fit in a 64-bit integer. E: Unexpected end of neb file diff --git a/src/REPLICA/prd.h b/src/REPLICA/prd.h index cc866007d2b439f21f223a877a1a8a8858489a13..be09af496562599151069feddacb87d60e08577f 100644 --- a/src/REPLICA/prd.h +++ b/src/REPLICA/prd.h @@ -122,7 +122,7 @@ after the PRD simulation. E: Too many timesteps -The cummulative timesteps must fit in a 64-bit integer. +The cumulative timesteps must fit in a 64-bit integer. E: Cannot use PRD with a changing box diff --git a/src/REPLICA/tad.h b/src/REPLICA/tad.h index 8b8b22552a6137b90d556290b23205885c1cebc0..d44b22664372a924082b1d609e7b1699b83df66f 100644 --- a/src/REPLICA/tad.h +++ b/src/REPLICA/tad.h @@ -145,7 +145,7 @@ after the PRD simulation. E: Too many timesteps -The cummulative timesteps must fit in a 64-bit integer. +The cumulative timesteps must fit in a 64-bit integer. E: Too many iterations diff --git a/src/REPLICA/temper.h b/src/REPLICA/temper.h index 832e36e491d388e0665b9e646cb15458eca58995..3d24fdbc69c879413d9441be4b04d078e27af361 100644 --- a/src/REPLICA/temper.h +++ b/src/REPLICA/temper.h @@ -96,7 +96,7 @@ temperature (nvt or langevin). E: Too many timesteps -The cummulative timesteps must fit in a 64-bit integer. +The cumulative timesteps must fit in a 64-bit integer. E: Tempering could not find thermo_pe compute diff --git a/src/RIGID/fix_rigid_small.cpp b/src/RIGID/fix_rigid_small.cpp index 4358793a332578ef6e0a0b0163baa835f7002e61..2d8e736a1eef1ebf811c555259695ace712b8038 100644 --- a/src/RIGID/fix_rigid_small.cpp +++ b/src/RIGID/fix_rigid_small.cpp @@ -2488,7 +2488,7 @@ void FixRigidSmall::write_restart_file(char *file) { FILE *fp; - // do not write file if bodies have not yet been intialized + // do not write file if bodies have not yet been initialized if (!setupflag) return; diff --git a/src/RIGID/fix_shake.cpp b/src/RIGID/fix_shake.cpp index 5907a69b1fcb9ecd9c9958ad523e433a34cecc43..6d5d470545f2867ad0b12a90ed2a60aae9589535 100644 --- a/src/RIGID/fix_shake.cpp +++ b/src/RIGID/fix_shake.cpp @@ -447,7 +447,6 @@ void FixShake::setup(int vflag) next_output = (ntimestep/output_every)*output_every + output_every; } else next_output = -1; - // set respa to 0 if verlet is used and to 1 otherwise if (strstr(update->integrate_style,"verlet")) @@ -476,7 +475,6 @@ void FixShake::setup(int vflag) // precalculate constraining forces for first integration step shake_end_of_step(vflag); - } /* ---------------------------------------------------------------------- @@ -592,6 +590,7 @@ void FixShake::post_force(int vflag) } // store vflag for coordinate_constraints_end_of_step() + vflag_post_force = vflag; } diff --git a/src/RIGID/fix_shake.h b/src/RIGID/fix_shake.h index afd3868cb4e90fe5aba61260eeb808f4f07116e0..ff12b9e120cb54f17111e7df618fc971dba39507 100644 --- a/src/RIGID/fix_shake.h +++ b/src/RIGID/fix_shake.h @@ -184,7 +184,7 @@ Self-explanatory. W: Molecule template for fix shake has multiple molecules -The fix shake command will only recoginze molecules of a single +The fix shake command will only recognize molecules of a single type, i.e. the first molecule in the template. E: Fix shake molecule template must have shake info diff --git a/src/SHOCK/fix_append_atoms.h b/src/SHOCK/fix_append_atoms.h index d9885998bea9f68fa3894b36d7c2d7d1643436f6..cc26acc8b8b34948d84a6e7c2e70360133b34131 100644 --- a/src/SHOCK/fix_append_atoms.h +++ b/src/SHOCK/fix_append_atoms.h @@ -94,7 +94,7 @@ type p (periodic). E: Cannot append atoms to a triclinic box -The simulation box must be defined with edges alligned with the +The simulation box must be defined with edges aligned with the Cartesian axes. E: Fix ID for fix ave/spatial does not exist diff --git a/src/SNAP/pair_snap.cpp b/src/SNAP/pair_snap.cpp index d3f132bd046e88d084ea7aa33373d4c537d26765..dc84b0be055a41ba2dfd400e605aadd803256b12 100644 --- a/src/SNAP/pair_snap.cpp +++ b/src/SNAP/pair_snap.cpp @@ -700,7 +700,7 @@ double PairSNAP::extra_cutoff() // Note that at most one atom is exchanged per processor pair. -// Also note that the local atom assignement +// Also note that the local atom assignment // doesn't change. This load balancer will cause // some ghost atoms to have full neighborlists // which are unique to PairSNAP. diff --git a/src/SNAP/sna.cpp b/src/SNAP/sna.cpp index ef93ce9ff6319e19767027f3f4b649d6f8abdeb3..8b16b89336d35aadf4d5452e4e7d6e677457bf29 100644 --- a/src/SNAP/sna.cpp +++ b/src/SNAP/sna.cpp @@ -815,7 +815,7 @@ void SNA::compute_dbidrj() // for mb1 = 0,...,j1mid // for ma1 = 0,...,j1 // zdb += - // Conj(dudr(j1,ma1,mb1))*z(j1,j2,j,ma1,mb1) + // Conj(dudr(j1,ma1,mb1))*z(j,j2,j1,ma1,mb1) // dbdr(j1,j2,j) += 2*zdb*(j+1)/(j1+1) // zdb = 0 // for mb2 = 0,...,j2mid diff --git a/src/SRD/fix_srd.cpp b/src/SRD/fix_srd.cpp index 736b10d83f2d94943d9e63896585b45c8141a516..7e43901dc950dd5667b04889d64d0cd417c4e97e 100644 --- a/src/SRD/fix_srd.cpp +++ b/src/SRD/fix_srd.cpp @@ -811,7 +811,7 @@ void FixSRD::post_force(int vflag) } // if wall has moved too far, trigger reneigh on next step - // analagous to neighbor check for big particle moving 1/2 of skin distance + // analogous to neighbor check for big particle moving 1/2 of skin distance if (wallexist) { for (m = 0; m < nwall; m++) diff --git a/src/SRD/fix_srd.h b/src/SRD/fix_srd.h index fae9780b8926e498545cf1fd75fe15336f8d291c..e14652e526996f8075e99069158e45882b4097e2 100644 --- a/src/SRD/fix_srd.h +++ b/src/SRD/fix_srd.h @@ -361,11 +361,11 @@ warning. E: Bad quadratic solve for particle/line collision -This is an internal error. It should nornally not occur. +This is an internal error. It should normally not occur. E: Bad quadratic solve for particle/tri collision -This is an internal error. It should nornally not occur. +This is an internal error. It should normally not occur. W: Fix srd particle moved outside valid domain @@ -377,7 +377,7 @@ Big particles must be extended spheriods or ellipsoids. E: Cannot use lines with fix srd unless overlap is set -This is because line segements are connected to each other. +This is because line segments are connected to each other. E: Cannot use tris with fix srd unless overlap is set diff --git a/src/USER-AWPMD/atom_vec_wavepacket.h b/src/USER-AWPMD/atom_vec_wavepacket.h index e43c093ca3d91fc4fa24d7eb58499d8432c71d9e..d1a0c7c7f28c9c2907d302249d6cc9dd2395ce8f 100644 --- a/src/USER-AWPMD/atom_vec_wavepacket.h +++ b/src/USER-AWPMD/atom_vec_wavepacket.h @@ -95,9 +95,9 @@ private: // AWPMD- specific: ///\en electron tag: must be the same for the WPs belonging to the same electron int *etag; - ///\en wavepacket split coeffcients: cre, cim, size is 2*N + ///\en wavepacket split coefficients: cre, cim, size is 2*N double *cs; - ///\en force on wavepacket split coeffcients: re, im, size is 2*N + ///\en force on wavepacket split coefficients: re, im, size is 2*N double *csforce; ///\en (generalized) force on velocity, size is 3*N double *vforce; diff --git a/src/USER-COLVARS/colvarproxy_lammps.cpp b/src/USER-COLVARS/colvarproxy_lammps.cpp index 7320263ba7b27f3d6a79caf40002934405df1e91..89453ded9be77b795ea1b005e2262927442a1088 100644 --- a/src/USER-COLVARS/colvarproxy_lammps.cpp +++ b/src/USER-COLVARS/colvarproxy_lammps.cpp @@ -352,12 +352,17 @@ int colvarproxy_lammps::smp_enabled() int colvarproxy_lammps::smp_colvars_loop() { colvarmodule *cv = this->colvars; + colvarproxy_lammps *proxy = (colvarproxy_lammps *) cv->proxy; #pragma omp parallel for - for (size_t i = 0; i < cv->colvars_smp.size(); i++) { + for (size_t i = 0; i < cv->variables_active_smp()->size(); i++) { + colvar *x = (*(cv->variables_active_smp()))[i]; + int x_item = (*(cv->variables_active_smp_items()))[i]; if (cvm::debug()) { - cvm::log("Calculating colvar \""+cv->colvars_smp[i]->name+"\" on thread "+cvm::to_str(smp_thread_id())+"\n"); + cvm::log("["+cvm::to_str(proxy->smp_thread_id())+"/"+cvm::to_str(proxy->smp_num_threads())+ + "]: calc_colvars_items_smp(), i = "+cvm::to_str(i)+", cv = "+ + x->name+", cvc = "+cvm::to_str(x_item)+"\n"); } - cv->colvars_smp[i]->calc_cvcs(cv->colvars_smp_items[i], 1); + x->calc_cvcs(x_item, 1); } return cvm::get_error(); } @@ -367,11 +372,13 @@ int colvarproxy_lammps::smp_biases_loop() { colvarmodule *cv = this->colvars; #pragma omp parallel for - for (size_t i = 0; i < cv->biases.size(); i++) { + for (size_t i = 0; i < cv->biases_active()->size(); i++) { + colvarbias *b = (*(cv->biases_active()))[i]; if (cvm::debug()) { - cvm::log("Calculating bias \""+cv->biases[i]->name+"\" on thread "+cvm::to_str(smp_thread_id())+"\n"); + cvm::log("Calculating bias \""+b->name+"\" on thread "+ + cvm::to_str(smp_thread_id())+"\n"); } - cv->biases[i]->update(); + b->update(); } return cvm::get_error(); } diff --git a/src/USER-COLVARS/colvarproxy_lammps.h b/src/USER-COLVARS/colvarproxy_lammps.h index c0b4ea20fecb37dfad428b0e7058b4fa885652bc..ad63eb2f9eb6b740131d38aaac641b6f25df23e5 100644 --- a/src/USER-COLVARS/colvarproxy_lammps.h +++ b/src/USER-COLVARS/colvarproxy_lammps.h @@ -29,7 +29,7 @@ #endif #ifndef COLVARPROXY_VERSION -#define COLVARPROXY_VERSION "2016-12-27" +#define COLVARPROXY_VERSION "2017-01-09" #endif /* struct for packed data communication of coordinates and forces. */ diff --git a/src/USER-DIFFRACTION/fix_saed_vtk.h b/src/USER-DIFFRACTION/fix_saed_vtk.h index b8cee21c3534a1e1a0d23e6570e55e23f2affda8..294b003b0c119b7007afedaa1bf05d4a8f301e82 100644 --- a/src/USER-DIFFRACTION/fix_saed_vtk.h +++ b/src/USER-DIFFRACTION/fix_saed_vtk.h @@ -106,15 +106,15 @@ Self-explanatory. E: Invalid fix ave/time off column -Self-explantory. +Self-explanatory. E: Fix ave/time compute does not calculate a scalar -Self-explantory. +Self-explanatory. E: Fix ave/time compute does not calculate a vector -Self-explantory. +Self-explanatory. E: Fix ave/time compute vector is accessed out-of-range diff --git a/src/USER-DPD/atom_vec_dpd.cpp b/src/USER-DPD/atom_vec_dpd.cpp index 399383ec18715a153abb3d90a1f753476cd3dc58..477ed05e3f04c85cd0ba864bb56b0bd76200df5b 100644 --- a/src/USER-DPD/atom_vec_dpd.cpp +++ b/src/USER-DPD/atom_vec_dpd.cpp @@ -488,8 +488,6 @@ int AtomVecDPD::pack_comm_hybrid(int n, int *list, double *buf) buf[m++] = uCond[j]; buf[m++] = uMech[j]; buf[m++] = uChem[j]; - buf[m++] = uCG[j]; - buf[m++] = uCGnew[j]; } return m; } @@ -589,8 +587,6 @@ int AtomVecDPD::unpack_comm_hybrid(int n, int first, double *buf) uCond[i] = buf[m++]; uMech[i] = buf[m++]; uChem[i] = buf[m++]; - uCG[i] = buf[m++]; - uCGnew[i] = buf[m++]; } return m; } diff --git a/src/USER-DPD/fix_eos_table_rx.h b/src/USER-DPD/fix_eos_table_rx.h index 8c26d133a52e364bf34bce6c4d7a7b9009adde57..9de7c5fbc70ab083122fca8ea463562eab007692 100644 --- a/src/USER-DPD/fix_eos_table_rx.h +++ b/src/USER-DPD/fix_eos_table_rx.h @@ -157,6 +157,6 @@ Self-explanatory. E: Maxit exceeded in secant solver -The maximum number of interations was exceeded in the secant solver +The maximum number of iterations was exceeded in the secant solver */ diff --git a/src/USER-DPD/pair_exp6_rx.cpp b/src/USER-DPD/pair_exp6_rx.cpp index 1a07fb9d3894a7c32c4b71f3aba29244650d10ae..deff0d34e98251789d1ee6028dd46a606c5af13a 100644 --- a/src/USER-DPD/pair_exp6_rx.cpp +++ b/src/USER-DPD/pair_exp6_rx.cpp @@ -1098,7 +1098,7 @@ void PairExp6rx::getMixingWeights(int id,double &epsilon1,double &alpha1,double fraction2 = atom->dvector[ispecies][id]/nTotal; } - // If Site1 or Site2 matches is a fluid, then compute the paramters + // If Site1 or Site2 matches is a fluid, then compute the parameters if (isOneFluidApprox(isite1) || isOneFluidApprox(isite2)) { if (isite1 == params[iparam].ispecies || isite2 == params[iparam].ispecies) continue; rmi = params[iparam].rm; diff --git a/src/USER-DPD/pair_multi_lucy_rx.cpp b/src/USER-DPD/pair_multi_lucy_rx.cpp index 6e20f206d5b81a114e10e3997044bb6b60adb876..43d41147416bc6ffd28fcfea29d48b02cae0bb29 100644 --- a/src/USER-DPD/pair_multi_lucy_rx.cpp +++ b/src/USER-DPD/pair_multi_lucy_rx.cpp @@ -385,11 +385,11 @@ void PairMultiLucyRX::coeff(int narg, char **arg) nspecies = atom->nspecies_dpd; int n; - n = strlen(arg[3]) + 1; + n = strlen(arg[4]) + 1; site1 = new char[n]; strcpy(site1,arg[4]); - n = strlen(arg[4]) + 1; + n = strlen(arg[5]) + 1; site2 = new char[n]; strcpy(site2,arg[5]); @@ -923,15 +923,15 @@ void PairMultiLucyRX::computeLocalDensity() rho_i += factor; if (newton_pair || j < nlocal) rho[j] += factor; - } else if (rsq < cutsq[itype][jtype]) { - const double rcut = sqrt(cutsq[itype][jtype]); - const double tmpFactor = 1.0-sqrt(rsq)/rcut; - const double tmpFactor4 = tmpFactor*tmpFactor*tmpFactor*tmpFactor; - const double factor = (84.0/(5.0*pi*rcut*rcut*rcut))*(1.0+3.0*sqrt(rsq)/(2.0*rcut))*tmpFactor4; - rho_i += factor; - if (newton_pair || j < nlocal) - rho[j] += factor; } + } else if (rsq < cutsq[itype][jtype]) { + const double rcut = sqrt(cutsq[itype][jtype]); + const double tmpFactor = 1.0-sqrt(rsq)/rcut; + const double tmpFactor4 = tmpFactor*tmpFactor*tmpFactor*tmpFactor; + const double factor = (84.0/(5.0*pi*rcut*rcut*rcut))*(1.0+3.0*sqrt(rsq)/(2.0*rcut))*tmpFactor4; + rho_i += factor; + if (newton_pair || j < nlocal) + rho[j] += factor; } } diff --git a/src/USER-DPD/pair_table_rx.cpp b/src/USER-DPD/pair_table_rx.cpp index 8498d752e31396b79101c362568beb06659d8b24..2529d33f918629b606d11bc6e54e1dca85ec4fd4 100644 --- a/src/USER-DPD/pair_table_rx.cpp +++ b/src/USER-DPD/pair_table_rx.cpp @@ -351,7 +351,7 @@ void PairTableRX::coeff(int narg, char **arg) nspecies = atom->nspecies_dpd; if(nspecies==0) error->all(FLERR,"There are no rx species specified."); int n; - n = strlen(arg[3]) + 1; + n = strlen(arg[4]) + 1; site1 = new char[n]; strcpy(site1,arg[4]); @@ -362,7 +362,7 @@ void PairTableRX::coeff(int narg, char **arg) if (ispecies == nspecies && strcmp(site1,"1fluid") != 0) error->all(FLERR,"Site1 name not recognized in pair coefficients"); - n = strlen(arg[4]) + 1; + n = strlen(arg[5]) + 1; site2 = new char[n]; strcpy(site2,arg[5]); diff --git a/src/USER-LB/fix_lb_fluid.cpp b/src/USER-LB/fix_lb_fluid.cpp index 5b4463631f130a5be7c13f4846f20ee558885c14..d6c3e23ab42632dbef0b573692bc2b2867e0e2ec 100644 --- a/src/USER-LB/fix_lb_fluid.cpp +++ b/src/USER-LB/fix_lb_fluid.cpp @@ -50,7 +50,7 @@ FixLbFluid::FixLbFluid(LAMMPS *lmp, int narg, char **arg) : // where: nevery: call this fix every nevery timesteps. // (keep this set to 1 for now). // typeLB: there are two different integrators - // in the code labelled "1" and "2". + // in the code labeled "1" and "2". // viscosity: the viscosity of the fluid. // densityinit_real: the density of the fluid. // diff --git a/src/USER-MANIFOLD/README b/src/USER-MANIFOLD/README index 36563916413c74adb597f59ac7d5a2aa0b932daa..f55a9bb8e32de355a75d7f3506ef7d848ff833db 100644 --- a/src/USER-MANIFOLD/README +++ b/src/USER-MANIFOLD/README @@ -31,7 +31,7 @@ To add a new manifold, do the following in the "USER-MANIFOLD" directory: e. The header file has to contain somewhere the macro ManifoldStyle with as first argument the name of the manifold and as second argument the name of the class implementing this manifold. The macro expands into some code - that registers the manifold during static initialisation, before main is + that registers the manifold during static initialization, before main is entered. 2. In the source file, make sure you implement the following (of course, @@ -51,7 +51,7 @@ To add a new manifold, do the following in the "USER-MANIFOLD" directory: | | manifold in LAMMPS input scripts. | | const char *id() | Should return whatever type() returns. | | static int expected_argc() | Returns the number of arguments needed | -| | for the construction/initialisation of | +| | for the construction/initialization of | | | your manifold. Example: Sphere only | | | needs a radius, so it returns 1. The | | | spine needs 5 parameters, so it | diff --git a/src/USER-MANIFOLD/fix_manifoldforce.cpp b/src/USER-MANIFOLD/fix_manifoldforce.cpp index c3bbc935af33ba195390e29766e6b88bc583343b..2fac8e40df5756decae59dbc195b04a957496aec 100644 --- a/src/USER-MANIFOLD/fix_manifoldforce.cpp +++ b/src/USER-MANIFOLD/fix_manifoldforce.cpp @@ -104,7 +104,7 @@ FixManifoldForce::FixManifoldForce(LAMMPS *lmp, int narg, char **arg) : } - // Perform any further initialisation for the manifold that depends on params: + // Perform any further initialization for the manifold that depends on params: ptr_m->post_param_init(); } diff --git a/src/USER-MANIFOLD/manifold.h b/src/USER-MANIFOLD/manifold.h index 82a565af38b3b2ebcdd33bbe0a5de134df6514c5..85692a8b6b8cd0110941877fd4e6405ed855f143 100644 --- a/src/USER-MANIFOLD/manifold.h +++ b/src/USER-MANIFOLD/manifold.h @@ -65,7 +65,7 @@ namespace user_manifold { virtual int nparams() = 0; double **get_params(){ return ¶ms; }; - // Overload if any initialisation depends on params: + // Overload if any initialization depends on params: virtual void post_param_init(){} virtual void checkup(){} // Some diagnostics... protected: diff --git a/src/USER-MISC/README b/src/USER-MISC/README index 8aed7972355e348e32d03484670a6abad28490f4..52ee6cad9467af17133a9d4ad86e61dddc3931bc 100644 --- a/src/USER-MISC/README +++ b/src/USER-MISC/README @@ -63,6 +63,7 @@ pair_style lennard/mdf, Paolo Raiteri, p.raiteri at curtin.edu.au, 2 Dec 15 pair_style list, Axel Kohlmeyer (Temple U), akohlmey at gmail.com, 1 Jun 13 pair_style lj/mdf, Paolo Raiteri, p.raiteri at curtin.edu.au, 2 Dec 15 pair_style lj/sf, Laurent Joly (U Lyon), ljoly.ulyon at gmail.com, 8 Aug 11 +pair_style kolmogorov/crespi/z, Jaap Kroes (Radboud U), jaapkroes at gmail dot com, 28 Feb 17 pair_style meam/spline, Alexander Stukowski (LLNL), alex at stukowski.com, 1 Feb 12 pair_style meam/sw/spline, Robert Rudd (LLNL), robert.rudd at llnl.gov, 1 Oct 12 pair_style morse/smooth/linear, Stefan Paquay (TU Eindhoven), stefanpaquay at gmail.com, 29 Feb 16 diff --git a/src/USER-MISC/fix_grem.h b/src/USER-MISC/fix_grem.h index 5e828a8b9f30fc5b9eb9ac463a6a0ae9ee28cd6d..4806505f613616b70a8f3405c85177ce65d600fe 100644 --- a/src/USER-MISC/fix_grem.h +++ b/src/USER-MISC/fix_grem.h @@ -77,7 +77,7 @@ in energy directly. E: Must use variable energy with fix grem -Must define an energy vartiable when applyting a dynamic +Must define an energy variable when applying a dynamic force during minimization. */ diff --git a/src/USER-MISC/improper_ring.cpp b/src/USER-MISC/improper_ring.cpp index 5b5341f5061b3cf113aed66fb668121aaa037b83..5a7937e4ee974caf6441da75c5e8b8fa92c8e0b4 100644 --- a/src/USER-MISC/improper_ring.cpp +++ b/src/USER-MISC/improper_ring.cpp @@ -26,7 +26,7 @@ (2002) This potential does not affect small amplitude vibrations but is used in an ad hoc way to prevent the onset of - accidentially large amplitude fluctuations leading to + accidentally large amplitude fluctuations leading to the occurrence of a planar conformation of the three bonds i, i + 1 and i', an intermediate conformation toward the chiral inversion of a methine carbon. diff --git a/src/USER-MISC/pair_agni.cpp b/src/USER-MISC/pair_agni.cpp index 03bb22c71346c29a07d0647a72c493ac0d82daa1..9cd2cf57b883175f5f8b50a1439f8fbed7bd9b8e 100644 --- a/src/USER-MISC/pair_agni.cpp +++ b/src/USER-MISC/pair_agni.cpp @@ -60,6 +60,14 @@ static const char cite_pair_agni[] = " pages = {094306},\n" " year = {2015},\n" " publisher = {APS}\n" + "}\n\n" + "@article{botu2017jpc,\n" + " author = {Botu, V. and Batra, R. and Chapman, J. and Ramprasad, Rampi},\n" + " journal = {J. Phys. Chem. C},\n" + " volume = {121},\n" + " number = {1},\n" + " pages = {511},\n" + " year = {2017},\n" "}\n\n"; #define AGNI_VERSION 1 diff --git a/src/USER-MISC/pair_edip.cpp b/src/USER-MISC/pair_edip.cpp index f3a599dbdb6168e295af820fb8bddc6cac001d82..6ce84ab767e61da53a6f54efc25a11f2ec8875d7 100644 --- a/src/USER-MISC/pair_edip.cpp +++ b/src/USER-MISC/pair_edip.cpp @@ -1034,7 +1034,7 @@ void PairEDIP::setup_params() if (rtmp > cutmax) cutmax = rtmp; } - // this should be removed for multi species parametrizations + // this should be removed for multi species parameterization A = params[0].A; B = params[0].B; diff --git a/src/USER-MISC/pair_edip.h b/src/USER-MISC/pair_edip.h index 6a55992f1f74423681d7bef2213188af77ad9f91..6c4a37d795f66495900478083cdf78bf0dbe6562 100644 --- a/src/USER-MISC/pair_edip.h +++ b/src/USER-MISC/pair_edip.h @@ -64,7 +64,7 @@ class PairEDIP : public Pair { double *tauFunctionGrid; double *tauFunctionDerivedGrid; - // this should be removed for multi species parametrizations + // this should be removed for multi species parameterization // since these parameters should be addressed through indexes // see also the PairEDIP::setup() diff --git a/src/USER-MISC/pair_kolmogorov_crespi_z.cpp b/src/USER-MISC/pair_kolmogorov_crespi_z.cpp new file mode 100644 index 0000000000000000000000000000000000000000..ddb39f6870ad0a9968d739e32bf137207640150b --- /dev/null +++ b/src/USER-MISC/pair_kolmogorov_crespi_z.cpp @@ -0,0 +1,441 @@ +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + Contributing author: Jaap Kroes (Radboud Universiteit) + e-mail: jaapkroes at gmail dot com + based on previous versions by Merel van Wijk and by Marco Raguzzoni + + This is a simplified version of the potential described in + [Kolmogorov & Crespi, Phys. Rev. B 71, 235415 (2005)] + The simplification is that all normals are taken along the z-direction +------------------------------------------------------------------------- */ + +#include <math.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include "pair_kolmogorov_crespi_z.h" +#include "atom.h" +#include "comm.h" +#include "force.h" +#include "neigh_list.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +#define MAXLINE 1024 +#define DELTA 4 + +/* ---------------------------------------------------------------------- */ + +PairKolmogorovCrespiZ::PairKolmogorovCrespiZ(LAMMPS *lmp) : Pair(lmp) +{ + writedata = 1; + + // initialize element to parameter maps + nelements = 0; + elements = NULL; + nparams = maxparam = 0; + params = NULL; + elem2param = NULL; + map = NULL; + + // always compute energy offset + offset_flag = true; +} + +/* ---------------------------------------------------------------------- */ + +PairKolmogorovCrespiZ::~PairKolmogorovCrespiZ() +{ + if (allocated) { + memory->destroy(setflag); + memory->destroy(cutsq); + memory->destroy(cut); + memory->destroy(offset); + } + + if (elements) + for (int i = 0; i < nelements; i++) delete [] elements[i]; + delete [] elements; + memory->destroy(params); + memory->destroy(elem2param); + if (allocated) delete [] map; +} + +/* ---------------------------------------------------------------------- */ + +void PairKolmogorovCrespiZ::compute(int eflag, int vflag) +{ + int i,j,ii,jj,inum,jnum,itype,jtype; + double xtmp,ytmp,ztmp,delx,dely,delz,evdwl,fpair, fpair1; + double rsq,r,rhosq,exp1,exp2,r6,r8; + double frho,sumC,sumC2,sumCff,fsum,rdsq; + int *ilist,*jlist,*numneigh,**firstneigh; + + evdwl = 0.0; + if (eflag || vflag) ev_setup(eflag,vflag); + else evflag = vflag_fdotr = 0; + + double **x = atom->x; + double **f = atom->f; + int *type = atom->type; + int nlocal = atom->nlocal; + int newton_pair = force->newton_pair; + + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + // loop over neighbors of my atoms + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + xtmp = x[i][0]; + ytmp = x[i][1]; + ztmp = x[i][2]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + jtype = type[j]; + + delx = xtmp - x[j][0]; + dely = ytmp - x[j][1]; + delz = ztmp - x[j][2]; + // rho^2 = r^2 - (n,r) = r^2 - z^2 + rhosq = delx*delx + dely*dely; + rsq = rhosq + delz*delz; + + if (rsq < cutsq[itype][jtype]) { + + int iparam_ij = elem2param[map[itype]][map[jtype]]; + Param& p = params[iparam_ij]; + + r = sqrt(rsq); + r6 = rsq*rsq*rsq; + r8 = r6*rsq; + rdsq = rhosq*p.delta2inv; // (rho/delta)^2 + + // store exponents + exp1 = exp(-p.lambda*(r-p.z0)); + exp2 = exp(-rdsq); + + // note that f(rho_ij) equals f(rho_ji) as normals are all along z + sumC = p.C0+p.C2*rdsq+p.C4*rdsq*rdsq; + sumC2 = (2*p.C2+4*p.C4*rdsq)*p.delta2inv; + frho = exp2*sumC; + sumCff = p.C + 2*frho; + + // derivatives + fpair = -6.0*p.A*p.z06/r8+p.lambda*exp1/r*sumCff; + fpair1 = exp1*exp2*(4.0*p.delta2inv*sumC-2.0*sumC2); + fsum = fpair + fpair1; + + f[i][0] += delx*fsum; + f[i][1] += dely*fsum; + // fi_z does not contain contributions from df/dr + // because rho_ij does not depend on z_i or z_j + f[i][2] += delz*fpair; + if (newton_pair || j < nlocal) { + f[j][0] -= delx*fsum; + f[j][1] -= dely*fsum; + f[j][2] -= delz*fpair; + } + + if (eflag) { + evdwl = -p.A*p.z06/r6+ exp1*sumCff - offset[itype][jtype]; + } + + if (evflag){ + ev_tally_xyz(i,j,nlocal,newton_pair,evdwl,0, + fsum,fsum,fpair,delx,dely,delz); + } + } + } + } + + if (vflag_fdotr) virial_fdotr_compute(); +} + +/* ---------------------------------------------------------------------- + allocate all arrays +------------------------------------------------------------------------- */ + +void PairKolmogorovCrespiZ::allocate() +{ + allocated = 1; + int n = atom->ntypes; + + memory->create(setflag,n+1,n+1,"pair:setflag"); + for (int i = 1; i <= n; i++) + for (int j = i; j <= n; j++) + setflag[i][j] = 0; + + memory->create(cutsq,n+1,n+1,"pair:cutsq"); + memory->create(cut,n+1,n+1,"pair:cut"); + memory->create(offset,n+1,n+1,"pair:offset"); + map = new int[atom->ntypes+1]; +} + +/* ---------------------------------------------------------------------- + global settings +------------------------------------------------------------------------- */ + +void PairKolmogorovCrespiZ::settings(int narg, char **arg) +{ + if (narg != 1) error->all(FLERR,"Illegal pair_style command"); + if (strcmp(force->pair_style,"hybrid/overlay")!=0) + error->all(FLERR,"ERROR: requires hybrid/overlay pair_style"); + + cut_global = force->numeric(FLERR,arg[0]); + + // reset cutoffs that have been explicitly set + + if (allocated) { + int i,j; + for (i = 1; i <= atom->ntypes; i++) + for (j = i+1; j <= atom->ntypes; j++) + if (setflag[i][j]) cut[i][j] = cut_global; + } +} + +/* ---------------------------------------------------------------------- + set coeffs for one or more type pairs +------------------------------------------------------------------------- */ + +void PairKolmogorovCrespiZ::coeff(int narg, char **arg) +{ + int i,j,n; + + if (narg != 3 + atom->ntypes) + error->all(FLERR,"Incorrect args for pair coefficients"); + if (!allocated) allocate(); + + int ilo,ihi,jlo,jhi; + force->bounds(FLERR,arg[0],atom->ntypes,ilo,ihi); + force->bounds(FLERR,arg[1],atom->ntypes,jlo,jhi); + + // read args that map atom types to elements in potential file + // map[i] = which element the Ith atom type is, -1 if NULL + // nelements = # of unique elements + // elements = list of element names + + if (elements) { + for (i = 0; i < nelements; i++) delete [] elements[i]; + delete [] elements; + } + elements = new char*[atom->ntypes]; + for (i = 0; i < atom->ntypes; i++) elements[i] = NULL; + + nelements = 0; + for (i = 3; i < narg; i++) { + if (strcmp(arg[i],"NULL") == 0) { + map[i-2] = -1; + continue; + } + for (j = 0; j < nelements; j++) + if (strcmp(arg[i],elements[j]) == 0) break; + map[i-2] = j; + if (j == nelements) { + n = strlen(arg[i]) + 1; + elements[j] = new char[n]; + strcpy(elements[j],arg[i]); + nelements++; + } + } + + + read_file(arg[2]); + + double cut_one = cut_global; + + int count = 0; + for (int i = ilo; i <= ihi; i++) { + for (int j = MAX(jlo,i); j <= jhi; j++) { + cut[i][j] = cut_one; + setflag[i][j] = 1; + count++; + } + } + + if (count == 0) error->all(FLERR,"Incorrect args for pair coefficients"); +} + + +/* ---------------------------------------------------------------------- + init for one type pair i,j and corresponding j,i +------------------------------------------------------------------------- */ + +double PairKolmogorovCrespiZ::init_one(int i, int j) +{ + if (setflag[i][j] == 0) error->all(FLERR,"All pair coeffs are not set"); + + if (offset_flag) { + int iparam_ij = elem2param[map[i]][map[j]]; + Param& p = params[iparam_ij]; + offset[i][j] = -p.A*pow(p.z0/cut[i][j],6); + } else offset[i][j] = 0.0; + offset[j][i] = offset[i][j]; + + return cut[i][j]; +} + +/* ---------------------------------------------------------------------- + read Kolmogorov-Crespi potential file +------------------------------------------------------------------------- */ + +void PairKolmogorovCrespiZ::read_file(char *filename) +{ + int params_per_line = 11; + char **words = new char*[params_per_line+1]; + memory->sfree(params); + params = NULL; + nparams = maxparam = 0; + + // open file on proc 0 + + FILE *fp; + if (comm->me == 0) { + fp = force->open_potential(filename); + if (fp == NULL) { + char str[128]; + sprintf(str,"Cannot open KC potential file %s",filename); + error->one(FLERR,str); + } + } + + // read each line out of file, skipping blank lines or leading '#' + // store line of params if all 3 element tags are in element list + + int i,j,n,m,nwords,ielement,jelement; + char line[MAXLINE],*ptr; + int eof = 0; + + while (1) { + if (comm->me == 0) { + ptr = fgets(line,MAXLINE,fp); + if (ptr == NULL) { + eof = 1; + fclose(fp); + } else n = strlen(line) + 1; + } + MPI_Bcast(&eof,1,MPI_INT,0,world); + if (eof) break; + MPI_Bcast(&n,1,MPI_INT,0,world); + MPI_Bcast(line,n,MPI_CHAR,0,world); + + // strip comment, skip line if blank + + if ((ptr = strchr(line,'#'))) *ptr = '\0'; + nwords = atom->count_words(line); + if (nwords == 0) continue; + + // concatenate additional lines until have params_per_line words + + while (nwords < params_per_line) { + n = strlen(line); + if (comm->me == 0) { + ptr = fgets(&line[n],MAXLINE-n,fp); + if (ptr == NULL) { + eof = 1; + fclose(fp); + } else n = strlen(line) + 1; + } + MPI_Bcast(&eof,1,MPI_INT,0,world); + if (eof) break; + MPI_Bcast(&n,1,MPI_INT,0,world); + MPI_Bcast(line,n,MPI_CHAR,0,world); + if ((ptr = strchr(line,'#'))) *ptr = '\0'; + nwords = atom->count_words(line); + } + + if (nwords != params_per_line) + error->all(FLERR,"Insufficient format in KC potential file"); + + // words = ptrs to all words in line + + nwords = 0; + words[nwords++] = strtok(line," \t\n\r\f"); + while ((words[nwords++] = strtok(NULL," \t\n\r\f"))) continue; + + // ielement,jelement = 1st args + // if these 2 args are in element list, then parse this line + // else skip to next line (continue) + + for (ielement = 0; ielement < nelements; ielement++) + if (strcmp(words[0],elements[ielement]) == 0) break; + if (ielement == nelements) continue; + for (jelement = 0; jelement < nelements; jelement++) + if (strcmp(words[1],elements[jelement]) == 0) break; + if (jelement == nelements) continue; + + // load up parameter settings and error check their values + + if (nparams == maxparam) { + maxparam += DELTA; + params = (Param *) memory->srealloc(params,maxparam*sizeof(Param), + "pair:params"); + } + + params[nparams].ielement = ielement; + params[nparams].jelement = jelement; + params[nparams].z0 = atof(words[2]); + params[nparams].C0 = atof(words[3]); + params[nparams].C2 = atof(words[4]); + params[nparams].C4 = atof(words[5]); + params[nparams].C = atof(words[6]); + params[nparams].delta = atof(words[7]); + params[nparams].lambda = atof(words[8]); + params[nparams].A = atof(words[9]); + // S provides a convenient scaling of all energies + params[nparams].S = atof(words[10]); + + // energies in meV further scaled by S + double meV = 1.0e-3*params[nparams].S; + params[nparams].C *= meV; + params[nparams].A *= meV; + params[nparams].C0 *= meV; + params[nparams].C2 *= meV; + params[nparams].C4 *= meV; + + // precompute some quantities + params[nparams].delta2inv = pow(params[nparams].delta,-2); + params[nparams].z06 = pow(params[nparams].z0,6); + + nparams++; + if(nparams >= pow(atom->ntypes,3)) break; + } + memory->destroy(elem2param); + memory->create(elem2param,nelements,nelements,"pair:elem2param"); + for (i = 0; i < nelements; i++) { + for (j = 0; j < nelements; j++) { + n = -1; + for (m = 0; m < nparams; m++) { + if (i == params[m].ielement && j == params[m].jelement) { + if (n >= 0) error->all(FLERR,"Potential file has duplicate entry"); + n = m; + } + } + if (n < 0) error->all(FLERR,"Potential file is missing an entry"); + elem2param[i][j] = n; + } + } + delete [] words; +} + +/* ---------------------------------------------------------------------- */ diff --git a/src/USER-MISC/pair_kolmogorov_crespi_z.h b/src/USER-MISC/pair_kolmogorov_crespi_z.h new file mode 100644 index 0000000000000000000000000000000000000000..3a81e571ef511d54f5c1d4b5ac855a1dab3d2f8d --- /dev/null +++ b/src/USER-MISC/pair_kolmogorov_crespi_z.h @@ -0,0 +1,83 @@ +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef PAIR_CLASS + +PairStyle(kolmogorov/crespi/z,PairKolmogorovCrespiZ) + +#else + +#ifndef LMP_PAIR_KolmogorovCrespiZ_H +#define LMP_PAIR_KolmogorovCrespiZ_H + +#include "pair.h" + +namespace LAMMPS_NS { + +class PairKolmogorovCrespiZ : public Pair { + public: + PairKolmogorovCrespiZ(class LAMMPS *); + virtual ~PairKolmogorovCrespiZ(); + + virtual void compute(int, int); + void settings(int, char **); + void coeff(int, char **); + double init_one(int, int); + + protected: + int me; + + struct Param { + double z0,C0,C2,C4,C,delta,lambda,A,S; + double delta2inv,z06; + int ielement,jelement; + }; + Param *params; // parameter set for I-J interactions + char **elements; // names of unique elements + int **elem2param; // mapping from element pairs to parameters + int *map; // mapping from atom types to elements + int nelements; // # of unique elements + int nparams; // # of stored parameter sets + int maxparam; // max # of parameter sets + + double cut_global; + double **cut; + double **offset; + void read_file( char * ); + void allocate(); +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + +E: Illegal ... command + +Self-explanatory. Check the input script syntax and compare to the +documentation for the command. You can use -echo screen as a +command-line option when running LAMMPS to see the offending line. + +E: Incorrect args for pair coefficients + +Self-explanatory. Check the input script or data file. + +E: All pair coeffs are not set + +All pair coefficients must be set in the data file or by the +pair_coeff command before running a simulation. + +*/ + diff --git a/src/USER-MISC/temper_grem.h b/src/USER-MISC/temper_grem.h index 53b8a91446c2fcc28c35f93dd75ac3a472f23fe8..f379814c616b930e7b71172a087742531bb81527 100644 --- a/src/USER-MISC/temper_grem.h +++ b/src/USER-MISC/temper_grem.h @@ -101,7 +101,7 @@ temperature (nvt or npt). E: Too many timesteps -The cummulative timesteps must fit in a 64-bit integer. +The cumulative timesteps must fit in a 64-bit integer. E: Grem could not find thermo_pe compute diff --git a/src/USER-MOLFILE/molfile_interface.cpp b/src/USER-MOLFILE/molfile_interface.cpp index b9ee2238a981d8a0c9b83a4b07f982dd9bc5d942..37f343736d6ae05f34695304e9d1219e45a6121c 100644 --- a/src/USER-MOLFILE/molfile_interface.cpp +++ b/src/USER-MOLFILE/molfile_interface.cpp @@ -464,7 +464,7 @@ int MolfileInterface::load_plugin(const char *filename) return E_SYMBOL; } - // intialize plugin. skip plugin if it fails. + // initialize plugin. skip plugin if it fails. if (((initfunc)(ifunc))()) { my_dlclose(dso); return E_SYMBOL; diff --git a/src/USER-OMP/pair_buck_long_coul_long_omp.h b/src/USER-OMP/pair_buck_long_coul_long_omp.h index 2dc017d8fbd98d53b0ef7e79bd9ed50fcf3b7680..f874dd9b6875e7ecf8cbdf54c23d59e3269943c3 100644 --- a/src/USER-OMP/pair_buck_long_coul_long_omp.h +++ b/src/USER-OMP/pair_buck_long_coul_long_omp.h @@ -70,15 +70,15 @@ Self-explanatory. W: Using largest cutoff for buck/long/coul/long -Self-exlanatory. +Self-explanatory. E: Cutoffs missing in pair_style buck/long/coul/long -Self-exlanatory. +Self-explanatory. E: LJ6 off not supported in pair_style buck/long/coul/long -Self-exlanatory. +Self-explanatory. E: Coulomb cut not supported in pair_style buck/long/coul/coul diff --git a/src/USER-OMP/thr_data.cpp b/src/USER-OMP/thr_data.cpp index 0e9eafb2f58886df226a80e5b3e23fd1c0d2c966..28fd27f9b8bc2700a13da7622ce66f9479e9b576 100644 --- a/src/USER-OMP/thr_data.cpp +++ b/src/USER-OMP/thr_data.cpp @@ -312,7 +312,7 @@ void LAMMPS_NS::data_reduce_thr(double *dall, int nall, int nthreads, int ndim, int m = 0; // for architectures that have L1 D-cache line sizes of 64 bytes - // (8 doubles) wide, explictly unroll this loop to compute 8 + // (8 doubles) wide, explicitly unroll this loop to compute 8 // contiguous values in the array at a time // -- modify this code based on the size of the cache line double t0, t1, t2, t3, t4, t5, t6, t7; diff --git a/src/USER-QTB/fix_qbmsst.h b/src/USER-QTB/fix_qbmsst.h index 0ed210c9951fc3e4d8376b6be5391022e09dbbfa..3484076abf995e7421a962b261061d9db2ff05d7 100644 --- a/src/USER-QTB/fix_qbmsst.h +++ b/src/USER-QTB/fix_qbmsst.h @@ -89,7 +89,7 @@ class FixQBMSST : public Fix { int seed; // seed for the random number generator double f_max; // frequency cutoff int N_f; // number of frequency grid - double eta; // coupling coefficient bewteen shock and the qtb + double eta; // coupling coefficient between shock and the qtb int beta; // average beta steps before updating the qtb temperature double t_init; // initial qtb temperature int qtb_set; // 1 if its a restarting qbmsst, 0 if not diff --git a/src/USER-REAXC/README b/src/USER-REAXC/README index cdcfb17603c72546281c1fc34b89c3e1b3d3277b..86803957b80c3ffd08a5074a8d50b138e378d402 100644 --- a/src/USER-REAXC/README +++ b/src/USER-REAXC/README @@ -14,7 +14,7 @@ particularly with respect to the charge equilibration calculation. It should also be easier to build and use since there are no complicating issues with Fortran memory allocation or linking to a Fortran library. -For technical details about this implemention of ReaxFF, see +For technical details about this implementation of ReaxFF, see this paper: Parallel and Scalable Reactive Molecular Dynamics: Numerical Methods diff --git a/src/USER-REAXC/reaxc_nonbonded.cpp b/src/USER-REAXC/reaxc_nonbonded.cpp index fff046ba7c96dda90581a829444ac2f507dff162..cb24e2dc3704f8fa28008e336224b6352b185ecc 100644 --- a/src/USER-REAXC/reaxc_nonbonded.cpp +++ b/src/USER-REAXC/reaxc_nonbonded.cpp @@ -139,7 +139,7 @@ void vdW_Coulomb_Energy( reax_system *system, control_params *control, } if(system->reax_param.gp.vdw_type==2 || system->reax_param.gp.vdw_type==3) - { // innner wall + { // inner wall e_core = twbp->ecore * exp(twbp->acore * (1.0-(r_ij/twbp->rcore))); data->my_en.e_vdW += Tap * e_core; @@ -398,7 +398,7 @@ void LR_vdW_Coulomb( reax_system *system, storage *workspace, } if(system->reax_param.gp.vdw_type==2 || system->reax_param.gp.vdw_type==3) - { // innner wall + { // inner wall e_core = twbp->ecore * exp(twbp->acore * (1.0-(r_ij/twbp->rcore))); lr->e_vdW += Tap * e_core; diff --git a/src/USER-SMD/pair_smd_triangulated_surface.cpp b/src/USER-SMD/pair_smd_triangulated_surface.cpp index e4a7ea1c126ddf65532b7c65b0138525cc9a8fd8..eec9e517ead642ef79d89372f454f38728e7bed6 100644 --- a/src/USER-SMD/pair_smd_triangulated_surface.cpp +++ b/src/USER-SMD/pair_smd_triangulated_surface.cpp @@ -249,7 +249,7 @@ void PairTriSurf::compute(int eflag, int vflag) { } /* - * if particle comes too close to triangle, reflect its velocity and explicitely move it away + * if particle comes too close to triangle, reflect its velocity and explicitly move it away */ touch_distance = 1.0 * radius[particle]; diff --git a/src/USER-SMTBQ/pair_smtbq.cpp b/src/USER-SMTBQ/pair_smtbq.cpp index 5ab12aed6b9dea9d47da63ae63f841596c2e8a42..5e24ced35cafb72a3db2fbfb41469d645d079c4a 100644 --- a/src/USER-SMTBQ/pair_smtbq.cpp +++ b/src/USER-SMTBQ/pair_smtbq.cpp @@ -548,7 +548,7 @@ void PairSMTBQ::read_file(char *file) // --------------------------------- m += 1; - // Ligne 5 - parametre des potentiels + // Ligne 5 - parametre des potentials fgets(ptr,MAXLINE,fp); if (verbose) printf ("%s",ptr); // Lecture des protagonistes @@ -615,7 +615,7 @@ void PairSMTBQ::read_file(char *file) if (verbose) printf (" %s %f %f %f %f\n",words[0], intparams[m].a,intparams[m].p,intparams[m].ksi,intparams[m].q); - // Ligne 6 - rayon de coupure potentiel SM + // Ligne 6 - rayon de coupure potential SM fgets( ptr, MAXLINE, fp); Tokenize( ptr, &words ); @@ -1724,7 +1724,7 @@ void PairSMTBQ::pot_ES (int i, int j, double rsq, double &eng) { /* =================================================================== - Coulombian potentiel energy calcul between i and j atoms + Coulombian potential energy calcul between i and j atoms with fafb table make in sm_table(). fafb[i][j] : i is the table's step (r) j is the interaction's # (in intype[itype][jtype]) @@ -2655,7 +2655,7 @@ void PairSMTBQ::Charge() forward(q) ; // reverse(q); - // Calcul des potentiel + // Calcul des potential // ---------------------- QForce_charge(iloop); @@ -2736,7 +2736,7 @@ void PairSMTBQ::Charge() //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // ========================================== - // Ecriture des potentiels dans un fichier + // Ecriture des potentials dans un fichier // ========================================== if (strcmp(writepot,"true") == 0 && fmod(static_cast<double>(step), Neverypot) == 0.0) { diff --git a/src/USER-VTK/dump_custom_vtk.h b/src/USER-VTK/dump_custom_vtk.h index 189e96aa990a9a85d4b37b6ac1b72ba4cb5b0c33..f3b4a8b63e63cad24849ed30ae8cfc7ccb24473e 100644 --- a/src/USER-VTK/dump_custom_vtk.h +++ b/src/USER-VTK/dump_custom_vtk.h @@ -147,7 +147,7 @@ output to dump file. E: Invalid attribute in dump custom command -Self-explantory. +Self-explanatory. E: Dump_modify format string is too short @@ -186,7 +186,7 @@ cannot be used in a dump between runs. E: Threshhold for an atom property that isn't allocated -A dump threshhold has been requested on a quantity that is +A dump threshold has been requested on a quantity that is not defined by the atom style used in this simulation. E: Dumping an atom property that isn't allocated @@ -255,7 +255,7 @@ Number of element names must equal number of atom types. E: Invalid attribute in dump modify command -Self-explantory. +Self-explanatory. E: Could not find dump modify compute ID @@ -313,7 +313,7 @@ E: Could not find dump modify custom atom integer property ID Self-explanatory. -E: Invalid dump_modify threshhold operator +E: Invalid dump_modify threshold operator Operator keyword used for threshold specification in not recognized. diff --git a/src/angle.cpp b/src/angle.cpp index 14433fc44d78eaf09d4594663ac72b4e7329fde9..1366c48865b5daa516b58bba254aa0171eaf3da0 100644 --- a/src/angle.cpp +++ b/src/angle.cpp @@ -76,7 +76,7 @@ void Angle::init() see integrate::ev_set() for values of eflag (0-3) and vflag (0-6) ------------------------------------------------------------------------- */ -void Angle::ev_setup(int eflag, int vflag) +void Angle::ev_setup(int eflag, int vflag, int alloc) { int i,n; @@ -94,25 +94,29 @@ void Angle::ev_setup(int eflag, int vflag) if (eflag_atom && atom->nmax > maxeatom) { maxeatom = atom->nmax; - memory->destroy(eatom); - memory->create(eatom,comm->nthreads*maxeatom,"angle:eatom"); + if (alloc) { + memory->destroy(eatom); + memory->create(eatom,comm->nthreads*maxeatom,"angle:eatom"); + } } if (vflag_atom && atom->nmax > maxvatom) { maxvatom = atom->nmax; - memory->destroy(vatom); - memory->create(vatom,comm->nthreads*maxvatom,6,"angle:vatom"); + if (alloc) { + memory->destroy(vatom); + memory->create(vatom,comm->nthreads*maxvatom,6,"angle:vatom"); + } } // zero accumulators if (eflag_global) energy = 0.0; if (vflag_global) for (i = 0; i < 6; i++) virial[i] = 0.0; - if (eflag_atom) { + if (eflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) eatom[i] = 0.0; } - if (vflag_atom) { + if (vflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) { diff --git a/src/angle.h b/src/angle.h index 119f206c36ee9ef2d3817841f995230068a8df6b..000c3fe916d84c1766eeb4dd09dbd082fba61387 100644 --- a/src/angle.h +++ b/src/angle.h @@ -27,7 +27,7 @@ class Angle : protected Pointers { int *setflag; int writedata; // 1 if writes coeffs to data file double energy; // accumulated energies - double virial[6]; // accumlated virial + double virial[6]; // accumulated virial double *eatom,**vatom; // accumulated per-atom energy/virial // KOKKOS host/device flag and data masks @@ -58,7 +58,7 @@ class Angle : protected Pointers { int vflag_either,vflag_global,vflag_atom; int maxeatom,maxvatom; - void ev_setup(int, int); + void ev_setup(int, int, int alloc = 1); void ev_tally(int, int, int, int, int, double, double *, double *, double, double, double, double, double, double); }; diff --git a/src/atom.cpp b/src/atom.cpp index 6b3427c04ee5ed3aeb2d1ed22c2eac3cdf981c7b..4df2bc2194abccdd3198ec525c42e5b0b9424c28 100644 --- a/src/atom.cpp +++ b/src/atom.cpp @@ -1634,7 +1634,7 @@ int Atom::find_molecule(char *id) /* ---------------------------------------------------------------------- add info to current atom ilocal from molecule template onemol and its iatom - offset = atom ID preceeding IDs of atoms in this molecule + offset = atom ID preceding IDs of atoms in this molecule called by fixes and commands that add molecules ------------------------------------------------------------------------- */ diff --git a/src/atom.h b/src/atom.h index 9abbb495698e43025ae9e15242e1f24c679b4c0d..0f84c8242fb86ece27b4abe2f6722ab667e1315d 100644 --- a/src/atom.h +++ b/src/atom.h @@ -97,7 +97,7 @@ class Atom : protected Pointers { // molecular info - int **nspecial; // 0,1,2 = cummulative # of 1-2,1-3,1-4 neighs + int **nspecial; // 0,1,2 = cumulative # of 1-2,1-3,1-4 neighs tagint **special; // IDs of 1-2,1-3,1-4 neighs of each atom int maxspecial; // special[nlocal][maxspecial] diff --git a/src/atom_vec_hybrid.cpp b/src/atom_vec_hybrid.cpp index 54bd78a83c6a063d700b2f3151c8ab26470486f6..40c744afc5461bb83822053291f01e0701f341e3 100644 --- a/src/atom_vec_hybrid.cpp +++ b/src/atom_vec_hybrid.cpp @@ -82,7 +82,7 @@ void AtomVecHybrid::process_args(int narg, char **arg) delete [] allstyles; // hybrid settings are MAX or MIN of sub-style settings - // hybrid sizes are minimial values plus extra values for each sub-style + // hybrid sizes are minimal values plus extra values for each sub-style molecular = 0; comm_x_only = comm_f_only = 1; diff --git a/src/atom_vec_tri.h b/src/atom_vec_tri.h index b5dc2cfde003d0f9202127bc0aeb44abae287a9d..390efc7c10f27b136f8a2420fe9d6ac6e009fee2 100644 --- a/src/atom_vec_tri.h +++ b/src/atom_vec_tri.h @@ -140,7 +140,7 @@ the atom coordinate. E: Insufficient Jacobi rotations for triangle -The calculation of the intertia tensor of the triangle failed. This +The calculation of the inertia tensor of the triangle failed. This should not happen if it is a reasonably shaped triangle. */ diff --git a/src/balance.cpp b/src/balance.cpp index 7780b5207c82dfc84e3aa50b94348314d9cd9beb..52f6072a6c014a229ab05973927bf4e6b106052d 100644 --- a/src/balance.cpp +++ b/src/balance.cpp @@ -276,7 +276,7 @@ void Balance::command(int narg, char **arg) set_weights(); double imbinit = imbalance_factor(maxinit); - // no load-balance if imbalance doesn't exceed threshhold + // no load-balance if imbalance doesn't exceed threshold // unless switching from tiled to non tiled layout, then force rebalance if (comm->layout == LAYOUT_TILED && style != BISECTION) { @@ -456,6 +456,7 @@ void Balance::options(int iarg, int narg, char **arg) wtflag = 0; varflag = 0; + oldrcb = 0; outflag = 0; int outarg = 0; fp = NULL; @@ -491,6 +492,9 @@ void Balance::options(int iarg, int narg, char **arg) } iarg += 2+nopt; + } else if (strcmp(arg[iarg],"old") == 0) { + oldrcb = 1; + iarg++; } else if (strcmp(arg[iarg],"out") == 0) { if (iarg+2 > narg) error->all(FLERR,"Illegal (fix) balance command"); outflag = 1; @@ -640,13 +644,22 @@ int *Balance::bisection(int sortflag) double *shrinkhi = &shrinkall[3]; // invoke RCB - // then invert() to create list of proc assignements for my atoms - - if (wtflag) { - weight = fixstore->vstore; - rcb->compute(dim,atom->nlocal,atom->x,weight,shrinklo,shrinkhi); - } else rcb->compute(dim,atom->nlocal,atom->x,NULL,shrinklo,shrinkhi); + // then invert() to create list of proc assignments for my atoms + // NOTE: (3/2017) can remove undocumented "old" option at some point + // ditto in rcb.cpp + if (oldrcb) { + if (wtflag) { + weight = fixstore->vstore; + rcb->compute_old(dim,atom->nlocal,atom->x,weight,shrinklo,shrinkhi); + } else rcb->compute_old(dim,atom->nlocal,atom->x,NULL,shrinklo,shrinkhi); + } else { + if (wtflag) { + weight = fixstore->vstore; + rcb->compute(dim,atom->nlocal,atom->x,weight,shrinklo,shrinkhi); + } else rcb->compute(dim,atom->nlocal,atom->x,NULL,shrinklo,shrinkhi); + } + rcb->invert(sortflag); // reset RCB lo/hi bounding box to full simulation box as needed @@ -776,7 +789,7 @@ int Balance::shift() bigint natoms = atom->natoms; if (natoms == 0) return 0; - // set delta for 1d balancing = root of threshhold + // set delta for 1d balancing = root of threshold // root = # of dimensions being balanced on double delta = pow(stopthresh,1.0/ndim) - 1.0; @@ -865,7 +878,7 @@ int Balance::shift() // stop if all split sums are within delta of targets // this is a 1d test of particle count per slice // assumption is that this is sufficient accuracy - // for 3d imbalance factor to reach threshhold + // for 3d imbalance factor to reach threshold doneflag = 1; for (i = 1; i < np; i++) @@ -918,7 +931,7 @@ int Balance::shift() } */ - // stop at this point in bstr if imbalance factor < threshhold + // stop at this point in bstr if imbalance factor < threshold // this is a true 3d test of particle count per processor double imbfactor = imbalance_splits(max); @@ -937,7 +950,7 @@ int Balance::shift() N = # of slices split = N+1 cuts between N slices return updated count = particles per slice - return updated sum = cummulative count below each of N+1 splits + return updated sum = cumulative count below each of N+1 splits use binary search to find which slice each atom is in ------------------------------------------------------------------------- */ @@ -972,8 +985,8 @@ void Balance::tally(int dim, int n, double *split) /* ---------------------------------------------------------------------- adjust cuts between N slices in a dim via recursive multisectioning method split = current N+1 cuts, with 0.0 and 1.0 at end points - sum = cummulative count up to each split - target = desired cummulative count up to each split + sum = cumulative count up to each split + target = desired cumulative count up to each split lo/hi = split values that bound current split update lo/hi to reflect sums at current split values overwrite split with new cuts diff --git a/src/balance.h b/src/balance.h index 7ca03540236facfda48717a5e662950eb582fbc8..0f2f79bb151cc755755988af2490239ae5ea8aad 100644 --- a/src/balance.h +++ b/src/balance.h @@ -49,10 +49,11 @@ class Balance : protected Pointers { private: int me,nprocs; - double thresh; // threshhold to perform LB + double thresh; // threshold to perform LB int style; // style of LB int xflag,yflag,zflag; // xyz LB flags double *user_xsplit,*user_ysplit,*user_zsplit; // params for xyz LB + int oldrcb; // use old-style RCB compute int nitermax; // params for shift LB double stopthresh; @@ -63,10 +64,10 @@ class Balance : protected Pointers { int *bdim; // XYZ for each character in bstr double *onecost; // work vector of counts in one dim double *allcost; // counts for slices in one dim - double *sum; // cummulative count for slices in one dim + double *sum; // cumulative count for slices in one dim double *target; // target sum for slices in one dim double *lo,*hi; // lo/hi split coords that bound each target - double *losum,*hisum; // cummulative counts at lo/hi coords + double *losum,*hisum; // cumulative counts at lo/hi coords int rho; // 0 for geometric recursion // 1 for density weighted recursion diff --git a/src/bond.cpp b/src/bond.cpp index 8074d9767766c9524008ed4bd9c1794760daf720..5a33f107cf44ade599dff8b5a9a9b81f00d04386 100644 --- a/src/bond.cpp +++ b/src/bond.cpp @@ -79,7 +79,7 @@ void Bond::init() see integrate::ev_set() for values of eflag (0-3) and vflag (0-6) ------------------------------------------------------------------------- */ -void Bond::ev_setup(int eflag, int vflag) +void Bond::ev_setup(int eflag, int vflag, int alloc) { int i,n; @@ -97,25 +97,29 @@ void Bond::ev_setup(int eflag, int vflag) if (eflag_atom && atom->nmax > maxeatom) { maxeatom = atom->nmax; - memory->destroy(eatom); - memory->create(eatom,comm->nthreads*maxeatom,"bond:eatom"); + if (alloc) { + memory->destroy(eatom); + memory->create(eatom,comm->nthreads*maxeatom,"bond:eatom"); + } } if (vflag_atom && atom->nmax > maxvatom) { maxvatom = atom->nmax; - memory->destroy(vatom); - memory->create(vatom,comm->nthreads*maxvatom,6,"bond:vatom"); + if (alloc) { + memory->destroy(vatom); + memory->create(vatom,comm->nthreads*maxvatom,6,"bond:vatom"); + } } // zero accumulators if (eflag_global) energy = 0.0; if (vflag_global) for (i = 0; i < 6; i++) virial[i] = 0.0; - if (eflag_atom) { + if (eflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) eatom[i] = 0.0; } - if (vflag_atom) { + if (vflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) { diff --git a/src/bond.h b/src/bond.h index 06e05a7265d169b7a5b68320c0c8085def614f2e..41604387a3f8e056a92e7b08a25007a062ca3021 100644 --- a/src/bond.h +++ b/src/bond.h @@ -27,7 +27,7 @@ class Bond : protected Pointers { int *setflag; int writedata; // 1 if writes coeffs to data file double energy; // accumulated energies - double virial[6]; // accumlated virial + double virial[6]; // accumulated virial double *eatom,**vatom; // accumulated per-atom energy/virial // KOKKOS host/device flag and data masks @@ -60,7 +60,7 @@ class Bond : protected Pointers { int vflag_either,vflag_global,vflag_atom; int maxeatom,maxvatom; - void ev_setup(int, int); + void ev_setup(int, int, int alloc = 1); void ev_tally(int, int, int, int, double, double, double, double, double); }; diff --git a/src/citeme.h b/src/citeme.h index 80b642ab6d7a889b73443688950f280b1a2ae16d..18e9a712db81a1ce5fed2f5f2ca4d26867a15688 100644 --- a/src/citeme.h +++ b/src/citeme.h @@ -42,7 +42,7 @@ E: Cannot open log.cite file This file is created when you use some LAMMPS features, to indicate what paper you should cite on behalf of those who implemented -the feature. Check that you have write priveleges into the directory +the feature. Check that you have write privileges into the directory you are running in. */ diff --git a/src/compute_angle.h b/src/compute_angle.h index d50e3e21d783b72022e0e9ab2d7e8b0187cca1e4..c39a2c3d2772a4739968aef80e141480fba235f8 100644 --- a/src/compute_angle.h +++ b/src/compute_angle.h @@ -52,7 +52,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute bond must use group all -Bond styles accumlate energy on all atoms. +Bond styles accumulate energy on all atoms. E: Unrecognized bond style in compute bond command diff --git a/src/compute_bond.h b/src/compute_bond.h index 0f3c8112188888c7b5ed623bcf5766d9cbc3f59d..0f6c088f1dca5a8e9c092f8296276771302a62e4 100644 --- a/src/compute_bond.h +++ b/src/compute_bond.h @@ -52,7 +52,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute bond must use group all -Bond styles accumlate energy on all atoms. +Bond styles accumulate energy on all atoms. E: Unrecognized bond style in compute bond command diff --git a/src/compute_chunk_atom.cpp b/src/compute_chunk_atom.cpp index 925c5fbf81ff1c6340670bf00b8abf34044a9091..ac35629d08109324c9a117f4c7b997a5cbae7f94 100644 --- a/src/compute_chunk_atom.cpp +++ b/src/compute_chunk_atom.cpp @@ -616,6 +616,7 @@ void ComputeChunkAtom::setup() { if (nchunkflag == ONCE) setup_chunks(); if (idsflag == ONCE) compute_ichunk(); + else invoked_ichunk = -1; } /* ---------------------------------------------------------------------- @@ -1298,7 +1299,7 @@ int ComputeChunkAtom::setup_sphere_bins() } // if pbcflag set, sradmax must be < 1/2 box in any periodic dim - // treat orthongonal and triclinic the same + // treat orthogonal and triclinic the same // check every time bins are created if (pbcflag) { @@ -1363,7 +1364,7 @@ int ComputeChunkAtom::setup_cylinder_bins() } // if pbcflag set, sradmax must be < 1/2 box in any periodic non-axis dim - // treat orthongonal and triclinic the same + // treat orthogonal and triclinic the same // check every time bins are created if (pbcflag) { diff --git a/src/compute_chunk_atom.h b/src/compute_chunk_atom.h index cbec221048a1a7df7d26b5e84ab495ff2c04bf7e..9c64e9bc7a37587c5f3647f6bdb388a1ebd18f82 100644 --- a/src/compute_chunk_atom.h +++ b/src/compute_chunk_atom.h @@ -248,11 +248,11 @@ The lo/hi values are inconsistent. E: Compute chunk/atom bin/sphere radius is too large for periodic box -Radius cannot be bigger than 1/2 of any periodic dimention. +Radius cannot be bigger than 1/2 of any periodic dimension. E: Compute chunk/atom bin/cylinder radius is too large for periodic box -Radius cannot be bigger than 1/2 of a non-axis periodic dimention. +Radius cannot be bigger than 1/2 of a non-axis periodic dimension. E: Cannot use compute chunk/atom bin z for 2d model diff --git a/src/compute_cna_atom.h b/src/compute_cna_atom.h index 77ea5951dce924c80538a570716d1630f8354ede..82cf8df608d058a734367aaa6c345eefc37fef3e 100644 --- a/src/compute_cna_atom.h +++ b/src/compute_cna_atom.h @@ -57,11 +57,11 @@ command-line option when running LAMMPS to see the offending line. E: Compute cna/atom requires a pair style be defined -Self-explantory. +Self-explanatory. E: Compute cna/atom cutoff is longer than pairwise cutoff -Self-explantory. +Self-explanatory. W: Compute cna/atom cutoff may be too large to find ghost atom neighbors diff --git a/src/compute_contact_atom.h b/src/compute_contact_atom.h index bf2f1314d9b4bf061a06833d515b03184b602da8..2ce7678f5611dec88dd676998c0a9676558283e6 100644 --- a/src/compute_contact_atom.h +++ b/src/compute_contact_atom.h @@ -60,7 +60,7 @@ Self-explanatory. E: Compute contact/atom requires a pair style be defined -Self-explantory. +Self-explanatory. W: More than one compute contact/atom diff --git a/src/compute_coord_atom.h b/src/compute_coord_atom.h index 2ad46fa854b233e461cd0bc0d53fc7b017a8006e..6c60c8626605375f5af30a8f6f5e886d685b6160 100644 --- a/src/compute_coord_atom.h +++ b/src/compute_coord_atom.h @@ -67,7 +67,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute coord/atom requires a pair style be defined -Self-explantory. +Self-explanatory. E: Compute coord/atom cutoff is longer than pairwise cutoff diff --git a/src/compute_dihedral.h b/src/compute_dihedral.h index 80b78aba9850204918d9d867eecb928c5aa728db..041e1f6eaed13720ceaa1a4a08f708a6bc46354a 100644 --- a/src/compute_dihedral.h +++ b/src/compute_dihedral.h @@ -52,7 +52,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute bond must use group all -Bond styles accumlate energy on all atoms. +Bond styles accumulate energy on all atoms. E: Unrecognized bond style in compute bond command diff --git a/src/compute_group_group.h b/src/compute_group_group.h index 906a185cf2c0f63d0025712a319f51bfd7ccca72..c7443bda5cb375c57ecdbf88c8c02b882dc86364 100644 --- a/src/compute_group_group.h +++ b/src/compute_group_group.h @@ -72,7 +72,7 @@ Cannot calculate group interactions without a pair style defined. E: Pair style does not support compute group/group The pair_style does not have a single() function, so it cannot be -invokded by the compute group/group command. +invoked by the compute group/group command. E: No Kspace style defined for compute group/group @@ -84,6 +84,6 @@ Self-explanatory. W: Both groups in compute group/group have a net charge; the Kspace boundary correction to energy will be non-zero -Self-explantory. +Self-explanatory. */ diff --git a/src/compute_hexorder_atom.h b/src/compute_hexorder_atom.h index 84c80abc5749273c686958218358099c1ebdf587..39af576cb7bc9555750d87719f4764b4eb0e9c2c 100644 --- a/src/compute_hexorder_atom.h +++ b/src/compute_hexorder_atom.h @@ -62,7 +62,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute hexorder/atom requires a pair style be defined -Self-explantory. +Self-explanatory. E: Compute hexorder/atom cutoff is longer than pairwise cutoff diff --git a/src/compute_improper.h b/src/compute_improper.h index 6f92f068e309793e264ecb21bf432db1978bfdbe..d3602677a6b8524b8ba86f176122eb2a1a750a62 100644 --- a/src/compute_improper.h +++ b/src/compute_improper.h @@ -52,7 +52,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute bond must use group all -Bond styles accumlate energy on all atoms. +Bond styles accumulate energy on all atoms. E: Unrecognized bond style in compute bond command diff --git a/src/compute_orientorder_atom.h b/src/compute_orientorder_atom.h index 81b08dbddc17740538545d8ea7b6add7cd90ed7a..eb814e9c1c639bd021523bcd641e52b42b7cfc43 100644 --- a/src/compute_orientorder_atom.h +++ b/src/compute_orientorder_atom.h @@ -72,7 +72,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute orientorder/atom requires a pair style be defined -Self-explantory. +Self-explanatory. E: Compute orientorder/atom cutoff is longer than pairwise cutoff diff --git a/src/compute_pair.h b/src/compute_pair.h index 37f026f1eeae9d476731210f25d72f7b6184e752..91702748a6530379f79a65241084178c4b3a146e 100644 --- a/src/compute_pair.h +++ b/src/compute_pair.h @@ -54,7 +54,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute pair must use group all -Pair styles accumlate energy on all atoms. +Pair styles accumulate energy on all atoms. E: Unrecognized pair style in compute pair command diff --git a/src/compute_property_chunk.h b/src/compute_property_chunk.h index 077129a06ead44ced9d8ef2026e8bce2c84702a5..48211ec91bec831c0a5e38829f43db49c44f3266 100644 --- a/src/compute_property_chunk.h +++ b/src/compute_property_chunk.h @@ -81,15 +81,15 @@ It will only store IDs if its compress option is enabled. E: Compute chunk/atom stores no coord1 for compute property/chunk -Only certain binning options for comptue chunk/atom store coordinates. +Only certain binning options for compute chunk/atom store coordinates. E: Compute chunk/atom stores no coord2 for compute property/chunk -Only certain binning options for comptue chunk/atom store coordinates. +Only certain binning options for compute chunk/atom store coordinates. E: Compute chunk/atom stores no coord3 for compute property/chunk -Only certain binning options for comptue chunk/atom store coordinates. +Only certain binning options for compute chunk/atom store coordinates. E: Invalid keyword in compute property/chunk command diff --git a/src/compute_property_local.h b/src/compute_property_local.h index fbc1ea3097b3669864351d9a4e2c5155f75669d3..2b0dda5a10e5388c03e37cdfc02c67a4115fe126 100644 --- a/src/compute_property_local.h +++ b/src/compute_property_local.h @@ -99,7 +99,7 @@ command-line option when running LAMMPS to see the offending line. E: Compute property/local cannot use these inputs together Only inputs that generate the same number of datums can be used -togther. E.g. bond and angle quantities cannot be mixed. +together. E.g. bond and angle quantities cannot be mixed. E: Invalid keyword in compute property/local command diff --git a/src/create_atoms.cpp b/src/create_atoms.cpp index 776a94c8b933d58960cecf5ac6ba1178f780ba75..04a2df91f8b252586705d8418cc774afb4cc448c 100644 --- a/src/create_atoms.cpp +++ b/src/create_atoms.cpp @@ -806,7 +806,7 @@ void CreateAtoms::add_molecule(double *center, double *quat_user) onemol->quat_external = quat; // create atoms in molecule with atom ID = 0 and mol ID = 0 - // reset in caller after all moleclues created by all procs + // reset in caller after all molecules created by all procs // pass add_molecule_atom an offset of 0 since don't know // max tag of atoms in previous molecules at this point diff --git a/src/create_atoms.h b/src/create_atoms.h index 721b31e8c547c20627736b415a089f09b32092e1..56e9c65b89ad5f5a929c1a97615e80ea78fcc625 100644 --- a/src/create_atoms.h +++ b/src/create_atoms.h @@ -88,7 +88,7 @@ is the number of atom types. E: Molecule template ID for create_atoms does not exist -Self-explantory. +Self-explanatory. W: Molecule template for create_atoms has multiple molecules diff --git a/src/dihedral.cpp b/src/dihedral.cpp index 4c941d7225c47e0094d950933caf30be80172496..f5c1c6c44c143604cec5ec3aa9b1bbd8ea03688d 100644 --- a/src/dihedral.cpp +++ b/src/dihedral.cpp @@ -76,7 +76,7 @@ void Dihedral::init() see integrate::ev_set() for values of eflag (0-3) and vflag (0-6) ------------------------------------------------------------------------- */ -void Dihedral::ev_setup(int eflag, int vflag) +void Dihedral::ev_setup(int eflag, int vflag, int alloc) { int i,n; @@ -94,25 +94,29 @@ void Dihedral::ev_setup(int eflag, int vflag) if (eflag_atom && atom->nmax > maxeatom) { maxeatom = atom->nmax; - memory->destroy(eatom); - memory->create(eatom,comm->nthreads*maxeatom,"dihedral:eatom"); + if (alloc) { + memory->destroy(eatom); + memory->create(eatom,comm->nthreads*maxeatom,"dihedral:eatom"); + } } if (vflag_atom && atom->nmax > maxvatom) { maxvatom = atom->nmax; - memory->destroy(vatom); - memory->create(vatom,comm->nthreads*maxvatom,6,"dihedral:vatom"); + if (alloc) { + memory->destroy(vatom); + memory->create(vatom,comm->nthreads*maxvatom,6,"dihedral:vatom"); + } } // zero accumulators if (eflag_global) energy = 0.0; if (vflag_global) for (i = 0; i < 6; i++) virial[i] = 0.0; - if (eflag_atom) { + if (eflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) eatom[i] = 0.0; } - if (vflag_atom) { + if (vflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) { diff --git a/src/dihedral.h b/src/dihedral.h index 68167eb86f413deb8214d96473af4e6014bf8eb7..d27810c4d6e79ede7d5875daced83861f2461346 100644 --- a/src/dihedral.h +++ b/src/dihedral.h @@ -27,7 +27,7 @@ class Dihedral : protected Pointers { int *setflag; int writedata; // 1 if writes coeffs to data file double energy; // accumulated energy - double virial[6]; // accumlated virial + double virial[6]; // accumulated virial double *eatom,**vatom; // accumulated per-atom energy/virial // KOKKOS host/device flag and data masks @@ -56,7 +56,7 @@ class Dihedral : protected Pointers { int vflag_either,vflag_global,vflag_atom; int maxeatom,maxvatom; - void ev_setup(int, int); + void ev_setup(int, int, int alloc = 1); void ev_tally(int, int, int, int, int, int, double, double *, double *, double *, double, double, double, double, double, double, double, double, double); diff --git a/src/domain.cpp b/src/domain.cpp index 1dede69729cad6d13bdcb959eab7cd27f7c84802..31fb3b855955e15126bb2e881ac6cfa68872e1ca 100644 --- a/src/domain.cpp +++ b/src/domain.cpp @@ -514,7 +514,7 @@ void Domain::pbc() double *coord; int n3 = 3*nlocal; - coord = &x[0][0]; // note: x is always initialzed to at least one element. + coord = &x[0][0]; // note: x is always initialized to at least one element. int flag = 0; for (i = 0; i < n3; i++) if (!ISFINITE(*coord++)) flag = 1; diff --git a/src/dump_custom.h b/src/dump_custom.h index 38567b7523c181fd07de02f2d6c0f7993339df4a..80674158342e3d68850392f5f05693f7e2e8364c 100644 --- a/src/dump_custom.h +++ b/src/dump_custom.h @@ -206,7 +206,7 @@ output to dump file. E: Invalid attribute in dump custom command -Self-explantory. +Self-explanatory. E: Dump_modify format string is too short @@ -314,7 +314,7 @@ Number of element names must equal number of atom types. E: Invalid attribute in dump modify command -Self-explantory. +Self-explanatory. E: Could not find dump modify compute ID diff --git a/src/dump_local.h b/src/dump_local.h index 6f8dc09f578a3321bd647956db6918177f537394..ffca02b381075fecf1d0667f35193e941de02e4c 100644 --- a/src/dump_local.h +++ b/src/dump_local.h @@ -125,7 +125,7 @@ Every column of output must be the same length. E: Invalid attribute in dump local command -Self-explantory. +Self-explanatory. E: Dump local compute does not compute local info diff --git a/src/fix.h b/src/fix.h index bd3189afe7624a47eaff7f949103d28257aa8ca9..8005da1addca8956991c283111901016f551d544 100644 --- a/src/fix.h +++ b/src/fix.h @@ -89,7 +89,7 @@ class Fix : protected Pointers { int comm_reverse; // size of reverse communication (0 if none) int comm_border; // size of border communication (0 if none) - double virial[6]; // accumlated virial + double virial[6]; // accumulated virial double *eatom,**vatom; // accumulated per-atom energy/virial int restart_reset; // 1 if restart just re-initialized fix diff --git a/src/fix_addforce.h b/src/fix_addforce.h index d19c0db0d1d170206a0e6873f4e8807a69d00a3e..f06ed5ed4c310802483d56955a7ed557cd1df722 100644 --- a/src/fix_addforce.h +++ b/src/fix_addforce.h @@ -85,7 +85,7 @@ in energy directly. E: Must use variable energy with fix addforce -Must define an energy vartiable when applyting a dynamic +Must define an energy variable when applying a dynamic force during minimization. */ diff --git a/src/fix_ave_chunk.h b/src/fix_ave_chunk.h index 18622699de84d969382a89378fae0ae9b77bfeef..eb51043e0f6a7221c965be741dfd05eb301756d9 100644 --- a/src/fix_ave_chunk.h +++ b/src/fix_ave_chunk.h @@ -162,7 +162,7 @@ Self-explanatory. E: Fix ave/chunk does not use chunk/atom compute -The specified conpute is not for a compute chunk/atom command. +The specified compute is not for a compute chunk/atom command. E: Error writing file header diff --git a/src/fix_ave_histo_weight.cpp b/src/fix_ave_histo_weight.cpp index 277a57a48da99ddae6eb5fb4f6701670668cb93b..37dd8c9898c74f16f5bea3d52aff364a12ab8d15 100644 --- a/src/fix_ave_histo_weight.cpp +++ b/src/fix_ave_histo_weight.cpp @@ -126,7 +126,7 @@ void FixAveHistoWeight::end_of_step() modify->clearstep_compute(); - // calcualte weight factors which are 2nd value (i = 1) + // calculate weight factors which are 2nd value (i = 1) double weight = 0.0; double *weights = NULL; diff --git a/src/fix_ave_time.h b/src/fix_ave_time.h index d771036530da9b2f33e34b3905d2187080f6a7c9..0357815f0ce76a9e8fe76da6e65bed6b6673867e 100644 --- a/src/fix_ave_time.h +++ b/src/fix_ave_time.h @@ -101,15 +101,15 @@ Self-explanatory. E: Invalid fix ave/time off column -Self-explantory. +Self-explanatory. E: Fix ave/time compute does not calculate a scalar -Self-explantory. +Self-explanatory. E: Fix ave/time compute does not calculate a vector -Self-explantory. +Self-explanatory. E: Fix ave/time compute vector is accessed out-of-range diff --git a/src/fix_balance.cpp b/src/fix_balance.cpp index 33054e0e3bbcb5a19825c02cc22ba9df82b397ce..7e0aa681bbfb942f1c81304be9f497aabc2d6702 100644 --- a/src/fix_balance.cpp +++ b/src/fix_balance.cpp @@ -189,7 +189,7 @@ void FixBalance::setup_pre_exchange() domain->reset_box(); if (domain->triclinic) domain->lamda2x(atom->nlocal); - // perform a rebalance if threshhold exceeded + // perform a rebalance if threshold exceeded balance->set_weights(); imbnow = balance->imbalance_factor(maxloadperproc); @@ -224,7 +224,7 @@ void FixBalance::pre_exchange() domain->reset_box(); if (domain->triclinic) domain->lamda2x(atom->nlocal); - // perform a rebalance if threshhold exceeded + // perform a rebalance if threshold exceeded // if weight variable is used, wrap weight setting in clear/add compute if (balance->varflag) modify->clearstep_compute(); diff --git a/src/fix_deform.h b/src/fix_deform.h index efbecfd6368f340d340d7a6954ad90f244a345b8..cdda1b8547c0eb735b5e17e00957f14d915bb74f 100644 --- a/src/fix_deform.h +++ b/src/fix_deform.h @@ -107,7 +107,7 @@ Only one fix deform can be defined at a time. E: Variable name for fix deform does not exist -Self-explantory. +Self-explanatory. E: Variable for fix deform is invalid style diff --git a/src/fix_group.h b/src/fix_group.h index 5815d314591968ac6870bd90705155ddcd317e89..6ed842578d5ea1834c84c74e3804c2b43f0416b6 100644 --- a/src/fix_group.h +++ b/src/fix_group.h @@ -77,10 +77,10 @@ The variable must be an atom-style variable. W: One or more dynamic groups may not be updated at correct point in timestep -If there are other fixes that act immediately after the intitial stage +If there are other fixes that act immediately after the initial stage of time integration within a timestep (i.e. after atoms move), then the command that sets up the dynamic group should appear after those -fixes. This will insure that dynamic group assignements are made +fixes. This will insure that dynamic group assignments are made after all atoms have moved. */ diff --git a/src/fix_halt.cpp b/src/fix_halt.cpp index ca74efa4546341de44c72a0b132ce70e740d7a24..2a4af4dc66d42d9ac76a22163f6a1e66543834a8 100644 --- a/src/fix_halt.cpp +++ b/src/fix_halt.cpp @@ -30,9 +30,10 @@ using namespace LAMMPS_NS; using namespace FixConst; -enum{BONDMAX,VARIABLE}; +enum{BONDMAX,TLIMIT,VARIABLE}; enum{LT,LE,GT,GE,EQ,NEQ,XOR}; enum{HARD,SOFT,CONTINUE}; +enum{NOMSG,YESMSG}; /* ---------------------------------------------------------------------- */ @@ -47,7 +48,8 @@ FixHalt::FixHalt(LAMMPS *lmp, int narg, char **arg) : idvar = NULL; - if (strcmp(arg[4],"bondmax") == 0) attribute = BONDMAX; + if (strcmp(arg[4],"tlimit") == 0) attribute = TLIMIT; + else if (strcmp(arg[4],"bondmax") == 0) attribute = BONDMAX; else if (strncmp(arg[4],"v_",2) == 0) { attribute = VARIABLE; int n = strlen(arg[4]); @@ -73,6 +75,7 @@ FixHalt::FixHalt(LAMMPS *lmp, int narg, char **arg) : // parse optional args eflag = SOFT; + msgflag = YESMSG; int iarg = 7; while (iarg < narg) { @@ -83,6 +86,12 @@ FixHalt::FixHalt(LAMMPS *lmp, int narg, char **arg) : else if (strcmp(arg[iarg+1],"continue") == 0) eflag = CONTINUE; else error->all(FLERR,"Illegal fix halt command"); iarg += 2; + } else if (strcmp(arg[iarg],"message") == 0) { + if (iarg+2 > narg) error->all(FLERR,"Illegal fix halt command"); + if (strcmp(arg[iarg+1],"no") == 0) msgflag = NOMSG; + else if (strcmp(arg[iarg+1],"yes") == 0) msgflag = YESMSG; + else error->all(FLERR,"Illegal fix halt command"); + iarg += 2; } else error->all(FLERR,"Illegal fix halt command"); } @@ -125,6 +134,11 @@ void FixHalt::init() if (input->variable->equalstyle(ivar) == 0) error->all(FLERR,"Fix halt variable is not equal-style variable"); } + + // settings used by TLIMIT + + nextstep = (update->ntimestep/nevery)*nevery + nevery; + tratio = 0.5; } /* ---------------------------------------------------------------------- */ @@ -135,8 +149,12 @@ void FixHalt::end_of_step() double attvalue; - if (attribute == BONDMAX) attvalue = bondmax(); - else { + if (attribute == TLIMIT) { + if (update->ntimestep != nextstep) return; + attvalue = tlimit(); + } else if (attribute == BONDMAX) { + attvalue = bondmax(); + } else { modify->clearstep_compute(); attvalue = input->variable->compute_equal(ivar); modify->addstep_compute(update->ntimestep + nevery); @@ -169,9 +187,10 @@ void FixHalt::end_of_step() sprintf(str,"Fix halt %s condition met on step %ld with value %g", id,update->ntimestep,attvalue); - if (eflag == HARD) error->all(FLERR,str); - else if (eflag == SOFT || eflag == CONTINUE) { - if (comm->me == 0) error->message(FLERR,str); + if (eflag == HARD) { + error->all(FLERR,str); + } else if (eflag == SOFT || eflag == CONTINUE) { + if (comm->me == 0 && msgflag == YESMSG) error->message(FLERR,str); timer->force_timeout(); } } @@ -218,3 +237,27 @@ double FixHalt::bondmax() return sqrt(maxall); } + +/* ---------------------------------------------------------------------- + compute synced elapsed time + reset nextstep = estimate of timestep when run will end + first project to 1/2 the run time, thereafter to end of run +------------------------------------------------------------------------- */ + +double FixHalt::tlimit() +{ + double cpu = timer->elapsed(Timer::TOTAL); + MPI_Bcast(&cpu,1,MPI_DOUBLE,0,world); + + if (cpu < value) { + bigint elapsed = update->ntimestep - update->firststep; + bigint final = update->firststep + + static_cast<bigint> (tratio*value/cpu * elapsed); + nextstep = (final/nevery)*nevery + nevery; + tratio = 1.0; + } + + //printf("EVAL %ld %g %d\n",update->ntimestep,cpu,nevery); + + return cpu; +} diff --git a/src/fix_halt.h b/src/fix_halt.h index 156397a4b5a76cb979e3b524bbf544edbcf446db..52d2f95d2f5c24333b5b6e54bd7f0e44f89f989a 100644 --- a/src/fix_halt.h +++ b/src/fix_halt.h @@ -35,11 +35,13 @@ class FixHalt : public Fix { void post_run(); private: - int attribute,operation,eflag,ivar; - double value; + int attribute,operation,eflag,msgflag,ivar; + bigint nextstep; + double value,tratio; char *idvar; double bondmax(); + double tlimit(); }; } diff --git a/src/fix_langevin.h b/src/fix_langevin.h index 863c0f554c4d2272068491e98b26fef4d7986b9d..34eec639871072c719919278464598b97f2bbb7f 100644 --- a/src/fix_langevin.h +++ b/src/fix_langevin.h @@ -132,7 +132,7 @@ One of the particles has radius 0.0. E: Fix langevin angmom requires extended particles -This fix option cannot be used with point paritlces. +This fix option cannot be used with point particles. E: Cannot zero Langevin force of 0 atoms diff --git a/src/fix_shear_history.cpp b/src/fix_shear_history.cpp index e885392c413cb13e464f23aa1445d73c0c282f12..21942d753fc4fb35c383ca1b7e0104152ebb5f57 100644 --- a/src/fix_shear_history.cpp +++ b/src/fix_shear_history.cpp @@ -38,7 +38,7 @@ FixShearHistory::FixShearHistory(LAMMPS *lmp, int narg, char **arg) : npartner(NULL), partner(NULL), shearpartner(NULL), pair(NULL), ipage(NULL), dpage(NULL) { - if (narg != 4) error->all(FLERR,"Illegal fix SHEAR_HISTORY commmand"); + if (narg != 4) error->all(FLERR,"Illegal fix SHEAR_HISTORY command"); restart_peratom = 1; create_attribute = 1; diff --git a/src/improper.cpp b/src/improper.cpp index e20d0d2666aa8cccd63efb75fbe4543b793fc204..089fc43aad09205a0e72aecaa886ef3b78a87d50 100644 --- a/src/improper.cpp +++ b/src/improper.cpp @@ -74,7 +74,7 @@ void Improper::init() see integrate::ev_set() for values of eflag (0-3) and vflag (0-6) ------------------------------------------------------------------------- */ -void Improper::ev_setup(int eflag, int vflag) +void Improper::ev_setup(int eflag, int vflag, int alloc) { int i,n; @@ -92,25 +92,29 @@ void Improper::ev_setup(int eflag, int vflag) if (eflag_atom && atom->nmax > maxeatom) { maxeatom = atom->nmax; - memory->destroy(eatom); - memory->create(eatom,comm->nthreads*maxeatom,"improper:eatom"); + if (alloc) { + memory->destroy(eatom); + memory->create(eatom,comm->nthreads*maxeatom,"improper:eatom"); + } } if (vflag_atom && atom->nmax > maxvatom) { maxvatom = atom->nmax; - memory->destroy(vatom); - memory->create(vatom,comm->nthreads*maxvatom,6,"improper:vatom"); + if (alloc) { + memory->destroy(vatom); + memory->create(vatom,comm->nthreads*maxvatom,6,"improper:vatom"); + } } // zero accumulators if (eflag_global) energy = 0.0; if (vflag_global) for (i = 0; i < 6; i++) virial[i] = 0.0; - if (eflag_atom) { + if (eflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) eatom[i] = 0.0; } - if (vflag_atom) { + if (vflag_atom && alloc) { n = atom->nlocal; if (force->newton_bond) n += atom->nghost; for (i = 0; i < n; i++) { diff --git a/src/improper.h b/src/improper.h index b20bc732dfb4e0f84f1de8084f474f3720db1ce6..df3c966cdc4704b5d91c03332274fabd0e3ab9b5 100644 --- a/src/improper.h +++ b/src/improper.h @@ -27,7 +27,7 @@ class Improper : protected Pointers { int *setflag; int writedata; // 1 if writes coeffs to data file double energy; // accumulated energies - double virial[6]; // accumlated virial + double virial[6]; // accumulated virial double *eatom,**vatom; // accumulated per-atom energy/virial // KOKKOS host/device flag and data masks @@ -56,7 +56,7 @@ class Improper : protected Pointers { int vflag_either,vflag_global,vflag_atom; int maxeatom,maxvatom; - void ev_setup(int, int); + void ev_setup(int, int, int alloc = 1); void ev_tally(int, int, int, int, int, int, double, double *, double *, double *, double, double, double, double, double, double, double, double, double); diff --git a/src/kspace.cpp b/src/kspace.cpp index 48626346b185a76a712f20715f3471a16451b3a1..c2113cdf767c899d733ed9dc3d44162ff140563f 100644 --- a/src/kspace.cpp +++ b/src/kspace.cpp @@ -206,7 +206,7 @@ void KSpace::pair_check() see integrate::ev_set() for values of eflag (0-3) and vflag (0-6) ------------------------------------------------------------------------- */ -void KSpace::ev_setup(int eflag, int vflag) +void KSpace::ev_setup(int eflag, int vflag, int alloc) { int i,n; @@ -227,25 +227,29 @@ void KSpace::ev_setup(int eflag, int vflag) if (eflag_atom && atom->nmax > maxeatom) { maxeatom = atom->nmax; - memory->destroy(eatom); - memory->create(eatom,maxeatom,"kspace:eatom"); + if (alloc) { + memory->destroy(eatom); + memory->create(eatom,maxeatom,"kspace:eatom"); + } } if (vflag_atom && atom->nmax > maxvatom) { maxvatom = atom->nmax; - memory->destroy(vatom); - memory->create(vatom,maxvatom,6,"kspace:vatom"); + if (alloc) { + memory->destroy(vatom); + memory->create(vatom,maxvatom,6,"kspace:vatom"); + } } // zero accumulators if (eflag_global) energy = 0.0; if (vflag_global) for (i = 0; i < 6; i++) virial[i] = 0.0; - if (eflag_atom) { + if (eflag_atom && alloc) { n = atom->nlocal; if (tip4pflag) n += atom->nghost; for (i = 0; i < n; i++) eatom[i] = 0.0; } - if (vflag_atom) { + if (vflag_atom && alloc) { n = atom->nlocal; if (tip4pflag) n += atom->nghost; for (i = 0; i < n; i++) { diff --git a/src/kspace.h b/src/kspace.h index 95fb6ffaf25abf86612acc79e679a3059e6a7adf..ad29c214728f56eb0eec5739aeac18b076c752b9 100644 --- a/src/kspace.h +++ b/src/kspace.h @@ -33,7 +33,7 @@ class KSpace : protected Pointers { public: double energy; // accumulated energies double energy_1,energy_6; - double virial[6]; // accumlated virial + double virial[6]; // accumulated virial double *eatom,**vatom; // accumulated per-atom energy/virial double e2group; // accumulated group-group energy double f2group[3]; // accumulated group-group force @@ -62,14 +62,14 @@ class KSpace : protected Pointers { int order,order_6,order_allocated; double accuracy; // accuracy of KSpace solver (force units) - double accuracy_absolute; // user-specifed accuracy in force units + double accuracy_absolute; // user-specified accuracy in force units double accuracy_relative; // user-specified dimensionless accuracy // accurary = acc_rel * two_charge_force double accuracy_real_6; // real space accuracy for // dispersion solver (force units) double accuracy_kspace_6; // reciprocal space accuracy for // dispersion solver (force units) - int auto_disp_flag; // use automatic paramter generation for pppm/disp + int auto_disp_flag; // use automatic parameter generation for pppm/disp double two_charge_force; // force in user units of two point // charges separated by 1 Angstrom @@ -197,7 +197,7 @@ class KSpace : protected Pointers { int kx_ewald,ky_ewald,kz_ewald; // kspace settings for Ewald sum void pair_check(); - void ev_setup(int, int); + void ev_setup(int, int, int alloc = 1); double estimate_table_accuracy(double, double); }; diff --git a/src/library.cpp b/src/library.cpp index 992b8ba100d62209f607654baf999c78fa95d039..5980b135eb1bd8ee00f417b662e63339a9f9b0c2 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -140,7 +140,7 @@ void lammps_open(int argc, char **argv, MPI_Comm communicator, void **ptr) /* ---------------------------------------------------------------------- create an instance of LAMMPS and return pointer to it caller doesn't know MPI communicator, so use MPI_COMM_WORLD - intialize MPI if needed + initialize MPI if needed ------------------------------------------------------------------------- */ void lammps_open_no_mpi(int argc, char **argv, void **ptr) @@ -646,7 +646,7 @@ void *lammps_extract_variable(void *ptr, char *name, char *group) /* ---------------------------------------------------------------------- reset simulation box parameters see domain.h for definition of these arguments - assumes domain->set_intiial_box() has been invoked previously + assumes domain->set_initial_box() has been invoked previously ------------------------------------------------------------------------- */ void lammps_reset_box(void *ptr, double *boxlo, double *boxhi, @@ -761,6 +761,10 @@ void lammps_gather_atoms(void *ptr, char *name, int i,j,offset; void *vptr = lmp->atom->extract(name); + if(vptr == NULL) { + lmp->error->warning(FLERR,"lammps_gather_atoms: unknown property name"); + return; + } // copy = Natom length vector of per-atom values // use atom ID to insert each atom's values into copy @@ -857,6 +861,10 @@ void lammps_scatter_atoms(void *ptr, char *name, int i,j,m,offset; void *vptr = lmp->atom->extract(name); + if(vptr == NULL) { + lmp->error->warning(FLERR,"lammps_scatter_atoms: unknown property name"); + return; + } // copy = Natom length vector of per-atom values // use atom ID to insert each atom's values into copy diff --git a/src/lmptype.h b/src/lmptype.h index a8c09bd2adbec12cb9c86016702935f7813f786f..253f9a7470a400ef4330e7619c9d89a6e60e7a7f 100644 --- a/src/lmptype.h +++ b/src/lmptype.h @@ -13,7 +13,7 @@ // define integer data types used by LAMMPS and associated size limits -// smallint = variables for on-procesor system (nlocal, nmax, etc) +// smallint = variables for on-processor system (nlocal, nmax, etc) // imageint = variables for atom image flags (image) // tagint = variables for atom IDs and molecule IDs (tag,molecule) // bigint = variables for total system (natoms, ntimestep, etc) diff --git a/src/molecule.cpp b/src/molecule.cpp index 2253e86af0d789eb80dab35164e5a9d606c94da8..76b28e3d470611f56c9f33d367a6a8f6b53736fc 100644 --- a/src/molecule.cpp +++ b/src/molecule.cpp @@ -1395,7 +1395,7 @@ void Molecule::check_attributes(int flag) if (atom->maxspecial < onemol->maxspecial) mismatch = 1; if (mismatch) - error->all(FLERR,"Molecule toplogy/atom exceeds system topology/atom"); + error->all(FLERR,"Molecule topology/atom exceeds system topology/atom"); } // warn if molecule topology defined but no special settings diff --git a/src/molecule.h b/src/molecule.h index 0bbe6846365755a4ea64f153e8a40bfc524a002e..bfc9da1857cf12bd32a6b332c88b45038e16da3c 100644 --- a/src/molecule.h +++ b/src/molecule.h @@ -406,7 +406,7 @@ The number of bond, angle, etc types in the molecule exceeds the system setting. See the create_box command for how to specify these values. -E: Molecule toplogy/atom exceeds system topology/atom +E: Molecule topology/atom exceeds system topology/atom The number of bonds, angles, etc per-atom in the molecule exceeds the system setting. See the create_box command for how to specify these diff --git a/src/neighbor.cpp b/src/neighbor.cpp index e0b84cc4109ba83bee4c47bc948ba85abf14ad0c..8da6c1b9d25452ffe5659bdc0c6aa54d2cf1573c 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -166,7 +166,7 @@ pairclass(NULL), pairnames(NULL), pairmasks(NULL) ex1_group = ex2_group = ex1_bit = ex2_bit = NULL; nex_mol = maxex_mol = 0; - ex_mol_group = ex_mol_bit = NULL; + ex_mol_group = ex_mol_bit = ex_mol_intra = NULL; // Kokkos setting @@ -234,6 +234,7 @@ Neighbor::~Neighbor() memory->destroy(ex_mol_group); delete [] ex_mol_bit; + memory->destroy(ex_mol_intra); } /* ---------------------------------------------------------------------- */ @@ -918,7 +919,7 @@ void Neighbor::morph_other() requests[i-1]->historylist = i; } - // if respaouter, point all asociated rRESPA lists at each other + // if respaouter, point all associated rRESPA lists at each other if (irq->respaouter) { if (requests[i-1]->respainner) { @@ -1128,6 +1129,11 @@ void Neighbor::morph_halffull() if (!irq->half) continue; + // Kokkos doesn't yet support half from full + + if (irq->kokkos_host) continue; + if (irq->kokkos_device) continue; + // these lists are created other ways, no need for halffull // do want to process skip lists @@ -1153,8 +1159,6 @@ void Neighbor::morph_halffull() // this includes custom cutoff set by requestor // no need to check respaouter b/c it stores same pairs // no need to check dnum b/c only set for history - // NOTE: need check for 2 Kokkos flags? - // Kokkos doesn't yet support half from full? if (irq->ghost != jrq->ghost) continue; if (irq->size != jrq->size) continue; @@ -2323,7 +2327,8 @@ void Neighbor::modify_params(int narg, char **arg) nex_group++; iarg += 4; - } else if (strcmp(arg[iarg+1],"molecule") == 0) { + } else if (strcmp(arg[iarg+1],"molecule/inter") == 0 || + strcmp(arg[iarg+1],"molecule/intra") == 0) { if (iarg+3 > narg) error->all(FLERR,"Illegal neigh_modify command"); if (atom->molecule_flag == 0) error->all(FLERR,"Neigh_modify exclude molecule " @@ -2331,13 +2336,21 @@ void Neighbor::modify_params(int narg, char **arg) if (nex_mol == maxex_mol) { maxex_mol += EXDELTA; memory->grow(ex_mol_group,maxex_mol,"neigh:ex_mol_group"); + if (lmp->kokkos) + grow_ex_mol_intra_kokkos(); + else + memory->grow(ex_mol_intra,maxex_mol,"neigh:ex_mol_intra"); } ex_mol_group[nex_mol] = group->find(arg[iarg+2]); if (ex_mol_group[nex_mol] == -1) error->all(FLERR,"Invalid group ID in neigh_modify command"); + if (strcmp(arg[iarg+1],"molecule/intra") == 0) + ex_mol_intra[nex_mol] = 1; + else + ex_mol_intra[nex_mol] = 0; nex_mol++; iarg += 3; - + } else if (strcmp(arg[iarg+1],"none") == 0) { nex_type = nex_group = nex_mol = 0; iarg += 2; diff --git a/src/neighbor.h b/src/neighbor.h index 8e2fad1f1b2cc26a396eba9092b4b5f67f5828b4..16a80b599179500477f712cdb9c82b3720cd43ec 100644 --- a/src/neighbor.h +++ b/src/neighbor.h @@ -71,6 +71,8 @@ class Neighbor : protected Pointers { int nex_mol; // # of entries in molecule exclusion list int *ex_mol_group; // molecule group #'s to exclude int *ex_mol_bit; // molecule group bits to exclude + int *ex_mol_intra; // 0 = exclude if in 2 molecules (inter) + // 1 = exclude if in same molecule (intra) // special info, used by NeighPair @@ -229,6 +231,7 @@ class Neighbor : protected Pointers { virtual void init_ex_type_kokkos(int) {} virtual void init_ex_bit_kokkos() {} virtual void init_ex_mol_bit_kokkos() {} + virtual void grow_ex_mol_intra_kokkos() {} }; namespace NeighConst { diff --git a/src/npair.cpp b/src/npair.cpp index 9fe326cbd1f77c269e05024c1dd2918a6c8a3a95..6c3f8ac05e3545ca61b6087c64fa0dbb9a86b1ee 100644 --- a/src/npair.cpp +++ b/src/npair.cpp @@ -86,6 +86,7 @@ void NPair::copy_neighbor_info() nex_mol = neighbor->nex_mol; ex_mol_group = neighbor->ex_mol_group; ex_mol_bit = neighbor->ex_mol_bit; + ex_mol_intra = neighbor->ex_mol_intra; // special info @@ -180,8 +181,17 @@ int NPair::exclusion(int i, int j, int itype, int jtype, if (nex_mol) { for (m = 0; m < nex_mol; m++) - if (mask[i] & ex_mol_bit[m] && mask[j] & ex_mol_bit[m] && - molecule[i] == molecule[j]) return 1; + + // intra-chain: exclude i-j pair if in same molecule + // inter-chain: exclude i-j pair if in different molecules + + if (ex_mol_intra[m]) { + if (mask[i] & ex_mol_bit[m] && mask[j] & ex_mol_bit[m] && + molecule[i] == molecule[j]) return 1; + } else { + if (mask[i] & ex_mol_bit[m] && mask[j] & ex_mol_bit[m] && + molecule[i] != molecule[j]) return 1; + } } return 0; diff --git a/src/npair.h b/src/npair.h index cdb8b3061d8588bee7ee46df9a78e604736b6ae4..8f2bcb13bc8d26f7fbb15f317b4bee7ec78e648f 100644 --- a/src/npair.h +++ b/src/npair.h @@ -61,8 +61,10 @@ class NPair : protected Pointers { int *ex1_bit,*ex2_bit; // pairs of group bits to exclude int nex_mol; // # of entries in molecule exclusion list - int *ex_mol_group; // molecule group #'s to exclude int *ex_mol_bit; // molecule group bits to exclude + int *ex_mol_group; // molecule group #'s to exclude + int *ex_mol_intra; // 0 = exclude if in 2 molecules (inter) + // 1 = exclude if in same molecule (intra) // special data from Neighbor class diff --git a/src/output.h b/src/output.h index cc282cbeddb9b7eed8ac65c0353b262eba49d567..de5eaaa70b708fa61a3e95fd3f40cd86cad57009 100644 --- a/src/output.h +++ b/src/output.h @@ -172,7 +172,7 @@ W: New thermo_style command, previous thermo_modify settings will be lost If a thermo_style command is used after a thermo_modify command, the settings changed by the thermo_modify command will be reset to their -default values. This is because the thermo_modify commmand acts on +default values. This is because the thermo_modify command acts on the currently defined thermo style, and a thermo_style command creates a new style. diff --git a/src/pair.cpp b/src/pair.cpp index 5d73a592e8bea96cfe4b16939cdde484a3ee1fa9..d90ed8bb43a90e422dccf6b39a296b092d2e938f 100644 --- a/src/pair.cpp +++ b/src/pair.cpp @@ -749,7 +749,7 @@ void Pair::del_tally_callback(Compute *ptr) see integrate::ev_set() for values of eflag (0-3) and vflag (0-6) ------------------------------------------------------------------------- */ -void Pair::ev_setup(int eflag, int vflag) +void Pair::ev_setup(int eflag, int vflag, int alloc) { int i,n; @@ -767,13 +767,17 @@ void Pair::ev_setup(int eflag, int vflag) if (eflag_atom && atom->nmax > maxeatom) { maxeatom = atom->nmax; - memory->destroy(eatom); - memory->create(eatom,comm->nthreads*maxeatom,"pair:eatom"); + if (alloc) { + memory->destroy(eatom); + memory->create(eatom,comm->nthreads*maxeatom,"pair:eatom"); + } } if (vflag_atom && atom->nmax > maxvatom) { maxvatom = atom->nmax; - memory->destroy(vatom); - memory->create(vatom,comm->nthreads*maxvatom,6,"pair:vatom"); + if (alloc) { + memory->destroy(vatom); + memory->create(vatom,comm->nthreads*maxvatom,6,"pair:vatom"); + } } // zero accumulators @@ -782,12 +786,12 @@ void Pair::ev_setup(int eflag, int vflag) if (eflag_global) eng_vdwl = eng_coul = 0.0; if (vflag_global) for (i = 0; i < 6; i++) virial[i] = 0.0; - if (eflag_atom) { + if (eflag_atom && alloc) { n = atom->nlocal; if (force->newton) n += atom->nghost; for (i = 0; i < n; i++) eatom[i] = 0.0; } - if (vflag_atom) { + if (vflag_atom && alloc) { n = atom->nlocal; if (force->newton) n += atom->nghost; for (i = 0; i < n; i++) { @@ -1534,7 +1538,7 @@ void Pair::virial_fdotr_compute() void Pair::write_file(int narg, char **arg) { - if (narg < 8) error->all(FLERR,"Illegal pair_write command"); + if (narg != 8 && narg != 10) error->all(FLERR,"Illegal pair_write command"); if (single_enable == 0) error->all(FLERR,"Pair style does not support pair_write"); diff --git a/src/pair.h b/src/pair.h index 16746a29a8798d15017ad3f28400d8bf8bf4e809..3f66c6095a8199b8b4530761af014854efce0914 100644 --- a/src/pair.h +++ b/src/pair.h @@ -221,7 +221,7 @@ class Pair : protected Pointers { int copymode; // if set, do not deallocate during destruction // required when classes are used as functors by Kokkos - virtual void ev_setup(int, int); + virtual void ev_setup(int, int, int alloc = 1); void ev_unset(); void ev_tally_full(int, double, double, double, double, double, double); void ev_tally_xyz_full(int, double, double, diff --git a/src/pair_gauss.cpp b/src/pair_gauss.cpp index c7b77c32709af9e5a854fc671bfa6143dc5ac5d3..c8f6afdacc6853e7df8b697d46958e2053015131 100644 --- a/src/pair_gauss.cpp +++ b/src/pair_gauss.cpp @@ -168,7 +168,7 @@ void PairGauss::settings(int narg, char **arg) cut_global = force->numeric(FLERR,arg[0]); - // reset cutoffs that have been explicity set + // reset cutoffs that have been explicitly set if (allocated) { int i,j; diff --git a/src/procmap.cpp b/src/procmap.cpp index 088939b21828fe708da302722d652542a6bad727..f54ac1915c4b4c934d18d3ae0e848c57df856808 100644 --- a/src/procmap.cpp +++ b/src/procmap.cpp @@ -216,7 +216,7 @@ void ProcMap::numa_grid(int nprocs, int *user_procgrid, int *procgrid, best_factors(numapossible,numafactors,numagrid,1,1,1); - // user_nodegrid = implied user contraints on nodes + // user_nodegrid = implied user constraints on nodes int user_nodegrid[3]; user_nodegrid[0] = user_procgrid[0] / numagrid[0]; diff --git a/src/rcb.cpp b/src/rcb.cpp index 7223e4616aa94c805533bab34115596173cfeff1..1aca015dafb00232abcf59217510fe7f45026b74 100644 --- a/src/rcb.cpp +++ b/src/rcb.cpp @@ -42,7 +42,7 @@ RCB::RCB(LAMMPS *lmp) : Pointers(lmp) dots = NULL; nlist = maxlist = 0; - dotlist = dotmark = NULL; + dotlist = dotmark = dotmark_select = NULL; maxbuf = 0; buf = NULL; @@ -73,6 +73,7 @@ RCB::~RCB() memory->sfree(dots); memory->destroy(dotlist); memory->destroy(dotmark); + memory->destroy(dotmark_select); memory->sfree(buf); memory->destroy(recvproc); @@ -91,6 +92,9 @@ RCB::~RCB() /* ---------------------------------------------------------------------- perform RCB balancing of N particles at coords X in bounding box LO/HI + NEW version: each RCB cut is tested in all dimensions + dimeension that produces 2 boxes with largest min size is selected + this is to prevent very narrow boxes from being produced if wt = NULL, ignore per-particle weights if wt defined, per-particle weights > 0.0 dimension = 2 or 3 @@ -103,6 +107,523 @@ RCB::~RCB() void RCB::compute(int dimension, int n, double **x, double *wt, double *bboxlo, double *bboxhi) +{ + int i,j,k; + int keep,outgoing,incoming,incoming2; + int dim,markactive; + int indexlo,indexhi; + int first_iteration,breakflag; + double wttot,wtlo,wthi,wtsum,wtok,wtupto,wtmax; + double targetlo,targethi; + double valuemin,valuemax,valuehalf,valuehalf_select,smaller; + double tolerance; + MPI_Comm comm,comm_half; + MPI_Request request,request2; + Median med,medme; + + // create list of my Dots + + ndot = nkeep = noriginal = n; + + if (ndot > maxdot) { + maxdot = ndot; + memory->sfree(dots); + dots = (Dot *) memory->smalloc(ndot*sizeof(Dot),"RCB:dots"); + } + + for (i = 0; i < ndot; i++) { + dots[i].x[0] = x[i][0]; + dots[i].x[1] = x[i][1]; + dots[i].x[2] = x[i][2]; + dots[i].proc = me; + dots[i].index = i; + } + + if (wt) + for (i = 0; i < ndot; i++) dots[i].wt = wt[i]; + else + for (i = 0; i < ndot; i++) dots[i].wt = 1.0; + + // initial bounding box = simulation box + // includes periodic or shrink-wrapped boundaries + + lo = bbox.lo; + hi = bbox.hi; + + lo[0] = bboxlo[0]; + lo[1] = bboxlo[1]; + lo[2] = bboxlo[2]; + hi[0] = bboxhi[0]; + hi[1] = bboxhi[1]; + hi[2] = bboxhi[2]; + + cut = 0.0; + cutdim = -1; + + // initialize counters + + counters[0] = 0; + counters[1] = 0; + counters[2] = 0; + counters[3] = ndot; + counters[4] = maxdot; + counters[5] = 0; + counters[6] = 0; + + // create communicator for use in recursion + + MPI_Comm_dup(world,&comm); + + // recurse until partition is a single proc = me + // proclower,procupper = lower,upper procs in partition + // procmid = 1st proc in upper half of partition + + int procpartner,procpartner2; + + int procmid; + int proclower = 0; + int procupper = nprocs - 1; + + while (proclower != procupper) { + + // if odd # of procs, lower partition gets extra one + + procmid = proclower + (procupper - proclower) / 2 + 1; + + // determine communication partner(s) + // readnumber = # of proc partners to read from + + if (me < procmid) + procpartner = me + (procmid - proclower); + else + procpartner = me - (procmid - proclower); + + int readnumber = 1; + if (procpartner > procupper) { + readnumber = 0; + procpartner--; + } + if (me == procupper && procpartner != procmid - 1) { + readnumber = 2; + procpartner2 = procpartner + 1; + } + + // wttot = summed weight of entire partition + // search tolerance = largest single weight (plus epsilon) + // targetlo = desired weight in lower half of partition + // targethi = desired weight in upper half of partition + + wtmax = wtsum = 0.0; + + if (wt) { + for (i = 0; i < ndot; i++) { + wtsum += dots[i].wt; + if (dots[i].wt > wtmax) wtmax = dots[i].wt; + } + } else { + for (i = 0; i < ndot; i++) wtsum += dots[i].wt; + wtmax = 1.0; + } + + MPI_Allreduce(&wtsum,&wttot,1,MPI_DOUBLE,MPI_SUM,comm); + if (wt) MPI_Allreduce(&wtmax,&tolerance,1,MPI_DOUBLE,MPI_MAX,comm); + else tolerance = 1.0; + + tolerance *= 1.0 + TINY; + targetlo = wttot * (procmid - proclower) / (procupper + 1 - proclower); + targethi = wttot - targetlo; + + // attempt a cut in each dimension + // each cut produces 2 boxes, each with a reduced box length in that dim + // smaller = the smaller of the 2 reduced box lengths in that dimension + // choose to cut in dimension which produces largest smaller value + // this should induce final proc sub-boxes to be as cube-ish as possible + // dim_select = selected cut dimension + // valuehalf_select = valuehalf in that dimension + // dotmark_select = dot markings in that dimension + + int dim_select = -1; + double largest = 0.0; + + for (dim = 0; dim < dimension; dim++) { + + // create active list and mark array for dots + // initialize active list to all dots + + if (ndot > maxlist) { + memory->destroy(dotlist); + memory->destroy(dotmark); + memory->destroy(dotmark_select); + maxlist = maxdot; + memory->create(dotlist,maxlist,"RCB:dotlist"); + memory->create(dotmark,maxlist,"RCB:dotmark"); + memory->create(dotmark_select,maxlist,"RCB:dotmark_select"); + } + + nlist = ndot; + for (i = 0; i < nlist; i++) dotlist[i] = i; + + // median iteration + // zoom in on bisector until correct # of dots in each half of partition + // as each iteration of median-loop begins, require: + // all non-active dots are marked with 0/1 in dotmark + // valuemin <= every active dot <= valuemax + // wtlo, wthi = total wt of non-active dots + // when leave median-loop, require only: + // valuehalf = correct cut position + // all dots <= valuehalf are marked with 0 in dotmark + // all dots >= valuehalf are marked with 1 in dotmark + // markactive = which side of cut is active = 0/1 + // indexlo,indexhi = indices of dot closest to median + + wtlo = wthi = 0.0; + valuemin = lo[dim]; + valuemax = hi[dim]; + first_iteration = 1; + indexlo = indexhi = 0; + + while (1) { + + // choose bisector value + // use old value on 1st iteration if old cut dimension is the same + // on 2nd option: could push valuehalf towards geometric center + // with "1.0-factor" to force overshoot + + if (first_iteration && reuse && dim == tree[procmid].dim) { + counters[5]++; + valuehalf = tree[procmid].cut; + if (valuehalf < valuemin || valuehalf > valuemax) + valuehalf = 0.5 * (valuemin + valuemax); + } else if (wt) + valuehalf = valuemin + (targetlo - wtlo) / + (wttot - wtlo - wthi) * (valuemax - valuemin); + else + valuehalf = 0.5 * (valuemin + valuemax); + + first_iteration = 0; + + // initialize local median data structure + + medme.totallo = medme.totalhi = 0.0; + medme.valuelo = -MYHUGE; + medme.valuehi = MYHUGE; + medme.wtlo = medme.wthi = 0.0; + medme.countlo = medme.counthi = 0; + medme.proclo = medme.prochi = me; + + // mark all active dots on one side or other of bisector + // also set all fields in median data struct + // save indices of closest dots on either side + + for (j = 0; j < nlist; j++) { + i = dotlist[j]; + if (dots[i].x[dim] <= valuehalf) { // in lower part + medme.totallo += dots[i].wt; + dotmark[i] = 0; + if (dots[i].x[dim] > medme.valuelo) { // my closest dot + medme.valuelo = dots[i].x[dim]; + medme.wtlo = dots[i].wt; + medme.countlo = 1; + indexlo = i; + } else if (dots[i].x[dim] == medme.valuelo) { // tied for closest + medme.wtlo += dots[i].wt; + medme.countlo++; + } + } + else { // in upper part + medme.totalhi += dots[i].wt; + dotmark[i] = 1; + if (dots[i].x[dim] < medme.valuehi) { // my closest dot + medme.valuehi = dots[i].x[dim]; + medme.wthi = dots[i].wt; + medme.counthi = 1; + indexhi = i; + } else if (dots[i].x[dim] == medme.valuehi) { // tied for closest + medme.wthi += dots[i].wt; + medme.counthi++; + } + } + } + + // combine median data struct across current subset of procs + + counters[0]++; + MPI_Allreduce(&medme,&med,1,med_type,med_op,comm); + + // test median guess for convergence + // move additional dots that are next to cut across it + + if (wtlo + med.totallo < targetlo) { // lower half TOO SMALL + + wtlo += med.totallo; + valuehalf = med.valuehi; + + if (med.counthi == 1) { // only one dot to move + if (wtlo + med.wthi < targetlo) { // move it, keep iterating + if (me == med.prochi) dotmark[indexhi] = 0; + } + else { // only move if beneficial + if (wtlo + med.wthi - targetlo < targetlo - wtlo) + if (me == med.prochi) dotmark[indexhi] = 0; + break; // all done + } + } + else { // multiple dots to move + breakflag = 0; + wtok = 0.0; + if (medme.valuehi == med.valuehi) wtok = medme.wthi; + if (wtlo + med.wthi >= targetlo) { // all done + MPI_Scan(&wtok,&wtupto,1,MPI_DOUBLE,MPI_SUM,comm); + wtmax = targetlo - wtlo; + if (wtupto > wtmax) wtok = wtok - (wtupto - wtmax); + breakflag = 1; + } // wtok = most I can move + for (j = 0, wtsum = 0.0; j < nlist && wtsum < wtok; j++) { + i = dotlist[j]; + if (dots[i].x[dim] == med.valuehi) { // only move if better + if (wtsum + dots[i].wt - wtok < wtok - wtsum) + dotmark[i] = 0; + wtsum += dots[i].wt; + } + } + if (breakflag) break; // done if moved enough + } + + wtlo += med.wthi; + if (targetlo-wtlo <= tolerance) break; // close enough + + valuemin = med.valuehi; // iterate again + markactive = 1; + } + + else if (wthi + med.totalhi < targethi) { // upper half TOO SMALL + + wthi += med.totalhi; + valuehalf = med.valuelo; + + if (med.countlo == 1) { // only one dot to move + if (wthi + med.wtlo < targethi) { // move it, keep iterating + if (me == med.proclo) dotmark[indexlo] = 1; + } + else { // only move if beneficial + if (wthi + med.wtlo - targethi < targethi - wthi) + if (me == med.proclo) dotmark[indexlo] = 1; + break; // all done + } + } + else { // multiple dots to move + breakflag = 0; + wtok = 0.0; + if (medme.valuelo == med.valuelo) wtok = medme.wtlo; + if (wthi + med.wtlo >= targethi) { // all done + MPI_Scan(&wtok,&wtupto,1,MPI_DOUBLE,MPI_SUM,comm); + wtmax = targethi - wthi; + if (wtupto > wtmax) wtok = wtok - (wtupto - wtmax); + breakflag = 1; + } // wtok = most I can move + for (j = 0, wtsum = 0.0; j < nlist && wtsum < wtok; j++) { + i = dotlist[j]; + if (dots[i].x[dim] == med.valuelo) { // only move if better + if (wtsum + dots[i].wt - wtok < wtok - wtsum) + dotmark[i] = 1; + wtsum += dots[i].wt; + } + } + if (breakflag) break; // done if moved enough + } + + wthi += med.wtlo; + if (targethi-wthi <= tolerance) break; // close enough + + valuemax = med.valuelo; // iterate again + markactive = 0; + } + + else // Goldilocks result: both partitions just right + break; + + // shrink the active list + + k = 0; + for (j = 0; j < nlist; j++) { + i = dotlist[j]; + if (dotmark[i] == markactive) dotlist[k++] = i; + } + nlist = k; + } + + // cut produces 2 sub-boxes with reduced size in dim + // compare smaller of the 2 sizes to previous dims + // keep dim that has the largest smaller + + smaller = MIN(valuehalf-lo[dim],hi[dim]-valuehalf); + if (smaller > largest) { + largest = smaller; + dim_select = dim; + valuehalf_select = valuehalf; + memcpy(dotmark_select,dotmark,ndot*sizeof(int)); + } + } + + // copy results for best dim cut into dim,valuehalf,dotmark + + dim = dim_select; + valuehalf = valuehalf_select; + memcpy(dotmark,dotmark_select,ndot*sizeof(int)); + + // found median + // store cut info only if I am procmid + + if (me == procmid) { + cut = valuehalf; + cutdim = dim; + } + + // use cut to shrink my RCB bounding box + + if (me < procmid) hi[dim] = valuehalf; + else lo[dim] = valuehalf; + + // outgoing = number of dots to ship to partner + // nkeep = number of dots that have never migrated + + markactive = (me < procpartner); + for (i = 0, keep = 0, outgoing = 0; i < ndot; i++) + if (dotmark[i] == markactive) outgoing++; + else if (i < nkeep) keep++; + nkeep = keep; + + // alert partner how many dots I'll send, read how many I'll recv + + MPI_Send(&outgoing,1,MPI_INT,procpartner,0,world); + incoming = 0; + if (readnumber) { + MPI_Recv(&incoming,1,MPI_INT,procpartner,0,world,MPI_STATUS_IGNORE); + if (readnumber == 2) { + MPI_Recv(&incoming2,1,MPI_INT,procpartner2,0,world,MPI_STATUS_IGNORE); + incoming += incoming2; + } + } + + // check if need to alloc more space + + int ndotnew = ndot - outgoing + incoming; + if (ndotnew > maxdot) { + while (maxdot < ndotnew) maxdot += DELTA; + dots = (Dot *) memory->srealloc(dots,maxdot*sizeof(Dot),"RCB::dots"); + counters[6]++; + } + + counters[1] += outgoing; + counters[2] += incoming; + if (ndotnew > counters[3]) counters[3] = ndotnew; + if (maxdot > counters[4]) counters[4] = maxdot; + + // malloc comm send buffer + + if (outgoing > maxbuf) { + memory->sfree(buf); + maxbuf = outgoing; + buf = (Dot *) memory->smalloc(maxbuf*sizeof(Dot),"RCB:buf"); + } + + // fill buffer with dots that are marked for sending + // pack down the unmarked ones + + keep = outgoing = 0; + for (i = 0; i < ndot; i++) { + if (dotmark[i] == markactive) + memcpy(&buf[outgoing++],&dots[i],sizeof(Dot)); + else + memcpy(&dots[keep++],&dots[i],sizeof(Dot)); + } + + // post receives for dots + + if (readnumber > 0) { + MPI_Irecv(&dots[keep],incoming*sizeof(Dot),MPI_CHAR, + procpartner,1,world,&request); + if (readnumber == 2) { + keep += incoming - incoming2; + MPI_Irecv(&dots[keep],incoming2*sizeof(Dot),MPI_CHAR, + procpartner2,1,world,&request2); + } + } + + // handshake before sending dots to insure recvs have been posted + + if (readnumber > 0) { + MPI_Send(NULL,0,MPI_INT,procpartner,0,world); + if (readnumber == 2) MPI_Send(NULL,0,MPI_INT,procpartner2,0,world); + } + MPI_Recv(NULL,0,MPI_INT,procpartner,0,world,MPI_STATUS_IGNORE); + + // send dots to partner + + MPI_Rsend(buf,outgoing*sizeof(Dot),MPI_CHAR,procpartner,1,world); + + // wait until all dots are received + + if (readnumber > 0) { + MPI_Wait(&request,MPI_STATUS_IGNORE); + if (readnumber == 2) MPI_Wait(&request2,MPI_STATUS_IGNORE); + } + + ndot = ndotnew; + + // cut partition in half, create new communicators of 1/2 size + + int split; + if (me < procmid) { + procupper = procmid - 1; + split = 0; + } else { + proclower = procmid; + split = 1; + } + + MPI_Comm_split(comm,split,me,&comm_half); + MPI_Comm_free(&comm); + comm = comm_half; + } + + // clean up + + MPI_Comm_free(&comm); + + // set public variables with results of rebalance + + nfinal = ndot; + + if (nfinal > maxrecv) { + memory->destroy(recvproc); + memory->destroy(recvindex); + maxrecv = nfinal; + memory->create(recvproc,maxrecv,"RCB:recvproc"); + memory->create(recvindex,maxrecv,"RCB:recvindex"); + } + + for (i = 0; i < nfinal; i++) { + recvproc[i] = dots[i].proc; + recvindex[i] = dots[i].index; + } +} + +/* ---------------------------------------------------------------------- + perform RCB balancing of N particles at coords X in bounding box LO/HI + OLD version: each RCB cut is made in longest dimension of sub-box + if wt = NULL, ignore per-particle weights + if wt defined, per-particle weights > 0.0 + dimension = 2 or 3 + as documented in rcb.h: + sets noriginal,nfinal,nkeep,recvproc,recvindex,lo,hi + all proc particles will be inside or on surface of 3-d box + defined by final lo/hi + // NOTE: worry about re-use of data structs for fix balance? +------------------------------------------------------------------------- */ + +void RCB::compute_old(int dimension, int n, double **x, double *wt, + double *bboxlo, double *bboxhi) { int i,j,k; int keep,outgoing,incoming,incoming2; diff --git a/src/rcb.h b/src/rcb.h index 7a82d42f93b1fe96b402f45c29a2f583d8ec0eaa..90b82f5952df5761500c7f5392900847e009f19d 100644 --- a/src/rcb.h +++ b/src/rcb.h @@ -42,6 +42,7 @@ class RCB : protected Pointers { RCB(class LAMMPS *); ~RCB(); void compute(int, int, double **, double *, double *, double *); + void compute_old(int, int, double **, double *, double *, double *); void invert(int sortflag = 0); bigint memory_usage(); @@ -99,6 +100,7 @@ class RCB : protected Pointers { int maxlist; int *dotlist; int *dotmark; + int *dotmark_select; int maxbuf; Dot *buf; diff --git a/src/region_block.cpp b/src/region_block.cpp index f1787d2ca2f2ee403ff880120315461bb799f5ad..769edb14899e2e3835d30b579229888e853c7beb 100644 --- a/src/region_block.cpp +++ b/src/region_block.cpp @@ -401,7 +401,7 @@ double RegBlock::find_closest_point(int i, double *x, zc = p[2]; } - point_on_line_segment(corners[i][3],corners[i][4],x,p); + point_on_line_segment(corners[i][3],corners[i][0],x,p); d2 = (p[0]-x[0])*(p[0]-x[0]) + (p[1]-x[1])*(p[1]-x[1]) + (p[2]-x[2])*(p[2]-x[2]); if (d2 < d2min) { diff --git a/src/region_cylinder.h b/src/region_cylinder.h index bc5255b343019d5c312758c98d4c5bffffc210cc..e065c7d3f1bfdddda42b7db2cd193e07cc2b5d28 100644 --- a/src/region_cylinder.h +++ b/src/region_cylinder.h @@ -78,6 +78,6 @@ Self-explanatory. E: Variable for region cylinder is invalid style -Only equal-style varaibles are allowed. +Only equal-style variables are allowed. */ diff --git a/src/region_sphere.h b/src/region_sphere.h index 9e1fb4e739ce56b696ed9bfc462a716f6e192215..c003a9165128108efcb1ac0b65b868bdafb957fe 100644 --- a/src/region_sphere.h +++ b/src/region_sphere.h @@ -69,6 +69,6 @@ Self-explanatory. E: Variable for region sphere is invalid style -Only equal-style varaibles are allowed. +Only equal-style variables are allowed. */ diff --git a/src/rerun.cpp b/src/rerun.cpp index 493e5dca10e7966593c72afc37799ee063f34ae6..6081a6fc4721026ba3c89db20a3098cb7718735c 100644 --- a/src/rerun.cpp +++ b/src/rerun.cpp @@ -124,7 +124,7 @@ void Rerun::command(int narg, char **arg) if (nremain) rd->setup_reader(nremain,&arg[narg-nremain]); else rd->setup_reader(0,NULL); - // perform the psuedo run + // perform the pseudo run // invoke lmp->init() only once // read all relevant snapshots // use setup_minimal() since atoms are already owned by correct procs diff --git a/src/run.h b/src/run.h index 5f6accbfac32383298602e1b79d02a0db56ef152..727b23f1c4ec82ee9017664c605fe767d436dbb0 100644 --- a/src/run.h +++ b/src/run.h @@ -71,6 +71,6 @@ Self-explanatory. E: Too many timesteps -The cummulative timesteps must fit in a 64-bit integer. +The cumulative timesteps must fit in a 64-bit integer. */ diff --git a/src/thermo.cpp b/src/thermo.cpp index 3d3a28cde8a6d47e18cbfb568d995d2a320ab8d9..dbbeff4998524443e3084651a99a3ca9a4ea445b 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -55,7 +55,8 @@ using namespace MathConst; // customize a new keyword by adding to this list: -// step, elapsed, elaplong, dt, time, cpu, tpcpu, spcpu, cpuremain, part, timeremain +// step, elapsed, elaplong, dt, time, cpu, tpcpu, spcpu, cpuremain, +// part, timeremain // atoms, temp, press, pe, ke, etotal, enthalpy // evdwl, ecoul, epair, ebond, eangle, edihed, eimp, emol, elong, etail // vol, density, lx, ly, lz, xlo, xhi, ylo, yhi, zlo, zhi, xy, xz, yz, @@ -394,6 +395,11 @@ void Thermo::compute(int flag) if (flushflag) fflush(logfile); } } + + // set to 1, so that subsequent invocations of CPU time will be non-zero + // e.g. via variables in print command + + firststep = 1; } /* ---------------------------------------------------------------------- @@ -1054,7 +1060,7 @@ int Thermo::add_variable(const char *id) compute a single thermodynamic value, word is any keyword in custom list called when a variable is evaluated by Variable class return value as double in answer - return 0 if str is recoginzed keyword, 1 if unrecognized + return 0 if str is recognized keyword, 1 if unrecognized customize a new keyword by adding to if statement ------------------------------------------------------------------------- */ diff --git a/src/thermo.h b/src/thermo.h index ddbe3cc95b7ef1eff7ade1f48417a0610c4a1981..d87e8fce3d9e98cb26be277ea9aeeaf5e2f6984f 100644 --- a/src/thermo.h +++ b/src/thermo.h @@ -95,7 +95,7 @@ class Thermo : protected Pointers { char **id_fix; // their IDs class Fix **fixes; // list of ptrs to the Fix objects - int nvariable; // # of variables evaulated by thermo + int nvariable; // # of variables evaluated by thermo char **id_variable; // list of variable names int *variables; // list of Variable indices @@ -236,7 +236,7 @@ E: Lost atoms: original %ld current %ld Lost atoms are checked for each time thermo output is done. See the thermo_modify lost command for options. Lost atoms usually indicate bad dynamics, e.g. atoms have been blown far out of the simulation -box, or moved futher than one processor's sub-domain away before +box, or moved further than one processor's sub-domain away before reneighboring. W: Lost atoms: original %ld current %ld @@ -244,7 +244,7 @@ W: Lost atoms: original %ld current %ld Lost atoms are checked for each time thermo output is done. See the thermo_modify lost command for options. Lost atoms usually indicate bad dynamics, e.g. atoms have been blown far out of the simulation -box, or moved futher than one processor's sub-domain away before +box, or moved further than one processor's sub-domain away before reneighboring. E: Thermo style does not use temp diff --git a/src/variable.cpp b/src/variable.cpp index 67c89519746ce238d467f3960820e382c8a69782..3eea50a463cf2f99720238cdbb3a25793e60e885 100644 --- a/src/variable.cpp +++ b/src/variable.cpp @@ -1004,7 +1004,7 @@ void Variable::compute_atom(int ivar, int igroup, return length of vector and result pointer to vector values if length == 0 or -1 (mismatch), generate an error if variable already computed on this timestep, just return - else evaulate the formula and its length, store results in VecVar entry + else evaluate the formula and its length, store results in VecVar entry ------------------------------------------------------------------------- */ int Variable::compute_vector(int ivar, double **result) @@ -2747,7 +2747,7 @@ double Variable::collapse_tree(Tree *tree) /* ---------------------------------------------------------------------- evaluate an atom-style or vector-style variable parse tree index I = atom I or vector index I - tree was created by one-time parsing of formula string via evaulate() + tree was created by one-time parsing of formula string via evaluate() customize by adding a function: sqrt(),exp(),ln(),log(),sin(),cos(),tan(),asin(),acos(),atan(), atan2(y,x),random(x,y,z),normal(x,y,z),ceil(),floor(),round(), diff --git a/src/variable.h b/src/variable.h index 042ce5b3fe448577b2b7265814bf5c40132aa5ef..76607e96b404ab3ade4ec4cb9fe134bdc0f396ed 100644 --- a/src/variable.h +++ b/src/variable.h @@ -210,7 +210,7 @@ This is to insure they stay in sync. E: Variable has circular dependency A circular dependency is when variable "a" in used by variable "b" and -variable "b" is also used by varaible "a". Circular dependencies with +variable "b" is also used by variable "a". Circular dependencies with longer chains of dependence are also not allowed. E: Python variable does not match Python function @@ -355,7 +355,7 @@ Self-explanatory. E: Non digit character between brackets in variable -Self-explantory. +Self-explanatory. E: Mismatched brackets in variable diff --git a/src/version.h b/src/version.h index 9f6021787c1871f25f6ca2419359b94ef45c3cc2..e0aa18371ccee56ed85a2ef6455314d70f954c41 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "21 Feb 2017" +#define LAMMPS_VERSION "10 Mar 2017" diff --git a/tools/eff/cfg2lammps.py b/tools/eff/cfg2lammps.py index 1bf364aa93e7dd010fe7be04a436d385a4518b26..49830dbb097bf6e9e9a66f95a8de4784e25fea05 100644 --- a/tools/eff/cfg2lammps.py +++ b/tools/eff/cfg2lammps.py @@ -217,7 +217,7 @@ def generate_lammps_input(infile): if line.find("e_field_packet_duration")>=0: continue if line.find("set_limit")>=0: - continue # need to add this contraint + continue # need to add this constraint if line.find("set_limit_stiffness")>=0: continue if line.find("output_position")>=0: diff --git a/tools/i-pi/drivers/driver.f90 b/tools/i-pi/drivers/driver.f90 index 9ff992dab329c8d6c09ad98e52ae58348174cfb7..646f1e9addbae368d6edada3ee73242fe2cddc22 100644 --- a/tools/i-pi/drivers/driver.f90 +++ b/tools/i-pi/drivers/driver.f90 @@ -67,7 +67,7 @@ INTEGER i ! parse the command line parameters - ! intialize defaults + ! initialize defaults ccmd = 0 inet = 1 host = "localhost"//achar(0) diff --git a/tools/i-pi/ipi/engine/atoms.py b/tools/i-pi/ipi/engine/atoms.py index 02ffcd75515197215e4f33b7be1884352cd81c1a..fd52ccf96bdd8c39ff3e818dca7e02e3fac6e1ba 100644 --- a/tools/i-pi/ipi/engine/atoms.py +++ b/tools/i-pi/ipi/engine/atoms.py @@ -120,7 +120,7 @@ class Atoms(dobject): Each replica and the centroid coordinate are all held as Atoms objects, and so slices of the global position and momentum arrays must be used in - the initialisation so that they always agree with each other. + the initialization so that they always agree with each other. Args: natoms: An integer giving the number of atoms. diff --git a/tools/i-pi/ipi/engine/initializer.py b/tools/i-pi/ipi/engine/initializer.py index 466677938a18de1030c123cfc234fa6f973020bb..de629c7f964055a2738e6b27ed2f68d4d3e240e8 100644 --- a/tools/i-pi/ipi/engine/initializer.py +++ b/tools/i-pi/ipi/engine/initializer.py @@ -70,7 +70,7 @@ class InitBase(dobject): Args: value: A string which specifies what value to initialize the simulation property to. - mode: A string specifiying what style of initialization should be + mode: A string specifying what style of initialization should be used to read the data. units: A string giving which unit the value is in. """ @@ -97,7 +97,7 @@ class InitIndexed(InitBase): Args: value: A string which specifies what value to initialize the simulation property to. - mode: A string specifiying what style of initialization should be + mode: A string specifying what style of initialization should be used to read the data. units: A string giving which unit the value is in. index: Which atom to initialize the value of. diff --git a/tools/i-pi/ipi/engine/properties.py b/tools/i-pi/ipi/engine/properties.py index 1ea07bda87b3a79f43b24fad16308e437b0ec564..a76aca1fafe9f4741c209e3ea9dc1e5708be52d8 100644 --- a/tools/i-pi/ipi/engine/properties.py +++ b/tools/i-pi/ipi/engine/properties.py @@ -460,7 +460,7 @@ class Properties(dobject): key: A string contained in property_dict. Returns: - The property labelled by the keyword key, along with its unit + The property labeled by the keyword key, along with its unit keyword, and the argument lists for the function used to calculate the property specified by the keyword key. """ @@ -1216,7 +1216,7 @@ class Trajectories(dobject): key: A string contained in trajectory_dict. Returns: - The trajectory labelled by the keyword key, along with its unit + The trajectory labeled by the keyword key, along with its unit keyword, and the argument lists for the function used to calculate the trajectory specified by the keyword key. """ diff --git a/tools/i-pi/ipi/engine/simulation.py b/tools/i-pi/ipi/engine/simulation.py index 42645939ee994c82611f302b8eb57f41bfdc1464..3c16a99621b4789c84cd4afc924d673896036620 100644 --- a/tools/i-pi/ipi/engine/simulation.py +++ b/tools/i-pi/ipi/engine/simulation.py @@ -49,7 +49,7 @@ class Simulation(dobject): """Main simulation object. Contains all the references and the main dynamics loop. Also handles the - initialisation and output. + initialization and output. Attributes: beads: A beads object giving the atom positions. diff --git a/tools/i-pi/ipi/engine/thermostats.py b/tools/i-pi/ipi/engine/thermostats.py index 5375bb917e4349d3b550200f24c759d3bfa0a6c3..1fb048ec27c8becd0c96f6d526bf97fce0f3f0c9 100644 --- a/tools/i-pi/ipi/engine/thermostats.py +++ b/tools/i-pi/ipi/engine/thermostats.py @@ -691,7 +691,7 @@ class ThermoNMGLE(Thermostat): """ def get_C(self): - """Calculates C from temp (if C is not set explicitely).""" + """Calculates C from temp (if C is not set explicitly).""" rv = np.ndarray((self.nb, self.ns+1, self.ns+1), float) for b in range(0,self.nb): diff --git a/tools/i-pi/ipi/interfaces/sockets.py b/tools/i-pi/ipi/interfaces/sockets.py index 998a87d113455d36019007425de7cdaf5a20e1cf..2783d31e06a56b9e573348a8d4e1dc09c1822b03 100644 --- a/tools/i-pi/ipi/interfaces/sockets.py +++ b/tools/i-pi/ipi/interfaces/sockets.py @@ -243,7 +243,7 @@ class DriverSocket(socket.socket): return np.fromstring(self._buf[0:blen], dest.dtype).reshape(dest.shape) def initialize(self, rid, pars): - """Sends the initialisation string to the driver. + """Sends the initialization string to the driver. Args: rid: The index of the request, i.e. the replica that @@ -456,13 +456,13 @@ class InterfaceSocket(object): """Adds a request. Note that the pars dictionary need to be sent as a string of a - standard format so that the initialisation of the driver can be done. + standard format so that the initialization of the driver can be done. Args: atoms: An Atoms object giving the atom positions. cell: A Cell object giving the system box. pars: An optional dictionary giving the parameters to be sent to the - driver for initialisation. Defaults to {}. + driver for initialization. Defaults to {}. reqid: An optional integer that identifies requests of the same type, e.g. the bead index diff --git a/tools/i-pi/ipi/utils/depend.py b/tools/i-pi/ipi/utils/depend.py index 1ca361f781109db2754ec28c8638c491c2edfcbc..4b87323533f5eb180de71d5d82c576bcf8c223f9 100644 --- a/tools/i-pi/ipi/utils/depend.py +++ b/tools/i-pi/ipi/utils/depend.py @@ -115,7 +115,7 @@ class depend_base(object): def __init__(self, name, synchro=None, func=None, dependants=None, dependencies=None, tainted=None): """Initialises depend_base. - An unusual initialisation routine, as it has to be able to deal with the + An unusual initialization routine, as it has to be able to deal with the depend array mechanism for returning slices as new depend arrays. This is the reason for the penultimate if statement; it automatically diff --git a/tools/moltemplate/examples/force_field_AMBER/waterTIP3P+isobutane/README.TXT b/tools/moltemplate/examples/force_field_AMBER/waterTIP3P+isobutane/README.TXT index b57d0e76c87e69f017754bc77492cb2280d4eef9..6ec463efab12ac8e4da7b3a1f991e4ffba475e16 100644 --- a/tools/moltemplate/examples/force_field_AMBER/waterTIP3P+isobutane/README.TXT +++ b/tools/moltemplate/examples/force_field_AMBER/waterTIP3P+isobutane/README.TXT @@ -2,7 +2,7 @@ The simulation consists of a mixture of isobutane and water. Over time (less than 1 ns), the two molecules phase-separate. The GAFF parameters are applied only to the isobutane molecule. -(The water molecule paramters are defined explicitly in +(The water molecule parameters are defined explicitly in src/moltemplate_force_fields/tip3p_2004.lt) WARNING: THIS IS A PRELIMINARY EXAMPLE WHICH USES AMBER'S GAFF FORCE FIELD. diff --git a/tools/moltemplate/src/bonds_by_type.py b/tools/moltemplate/src/bonds_by_type.py index 786a6a8a864b169aba48aa25839036a03ee9f7e0..919cfa51af7369094d92d642d333099a4de96a74 100644 --- a/tools/moltemplate/src/bonds_by_type.py +++ b/tools/moltemplate/src/bonds_by_type.py @@ -315,7 +315,7 @@ if __name__ == "__main__": elif argv[i][0] == '-': raise ttree_lex.InputError('Error('+g_program_name+'):\n' - 'Unrecogized command line argument \"'+argv[i]+'\"\n') + 'Unrecognized command line argument \"'+argv[i]+'\"\n') else: i += 1 diff --git a/tools/moltemplate/src/chargepairs_by_type.py b/tools/moltemplate/src/chargepairs_by_type.py index 0d006abd5a9e481e654e620cbd703a5b91469dea..3de8131141ee9342ade0b81c3a30dd39bc786ce7 100644 --- a/tools/moltemplate/src/chargepairs_by_type.py +++ b/tools/moltemplate/src/chargepairs_by_type.py @@ -328,7 +328,7 @@ if __name__ == "__main__": elif argv[i][0] == '-': raise ttree_lex.InputError('Error('+g_program_name+'):\n' - 'Unrecogized command line argument \"'+argv[i]+'\"\n') + 'Unrecognized command line argument \"'+argv[i]+'\"\n') else: i += 1 diff --git a/tools/moltemplate/src/dump2data.py b/tools/moltemplate/src/dump2data.py index adcb5a03695fea9cb65dfe615e66d0e9e5db720e..25c73219dd04226859dcccdb260825689e601b65 100644 --- a/tools/moltemplate/src/dump2data.py +++ b/tools/moltemplate/src/dump2data.py @@ -458,7 +458,7 @@ def ParseArgs(argv, del(argv[i:i+2]) elif ((argv[i][0] == '-') and (__name__ == "__main__")): - raise InputError('Error(dump2data): Unrecogized command line argument \"'+argv[i]+'\"\n') + raise InputError('Error(dump2data): Unrecognized command line argument \"'+argv[i]+'\"\n') else: i += 1 diff --git a/tools/moltemplate/src/lttree.py b/tools/moltemplate/src/lttree.py index c77d82043403cd748bb324297c08fa9a88f30897..743419eb2b9dde0e0d3ab41cf73860e945838c3e 100644 --- a/tools/moltemplate/src/lttree.py +++ b/tools/moltemplate/src/lttree.py @@ -165,7 +165,7 @@ def LttreeParseArgs(argv, settings): elif ((argv[i][0] == '-') and (__name__ == "__main__")): #elif (__name__ == "__main__"): raise InputError('Error('+g_program_name+'):\n' - 'Unrecogized command line argument \"'+argv[i]+'\"\n') + 'Unrecognized command line argument \"'+argv[i]+'\"\n') else: i += 1 diff --git a/tools/moltemplate/src/moltemplate.sh b/tools/moltemplate/src/moltemplate.sh index 3a8d17bcd631eee0ecdcc12ae9f4fae1c5931fd5..d6f76a2483d04af9fce6b3ea7521b58137275d83 100755 --- a/tools/moltemplate/src/moltemplate.sh +++ b/tools/moltemplate/src/moltemplate.sh @@ -57,7 +57,7 @@ ERR_INTERNAL() echo " !!!!!! Possible internal error !!!!!!" >&2 echo "This could be a bug in moltemplate." >&2 echo "Please report this error." >&2 - echo "(And please include the last few lines of moltemplate output preceeding this.)" >&2 + echo "(And please include the last few lines of moltemplate output preceding this.)" >&2 echo " Thank you." >&2 exit 100 } diff --git a/tools/moltemplate/src/moltemplate_force_fields/amber/amberparm2lt.sh b/tools/moltemplate/src/moltemplate_force_fields/amber/amberparm2lt.sh index 7ef489d5f099cbcee119390b39de97905b73475b..92e7e2c42a71203c4a2131c3ab72cf99c0694676 100755 --- a/tools/moltemplate/src/moltemplate_force_fields/amber/amberparm2lt.sh +++ b/tools/moltemplate/src/moltemplate_force_fields/amber/amberparm2lt.sh @@ -159,7 +159,7 @@ echo " # ---------------------------------------------------------------------- #echo " # This file was automatically generated by \"common/amber/amberparm2lt.sh\"" echo " # The basic atom nomenclature and conventions are explained here:" echo " # http://ambermd.org/antechamber/gaff.pdf" -echo " # For reference, the original gaff.dat file and format documenation are here:" +echo " # For reference, the original gaff.dat file and format documentation are here:" echo " # http://ambermd.org/AmberTools-get.html" echo " # http://ambermd.org/formats.html#parm.dat" echo " # ----------------------------------------------------------------------" diff --git a/tools/moltemplate/src/moltemplate_force_fields/gaff.lt b/tools/moltemplate/src/moltemplate_force_fields/gaff.lt index 82063a721b635519b8e80dc792ff44095506f02a..683dbf4ee42e01d7556487963fa1a659809b2b53 100644 --- a/tools/moltemplate/src/moltemplate_force_fields/gaff.lt +++ b/tools/moltemplate/src/moltemplate_force_fields/gaff.lt @@ -44,7 +44,7 @@ GAFF { # ---------------------------------------------------------------------- # The basic atom nomenclature and conventions are explained here: # http://ambermd.org/antechamber/gaff.pdf - # For reference, the original gaff.dat file and format documenation are here: + # For reference, the original gaff.dat file and format documentation are here: # http://ambermd.org/AmberTools-get.html # http://ambermd.org/formats.html#parm.dat # ---------------------------------------------------------------------- diff --git a/tools/moltemplate/src/moltemplate_force_fields/oplsaa/README.TXT b/tools/moltemplate/src/moltemplate_force_fields/oplsaa/README.TXT index 3bb903968ae2cc3cb9e22cb7c0b2050c20123311..ab7c32530a2732902407bcd87b6506ea14d35954 100644 --- a/tools/moltemplate/src/moltemplate_force_fields/oplsaa/README.TXT +++ b/tools/moltemplate/src/moltemplate_force_fields/oplsaa/README.TXT @@ -5,7 +5,7 @@ NOTE: THE "oplsaa_moltemplate.py" SCRIPT HAS MOVED TO THE "../src/" DIRECTORY. Description: Unfortunately, moltemplate does not come with a file containing OPLSAA -paramters which is ready to use. You must build it yourself. +parameters which is ready to use. You must build it yourself. This directory has tools and instructions to explain how to do this. ----------------------------- diff --git a/tools/moltemplate/src/moltemplate_scripts_depreciated/oplsaa_moltemplate.py b/tools/moltemplate/src/moltemplate_scripts_depreciated/oplsaa_moltemplate.py index 059aacaafb487a1f72fd7f7b7c02b046f2695785..5a2ce05c4a1ce26479d313e2de6d1d6068baf673 100755 --- a/tools/moltemplate/src/moltemplate_scripts_depreciated/oplsaa_moltemplate.py +++ b/tools/moltemplate/src/moltemplate_scripts_depreciated/oplsaa_moltemplate.py @@ -109,7 +109,7 @@ atom_lookup={} #this dictionary contains all the atom ffid's as a key and the nu #atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms atom=[[-10000,-10000] for i in range(0,max_atomType+1)] #charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type +#vdw_by_type={} # lookup epsilon & sigma parameters by atom type charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma diff --git a/tools/moltemplate/src/nbody_by_type.py b/tools/moltemplate/src/nbody_by_type.py index ee9884302befb8991fd21dfd3a7bdc4f60efc5b4..13fc012015d5a7678c7ff6c77ff90cc85cb1e040 100644 --- a/tools/moltemplate/src/nbody_by_type.py +++ b/tools/moltemplate/src/nbody_by_type.py @@ -524,7 +524,7 @@ if __name__ == "__main__": elif argv[i][0] == '-': raise InputError('Error('+g_program_name+'):\n' - 'Unrecogized command line argument \"'+argv[i]+'\"\n') + 'Unrecognized command line argument \"'+argv[i]+'\"\n') else: i += 1 diff --git a/tools/moltemplate/src/ttree.py b/tools/moltemplate/src/ttree.py index 87c385f27bfb98ce4c6b96b4d561ab2a964334be..dda1880c1d41ba3e4abc9b6b1487a1819a2861d2 100644 --- a/tools/moltemplate/src/ttree.py +++ b/tools/moltemplate/src/ttree.py @@ -2489,7 +2489,7 @@ class StaticObj(object): raise InputError('Error('+g_module_name+'.StaticObj.Parse()):\n' ' Error near '+lex.error_leader()+'\n' ' new '+class_name_str+'\n' - 'Bracketed number should be preceeded by a class name.') + 'Bracketed number should be preceded by a class name.') class_names = [] weights = [] num_by_type = [] @@ -2979,7 +2979,7 @@ class StaticObj(object): # Dots in class names can appear for 2 reasons: # 1) as part of a path like "../" describing the location # where this class was defined relative to the caller. - # In that case it will be preceeded or followed by + # In that case it will be preceded or followed by # either another dot '.', or a slash '/' # 2) as part of a "suffix" which appears after the name # containing instructions which modify how to @@ -4434,7 +4434,7 @@ def ExtractFormattingCommands(suffix): if suffix[-1] != ')': # Format functions are always followed by parens return None, None else: - idot = suffix.find('.') # Format functions usually preceeded by '.' + idot = suffix.find('.') # Format functions usually preceded by '.' ioparen = suffix.find('(') icparen = suffix.find(')') format_fname = suffix[idot+1:ioparen] @@ -5113,7 +5113,7 @@ def BasicUIParseArgs(argv, settings): elif ((argv[i][0] == '-') and (__name__ == "__main__")): #elif (__name__ == "__main__"): raise InputError('Error('+g_filename+'):\n' - 'Unrecogized command line argument \"'+argv[i]+'\"\n') + 'Unrecognized command line argument \"'+argv[i]+'\"\n') else: i += 1 @@ -5177,7 +5177,7 @@ def BasicUI(settings, # Parsing, and compiling is a multi-pass process. - # Step 1: Read in the StaticObj (class) defintions, without checking + # Step 1: Read in the StaticObj (class) definitions, without checking # whether or not the instance_children refer to valid StaticObj types. sys.stderr.write('parsing the class definitions...') static_tree_root.Parse(settings.lex) diff --git a/tools/moltemplate/src/ttree_lex.py b/tools/moltemplate/src/ttree_lex.py index a8bb10a73c69ea6ba3b9b6bb38501ea499cb0742..d0938047c7a471b55b55ac9bfacca3aa38c626f9 100644 --- a/tools/moltemplate/src/ttree_lex.py +++ b/tools/moltemplate/src/ttree_lex.py @@ -1107,7 +1107,7 @@ def _DeleteLineFromTemplate(tmpl_list, tmpl_list is an alternating list of VarRefs and TextBlocks. To identify the line, the index corresponding to one of the entries in the tmpl_list is used. (Usually it is a VarRef) - The text after the preceeding newline, and the text up to the next newline + The text after the preceding newline, and the text up to the next newline (starting from the beginning of the current entry, if a TextBlock) is deleted, including any VarRef (variables) located in between. @@ -1505,7 +1505,7 @@ class TemplateLexer(TtreeShlex): new member function (ReadTemplate()), which can read in a block of raw text, (halting at an (non-escaped) terminal character), and split the text into alternating blocks of text and variables. (As far as this lexer is - concerned, "variables" are simply tokens preceeded by $ or @ characters, + concerned, "variables" are simply tokens preceded by $ or @ characters, and surrounded by optional curly-brackets {}.) """ @@ -1652,7 +1652,7 @@ class TemplateLexer(TtreeShlex): (for example, '}' in "\}" does not cause terminate parsing). In that case, the text is considered normal text. (However the '\' character is also stripped out. It is also stripped out if it - preceeds any characters in "other_esc_chars", which is + precedes any characters in "other_esc_chars", which is the second argument. Otherwise it is left in the text block.) """ diff --git a/tools/msi2lmp/frc_files/cvff_aug.frc b/tools/msi2lmp/frc_files/cvff_aug.frc index 9fcdd300688e0e1c03c81b02656a58c1a346ab60..75af9ace24d44241c171a4272c4a378be0ec556f 100644 --- a/tools/msi2lmp/frc_files/cvff_aug.frc +++ b/tools/msi2lmp/frc_files/cvff_aug.frc @@ -209,7 +209,7 @@ #define cvff_aug -> This specifes the use of the ionic parameter types +> This specifies the use of the ionic parameter types !Ver Ref Function Label !---- --- --------------------------------- ------ diff --git a/tools/msi2lmp/frc_files/pcff.frc b/tools/msi2lmp/frc_files/pcff.frc index ce24f000cb7196b38563b331ad41e69316ac7404..a06b04202a4f9e641d1c8c702ae42301ea38c7f4 100644 --- a/tools/msi2lmp/frc_files/pcff.frc +++ b/tools/msi2lmp/frc_files/pcff.frc @@ -158,7 +158,7 @@ 1.0 1 op 15.99940 O 2 sp2 aromatic in 5 membered ring 3.0 10 osh 15.99491 O 2 oxygen atom in terminal hydroxyl group on silicon 1.0 1 osi 16.00000 O 2 siloxane oxygen - 3.0 10 oss 15.99491 O 2 oxygen atom betweem two silicons + 3.0 10 oss 15.99491 O 2 oxygen atom between two silicons 2.0 5 oz 15.99940 O 2 ester oxygen in carbonate 1.0 1 p 30.97380 P 4 general phosphorous atom 1.0 1 p= 30.97380 P 5 phosphazene phosphorous atom diff --git a/tools/msi2lmp/src/msi2lmp.h b/tools/msi2lmp/src/msi2lmp.h index e07a4486dbd10e42178a305c51670b25b8d77358..377ab1a6c32586207895d6ce43852b8055a411d7 100644 --- a/tools/msi2lmp/src/msi2lmp.h +++ b/tools/msi2lmp/src/msi2lmp.h @@ -172,7 +172,7 @@ extern int periodic; /* 0= nonperiodic 1= 3-D periodic */ extern int TriclinicFlag; /* 0= Orthogonal 1= Triclinic */ extern int forcefield; /* BitMask: the value FF_TYPE_COMMON is set for common components of the options below, * FF_TYPE_CLASS1 = ClassI, FF_TYPE_CLASS2 = ClassII, FF_TYPE_OPLSAA = OPLS-AA*/ -extern int ljtypeflag; /* how LJ paramters are stored: 0 = A-B, 1 = r-eps */ +extern int ljtypeflag; /* how LJ parameters are stored: 0 = A-B, 1 = r-eps */ extern int centerflag; /* 1= center box 0= keep box */ extern int hintflag; /* 1= print style hint comments 0= no hints */ extern int pflag; /* print level: 0, 1, 2, 3 */ diff --git a/tools/phonon/dynmat.cpp b/tools/phonon/dynmat.cpp index eb91647ed203a735641ac75dd9928afa5e73c281..e82f473130eb3a63822436c2ca3ae2527e66146e 100644 --- a/tools/phonon/dynmat.cpp +++ b/tools/phonon/dynmat.cpp @@ -3,7 +3,7 @@ #include "version.h" #include "global.h" -// to intialize the class +// to initialize the class DynMat::DynMat(int narg, char **arg) { attyp = NULL; diff --git a/tools/pymol_asphere/src/cartesian.cpp b/tools/pymol_asphere/src/cartesian.cpp index 38550db0e728bf3517762fad0eec8517f9289972..a244d07dac40bd3ca95404446fe92d1a9d8c7afb 100644 --- a/tools/pymol_asphere/src/cartesian.cpp +++ b/tools/pymol_asphere/src/cartesian.cpp @@ -4,7 +4,7 @@ * Also contains quaternion structures and operations * * Cartesian point of doubles: cPt - * Cartesian point of intergers: iPt + * Cartesian point of integers: iPt * Vector of doubles: vectorPt * Color of doubles: colorPt * Quaternion: Quaternion diff --git a/tools/pymol_asphere/src/cartesian.h b/tools/pymol_asphere/src/cartesian.h index a486b5163ec5f845ffbf10346c21c1d7b19e16be..a5acd70b339cd307e5712696045f0addffc85e82 100644 --- a/tools/pymol_asphere/src/cartesian.h +++ b/tools/pymol_asphere/src/cartesian.h @@ -4,7 +4,7 @@ * Also contains quaternion structures and operations * * Cartesian point of doubles: cPt - * Cartesian point of intergers: iPt + * Cartesian point of integers: iPt * Vector of doubles: vectorPt * Color of doubles: colorPt * Quaternion: Quaternion diff --git a/tools/python/pizza/dump.py b/tools/python/pizza/dump.py index 3b7e7c46c77a7090602b797ce066c711d35b5b65..36a24dcd39f0f15053710da5a8957468a1d74c4b 100644 --- a/tools/python/pizza/dump.py +++ b/tools/python/pizza/dump.py @@ -448,7 +448,7 @@ class dump: # -------------------------------------------------------------------- # scale coords to 0-1 for all snapshots or just one - # use 6 params as h-matrix to treat orthongonal or triclinic boxes + # use 6 params as h-matrix to treat orthogonal or triclinic boxes def scale(self,*list): if len(list) == 0: @@ -512,7 +512,7 @@ class dump: # -------------------------------------------------------------------- # unscale coords from 0-1 to box size for all snapshots or just one - # use 6 params as h-matrix to treat orthongonal or triclinic boxes + # use 6 params as h-matrix to treat orthogonal or triclinic boxes def unscale(self,*list): if len(list) == 0: