diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..521e56c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +g.aux +g.bbl +g.blg +g.fdb_latexmk +g.fls +g.log +g.out +g.pdf +gNotes.bib + + diff --git a/fig1.pdf b/fig1.pdf index 3c76442..7238dbe 100644 Binary files a/fig1.pdf and b/fig1.pdf differ diff --git a/fig2.pdf b/fig2.pdf index d093297..168195a 100644 Binary files a/fig2.pdf and b/fig2.pdf differ diff --git a/g.tex b/g.tex index 984039f..3281ef9 100644 --- a/g.tex +++ b/g.tex @@ -6,8 +6,6 @@ \usepackage[T1]{fontenc} \usepackage{txfonts,dsfont} \usepackage{xspace} -\usepackage [french]{babel} -%\usepackage{lscape} \usepackage[normalem]{ulem} \newcommand{\roland}[1]{\textcolor{cyan}{\bf #1}} @@ -137,11 +135,9 @@ \begin{abstract} \noindent -The sampling of the configuration space in diffusion Monte Carlo (DMC) -is done using walkers moving randomly. +The sampling of the configuration space in diffusion Monte Carlo (DMC) is done using walkers moving randomly. In a previous work on the Hubbard model [\href{https://doi.org/10.1103/PhysRevB.60.2299}{Assaraf et al. Phys. Rev. B \textbf{60}, 2299 (1999)}], -it was shown that the probability for a walker to stay a certain amount of time in the same \titou{state} obeys a Poisson law and that -the on-\titou{state} dynamics can be integrated out exactly, leading to an effective dynamics connecting only different states. +it was shown that the probability for a walker to stay a certain amount of time in the same \titou{state} obeys a Poisson law and that the \titou{on-state} dynamics can be integrated out exactly, leading to an effective dynamics connecting only different states. Here, we extend this idea to the general case of a walker trapped within domains of arbitrary shape and size. The equations of the resulting effective stochastic dynamics are derived. The larger the average (trapping) time spent by the walker within the domains, the greater the reduction in statistical fluctuations. @@ -154,86 +150,73 @@ Although this work presents the method for finite linear spaces, it can be gener %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Introduction} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -Diffusion Monte Carlo (DMC) is a class of stochastic methods for evaluating -the ground-state properties of quantum systems. They have been extensively used -in virtually all domains of physics and chemistry where the many-body quantum problem plays a central role (condensed-matter physics,\cite{Foulkes_2001,Kolorenc_2011} -quantum liquids,\cite{Holzmann_2006} -nuclear physics,\cite{Carlson_2015,Carlson_2007} theoretical chemistry,\cite{Austin_2012} etc). -DMC can be used either for systems defined in a continuous configuration space (typically, a set of particles moving in space) for which the Hamiltonian operator is defined in a (infinite-dimensional) Hilbert space or systems defined in a discrete configuration space where the Hamiltonian reduces to a matrix. -Here, we shall consider only the discrete case, that is, the general problem of calculating the lowest eigenvalue/eigenstate of a (very large) matrix. +Diffusion Monte Carlo (DMC) is a class of stochastic methods for evaluating the ground-state properties of quantum systems. +They have been extensively used in virtually all domains of physics and chemistry where the many-body quantum problem plays a central role (condensed-matter physics,\cite{Foulkes_2001,Kolorenc_2011} quantum liquids,\cite{Holzmann_2006} nuclear physics,\cite{Carlson_2015,Carlson_2007} theoretical chemistry,\cite{Austin_2012} etc). +DMC can be used either for systems defined in a continuous configuration space (typically, a set of particles moving in space) for which the Hamiltonian operator is defined in a Hilbert space of infinite dimension or systems defined in a discrete configuration space where the Hamiltonian reduces to a matrix. +Here, we shall consider only the discrete case, that is, the general problem of calculating the lowest eigenvalue and/or eigenstate of a (very large) matrix. The generalization to continuous configuration spaces presents no fundamental difficulty. -In essence, DMC is based on \textit{stochastic} power methods, an old and widely employed numerical approach to extract -the largest or smallest eigenvalues of a matrix (see, \eg, Ref.~\onlinecite{Golub_2012}). -This approach is particularly simple as it merely consists in applying the matrix (or some simple function of it) as many times as -required on some arbitrary vector belonging to the linear space. -Thus, the basic step of the corresponding algorithm essentially reduces to a matrix-vector multiplication. -In practice, the power method is employed under some more sophisticated implementations, such as, \eg, -the Lancz\`os \cite{Golub_2012} or Davidson \cite{Davidson_1975} algorithms. -When the size of the matrix is too large, the matrix-vector multiplication becomes unfeasible -and probabilistic techniques to sample only the most important contributions of the matrix-vector product are required. -This is the basic idea of DMC. There exist several variants of DMC known under various names: -pure DMC, \cite{Caffarel_1988} DMC with branching, \cite{Reynolds_1982} reptation Monte Carlo, \cite{Baroni_1999} stochastic reconfiguration Monte Carlo, \cite{Sorella_1998,Assaraf_2000} etc. +In essence, DMC is based on \textit{stochastic} power methods, a family of old and widely employed numerical approaches able to extract the largest or smallest eigenvalues of a matrix (see, \eg, Ref.~\onlinecite{Golub_2012}). +These approaches are particularly simple as they merely consist in applying a given matrix (or some simple function of it) as many times as required on some arbitrary vector belonging to the linear space. +Thus, the basic step of the corresponding algorithm essentially reduces to successive matrix-vector multiplications. +In practice, power methods are employed under more sophisticated implementations, such as, \eg, the Lancz\`os algorithm (based on Krylov subspaces) \cite{Golub_2012} or Davidson's method where a diagonal preconditioning is performed. \cite{Davidson_1975} +When the size of the matrix is too large, matrix-vector multiplications become unfeasible and probabilistic techniques to sample only the most important contributions of the matrix-vector product are required. +This is the basic idea of DMC. +There exist several variants of DMC known under various names: pure DMC, \cite{Caffarel_1988} DMC with branching, \cite{Reynolds_1982} reptation Monte Carlo, \cite{Baroni_1999} stochastic reconfiguration Monte Carlo, \cite{Sorella_1998,Assaraf_2000} etc. Here, we shall place ourselves within the framework of pure DMC whose mathematical simplicity is particularly appealing when developing new ideas, although it is usually not the most efficient variant of DMC. \titou{Why?} -However, all the ideas presented in this work can be adapted without too much difficulty to the other variants, so the denomination DMC must ultimately be understood here as a generic name for the broad class of DMC methods. +However, all the ideas presented in this work can be adapted without too much difficulty to the other variants, so the denomination DMC must ultimately be understood here as a generic name for this broad class of methods. -Without entering into the mathematical details presented below, the main ingredient of DMC to perform the -matrix-vector multiplication probabilistically is the use of a stochastic matrix (or transition probability matrix) -to generate stepwise a series of states over which statistical averages are evaluated. -The critical aspect of any Monte Carlo scheme is the the amount of computational effort required to -reach a given statistical error. -Two important avenues to decrease the error are the use of variance reduction techniques -(for example, by introducing improved estimators\cite{Assaraf_1999}) or to improve the quality of the sampling -(minimization of the correlation time between states). -Another possibility, at the heart of the present work, is to integrate out exactly some part of the dynamics, thus reducing the number of -degrees of freedom and, then, the amount of statistical fluctuations. +Without entering into the mathematical details (which are presented below), the main ingredient of DMC in order to perform the matrix-vector multiplications probabilistically is the stochastic matrix (or transition probability matrix) that generates stepwise a series of states over which statistical averages are evaluated. +The critical aspect of any Monte Carlo scheme is the amount of computational effort required to reach a given statistical error. +Two important avenues to decrease the error are the use of variance reduction techniques (for example, by introducing improved estimators \cite{Assaraf_1999}) or to improve the quality of the sampling (minimization of the correlation time between states). +Another possibility, at the heart of the present work, is to integrate out exactly some parts of the dynamics, thus reducing the number of degrees of freedom and, hence, the amount of statistical fluctuations. -In a previous work,\cite{assaraf_99,caffarel_00} it has been shown that the probability for a walker to stay a certain amount of time on the same state obeys a Poisson law and that -the on-state dynamics can be integrated out to generate an effective dynamics connecting only different states with some -renormalized estimators for the properties. +In a previous work,\cite{assaraf_99,caffarel_00} it has been shown that the probability for a walker to stay a certain amount of time in the same state obeys a Poisson law and that the \titou{on-state} dynamics can be integrated out to generate an effective dynamics connecting only different states with some renormalized estimators for the properties. Numerical applications have shown that the statistical errors can be very significantly decreased. -Here, we extend this idea to the general case where a walker -remains a certain amount of time within a finite domain no longer restricted to a single state. It is shown how to define an effective stochastic -dynamics describing walkers moving from one domain into another. The equations of the effective dynamics are derived. -A numerical application for the 1D-problem is presented. In particular, it shows that the statistical convergence of the energy can be greatly -enhanced when domains associated with large average trapping times are used. +Here, we extend this idea to the general case where a walker remains a certain amount of time within a finite domain no longer restricted to a single state. +It is shown how to define an effective stochastic dynamics describing walkers moving from one domain to another. +The equations of the effective dynamics are derived and a numerical application for a model (one-dimensional) problem is presented. +In particular, it shows that the statistical convergence of the energy can be greatly enhanced when domains associated with large average trapping times are cnosidered. -It should be noted that the use of domains in quantum Monte Carlo is not new. In a pioneering work,\cite{Kalos_1974} -Kalos and collaborators introduced the so-called Domain's Green Function Monte Carlo approach in continuous space which they applied to -a system of bosons with hard-sphere interaction. The domain used was the Cartesian product of small spheres around each particle, the Hamiltonian -being approximated by the kinetic part only within the domain. -Some time later, Kalos proposed to extend these ideas to more general domains such as rectangular and/or -cylindrical domains.\cite{Kalos_2000} In both works, the size of the domains is infinitely small in the limit of a vanishing time-step. Here, the -domains are of arbitrary size, thus greatly increasing the efficiency of the approach. -Finally, note that some general equations for arbitary domains in continuous space have also been proposed in -[\onlinecite{Assaraf_1999B}]. +It should be noted that the use of domains in quantum Monte Carlo is not new. +In their pioneering work, \cite{Kalos_1974} Kalos and collaborators introduced the so-called domain Green's function Monte Carlo approach in continuous space that they applied to a system of bosons with hard-sphere interaction. +The domain used was the Cartesian product of small spheres around each particle, the Hamiltonian being approximated by the kinetic part only within the domain. +Some time later, Kalos proposed to extend these ideas to more general domains such as rectangular and/or cylindrical domains. \cite{Kalos_2000} In both works, the size of the domains is infinitely small in the limit of a vanishing time-step. +Here, the domains are of arbitrary size, thus greatly increasing the efficiency of the approach. +Finally, note that some general equations for arbitrary domains in continuous space have also been proposed in Ref.~\onlinecite{Assaraf_1999B}. -The paper is organized as follows. Sec.\ref{Sec:DMC} presents the basic equations and notations of DMC. First, the path integral representation -of the Green's function is given in subsection \ref{sub:path}. The probabilistic framework allowing the Monte Carlo calculation of the -Green's function is presented in \ref{sub:proba}. -Section \ref{sec:DMC_domains} is devoted to the use of domains in DMC. First, we recall in \ref{sub:single_domains} the case -of a domain consisting of a single state,\cite{Assaraf_1999} then the general case, \ref{sub:general_domains}. In \ref{Green} both the time-dependent and -energy dependent Green's function using domains are derived. Section \ref{numerical} presents the appplication of the approach to the one-dimensional -Hubbard model. Finally in Sec.\ref{conclu} some conclusions and perspectives are given. +The paper is organized as follows. +Section \ref{sec:DMC} presents the basic equations and notations of DMC. +First, the path integral representation of the Green's function is given in Subsec.~\ref{sec:path}. +The probabilistic framework allowing the Monte Carlo calculation of the Green's function is presented in Subsec.~\ref{sec:proba}. +Section \ref{sec:DMC_domains} is devoted to the use of domains in DMC. +First, we recall in Subsec.~\ref{sec:single_domains} the case of a domain consisting of a single state. \cite{Assaraf_1999} +The general case is then treated in Subsec.~\ref{sec:general_domains}. +In Subsec.~\ref{sec:Green}, both the time- and energy-dependent Green's function using domains is derived. +Section \ref{sec:numerical} presents the application of the approach to the one-dimensional Hubbard model. +Finally, in Sec.\ref{sec:conclu}, some conclusions and perspectives are given. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Diffusion Monte Carlo} -\label{Sec:DMC} +\label{sec:DMC} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%=======================================% \subsection{Path-integral representation} -\label{sub:path} -Diffusion Monte Carlo is a stochastic implementation of the power method. The operator used is +\label{sec:path} +%=======================================% +As previously mentioned, DMC is a stochastic implementation of the power method defined by the following operator: \be -T= \mathds{1} -\tau (H-E\mathds{1}), +T = \mathds{1} -\tau (H-E\mathds{1}), \ee -where $\mathds{1}$ is the identity matrix, $\tau$ a small positive parameter playing the role of a time-step, $E$ some arbitrary reference energy, and -$H$ the Hamiltonian matrix. Starting from some initial vector, $|\Psi_0\rangle$, we have +where $\mathds{1}$ is the identity operator, $\tau$ a small positive parameter playing the role of a time-step, $E$ some arbitrary reference energy, and $H$ the Hamiltonian operator. Starting from some initial vector, $\ket{\Psi_0}$, we have \be -\lim_{N \rightarrow \infty } T^N|\Psi_0 \rangle = |\Phi_0 \rangle +\lim_{N \to \infty} T^N \ket{\Psi_0} = \ket{\Phi_0} \ee -where $|\Phi_0 \rangle$ is the ground-state. The equality is up to a global phase factor playing no role in physical quantum averages. -This result is true for any $|\Psi_0 \rangle$ -provided that $\langle \Phi_0 |\Psi_0 \rangle \ne 0$ and for $\tau$ sufficiently small. -At large but finite $N$, the vector $T^N|\Psi_0\rangle$ differs from $|\Phi_0 \rangle$ only by an exponentially small correction, -making easy the extrapolation of the finite-N results to $N=\infty$.\\ +where $\ket{\Phi_0}$ is the ground-state wave function. +The equality is up to a global phase factor playing no role in physical quantum averages. +This result is true for any $\ket{\Psi_0}$ provided that $\braket{\Phi_0}{\Psi_0} \ne 0$ and for $\tau$ sufficiently small. +At large but finite $N$, the vector $T^N \ket{\Psi_0}$ differs from $\ket{\Phi_0}$ only by an exponentially small correction, making easy the extrapolation of the finite-N results to $N=\infty$.\\ Ground-state properties may be obtained at large $N$. For example, in the important case of the energy one can use the formula \be @@ -247,7 +230,7 @@ To proceed further we introduce the time-dependent Green's matrix $G^{(N)}$ defi \be G^{(N)}_{ij}=\langle j|T^N |i\rangle. \ee -The denomination \og time-dependent Green's matrix \fg is used here since $G$ may be viewed as a short-time approximation of the (time-imaginary) evolution operator, +The denomination ``time-dependent Green's matrix'' is used here since $G$ may be viewed as a short-time approximation of the (time-imaginary) evolution operator, $e^{-N\tau H}$ which is usually referred to as the imaginary-time dependent Green's function.\\ Introducing the convenient notation, $i_k$, for the $N-1$ indices of the intermediate states in the $N$-th product of $T$, $G^{(N)}$ can be written in @@ -273,15 +256,15 @@ the $i$-th component of the ground-state (obtained as $\lim_{N\rightarrow \infty at vector $|i\rangle$. This result is independent of the initial vector $|i_0\rangle$, apart from some irrelevant global phase factor. When the size of the linear space is small the explicit calculation of the full sums involving $M^N$ terms (here, $M$ is the size of the Hilbert space) -can be performed. We are in the realm of what can be called the \og deterministic \fg power methods, such as +can be performed. We are in the realm of what can be called the ``deterministic'' power methods, such as the Lancz\`os or Davidson approaches. If not, probabilistic techniques for generating only the paths contributing significantly to the sums are to be used. \subsection{Probabilistic framework} -\label{sub:proba} +\label{sec:proba} In order to derive a probabilistic expression for the Green's matrix we introduce a so-called guiding vector, $|\Psi^+\rangle$, -having strictly positive components, $\Psi^+_i > 0$, and apply a similarity tranformation to the operators $G^{(N)}$ and $T$ +having strictly positive components, $\Psi^+_i > 0$, and apply a similarity transformation to the operators $G^{(N)}$ and $T$ \be {\bar T}_{ij}= \frac{\Psi^+_j}{\Psi^+_i} T_{ij} \label{defT} @@ -428,7 +411,7 @@ found, for example, in refs \onlinecite{Foulkes_2001,Kolorenc_2011}. \section{DMC with domains} \label{sec:DMC_domains} \subsection{Domains consisting of a single state} -\label{sub:single_domains} +\label{sec:single_domains} During the simulation, walkers move from state to state with the possibility of being trapped a certain number of times on the same state before exiting to a different state. This fact can be exploited in order to integrate out some part of the dynamics, thus leading to a reduction of the statistical fluctuations. This idea was proposed some time ago\cite{assaraf_99,Assaraf_1999B,caffarel_00} and applied to the SU(N) one-dimensional Hubbard model. @@ -468,13 +451,13 @@ The time-averaged contribution of the on-state weight can be easily calculated t \ee Details of the implementation of the effective dynamics can be in found in Refs. (\onlinecite{assaraf_99},\onlinecite{caffarel_00}). \subsection{General domains} -\label{sub:general_domains} +\label{sec:general_domains} Let us now extend the results of the preceding section to a general domain. For that, let us associate to each state $|i\rangle$ a set of states, called the domain of $|i\rangle$ and denoted ${\cal D}_i$, consisting of the state $|i\rangle$ plus a certain number of states. No particular constraints on the type of domains are imposed, for example domains associated with different states can be identical, or may have or not common states. The only important condition is that the set of all domains ensures the ergodicity property of the effective stochastic dynamics (that is, starting from any state there is a -non-zero-probability to reach any other state in a finite number of steps). In pratice, it is not difficult to impose such a condition. +non-zero-probability to reach any other state in a finite number of steps). In practice, it is not difficult to impose such a condition. Let us write an arbitrary path of length $N$ as \be @@ -489,7 +472,7 @@ where $|I_0\rangle=|i_0\rangle$ is the initial state, $n_0$ the number of times the walker remains within the domain of $|i_0\rangle$ ($n_0=1$ to $N+1$), $|I_1\rangle$ is the first exit state, that is not belonging to ${\cal D}_{i_0}$, $n_1$ is the number of times the walker remains within ${\cal D}_{i_1}$ ($n_1=1$ to $N+1-n_0$), $|I_2\rangle$ the second exit state, and so on. -Here, the integer $p$ goes from 0 to $N$ and indicates the number of exit events occuring along the path. The two extreme cases, $p=0$ and $p=N$, +Here, the integer $p$ goes from 0 to $N$ and indicates the number of exit events occurring along the path. The two extreme cases, $p=0$ and $p=N$, correspond to the cases where the walker remains for ever within the initial domain, and to the case where the walker leaves the current domain at each step, respectively. In what follows, we shall systematically write the integers representing the exit states in capital letter. @@ -556,7 +539,7 @@ t_{I}={\bar n}_{I} \tau= \frac{1}{\Psi^+_{I}} \langle I | P_{I} \frac{1}{H^+ - In practice, the various quantities restricted to the domain are computed by diagonalizing the matrix $(H^+-E_L^+)$ in ${\cal D}_{I}$. Note that it is possible only if the dimension of the domains is not too large (say, less than a few thousands). \subsection{Expressing the Green's matrix using domains} -\label{Green} +\label{sec:Green} \subsubsection{Time-dependent Green's matrix} \label{time} In this section we generalize the path-integral expression of the Green's matrix, Eqs.(\ref{G}) and (\ref{cn_stoch}), to the case where domains are used. @@ -596,7 +579,7 @@ In that case, $p=N$ and $n_k=1$ for $k=0$ to $N$ and we are left only with the $ = \prod_{k=0}^{N-1} \langle I_k|F_{I_k}|I_{k+1} \rangle $ where $F=T$. -To express the fundamental equation for $G$ under the form of a probabilitic average, we write the importance-sampled version of the equation +To express the fundamental equation for $G$ under the form of a probabilistic average, we write the importance-sampled version of the equation $$ {\bar G}^{(N)}_{I_0 I_N}={\bar G}^{(N),{\cal D}}_{I_0 I_N} + $$ @@ -799,7 +782,7 @@ a tradoff has to be found between the possible bias in the extrapolation and the required. \section{Numerical application to the Hubbard model} -\label{numerical} +\label{sec:numerical} Let us consider the one-dimensional Hubbard Hamiltonian for a chain of $N$ sites \be \hat{H}= -t \sum_{\langle i j\rangle \sigma} \hat{a}^+_{i\sigma} \hat{a}_{j\sigma} @@ -953,9 +936,7 @@ so that the convergence at large $p$ is reached. The values of $E$ are $-0.780,- the two-component expression. The estimate of the energy obtained from ${\cal E}(E)=E$ is $-0.76807(5)$ in full agreement with the exact value of $-0.768068...$. \begin{figure}[h!] -\begin{center} -\includegraphics[width=\linewidth]{fig1} -\end{center} +\includegraphics[width=\columnwidth]{fig1} \caption{1D-Hubbard model, $N=4$, $U=12$. $H_p$ as a function of $p$ for $E=-1.6,-1.2,-1.,-0.9,-0.8$. $H_0$ is computed analytically and $H_p$ (p > 0) by Monte Carlo. Error bars are smaller than the symbol size.} \label{fig1} @@ -963,11 +944,9 @@ computed analytically and $H_p$ (p > 0) by Monte Carlo. Error bars are smaller t \begin{figure}[h!] -\begin{center} -\includegraphics[width=\linewidth]{fig2} -\end{center} -\caption{1D-Hubbard model, $N=4$ and $U=12$. ${\cal E}(E)$ as a function of $E$. -The horizontal and vertical lines are at ${\cal E}(E_0)=E_0$ and $E=E_0$, respectively. +\includegraphics[width=\columnwidth]{fig2} +\caption{1D-Hubbard model, $N=4$ and $U=12$. $\mathcal{E}(E)$ as a function of $E$. +The horizontal and vertical lines are at $\mathcal{E}(E_0)=E_0$ and $E=E_0$, respectively. $E_0$ is the exact energy of -0.768068.... The dotted line is the two-component extrapolation. Error bars are smaller than the symbol size.} \label{fig2} @@ -1058,7 +1037,7 @@ The exact QMC energies extrapolated using the two-component function are also re Similarly to what has been done for $N=4$ the extrapolation is performed using about five values for the reference energy. The extrapolated QMC energies are in full agreement with the exact value within error bars. However, an increase of the statistical error is observed when the size increases. To get lower error bars -we need to use better trial wavefunctions, better domains, and also larger simulation times. +we need to use better trial wave functions, better domains, and also larger simulation times. laptop. Of course, it will also be particularly interesting to take advantage of the fully parallelizable character of the algorithm to get much lower error bars. All these aspects will be considered in a forthcoming work. @@ -1142,7 +1121,7 @@ $N$ & Size Hilbert space & Domain & Domain size & $\alpha,\beta$ &$\bar{t}_{I_0} \end{table*} \section{Summary and perspectives} -\label{conclu} +\label{sec:conclu} In this work it has been shown how to integrate out exactly within a DMC framework the contribution of all stochastic trajectories trapped in some given domains of the Hilbert space and the corresponding general equations have been derived. In this way a new effective stochastic dynamics connecting only the domains and not the individual states is defined. @@ -1180,7 +1159,7 @@ under grant agreement no.~952165. For the simplest case of a two-state system the fundamental equation (\ref{eqfond}) writes $$ {\cal I}= -\langle I_0|\frac{1}{H-E}|\Psi\rangle = \langle I_0|P_0\frac{1}{H-E} P_0|Psi\rangle +\langle I_0|\frac{1}{H-E}|\Psi\rangle = \langle I_0|P_0\frac{1}{H-E} P_0|\Psi\rangle + \sum_{p=1}^{\infty} {\cal I}_p$$ with $$ diff --git a/plots/H_m0.8_fig1 b/plots/H_m0.8_fig1 new file mode 100644 index 0000000..dc4066c --- /dev/null +++ b/plots/H_m0.8_fig1 @@ -0,0 +1,102 @@ + 0 -0.33768685411477151 0.0000000000000000 + 0 -0.33768685411477151 0.0000000000000000 + 1 -0.21760366032739437 7.3348514269074486E-005 + 2 -0.30313060501711708 9.5121269826079597E-005 + 3 -0.19776983982162860 9.0592711207087962E-005 + 4 -0.29165151429925573 7.7303291787246290E-005 + 5 -0.18791755994996856 8.1027417133264367E-005 + 6 -0.28014425897798467 9.9147598045599497E-005 + 7 -0.17969979723492649 7.4391151679196194E-005 + 8 -0.26899542232328766 1.3775241236057995E-004 + 9 -0.17232325082938163 8.6485233426452439E-005 + 10 -0.25792763231321458 1.0402902952884553E-004 + 11 -0.16526643579833439 8.6174643195279473E-005 + 12 -0.24732332345389324 1.4608505216936497E-004 + 13 -0.15849641950502730 7.9870792795755916E-005 + 14 -0.23726527612173473 1.6578022951260120E-004 + 15 -0.15198265939914093 9.7424557864468332E-005 + 16 -0.22765721104766984 1.4237627139259898E-004 + 17 -0.14585713094432423 7.4127196358804247E-005 + 18 -0.21820725207805927 1.7516278000120542E-004 + 19 -0.13984639694944118 9.4535910190667169E-005 + 20 -0.20933618308662477 1.5816390390028823E-004 + 21 -0.13405980330910117 9.6945175289597590E-005 + 22 -0.20073091471291066 1.5062446664491962E-004 + 23 -0.12867030912207097 1.1342468999962055E-004 + 24 -0.19254385730389484 1.4685318046811410E-004 + 25 -0.12336844407386201 8.6495243909515704E-005 + 26 -0.18464417123281981 1.5015992286256227E-004 + 27 -0.11836494239493874 9.3768675023244794E-005 + 28 -0.17707140802899698 1.6151224299934780E-004 + 29 -0.11350112510342254 1.2079620942749168E-004 + 30 -0.16999126044241455 1.4592271724527244E-004 + 31 -0.10883888605954921 9.0016411562122029E-005 + 32 -0.16289429122281113 1.4026745892932623E-004 + 33 -0.10437684032995624 7.1953004752193980E-005 + 34 -0.15628071190700599 1.4259759092535019E-004 + 35 -0.10004146738625704 8.2424555802618280E-005 + 36 -0.14983639975434820 1.1901873444764650E-004 + 37 -9.5961845949245630E-002 6.8761956064047322E-005 + 38 -0.14375712860868062 1.1401897119065882E-004 + 39 -9.2078949826651074E-002 9.7115659804331540E-005 + 40 -0.13778630679809523 1.0892436067552820E-004 + 41 -8.8274449152963549E-002 8.5687392937495185E-005 + 42 -0.13217126718441691 1.4381581275061027E-004 + 43 -8.4664025472795140E-002 8.1029613197395502E-005 + 44 -0.12686719949298042 1.3284513012535166E-004 + 45 -8.1220979905887433E-002 7.6016400470732231E-005 + 46 -0.12150242499214618 1.3631390476605116E-004 + 47 -7.7799809209691984E-002 7.3885715938010592E-005 + 48 -0.11653021691261023 1.2012451314992711E-004 + 49 -7.4617462047346594E-002 8.7276657130191010E-005 + 50 -0.11181057642174722 1.1152597014946340E-004 + 51 -7.1642260100951288E-002 8.4557947019937564E-005 + 52 -0.10732031774292525 1.1919613921908822E-004 + 53 -6.8768445408819864E-002 8.1909856018789521E-005 + 54 -0.10293299098913881 1.1382558712177023E-004 + 55 -6.5947373922051120E-002 7.5279021164832753E-005 + 56 -9.8767132675845179E-002 1.0656154021874254E-004 + 57 -6.3226179213323283E-002 7.2422193579596518E-005 + 58 -9.4650953745398864E-002 1.0520300250630444E-004 + 59 -6.0592926566379615E-002 7.1117741219494518E-005 + 60 -9.0801355063662076E-002 1.0120333932630714E-004 + 61 -5.8166202171993933E-002 6.0044924430298955E-005 + 62 -8.7091291135095700E-002 1.1159701342765535E-004 + 63 -5.5749769475729682E-002 6.9922449919220369E-005 + 64 -8.3448792260772842E-002 1.0522820902709696E-004 + 65 -5.3416097428439280E-002 6.5867208024714789E-005 + 66 -8.0055501498096857E-002 1.2269714508167731E-004 + 67 -5.1217931495312820E-002 6.9078764823029146E-005 + 68 -7.6737506386577198E-002 9.1943788251627189E-005 + 69 -4.9119671270550391E-002 7.8720448762423264E-005 + 70 -7.3593584077912444E-002 9.7250729663106146E-005 + 71 -4.7141983429688498E-002 5.5377925433190131E-005 + 72 -7.0620629762652959E-002 1.0023771067150202E-004 + 73 -4.5321070049070114E-002 4.3601622096155715E-005 + 74 -6.7731838458925636E-002 8.8226315845087814E-005 + 75 -4.3395412894418145E-002 5.3937341099558384E-005 + 76 -6.5047019578746451E-002 9.5705191655180583E-005 + 77 -4.1595029138835907E-002 5.9608421622097094E-005 + 78 -6.2297910015713387E-002 1.1744779793088422E-004 + 79 -3.9927483438601051E-002 5.2561482512654839E-005 + 80 -5.9776287150985742E-002 9.2337118584136685E-005 + 81 -3.8332672424358540E-002 6.1966289224530592E-005 + 82 -5.7331120632202304E-002 1.1262181286669684E-004 + 83 -3.6724929819147045E-002 7.2037195723777004E-005 + 84 -5.4977549329548681E-002 9.6410417745686926E-005 + 85 -3.5254135673762024E-002 6.5717066108312639E-005 + 86 -5.2775171031882416E-002 1.0260738547698916E-004 + 87 -3.3830163866572172E-002 6.8679864106531321E-005 + 88 -5.0498837890432857E-002 9.0310866480494147E-005 + 89 -3.2362557409094196E-002 6.5656193887833939E-005 + 90 -4.8445373432756046E-002 9.8805777622051861E-005 + 91 -3.1014884904270134E-002 6.6276920065462864E-005 + 92 -4.6505033652946837E-002 9.8855622269780776E-005 + 93 -2.9780592295147977E-002 7.0891354648583866E-005 + 94 -4.4575812177607310E-002 1.0160494035635478E-004 + 95 -2.8512064740996990E-002 7.2491132000754654E-005 + 96 -4.2766612201251872E-002 8.4948361329025444E-005 + 97 -2.7361692554253504E-002 6.1356604436510595E-005 + 98 -4.0872009335771585E-002 8.1303128090534670E-005 + 99 -2.6238159524272588E-002 6.2097851108514461E-005 + 100 -3.9286130783933539E-002 8.0466763132744333E-005 diff --git a/plots/H_m0.9_fig1 b/plots/H_m0.9_fig1 new file mode 100644 index 0000000..f245454 --- /dev/null +++ b/plots/H_m0.9_fig1 @@ -0,0 +1,102 @@ + 0 -0.30016609254646365 1.2735131497718755E-017 + 0 -0.30016609254646359 0.0000000000000000 + 1 -0.19192605355332870 6.4693263231019947E-005 + 2 -0.23657652372389060 7.8444224843353052E-005 + 3 -0.15412179110014998 7.1720616275217501E-005 + 4 -0.20162534507771138 5.6118769807352067E-005 + 5 -0.12971625620853650 5.7506511678928538E-005 + 6 -0.17158814975943504 6.4044298847299201E-005 + 7 -0.10988067015690270 4.6650408292995979E-005 + 8 -0.14596500486248737 7.9521041214521040E-005 + 9 -9.3348825460471005E-002 4.8277219103398136E-005 + 10 -0.12398201434375071 5.2132525967110484E-005 + 11 -7.9307943570408726E-002 4.1957305771303458E-005 + 12 -0.10531287776902858 6.6027045304442608E-005 + 13 -6.7376684993415786E-002 3.4775048814059726E-005 + 14 -8.9503174519872192E-002 6.6848942213262904E-005 + 15 -5.7232812542546141E-002 3.8491986125725953E-005 + 16 -7.6079098466638823E-002 5.0428895119299008E-005 + 17 -4.8659564829665991E-002 2.6513375269140156E-005 + 18 -6.4592545679425878E-002 5.4987252166287370E-005 + 19 -4.1327027520479072E-002 2.8972830500472514E-005 + 20 -5.4898239230251653E-002 4.4138799792023181E-005 + 21 -3.5094881692752947E-002 2.6595347130366256E-005 + 22 -4.6633985343815132E-002 3.6514453387242215E-005 + 23 -2.9842715027168489E-002 2.7346071567557133E-005 + 24 -3.9626693326399308E-002 3.2004357276842206E-005 + 25 -2.5345694204830422E-002 1.8376882565322658E-005 + 26 -3.3663568160899653E-002 2.8390728917164872E-005 + 27 -2.1543542048227979E-002 1.8297928618608534E-005 + 28 -2.8598013378335195E-002 2.8097162661918815E-005 + 29 -1.8300252112767090E-002 2.0273936737379241E-005 + 30 -2.4322303460703795E-002 2.1857917359310102E-005 + 31 -1.5545061635248103E-002 1.3560306698855363E-005 + 32 -2.0645859801000775E-002 1.8685459779283190E-005 + 33 -1.3206005778632254E-002 9.6720323910849635E-006 + 34 -1.7547673613696628E-002 1.7215814118890300E-005 + 35 -1.1212241646457529E-002 9.7697379053409134E-006 + 36 -1.4902086402121231E-002 1.2800094543805626E-005 + 37 -9.5276071236610766E-003 7.0464653615846114E-006 + 38 -1.2667136458420774E-002 1.0810771058306354E-005 + 39 -8.0988348437147448E-003 9.1778969016704379E-006 + 40 -1.0753574029418716E-002 9.2518340881499613E-006 + 41 -6.8788910275917742E-003 7.3804330603091786E-006 + 42 -9.1392946277924318E-003 1.0765454451599525E-005 + 43 -5.8434604908128244E-003 6.1029165541253229E-006 + 44 -7.7728814210678053E-003 8.7862903346228444E-006 + 45 -4.9670754589932805E-003 5.1121306700138458E-006 + 46 -6.5923880797842411E-003 8.0473507873383072E-006 + 47 -4.2138257162904445E-003 4.2236660533459980E-006 + 48 -5.6015152788397625E-003 6.1643987502942225E-006 + 49 -3.5801394564210173E-003 4.2967704746595603E-006 + 50 -4.7609478628567233E-003 4.8809379739655495E-006 + 51 -3.0451536753422050E-003 3.6188439211370041E-006 + 52 -4.0480899458627765E-003 4.6593746978566373E-006 + 53 -2.5896164948364057E-003 3.1563626306825435E-006 + 54 -3.4400313282858174E-003 3.8725086684585543E-006 + 55 -2.1998376322817587E-003 2.4451495658803682E-006 + 56 -2.9233328033801834E-003 3.1868847133210753E-006 + 57 -1.8681004840119340E-003 2.1692783294432064E-006 + 58 -2.4815653007123329E-003 2.7362575527607768E-006 + 59 -1.5857862817333511E-003 1.9073251670612535E-006 + 60 -2.1088008695809768E-003 2.3518539999133073E-006 + 61 -1.3488874019370258E-003 1.4162258958626199E-006 + 62 -1.7916966627105977E-003 2.3768754435158329E-006 + 63 -1.1451903943283926E-003 1.4694775322062126E-006 + 64 -1.5213055159474687E-003 1.9203014463293078E-006 + 65 -9.7204583339410258E-004 1.2182433147155669E-006 + 66 -1.2926068686298373E-003 1.9921749185140804E-006 + 67 -8.2552393279161271E-004 1.1550872267785537E-006 + 68 -1.0975463344166643E-003 1.2645151166945428E-006 + 69 -7.0118339532185704E-004 1.1392261208878685E-006 + 70 -9.3235269298005442E-004 1.3017225371100087E-006 + 71 -5.9626219852185040E-004 7.1268902987004004E-007 + 72 -7.9283049519827020E-004 1.1487144933529473E-006 + 73 -5.0779283875790023E-004 5.0728059755584994E-007 + 74 -6.7342672861163595E-004 9.4024918670002046E-007 + 75 -4.3075854693075372E-004 5.6585702063145195E-007 + 76 -5.7305169446623223E-004 9.0436532308608414E-007 + 77 -3.6571466781761393E-004 5.6070064471920889E-007 + 78 -4.8603921557061243E-004 9.3352574644413807E-007 + 79 -3.1095521178021464E-004 4.1513008018843970E-007 + 80 -4.1318999801435530E-004 6.4837662945382356E-007 + 81 -2.6451550081604282E-004 4.4707835914605085E-007 + 82 -3.5107724345373334E-004 7.0746618774484791E-007 + 83 -2.2451186390893681E-004 4.7510289930723102E-007 + 84 -2.9820726752705469E-004 5.4504380021006431E-007 + 85 -1.9089654193492993E-004 3.8605066838279815E-007 + 86 -2.5358220255730093E-004 5.1525580555595669E-007 + 87 -1.6223364141255216E-004 3.3579586220178861E-007 + 88 -2.1487928333189824E-004 3.9631274062396933E-007 + 89 -1.3750659661597683E-004 2.8165294517751828E-007 + 90 -1.8267365130366644E-004 3.9778783077861972E-007 + 91 -1.1673989753043384E-004 2.6769889236457950E-007 + 92 -1.5535580372428386E-004 3.7945632185824568E-007 + 93 -9.9299770521424035E-005 2.6398348747898608E-007 + 94 -1.3190149400144391E-004 3.3219861672295356E-007 + 95 -8.4215069671523521E-005 2.1472946787620809E-007 + 96 -1.1211271199570519E-004 2.4658118951492859E-007 + 97 -7.1595379295494923E-005 1.7129285826354936E-007 + 98 -9.4865235491646413E-005 1.9248391555934189E-007 + 99 -6.0839681576678517E-005 1.4901609628594746E-007 + 100 -8.0816334625495627E-005 1.7142954827081591E-007 diff --git a/plots/H_m1.0_fig1 b/plots/H_m1.0_fig1 new file mode 100644 index 0000000..97ebedb --- /dev/null +++ b/plots/H_m1.0_fig1 @@ -0,0 +1,102 @@ + 0 -0.27014948329181721 0.0000000000000000 + 0 -0.27014948329181721 0.0000000000000000 + 1 -0.17140472936581536 5.7776060470249295E-005 + 2 -0.18930138340253552 6.6157194278073620E-005 + 3 -0.12314045978186812 5.8297969997645534E-005 + 4 -0.14469412752862287 4.2401881606299597E-005 + 5 -9.2949427798302259E-002 4.2470500013762028E-005 + 6 -0.11046234642264763 4.3714672527601725E-005 + 7 -7.0618305071547122E-002 3.0987907332799199E-005 + 8 -8.4288960893518242E-002 4.8818078611948899E-005 + 9 -5.3814091928964206E-002 2.8831795694083941E-005 + 10 -6.4215180327410831E-002 2.8245451959173582E-005 + 11 -4.1007902373304081E-002 2.2202925947586440E-005 + 12 -4.8923142926584756E-002 3.2685191564443551E-005 + 13 -3.1247668980299098E-002 1.6619662215822144E-005 + 14 -3.7295576004409650E-002 2.9813321289070389E-005 + 15 -2.3807446096318814E-002 1.6870014853033970E-005 + 16 -2.8435634680536854E-002 2.0062683318949115E-005 + 17 -1.8156175325433087E-002 1.0600737814105856E-005 + 18 -2.1652360961388957E-002 1.9492555983787091E-005 + 19 -1.3830140569412069E-002 1.0106006058615165E-005 + 20 -1.6507506351294648E-002 1.4164641582161474E-005 + 21 -1.0534057576183364E-002 8.4553598876133995E-006 + 22 -1.2577590658268207E-002 1.0359952132031018E-005 + 23 -8.0352816391457728E-003 7.7611846920052290E-006 + 24 -9.5862455660019087E-003 8.3060741016008639E-006 + 25 -6.1207576812953753E-003 4.6647824755308998E-006 + 26 -7.3043790835895447E-003 6.4723657796259664E-006 + 27 -4.6667079275016302E-003 4.2787209983628100E-006 + 28 -5.5656557869080796E-003 5.9473802754667555E-006 + 29 -3.5555722346460516E-003 4.1321380431317922E-006 + 30 -4.2459812719340189E-003 4.0424299807685888E-006 + 31 -2.7088950440397283E-003 2.5225324953455609E-006 + 32 -3.2326311105026970E-003 3.1013439562794595E-006 + 33 -2.0640828656008398E-003 1.6161311368021520E-006 + 34 -2.4645107528239113E-003 2.6303043999456632E-006 + 35 -1.5718041721516913E-003 1.4651742746765543E-006 + 36 -1.8769924781585484E-003 1.7727419367817223E-006 + 37 -1.1979955840386689E-003 9.2936364645443233E-007 + 38 -1.4312606791622548E-003 1.3323680554902328E-006 + 39 -9.1341776508336767E-004 1.1161275633869637E-006 + 40 -1.0896529506785966E-003 1.0225452876490816E-006 + 41 -6.9598972133875733E-004 8.2369408017606095E-007 + 42 -8.3076495152398894E-004 1.0621159190381908E-006 + 43 -5.3019606318554136E-004 6.0231631652066696E-007 + 44 -6.3388913966123419E-004 7.7060217062121080E-007 + 45 -4.0432115421180274E-004 4.5770657671282763E-007 + 46 -4.8203721718967943E-004 6.4094045931501207E-007 + 47 -3.0758170758367635E-004 3.2577074081648928E-007 + 48 -3.6743099799689988E-004 4.3532062940944923E-007 + 49 -2.3439494631291580E-004 2.8777554808162057E-007 + 50 -2.8008902146100503E-004 2.9855723911858470E-007 + 51 -1.7882881520616881E-004 2.1368987671421249E-007 + 52 -2.1360752010762666E-004 2.5580098798584368E-007 + 53 -1.3642218788703777E-004 1.7184529925359646E-007 + 54 -1.6284521484645278E-004 1.8735174171063471E-007 + 55 -1.0394032390493785E-004 1.1100905862250214E-007 + 56 -1.2408872869917111E-004 1.3880202559351285E-007 + 57 -7.9156475545743679E-005 9.4787887257574767E-008 + 58 -9.4472761759906157E-005 1.0548020542145087E-007 + 59 -6.0261169752965541E-005 7.4514451758036912E-008 + 60 -7.2001717027039567E-005 8.2141125760520427E-008 + 61 -4.5990438530043311E-005 4.9776194583716203E-008 + 62 -5.4868407216719035E-005 7.6923329058789945E-008 + 63 -3.5019297041177359E-005 4.6673299696985345E-008 + 64 -4.1803705219721920E-005 5.3533157309257480E-008 + 65 -2.6661742224995719E-005 3.4691637845413219E-008 + 66 -3.1851385416680935E-005 5.0669839436925807E-008 + 67 -2.0306223152589325E-005 3.0262330091119592E-008 + 68 -2.4256927797145250E-005 2.7686100720725078E-008 + 69 -1.5466062192056640E-005 2.6261232980301952E-008 + 70 -1.8479407817812662E-005 2.8331917902446073E-008 + 71 -1.1799321435157268E-005 1.4971272451717717E-008 + 72 -1.4100405234229030E-005 2.1845593364053628E-008 + 73 -9.0118064605158558E-006 1.0256236412963806E-008 + 74 -1.0738877587682335E-005 1.7094340485083609E-008 + 75 -6.8581068234648139E-006 1.0093748522424016E-008 + 76 -8.1984475518816380E-006 1.4477361275561628E-008 + 77 -5.2213565454666016E-006 8.9094105308453739E-009 + 78 -6.2345555196654330E-006 1.2718747045868444E-008 + 79 -3.9813694920953924E-006 5.7661431562963816E-009 + 80 -4.7545936260137411E-006 8.1496959680697307E-009 + 81 -3.0384132418627167E-006 5.5629857814240963E-009 + 82 -3.6236334818501281E-006 7.7799133982528983E-009 + 83 -2.3133356071047361E-006 5.4613205105411841E-009 + 84 -2.7602866798492989E-006 5.4429445169010287E-009 + 85 -1.7640023236981123E-006 4.0276717710473842E-009 + 86 -2.1053577511635629E-006 4.6807664175670148E-009 + 87 -1.3440063615780071E-006 2.9701093523532143E-009 + 88 -1.5995523046784525E-006 3.1845094615621520E-009 + 89 -1.0221400477255824E-006 2.1769132031273092E-009 + 90 -1.2202318339394027E-006 2.9386939057106659E-009 + 91 -7.7839882081539054E-007 1.9809695401495311E-009 + 92 -9.3086720825568093E-007 2.6625803564672424E-009 + 93 -5.9383311722569277E-007 1.8106454367192415E-009 + 94 -7.0878595051901198E-007 2.0299458675965006E-009 + 95 -4.5171344965796612E-007 1.1735886917570485E-009 + 96 -5.4042195064170321E-007 1.3734945909744059E-009 + 97 -3.4447751625848848E-007 9.1344413085181797E-010 + 98 -4.0994142873779791E-007 8.8526331121507855E-010 + 99 -2.6267056981626724E-007 6.8844325383762986E-010 + 100 -3.1340710493498088E-007 7.2953305302812118E-010 diff --git a/plots/H_m1.2_fig1 b/plots/H_m1.2_fig1 new file mode 100644 index 0000000..e4d3044 --- /dev/null +++ b/plots/H_m1.2_fig1 @@ -0,0 +1,102 @@ + 0 -0.22512456940984768 0.0000000000000000 + 0 -0.22512456940984768 0.0000000000000000 + 1 -0.14067307334281831 4.7417221345793050E-005 + 2 -0.12833139406402125 4.9471529731521528E-005 + 3 -8.3227583940345559E-002 4.0920779217007719E-005 + 4 -8.1167547791933789E-002 2.6444482021628751E-005 + 5 -5.1984259782251796E-002 2.5344369647954739E-005 + 6 -5.1301037066764622E-002 2.3017141939963990E-005 + 7 -3.2686591843926902E-002 1.5575453302662377E-005 + 8 -3.2404947168099989E-002 2.1105956651888442E-005 + 9 -2.0619514345668902E-002 1.1989040991642458E-005 + 10 -2.0433428976157429E-002 9.8930101992867294E-006 + 11 -1.3005152078838580E-002 7.5261283144631261E-006 + 12 -1.2884543992030354E-002 9.8254839322239292E-006 + 13 -8.2021206102574733E-003 4.7031667230812608E-006 + 14 -8.1306879686248550E-003 7.4352202132655380E-006 + 15 -5.1723341020327631E-003 4.0938643548858033E-006 + 16 -5.1314155541250335E-003 4.1261631096251640E-006 + 17 -3.2652839376218308E-003 2.1776800026390915E-006 + 18 -3.2334506940823052E-003 3.2251179221161492E-006 + 19 -2.0583909092800499E-003 1.6516495952150413E-006 + 20 -2.0407555180908406E-003 2.0153060002105776E-006 + 21 -1.2976482141769340E-003 1.2061877150946047E-006 + 22 -1.2870423234407462E-003 1.2022944924263911E-006 + 23 -8.1944292721275480E-004 9.1540834215394012E-007 + 24 -8.1191716623930617E-004 8.3262546532125898E-007 + 25 -5.1658796503039283E-004 4.5157285162551359E-007 + 26 -5.1204582430876863E-004 5.1809110774921027E-007 + 27 -3.2604476591963289E-004 3.5179386343255615E-007 + 28 -3.2291438470220628E-004 4.1445892894766046E-007 + 29 -2.0560489614741107E-004 2.6813590477215892E-007 + 30 -2.0393743088631955E-004 2.2362448852035152E-007 + 31 -1.2964381674734847E-004 1.3984506249507430E-007 + 32 -1.2850784490177269E-004 1.4219777862103543E-007 + 33 -8.1758922516707622E-005 7.3658075870851571E-008 + 34 -8.1102993894084083E-005 1.0492409168539331E-007 + 35 -5.1532405585205565E-005 5.6055473883228700E-008 + 36 -5.1108318502822870E-005 5.9750022916369399E-008 + 37 -3.2507982646598835E-005 2.8768324212802841E-008 + 38 -3.2266960346566409E-005 3.6562586929900379E-008 + 39 -2.0516517373226253E-005 2.9233963885058851E-008 + 40 -2.0326434719285795E-005 2.2728092970884407E-008 + 41 -1.2945134861935793E-005 1.8397293433210792E-008 + 42 -1.2831113880463161E-005 1.9452294841646733E-008 + 43 -8.1589284849549368E-006 1.0796344978142572E-008 + 44 -8.1079423122332365E-006 1.1228897815418221E-008 + 45 -5.1522038987283331E-006 6.9491251666401699E-009 + 46 -5.0990563126083610E-006 8.0461176547616321E-009 + 47 -3.2425601912733119E-006 3.8407783902585975E-009 + 48 -3.2188372410363160E-006 4.5884472172027045E-009 + 49 -2.0453781091460065E-006 2.6639329028648218E-009 + 50 -2.0304062935141502E-006 2.4786424694605638E-009 + 51 -1.2916946278912489E-006 1.5898526435080612E-009 + 52 -1.2817708939428670E-006 1.7119349950860918E-009 + 53 -8.1596427695404953E-007 1.2049423276626244E-009 + 54 -8.0917269740462677E-007 1.0461539527350636E-009 + 55 -5.1449954121455772E-007 4.9442609339621063E-010 + 56 -5.1001984829308440E-007 6.5596619370333128E-010 + 57 -3.2416422477760185E-007 4.4402479564349884E-010 + 58 -3.2130207626398323E-007 4.1133754966328134E-010 + 59 -2.0418493058507266E-007 2.7278485052998559E-010 + 60 -2.0262957380905720E-007 2.6107630201899273E-010 + 61 -1.2908051177894808E-007 1.5379386690812940E-010 + 62 -1.2780592353471635E-007 2.1762140110475156E-010 + 63 -8.1353594316775577E-008 1.2400453750570241E-010 + 64 -8.0679932361223695E-008 1.0973334002492716E-010 + 65 -5.1262670883436863E-008 7.7488288858348612E-011 + 66 -5.0854439277693701E-008 9.6261593538386032E-011 + 67 -3.2306895644468852E-008 5.9106021140240744E-011 + 68 -3.2056333368696008E-008 4.1913702652936463E-011 + 69 -2.0352617715441651E-008 4.0544812418381067E-011 + 70 -2.0202221913081458E-008 4.0008095438956431E-011 + 71 -1.2860870244367662E-008 2.0866643873736579E-011 + 72 -1.2772871731173527E-008 2.5400519432973823E-011 + 73 -8.1243673625679052E-009 1.3359562594074142E-011 + 74 -8.0444742432727441E-009 1.8254562151622072E-011 + 75 -5.1211726159462146E-009 1.0305508865311268E-011 + 76 -5.0856634841383041E-009 1.2034683614106763E-011 + 77 -3.2247758416148209E-009 7.3813331667399839E-012 + 78 -3.1978034507004199E-009 8.2434737162888721E-012 + 79 -2.0340599156811150E-009 3.9158956732037275E-012 + 80 -2.0191818565756725E-009 4.7549444935146577E-012 + 81 -1.2855015851218641E-009 2.9748981738388690E-012 + 82 -1.2737125403394305E-009 3.4341261571493877E-012 + 83 -8.1032088147188636E-010 2.4993459535001295E-012 + 84 -8.0265364508145725E-010 1.9478609347149748E-012 + 85 -5.1128607656560815E-010 1.5372712242327781E-012 + 86 -5.0682844336277092E-010 1.4708994189271958E-012 + 87 -3.2185591714855973E-010 9.2779034497571892E-013 + 88 -3.1838720170554392E-010 8.1124407584844357E-013 + 89 -2.0291429148255577E-010 4.9892641520473018E-013 + 90 -2.0130933747159448E-010 6.3434150963542191E-013 + 91 -1.2794484699788354E-010 4.2274428392241788E-013 + 92 -1.2712404568479556E-010 5.0103260441620614E-013 + 93 -8.0762491877278106E-011 3.3730642362543232E-013 + 94 -8.0082455454848161E-011 3.0494149681538096E-013 + 95 -5.0848758193274283E-011 1.4538252269730179E-013 + 96 -5.0559198366823712E-011 1.7897196862873705E-013 + 97 -3.2108850988129618E-011 1.1165701868958913E-013 + 98 -3.1713247227790270E-011 8.8480901162655900E-014 + 99 -2.0288035423398922E-011 6.8158353003770159E-014 + 100 -2.0090036316644218E-011 6.6347490335420047E-014 diff --git a/plots/H_m1.6_fig1 b/plots/H_m1.6_fig1 new file mode 100644 index 0000000..d2626a8 --- /dev/null +++ b/plots/H_m1.6_fig1 @@ -0,0 +1,101 @@ + 0 -0.16884342705738575 0.0000000000000000 + 1 -0.10240172250695223 3.4516947891265065E-005 + 2 -6.8882071392691369E-002 3.1533614090075040E-005 + 3 -4.4394991185261842E-002 2.3736816348283004E-005 + 4 -3.2209690450591119E-002 1.2881931981059281E-005 + 5 -2.0505105099309712E-002 1.1440875556603347E-005 + 6 -1.5070609371341881E-002 8.7125882148917241E-006 + 7 -9.5381426229961454E-003 5.5263201493275689E-006 + 8 -7.0456000398059996E-003 5.6603594583081482E-006 + 9 -4.4535746090049290E-003 3.1134189617294586E-006 + 10 -3.2874304340441639E-003 1.9526000629760129E-006 + 11 -2.0783290701546072E-003 1.4386774927678127E-006 + 12 -1.5337334483624258E-003 1.5173918688880039E-006 + 13 -9.6990068127071844E-004 6.7172626617113152E-007 + 14 -7.1631309954608752E-004 8.4005236872561313E-007 + 15 -4.5257893729886681E-004 4.4890101035835080E-007 + 16 -3.3458398127653941E-004 3.4950701266441743E-007 + 17 -2.1146956421661548E-004 1.8105199144674772E-007 + 18 -1.5593276656595111E-004 1.8509290397804983E-007 + 19 -9.8604468924524787E-005 9.9500778414446935E-008 + 20 -7.2853935447657691E-005 1.0031614207591647E-007 + 21 -4.5994520598857135E-005 6.3579617421676855E-008 + 22 -3.4000518192572172E-005 4.4396093356846513E-008 + 23 -2.1497437042167478E-005 3.6093260321460479E-008 + 24 -1.5869874783670137E-005 2.3874073638792534E-008 + 25 -1.0026299766665607E-005 1.2260205630014703E-008 + 26 -7.4052822045126645E-006 1.0543126421296120E-008 + 27 -4.6835563173883834E-006 6.9886948865377357E-009 + 28 -3.4547349818755444E-006 6.4290662683611469E-009 + 29 -2.1853854058259924E-006 3.8887038056153495E-009 + 30 -1.6155559071271601E-006 2.5379298099067258E-009 + 31 -1.0195761435313238E-006 1.4956682710006772E-009 + 32 -7.5339933788357934E-007 1.2889242887748707E-009 + 33 -4.7567096004115120E-007 6.0516205723232169E-010 + 34 -3.5200146385133285E-007 7.3193759172561133E-010 + 35 -2.2194513665001587E-007 3.5313087813548784E-010 + 36 -1.6398174504155940E-007 3.0642696121253454E-010 + 37 -1.0356348854110525E-007 1.4067120995580961E-010 + 38 -7.6659900744082016E-008 1.4128978864901443E-010 + 39 -4.8374309620872453E-008 9.8328313777568827E-011 + 40 -3.5710345162333792E-008 6.1561007206134596E-011 + 41 -2.2615597780721738E-008 4.5854328237409120E-011 + 42 -1.6693909305179762E-008 3.8387710075834696E-011 + 43 -1.0535632762520894E-008 2.1532635475094437E-011 + 44 -7.8169764749281033E-009 1.4560365044969765E-011 + 45 -4.9286774930814858E-009 9.0296153397746511E-012 + 46 -3.6308246041814847E-009 8.4419900313993387E-012 + 47 -2.2942689379433804E-009 4.7516631556758728E-012 + 48 -1.7007634097834043E-009 5.5728104802745101E-012 + 49 -1.0714799721986820E-009 2.7177542600409106E-012 + 50 -7.9280393320348484E-010 2.2472362597934371E-012 + 51 -5.0059618374067312E-010 1.1544850022622903E-012 + 52 -3.7061475717249471E-010 9.4150065123891415E-013 + 53 -2.3457218156500420E-010 9.7074693885070933E-013 + 54 -1.7341609697972443E-010 6.0407802780072769E-013 + 55 -1.0935027631016161E-010 2.2045291061156055E-013 + 56 -8.0752246106058936E-011 2.6426226079611277E-013 + 57 -5.0908788203988633E-011 1.4308401342483215E-013 + 58 -3.7588054217059001E-011 1.1627068133611037E-013 + 59 -2.3690393747755766E-011 5.2545973410313896E-014 + 60 -1.7523406899260708E-011 4.7989283078098191E-014 + 61 -1.1107120817133203E-011 2.3450500578389463E-014 + 62 -8.1813131403768924E-012 3.1345705650281625E-014 + 63 -5.1853006069294439E-012 1.5959707598717458E-014 + 64 -3.8321562084391296E-012 1.1814349944728047E-014 + 65 -2.4154581505906950E-012 7.5899444425231823E-015 + 66 -1.7857979579368521E-012 7.5424972178017179E-015 + 67 -1.1257362419764545E-012 4.0718694242091225E-015 + 68 -8.3299509562516693E-013 2.6907559933748514E-015 + 69 -5.2360409109681268E-013 1.7060816536983771E-015 + 70 -3.8757906108015929E-013 1.4185067721048245E-015 + 71 -2.4546366845933088E-013 9.3141601319567295E-016 + 72 -1.8189167206986861E-013 7.1758043164047327E-016 + 73 -1.1429490116278992E-013 3.7786271140822010E-016 + 74 -8.4529106052488852E-014 4.0501058636475411E-016 + 75 -5.3483372313257633E-014 2.1408396690760941E-016 + 76 -3.9577038631407705E-014 1.8532249368215504E-016 + 77 -2.4846695967402978E-014 1.1322786243839362E-016 + 78 -1.8357773454263101E-014 9.2729541569632598E-017 + 79 -1.1565744970522853E-014 4.4309124164619045E-017 + 80 -8.5817390730824005E-015 4.2093242380516575E-017 + 81 -5.4171792787636975E-015 2.3764663948707981E-017 + 82 -4.0046118636100735E-015 2.0762752060828060E-017 + 83 -2.5295656485257986E-015 1.3449214789896888E-017 + 84 -1.8634340358468111E-015 7.5821606605432950E-018 + 85 -1.1804315419559570E-015 5.7664688395998897E-018 + 86 -8.7191067665999900E-016 4.8392429747616713E-018 + 87 -5.4501211093362523E-016 3.7628087703131418E-018 + 88 -4.0373761344715064E-016 1.9365349501222389E-018 + 89 -2.5624949417971153E-016 1.0685229418555911E-018 + 90 -1.8983829934561817E-016 1.1610560478768992E-018 + 91 -1.1972287787490124E-016 6.9530600496709315E-019 + 92 -8.8732022285578295E-017 6.4834388493039168E-019 + 93 -5.5844345378711899E-017 4.6510511429467828E-019 + 94 -4.1278511360039205E-017 2.8837690333070259E-019 + 95 -2.6006954655976249E-017 1.3475675702975903E-019 + 96 -1.9321022886536565E-017 1.3530183670855149E-019 + 97 -1.2176596839798274E-017 8.1596934158184900E-020 + 98 -8.9549811386537832E-018 5.9980902651350810E-020 + 99 -5.7122138705206385E-018 4.3233903717636202E-020 + 100 -4.2047751363061788E-018 3.5464871667060900E-020 diff --git a/plots/H_m1.8_fig1 b/plots/H_m1.8_fig1 new file mode 100644 index 0000000..db566be --- /dev/null +++ b/plots/H_m1.8_fig1 @@ -0,0 +1,101 @@ + 0 -0.15008304627323180 0.0000000000000000 + 1 -8.9704568508453042E-002 3.0237068684151705E-005 + 2 -5.3198376733895901E-002 2.6271374048689459E-005 + 3 -3.4177100552428029E-002 1.9088598411711318E-005 + 4 -2.1951830160013189E-002 9.6510612226051610E-006 + 5 -1.3932752472089343E-002 8.3058456947683928E-006 + 6 -9.0706811942826392E-003 5.9109053917784065E-006 + 7 -5.7216500718837108E-003 3.6699925442023071E-006 + 8 -3.7446023992357426E-003 3.3033188772138762E-006 + 9 -2.3592579608772766E-003 1.8123956195975867E-006 + 10 -1.5427452619322106E-003 1.0202174398446820E-006 + 11 -9.7204757261821410E-004 7.4312946638715333E-007 + 12 -6.3548806075220928E-004 7.1056336238671755E-007 + 13 -4.0054451063465730E-004 3.0782894721957425E-007 + 14 -2.6208781830648869E-004 3.4407043517170059E-007 + 15 -1.6503149950569828E-004 1.8319514339412023E-007 + 16 -1.0810485181302386E-004 1.2823060437843481E-007 + 17 -6.8095831847503807E-005 6.6026454108134176E-008 + 18 -4.4473058601454302E-005 5.7095650843167961E-008 + 19 -2.8029911891977868E-005 3.2630018566387077E-008 + 20 -1.8351347835455677E-005 3.0539988261250971E-008 + 21 -1.1544119721718054E-005 2.0037971678379027E-008 + 22 -7.5622386253917485E-006 1.1972826111152724E-008 + 23 -4.7642555958773756E-006 1.0081778826324582E-008 + 24 -3.1163400853506684E-006 5.6828823960017059E-009 + 25 -1.9618729867081245E-006 2.8346215699166620E-009 + 26 -1.2839030199900646E-006 2.1911746784487507E-009 + 27 -8.0924416509199289E-007 1.4070437869245217E-009 + 28 -5.2875453634494936E-007 1.1731836062423818E-009 + 29 -3.3342901812866973E-007 7.2923576910497314E-010 + 30 -2.1845647519393818E-007 4.3261528533375821E-010 + 31 -1.3736513026669937E-007 2.4373537334048250E-010 + 32 -8.9977429599297707E-008 2.0977962001291938E-010 + 33 -5.6572252371113106E-008 9.4074804425301140E-011 + 34 -3.7132124344778598E-008 1.0409735907697210E-010 + 35 -2.3318563027606245E-008 4.7917893572569747E-011 + 36 -1.5264583768869108E-008 3.7682371374687095E-011 + 37 -9.6039150086823248E-009 1.7817984138255096E-011 + 38 -6.3026906606442388E-009 1.5937970233973316E-011 + 39 -3.9614625943771158E-009 1.0242680243011378E-011 + 40 -2.5913357310920749E-009 6.1167077744664104E-012 + 41 -1.6366970818293399E-009 4.1073626210711258E-012 + 42 -1.0702314905860721E-009 3.2226386745997202E-012 + 43 -6.7266026987729147E-010 2.0465438953133099E-012 + 44 -4.4286277288100007E-010 1.0706745332799704E-012 + 45 -2.7807366462356560E-010 6.1783653475965821E-013 + 46 -1.8146731763371916E-010 5.5573596826886513E-013 + 47 -1.1435296069345295E-010 4.1904283120608149E-013 + 48 -7.5267546852551154E-011 4.5024857470471981E-013 + 49 -4.7184657400907662E-011 2.1578054517813879E-013 + 50 -3.0936408304304696E-011 1.6038832973741819E-013 + 51 -1.9455126438575129E-011 7.8846222350128401E-014 + 52 -1.2779735213142957E-011 5.5462635465781107E-014 + 53 -8.0718485243300040E-012 6.2163718086494127E-014 + 54 -5.2883997030195741E-012 3.4667805399459097E-014 + 55 -3.3185691047810696E-012 1.3619997365625801E-014 + 56 -2.1723290098877423E-012 1.3103770208909739E-014 + 57 -1.3628179042276291E-012 6.4390844167210875E-015 + 58 -8.9146494134291890E-013 4.8942261680363475E-015 + 59 -5.5913747324783894E-013 2.0568900156945681E-015 + 60 -3.6666943026215800E-013 1.7998950621470222E-015 + 61 -2.3181934242245154E-013 8.2986512096322382E-016 + 62 -1.5122033854271536E-013 9.7066557833234613E-016 + 63 -9.5683396210251686E-014 4.8929261225029992E-016 + 64 -6.2640824621835110E-014 3.7313018578341281E-016 + 65 -3.9312972397843879E-014 2.0312372621026180E-016 + 66 -2.5768666963108078E-014 1.7601418142719491E-016 + 67 -1.6169188661292848E-014 8.7915949180846463E-017 + 68 -1.0610799544896232E-014 5.7910818232216244E-017 + 69 -6.6291935906038100E-015 2.9935445814261517E-017 + 70 -4.3513540147834491E-015 2.2814767101254601E-017 + 71 -2.7497664667072149E-015 1.6810147168671253E-017 + 72 -1.8064196518811890E-015 1.0306307393475669E-017 + 73 -1.1264997239998418E-015 5.1938293708687849E-018 + 74 -7.3973725154285087E-016 5.1005832094486157E-018 + 75 -4.6667943048438547E-016 2.6682234686897492E-018 + 76 -3.0595421227137120E-016 2.0584416146233118E-018 + 77 -1.9097977087434586E-016 1.2237866150340573E-018 + 78 -1.2504618550956113E-016 8.9380889860746889E-019 + 79 -7.8311627882144597E-017 4.2424491922434885E-019 + 80 -5.1612987325893524E-017 3.5788159072854734E-019 + 81 -3.2427112423144782E-017 2.0371387958791390E-019 + 82 -2.1261559859350078E-017 1.5474491148651913E-019 + 83 -1.3381168532291091E-017 9.1800103349985530E-020 + 84 -8.7203767833349034E-018 4.9089569177223874E-020 + 85 -5.5120237509454559E-018 3.3824093691963943E-020 + 86 -3.6075669933017596E-018 2.8366606086893595E-020 + 87 -2.2288066587847980E-018 2.4990346882529037E-020 + 88 -1.4701377448526320E-018 9.8815881912803488E-021 + 89 -9.3188718250933159E-019 5.6064184958451948E-021 + 90 -6.1267815631169933E-019 5.2973590658965679E-021 + 91 -3.8483170866222993E-019 2.9454429659530535E-021 + 92 -2.5292805251474194E-019 2.5033491972120768E-021 + 93 -1.5833844597960494E-019 1.8481533643205036E-021 + 94 -1.0369676145917045E-019 1.0105940930442871E-021 + 95 -6.5061055794869659E-020 5.0692177242901795E-022 + 96 -4.2928357822687635E-020 4.1708039122778156E-022 + 97 -2.6943508451132377E-020 2.5123301329106747E-022 + 98 -1.7562019101404436E-020 1.8124814870122045E-022 + 99 -1.1183137396887359E-020 1.2667111037046020E-022 + 100 -7.2819979260256388E-021 9.2997458617163063E-023 diff --git a/plots/data_fig2_accurate b/plots/data_fig2_accurate new file mode 100644 index 0000000..661f8bb --- /dev/null +++ b/plots/data_fig2_accurate @@ -0,0 +1,5 @@ +-0.8 -0.765468678667415 0.000000197272900 +-0.795 -0.765862264591136 0.000000233475946 +-0.79 -0.766260752174222 0.000000282577334 +-0.785 -0.766664278559794 0.000000352807987 +-0.78 -0.767072993403423 0.000000463059077 diff --git a/plots/fig1.plt b/plots/fig1.plt new file mode 100644 index 0000000..57fd894 --- /dev/null +++ b/plots/fig1.plt @@ -0,0 +1,19 @@ +set term pdf enhanced font "Times,18" rounded linewidth 2.0 +set key bottom right +set format y "%.2f" +set grid + + +set xlabel "p" +set ylabel "H_p" + +set output "fig1.pdf" +set xrange[0.:60] +set yrange[-0.35:0.05] +plot \ +"H_m1.6_fig1" u 1:2:3 title "E=-1.6" w yerrorlines ls 1,\ +"H_m1.2_fig1" u 1:2:3 title "E=-1.2" w yerrorlines ls 2,\ +"H_m1.0_fig1" u 1:2:3 title "E=-1.0" w yerrorlines ls 3,\ +"H_m0.9_fig1" u 1:2:3 title "E=-0.9" w yerrorlines ls 4,\ +"H_m0.8_fig1" u 1:2:3 title "E=-0.8" w yerrorlines ls 6,\ + diff --git a/plots/fig1.ps b/plots/fig1.ps new file mode 100644 index 0000000..c6d7cc7 --- /dev/null +++ b/plots/fig1.ps @@ -0,0 +1,3158 @@ +%!PS-Adobe-2.0 +%%Title: fig1.ps +%%Creator: gnuplot 5.2 patchlevel 2 +%%CreationDate: Wed Sep 14 09:51:00 2022 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 554 770 +%%Orientation: Landscape +%%Pages: (atend) +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following true/false flags may be edited by hand if desired. +% The unit line width and grayscale image gamma correction may also be changed. +% +/Color false def +/Blacktext false def +/Solid false def +/Dashlength 1 def +/Landscape true def +/Level1 false def +/Level3 false def +/Rounded false def +/ClipToBoundingBox false def +/SuppressPDFMark false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth def +/Gamma 1.0 def +/BackgroundColor {-1.000 -1.000 -1.000} def +% +/vshift -46 def +/dl1 { + 10.0 Dashlength userlinewidth gnulinewidth div mul mul mul + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if +} def +/dl2 { + 10.0 Dashlength userlinewidth gnulinewidth div mul mul mul + Rounded { currentlinewidth 0.75 mul add } if +} def +/hpt_ 31.5 def +/vpt_ 31.5 def +/hpt hpt_ def +/vpt vpt_ def +/doclip { + ClipToBoundingBox { + newpath 50 50 moveto 554 50 lineto 554 770 lineto 50 770 lineto closepath + clip + } if +} def +% +% Gnuplot Prolog Version 5.1 (Oct 2015) +% +%/SuppressPDFMark true def +% +/M {moveto} bind def +/L {lineto} bind def +/R {rmoveto} bind def +/V {rlineto} bind def +/N {newpath moveto} bind def +/Z {closepath} bind def +/C {setrgbcolor} bind def +/f {rlineto fill} bind def +/g {setgray} bind def +/Gshow {show} def % May be redefined later in the file to support UTF-8 +/vpt2 vpt 2 mul def +/hpt2 hpt 2 mul def +/Lshow {currentpoint stroke M 0 vshift R + Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R + Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R + Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash} + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def +/BL {stroke userlinewidth 2 mul setlinewidth + Rounded {1 setlinejoin 1 setlinecap} if} def +/AL {stroke userlinewidth 2 div setlinewidth + Rounded {1 setlinejoin 1 setlinecap} if} def +/UL {dup gnulinewidth mul /userlinewidth exch def + dup 1 lt {pop 1} if 10 mul /udl exch def} def +/PL {stroke userlinewidth setlinewidth + Rounded {1 setlinejoin 1 setlinecap} if} def +3.8 setmiterlimit +% Classic Line colors (version 5.0) +/LCw {1 1 1} def +/LCb {0 0 0} def +/LCa {0 0 0} def +/LC0 {1 0 0} def +/LC1 {0 1 0} def +/LC2 {0 0 1} def +/LC3 {1 0 1} def +/LC4 {0 1 1} def +/LC5 {1 1 0} def +/LC6 {0 0 0} def +/LC7 {1 0.3 0} def +/LC8 {0.5 0.5 0.5} def +% Default dash patterns (version 5.0) +/LTB {BL [] LCb DL} def +/LTw {PL [] 1 setgray} def +/LTb {PL [] LCb DL} def +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def +/LT0 {PL [] LC0 DL} def +/LT1 {PL [2 dl1 3 dl2] LC1 DL} def +/LT2 {PL [1 dl1 1.5 dl2] LC2 DL} def +/LT3 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC3 DL} def +/LT4 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def +/LT5 {PL [4 dl1 2 dl2] LC5 DL} def +/LT6 {PL [1.5 dl1 1.5 dl2 1.5 dl1 1.5 dl2 1.5 dl1 6 dl2] LC6 DL} def +/LT7 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC7 DL} def +/LT8 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC8 DL} def +/SL {[] 0 setdash} def +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def +/Dia {stroke [] 0 setdash 2 copy vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V closepath stroke + Pnt} def +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V + currentpoint stroke M + hpt neg vpt neg R hpt2 0 V stroke + } def +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V closepath stroke + Pnt} def +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M + hpt2 vpt2 neg V currentpoint stroke M + hpt2 neg 0 R hpt2 vpt2 V stroke} def +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V closepath stroke + Pnt} def +/Star {2 copy Pls Crs} def +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V closepath fill} def +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V closepath fill} def +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V closepath stroke + Pnt} def +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V closepath fill} def +/DiaF {stroke [] 0 setdash vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V closepath fill} def +/Pent {stroke [] 0 setdash 2 copy gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + closepath stroke grestore Pnt} def +/PentF {stroke [] 0 setdash gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + closepath fill grestore} def +/Circle {stroke [] 0 setdash 2 copy + hpt 0 360 arc stroke Pnt} def +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def +/C1 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 90 arc closepath fill + vpt 0 360 arc closepath} bind def +/C2 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 90 180 arc closepath fill + vpt 0 360 arc closepath} bind def +/C3 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 180 arc closepath fill + vpt 0 360 arc closepath} bind def +/C4 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 180 270 arc closepath fill + vpt 0 360 arc closepath} bind def +/C5 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 90 arc + 2 copy moveto + 2 copy vpt 180 270 arc closepath fill + vpt 0 360 arc} bind def +/C6 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 90 270 arc closepath fill + vpt 0 360 arc closepath} bind def +/C7 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 270 arc closepath fill + vpt 0 360 arc closepath} bind def +/C8 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 270 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C9 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 270 450 arc closepath fill + vpt 0 360 arc closepath} bind def +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill + 2 copy moveto + 2 copy vpt 90 180 arc closepath fill + vpt 0 360 arc closepath} bind def +/C11 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 180 arc closepath fill + 2 copy moveto + 2 copy vpt 270 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C12 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 180 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C13 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 90 arc closepath fill + 2 copy moveto + 2 copy vpt 180 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C14 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 90 360 arc closepath fill + vpt 0 360 arc} bind def +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath} bind def +/Square {dup Rec} bind def +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill + 2 copy vpt Square fill Bsquare} bind def +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill + Bsquare} bind def +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill + Bsquare} bind def +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill + 2 copy vpt Square fill Bsquare} bind def +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def +/DiaE {stroke [] 0 setdash vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V closepath stroke} def +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V closepath stroke} def +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V closepath stroke} def +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V closepath stroke} def +/PentE {stroke [] 0 setdash gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + closepath stroke grestore} def +/CircE {stroke [] 0 setdash + hpt 0 360 arc stroke} def +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def +/DiaW {stroke [] 0 setdash vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V Opaque stroke} def +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V Opaque stroke} def +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V Opaque stroke} def +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V Opaque stroke} def +/PentW {stroke [] 0 setdash gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + Opaque stroke grestore} def +/CircW {stroke [] 0 setdash + hpt 0 360 arc Opaque stroke} def +/BoxFill {gsave Rec 1 setgray fill grestore} def +/Density { + /Fillden exch def + currentrgbcolor + /ColB exch def /ColG exch def /ColR exch def + /ColR ColR Fillden mul Fillden sub 1 add def + /ColG ColG Fillden mul Fillden sub 1 add def + /ColB ColB Fillden mul Fillden sub 1 add def + ColR ColG ColB setrgbcolor} def +/BoxColFill {gsave Rec PolyFill} def +/PolyFill {gsave Density fill grestore grestore} def +/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def +% +% PostScript Level 1 Pattern Fill routine for rectangles +% Usage: x y w h s a XX PatternFill +% x,y = lower left corner of box to be filled +% w,h = width and height of box +% a = angle in degrees between lines and x-axis +% XX = 0/1 for no/yes cross-hatch +% +/PatternFill {gsave /PFa [ 9 2 roll ] def + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse + clip + currentlinewidth 0.5 mul setlinewidth + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def + 0 0 M PFa 5 get rotate PFs -2 div dup translate + 0 1 PFs PFa 4 get div 1 add floor cvi + {PFa 4 get mul 0 M 0 PFs V} for + 0 PFa 6 get ne { + 0 1 PFs PFa 4 get div 1 add floor cvi + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for + } if + stroke grestore} def +% +/languagelevel where + {pop languagelevel} {1} ifelse +dup 2 lt + {/InterpretLevel1 true def + /InterpretLevel3 false def} + {/InterpretLevel1 Level1 def + 2 gt + {/InterpretLevel3 Level3 def} + {/InterpretLevel3 false def} + ifelse } + ifelse +% +% PostScript level 2 pattern fill definitions +% +/Level2PatternFill { +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8} + bind def +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} +>> matrix makepattern +/Pat1 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke} +>> matrix makepattern +/Pat2 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L + 8 8 L 8 0 L 0 0 L fill} +>> matrix makepattern +/Pat3 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L + 0 12 M 12 0 L stroke} +>> matrix makepattern +/Pat4 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L + 0 -4 M 12 8 L stroke} +>> matrix makepattern +/Pat5 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L + 0 12 M 8 -4 L 4 12 M 10 0 L stroke} +>> matrix makepattern +/Pat6 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke} +>> matrix makepattern +/Pat7 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L + 12 0 M -4 8 L 12 4 M 0 10 L stroke} +>> matrix makepattern +/Pat8 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L + -4 0 M 12 8 L -4 4 M 8 10 L stroke} +>> matrix makepattern +/Pat9 exch def +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def +} def +% +% +%End of PostScript Level 2 code +% +/PatternBgnd { + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse +} def +% +% Substitute for Level 2 pattern fill codes with +% grayscale if Level 2 support is not selected. +% +/Level1PatternFill { +/Pattern1 {0.250 Density} bind def +/Pattern2 {0.500 Density} bind def +/Pattern3 {0.750 Density} bind def +/Pattern4 {0.125 Density} bind def +/Pattern5 {0.375 Density} bind def +/Pattern6 {0.625 Density} bind def +/Pattern7 {0.875 Density} bind def +} def +% +% Now test for support of Level 2 code +% +Level1 {Level1PatternFill} {Level2PatternFill} ifelse +% +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall +currentdict end definefont pop +% +/Metrics {ExtendTextBox Gswidth} def +/Lwidth {currentpoint stroke M 0 vshift R Metrics} def +/Rwidth {currentpoint stroke M dup stringwidth pop neg vshift R Metrics} def +/Cwidth {currentpoint stroke M dup stringwidth pop -2 div vshift R Metrics} def +/GLwidth {currentpoint stroke M 0 vshift R {ExtendTextBox} forall} def +/GRwidth {currentpoint stroke M dup Gwidth vshift R {ExtendTextBox} forall} def +/GCwidth {currentpoint stroke M dup Gwidth 2 div vshift R {ExtendTextBox} forall} def +/GLwidth2 {0 Gwidth AddGlyphWidth} def +/GRwidth2 {Gwidth -1 mul 0 AddGlyphWidth} def +/GCwidth2 {Gwidth 2 div dup -1 mul AddGlyphWidth} def +/AddGlyphWidth { dup TBx2 gt {userdict /TBx2 3 -1 roll put} {pop} ifelse + dup TBx1 lt {userdict /TBx1 3 -1 roll put} {pop} ifelse } def +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {textshow} {Metrics pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get Gswidth pop -2 div + dup 0 R} {dup 6 get Gswidth pop -2 div 0 R 6 get + textshow 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} def +/Gswidth {dup type /stringtype eq {stringwidth} {pop (n) stringwidth} ifelse} def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get Gswidth pop add} {pop} ifelse} ifelse} forall} def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +Level1 SuppressPDFMark or +{} { +/SDict 10 dict def +systemdict /pdfmark known not { + userdict /pdfmark systemdict /cleartomark get put +} if +SDict begin [ + /Title (fig1.ps) + /Subject (gnuplot plot) + /Creator (gnuplot 5.2 patchlevel 2) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Wed Sep 14 09:51:00 2022) + /DOCINFO pdfmark +end +} ifelse +% +% Support for boxed text - Ethan A Merritt Sep 2016 +% +/InitTextBox { userdict /TBy2 3 -1 roll put userdict /TBx2 3 -1 roll put + userdict /TBy1 3 -1 roll put userdict /TBx1 3 -1 roll put + /Boxing true def } def +/ExtendTextBox { dup type /stringtype eq + { Boxing { gsave dup false charpath pathbbox + dup TBy2 gt {userdict /TBy2 3 -1 roll put} {pop} ifelse + dup TBx2 gt {userdict /TBx2 3 -1 roll put} {pop} ifelse + dup TBy1 lt {userdict /TBy1 3 -1 roll put} {pop} ifelse + dup TBx1 lt {userdict /TBx1 3 -1 roll put} {pop} ifelse + grestore } if } + {} ifelse} def +/PopTextBox { newpath TBx1 TBxmargin sub TBy1 TBymargin sub M + TBx1 TBxmargin sub TBy2 TBymargin add L + TBx2 TBxmargin add TBy2 TBymargin add L + TBx2 TBxmargin add TBy1 TBymargin sub L closepath } def +/DrawTextBox { PopTextBox stroke /Boxing false def} def +/FillTextBox { gsave PopTextBox fill grestore /Boxing false def} def +0 0 0 0 InitTextBox +/TBxmargin 20 def +/TBymargin 20 def +/Boxing false def +/textshow { ExtendTextBox Gshow } def +% +end +%%EndProlog +%%Page: 1 1 +gnudict begin +gsave +doclip +50 50 translate +0.100 0.100 scale +90 rotate +0 -5040 translate +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +BackgroundColor 0 lt 3 1 roll 0 lt exch 0 lt or or not {gsave BackgroundColor C clippath fill grestore} if +1.000 UL +LTb +LCb setrgbcolor +770 1067 M +63 0 V +6114 0 R +-63 0 V +stroke +686 1067 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.30)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +770 1546 M +63 0 V +6114 0 R +-63 0 V +stroke +LTb +LCb setrgbcolor +770 2025 M +63 0 V +6114 0 R +-63 0 V +stroke +686 2025 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.20)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +770 2504 M +63 0 V +6114 0 R +-63 0 V +stroke +LTb +LCb setrgbcolor +770 2983 M +63 0 V +6114 0 R +-63 0 V +stroke +686 2983 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.10)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +770 3462 M +63 0 V +6114 0 R +-63 0 V +stroke +LTb +LCb setrgbcolor +770 3941 M +63 0 V +6114 0 R +-63 0 V +stroke +686 3941 M +[ [(Helvetica) 250.0 0.0 true true 0 ( 0.00)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +770 4899 M +63 0 V +6114 0 R +-63 0 V +stroke +686 4899 M +[ [(Helvetica) 250.0 0.0 true true 0 ( 0.10)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +770 588 M +0 63 V +0 4248 R +0 -63 V +stroke +770 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (0)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +1285 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +1800 588 M +0 63 V +0 4248 R +0 -63 V +stroke +1800 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (10)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +2314 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +2829 588 M +0 63 V +0 4248 R +0 -63 V +stroke +2829 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (20)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +3344 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +3859 588 M +0 63 V +0 4248 R +0 -63 V +stroke +3859 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (30)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +4373 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +4888 588 M +0 63 V +0 4248 R +0 -63 V +stroke +4888 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (40)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +5403 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +5918 588 M +0 63 V +0 4248 R +0 -63 V +stroke +5918 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (50)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +6432 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +6947 588 M +0 63 V +0 4248 R +0 -63 V +stroke +6947 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (60)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +1.000 UL +LTB +LCb setrgbcolor +770 4899 N +770 588 L +6177 0 V +0 4311 V +-6177 0 V +Z stroke +1.000 UP +1.000 UL +LTb +LCb setrgbcolor +LCb setrgbcolor +-168 2743 M +currentpoint gsave translate -270 rotate 0 0 moveto +[ [(Helvetica) 350.0 0.0 true true 0 (H)] +[(Helvetica) 280.0 -105.0 true true 0 (p)] +] -81.7 MCshow +grestore +LTb +LCb setrgbcolor +3858 98 M +[ [(Helvetica) 350.0 0.0 true true 0 (p)] +] -116.7 MCshow +LTb +% Begin plot #1 +1.000 UP +2.000 UL +LTb +LCb setrgbcolor +LCb setrgbcolor +6296 4766 M +[ [(Helvetica) 140.0 0.0 true true 0 (E=-0.8)] +] -46.7 MRshow +1.000 UP +2.000 UL +LTb +LCb setrgbcolor +6380 4766 M +399 0 V +-399 31 R +0 -62 V +399 62 R +0 -62 V +770 706 M +873 1856 L +976 1037 L +103 1009 V +103 -899 V +103 994 V +103 -884 V +103 962 V +103 -855 V +103 926 V +103 -820 V +102 888 V +103 -786 V +103 851 V +103 -755 V +103 817 V +103 -725 V +103 784 V +103 -693 V +103 750 V +103 -665 V +103 721 V +103 -639 V +103 690 V +103 -612 V +103 663 V +103 -587 V +103 635 V +103 -562 V +103 609 V +103 -542 V +102 586 V +103 -518 V +103 561 V +103 -497 V +103 539 V +103 -477 V +103 516 V +103 -458 V +103 495 V +103 -438 V +103 474 V +103 -420 V +103 455 V +103 -404 V +103 437 V +103 -386 V +103 419 V +103 -371 V +103 401 V +103 -356 V +102 385 V +103 -342 V +103 369 V +103 -327 V +103 354 V +103 -314 V +103 340 V +103 -301 V +103 327 V +103 -290 V +770 706 M +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +72 1150 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -821 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 1007 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -901 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 992 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -886 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 961 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -857 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 924 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -822 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +71 886 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -789 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 849 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -757 R +0 4 V +-31 -4 R +62 0 V +-62 4 R +62 0 V +72 814 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -727 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 782 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -695 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 748 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -668 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 719 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -641 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 688 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -614 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 660 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -589 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 632 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -565 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 607 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -544 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +71 583 R +0 2 V +-31 -2 R +62 0 V +stroke 3992 2897 M +-62 2 R +62 0 V +72 -520 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 558 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -500 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 537 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -479 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 514 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -459 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 493 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -440 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 473 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -423 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 453 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -407 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 435 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -388 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 417 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -373 R +0 3 V +-31 -3 R +62 0 V +-62 3 R +62 0 V +72 399 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -358 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +71 383 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -343 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 367 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 -329 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 353 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -316 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 339 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -303 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 325 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -291 R +0 2 V +-31 -2 R +31 0 V +-31 2 R +31 0 V +770 706 Pls +770 706 Pls +873 1856 Pls +976 1037 Pls +1079 2046 Pls +1182 1147 Pls +1285 2141 Pls +1388 1257 Pls +1491 2219 Pls +1594 1364 Pls +1697 2290 Pls +1800 1470 Pls +1902 2358 Pls +2005 1572 Pls +2108 2423 Pls +2211 1668 Pls +2314 2485 Pls +2417 1760 Pls +2520 2544 Pls +2623 1851 Pls +2726 2601 Pls +2829 1936 Pls +2932 2657 Pls +3035 2018 Pls +3138 2708 Pls +3241 2096 Pls +3344 2759 Pls +3447 2172 Pls +3550 2807 Pls +3653 2245 Pls +3756 2854 Pls +3859 2312 Pls +3961 2898 Pls +4064 2380 Pls +4167 2941 Pls +4270 2444 Pls +4373 2983 Pls +4476 2506 Pls +4579 3022 Pls +4682 2564 Pls +4785 3059 Pls +4888 2621 Pls +4991 3095 Pls +5094 2675 Pls +5197 3130 Pls +5300 2726 Pls +5403 3163 Pls +5506 2777 Pls +5609 3196 Pls +5712 2825 Pls +5815 3226 Pls +5918 2870 Pls +6020 3255 Pls +6123 2913 Pls +6226 3282 Pls +6329 2955 Pls +6432 3309 Pls +6535 2995 Pls +6638 3335 Pls +6741 3034 Pls +6844 3361 Pls +6947 3071 Pls +6579 4766 Pls +% End plot #1 +% Begin plot #2 +1.000 UP +2.000 UL +LTb +LT1 +LCb setrgbcolor +LCb setrgbcolor +6296 4626 M +[ [(Helvetica) 140.0 0.0 true true 0 (E=-0.9)] +] -46.7 MRshow +1.000 UP +2.000 UL +LTb +LT1 +LCb setrgbcolor +6380 4626 M +399 0 V +-399 31 R +0 -62 V +399 62 R +0 -62 V +770 1065 M +873 2102 L +976 1675 L +103 790 V +103 -456 V +103 689 V +103 -401 V +103 591 V +103 -345 V +103 504 V +103 -294 V +102 428 V +103 -249 V +103 364 V +103 -212 V +103 309 V +103 -181 V +103 263 V +103 -153 V +103 223 V +103 -130 V +103 190 V +103 -111 V +103 161 V +103 -94 V +103 137 V +103 -79 V +103 116 V +103 -68 V +103 99 V +103 -58 V +102 84 V +103 -49 V +103 71 V +103 -41 V +103 61 V +103 -36 V +103 52 V +103 -30 V +103 43 V +103 -25 V +103 37 V +103 -22 V +103 32 V +103 -18 V +103 26 V +103 -15 V +103 23 V +103 -14 V +103 20 V +103 -12 V +102 17 V +103 -10 V +103 14 V +103 -8 V +103 12 V +103 -7 V +103 10 V +103 -6 V +103 9 V +103 -5 V +770 1065 M +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +72 1037 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -429 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 789 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -456 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 688 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -402 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 590 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -347 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 503 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -294 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +71 427 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -251 R +0 2 V +-31 -2 R +62 0 V +-62 2 R +62 0 V +72 362 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -213 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 308 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -181 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 262 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -153 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 222 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -130 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 190 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -111 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 160 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -94 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 136 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -80 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 115 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -68 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 98 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -58 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 84 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -49 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 71 R +0 1 V +stroke 4167 3815 M +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -42 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 60 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -36 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 52 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -30 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 43 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -26 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 37 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -22 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 31 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -19 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 26 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -15 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 23 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -14 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 20 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -12 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 17 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -10 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 14 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -8 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 12 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -7 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 10 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -6 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 9 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -5 R +-31 0 R +31 0 V +-31 0 R +31 0 V +770 1065 Pls +770 1065 Pls +873 2102 Pls +976 1675 Pls +1079 2465 Pls +1182 2009 Pls +1285 2698 Pls +1388 2297 Pls +1491 2888 Pls +1594 2543 Pls +1697 3047 Pls +1800 2753 Pls +1902 3181 Pls +2005 2932 Pls +2108 3296 Pls +2211 3084 Pls +2314 3393 Pls +2417 3212 Pls +2520 3475 Pls +2623 3322 Pls +2726 3545 Pls +2829 3415 Pls +2932 3605 Pls +3035 3494 Pls +3138 3655 Pls +3241 3561 Pls +3344 3698 Pls +3447 3619 Pls +3550 3735 Pls +3653 3667 Pls +3756 3766 Pls +3859 3708 Pls +3961 3792 Pls +4064 3743 Pls +4167 3814 Pls +4270 3773 Pls +4373 3834 Pls +4476 3798 Pls +4579 3850 Pls +4682 3820 Pls +4785 3863 Pls +4888 3838 Pls +4991 3875 Pls +5094 3853 Pls +5197 3885 Pls +5300 3867 Pls +5403 3893 Pls +5506 3878 Pls +5609 3901 Pls +5712 3887 Pls +5815 3907 Pls +5918 3895 Pls +6020 3912 Pls +6123 3902 Pls +6226 3916 Pls +6329 3908 Pls +6432 3920 Pls +6535 3913 Pls +6638 3923 Pls +6741 3917 Pls +6844 3926 Pls +6947 3921 Pls +6579 4626 Pls +% End plot #2 +% Begin plot #3 +1.000 UP +2.000 UL +LTb +LT2 +LCb setrgbcolor +LCb setrgbcolor +6296 4486 M +[ [(Helvetica) 140.0 0.0 true true 0 (E=-1.0)] +] -46.7 MRshow +1.000 UP +2.000 UL +LTb +LT2 +LCb setrgbcolor +6380 4486 M +399 0 V +-399 31 R +0 -62 V +399 62 R +0 -62 V +770 1353 M +103 946 V +976 2127 L +103 634 V +103 -206 V +103 496 V +103 -168 V +103 381 V +103 -130 V +103 291 V +103 -99 V +102 222 V +103 -76 V +103 170 V +103 -58 V +103 129 V +103 -44 V +103 98 V +103 -33 V +103 75 V +103 -26 V +103 57 V +103 -19 V +103 43 V +103 -15 V +103 33 V +103 -11 V +103 25 V +103 -8 V +103 19 V +103 -7 V +102 15 V +103 -5 V +103 11 V +103 -4 V +103 9 V +103 -3 V +103 7 V +103 -3 V +103 5 V +103 -1 V +103 3 V +103 -1 V +103 3 V +103 -1 V +103 2 V +103 -1 V +103 2 V +103 -1 V +103 2 V +103 -1 V +102 1 V +103 0 V +103 1 V +103 -1 V +103 1 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +770 1353 M +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +72 945 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -172 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 633 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -208 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 495 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -169 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 381 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -132 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 291 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -100 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 222 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -76 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 168 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -59 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 129 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -45 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 98 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -34 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 74 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 -26 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 57 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -20 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 43 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -15 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 33 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -11 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 25 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -8 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 19 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -7 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 15 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -5 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 11 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -4 R +-31 0 R +62 0 V +stroke 4301 3917 M +-62 0 R +62 0 V +72 9 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -3 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 7 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -3 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 5 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 3 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 3 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 2 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 2 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 2 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 -1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +31 0 V +-31 0 R +31 0 V +770 1353 Pls +770 1353 Pls +873 2299 Pls +976 2127 Pls +1079 2761 Pls +1182 2555 Pls +1285 3051 Pls +1388 2883 Pls +1491 3264 Pls +1594 3134 Pls +1697 3425 Pls +1800 3326 Pls +1902 3548 Pls +2005 3472 Pls +2108 3642 Pls +2211 3584 Pls +2314 3713 Pls +2417 3669 Pls +2520 3767 Pls +2623 3734 Pls +2726 3809 Pls +2829 3783 Pls +2932 3840 Pls +3035 3821 Pls +3138 3864 Pls +3241 3849 Pls +3344 3882 Pls +3447 3871 Pls +3550 3896 Pls +3653 3888 Pls +3756 3907 Pls +3859 3900 Pls +3961 3915 Pls +4064 3910 Pls +4167 3921 Pls +4270 3917 Pls +4373 3926 Pls +4476 3923 Pls +4579 3930 Pls +4682 3927 Pls +4785 3932 Pls +4888 3931 Pls +4991 3934 Pls +5094 3933 Pls +5197 3936 Pls +5300 3935 Pls +5403 3937 Pls +5506 3936 Pls +5609 3938 Pls +5712 3937 Pls +5815 3939 Pls +5918 3938 Pls +6020 3939 Pls +6123 3939 Pls +6226 3940 Pls +6329 3939 Pls +6432 3940 Pls +6535 3940 Pls +6638 3940 Pls +6741 3940 Pls +6844 3940 Pls +6947 3940 Pls +6579 4486 Pls +% End plot #3 +% Begin plot #4 +1.000 UP +2.000 UL +LTb +LT3 +LCb setrgbcolor +LCb setrgbcolor +6296 4346 M +[ [(Helvetica) 140.0 0.0 true true 0 (E=-1.2)] +] -46.7 MRshow +1.000 UP +2.000 UL +LTb +LT3 +LCb setrgbcolor +6380 4346 M +399 0 V +-399 31 R +0 -62 V +399 62 R +0 -62 V +770 1784 M +103 809 V +103 119 V +103 432 V +103 19 V +103 280 V +103 7 V +103 178 V +103 3 V +103 112 V +103 2 V +102 71 V +103 2 V +103 44 V +103 1 V +103 28 V +103 1 V +103 18 V +103 0 V +103 11 V +103 0 V +103 8 V +103 0 V +103 4 V +103 0 V +103 3 V +103 0 V +103 2 V +103 0 V +103 1 V +103 0 V +102 1 V +103 0 V +103 0 V +103 0 V +103 1 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +102 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +770 1784 M +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +-31 0 R +31 0 V +72 809 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 117 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 431 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 19 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 279 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 6 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 178 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 2 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 112 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 71 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 44 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 28 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 18 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 11 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 8 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 4 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 3 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 2 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +stroke 4301 3940 M +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +31 0 V +-31 0 R +31 0 V +770 1784 Pls +770 1784 Pls +873 2593 Pls +976 2712 Pls +1079 3144 Pls +1182 3163 Pls +1285 3443 Pls +1388 3450 Pls +1491 3628 Pls +1594 3631 Pls +1697 3743 Pls +1800 3745 Pls +1902 3816 Pls +2005 3818 Pls +2108 3862 Pls +2211 3863 Pls +2314 3891 Pls +2417 3892 Pls +2520 3910 Pls +2623 3910 Pls +2726 3921 Pls +2829 3921 Pls +2932 3929 Pls +3035 3929 Pls +3138 3933 Pls +3241 3933 Pls +3344 3936 Pls +3447 3936 Pls +3550 3938 Pls +3653 3938 Pls +3756 3939 Pls +3859 3939 Pls +3961 3940 Pls +4064 3940 Pls +4167 3940 Pls +4270 3940 Pls +4373 3941 Pls +4476 3941 Pls +4579 3941 Pls +4682 3941 Pls +4785 3941 Pls +4888 3941 Pls +4991 3941 Pls +5094 3941 Pls +5197 3941 Pls +5300 3941 Pls +5403 3941 Pls +5506 3941 Pls +5609 3941 Pls +5712 3941 Pls +5815 3941 Pls +5918 3941 Pls +6020 3941 Pls +6123 3941 Pls +6226 3941 Pls +6329 3941 Pls +6432 3941 Pls +6535 3941 Pls +6638 3941 Pls +6741 3941 Pls +6844 3941 Pls +6947 3941 Pls +6579 4346 Pls +% End plot #4 +% Begin plot #5 +1.000 UP +2.000 UL +LTb +LCb setrgbcolor +LCb setrgbcolor +6296 4206 M +[ [(Helvetica) 140.0 0.0 true true 0 (E=-1.6)] +] -46.7 MRshow +1.000 UP +2.000 UL +LTb +LCb setrgbcolor +6380 4206 M +399 0 V +-399 31 R +0 -62 V +399 62 R +0 -62 V +770 2323 M +103 637 V +103 321 V +103 235 V +103 116 V +103 113 V +103 52 V +103 53 V +103 24 V +103 24 V +103 12 V +102 11 V +103 5 V +103 6 V +103 2 V +103 3 V +103 1 V +103 1 V +103 1 V +103 0 V +103 0 V +103 1 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +102 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +102 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +103 0 V +770 2323 M +31 0 V +-31 0 R +31 0 V +72 637 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 321 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 234 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 116 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 111 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 52 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 53 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 23 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +72 24 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 11 R +0 1 V +-31 -1 R +62 0 V +-62 1 R +62 0 V +71 11 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 5 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 6 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 2 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 3 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 1 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +stroke 4404 3941 M +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +71 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +62 0 V +-62 0 R +62 0 V +72 0 R +-31 0 R +31 0 V +-31 0 R +31 0 V +770 2323 Pls +873 2960 Pls +976 3281 Pls +1079 3516 Pls +1182 3632 Pls +1285 3745 Pls +1388 3797 Pls +1491 3850 Pls +1594 3874 Pls +1697 3898 Pls +1800 3910 Pls +1902 3921 Pls +2005 3926 Pls +2108 3932 Pls +2211 3934 Pls +2314 3937 Pls +2417 3938 Pls +2520 3939 Pls +2623 3940 Pls +2726 3940 Pls +2829 3940 Pls +2932 3941 Pls +3035 3941 Pls +3138 3941 Pls +3241 3941 Pls +3344 3941 Pls +3447 3941 Pls +3550 3941 Pls +3653 3941 Pls +3756 3941 Pls +3859 3941 Pls +3961 3941 Pls +4064 3941 Pls +4167 3941 Pls +4270 3941 Pls +4373 3941 Pls +4476 3941 Pls +4579 3941 Pls +4682 3941 Pls +4785 3941 Pls +4888 3941 Pls +4991 3941 Pls +5094 3941 Pls +5197 3941 Pls +5300 3941 Pls +5403 3941 Pls +5506 3941 Pls +5609 3941 Pls +5712 3941 Pls +5815 3941 Pls +5918 3941 Pls +6020 3941 Pls +6123 3941 Pls +6226 3941 Pls +6329 3941 Pls +6432 3941 Pls +6535 3941 Pls +6638 3941 Pls +6741 3941 Pls +6844 3941 Pls +6947 3941 Pls +6579 4206 Pls +% End plot #5 +2.000 UL +LTb +LCb setrgbcolor +1.000 UL +LTB +LCb setrgbcolor +770 4899 N +770 588 L +6177 0 V +0 4311 V +-6177 0 V +Z stroke +1.000 UP +1.000 UL +LTb +LCb setrgbcolor +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica +%%Pages: 1 diff --git a/plots/fig2.plt b/plots/fig2.plt new file mode 100644 index 0000000..18247e4 --- /dev/null +++ b/plots/fig2.plt @@ -0,0 +1,23 @@ +set term pdf enhanced font "Times,18" rounded linewidth 2.2 +set key bottom right +set format y "%.4f" +set format x "%.3f" +set grid + +# set term X11 enhanced +set xlabel "E" +set ylabel "â„°(E)" + +set label 1 "E_0" at -0.793, -0.7678, 0 left norotate +set label 2 "E_0" at -0.7675, -0.7657, 0 left norotate + +#set term x11 +set output "fig2.pdf" +set xrange[-0.8:-0.76] +set yrange[-0.7685:-0.765] +set arrow from -0.768068,-0.7685 to -0.768068,-0.765 nohead ls 3 +plot \ +"two_compo_fig2" u 1:2:3 notitle w l ls 2, \ +"data_fig2_accurate" u 1:2:3 notitle w p ls 1, \ +-0.768068 notitle, \ + diff --git a/plots/fig2.ps b/plots/fig2.ps new file mode 100644 index 0000000..04e7b57 --- /dev/null +++ b/plots/fig2.ps @@ -0,0 +1,1429 @@ +%!PS-Adobe-2.0 +%%Title: fig2.ps +%%Creator: gnuplot 5.2 patchlevel 2 +%%CreationDate: Wed Sep 14 09:52:46 2022 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 554 770 +%%Orientation: Landscape +%%Pages: (atend) +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following true/false flags may be edited by hand if desired. +% The unit line width and grayscale image gamma correction may also be changed. +% +/Color false def +/Blacktext false def +/Solid false def +/Dashlength 1 def +/Landscape true def +/Level1 false def +/Level3 false def +/Rounded false def +/ClipToBoundingBox false def +/SuppressPDFMark false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth def +/Gamma 1.0 def +/BackgroundColor {-1.000 -1.000 -1.000} def +% +/vshift -46 def +/dl1 { + 10.0 Dashlength userlinewidth gnulinewidth div mul mul mul + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if +} def +/dl2 { + 10.0 Dashlength userlinewidth gnulinewidth div mul mul mul + Rounded { currentlinewidth 0.75 mul add } if +} def +/hpt_ 31.5 def +/vpt_ 31.5 def +/hpt hpt_ def +/vpt vpt_ def +/doclip { + ClipToBoundingBox { + newpath 50 50 moveto 554 50 lineto 554 770 lineto 50 770 lineto closepath + clip + } if +} def +% +% Gnuplot Prolog Version 5.1 (Oct 2015) +% +%/SuppressPDFMark true def +% +/M {moveto} bind def +/L {lineto} bind def +/R {rmoveto} bind def +/V {rlineto} bind def +/N {newpath moveto} bind def +/Z {closepath} bind def +/C {setrgbcolor} bind def +/f {rlineto fill} bind def +/g {setgray} bind def +/Gshow {show} def % May be redefined later in the file to support UTF-8 +/vpt2 vpt 2 mul def +/hpt2 hpt 2 mul def +/Lshow {currentpoint stroke M 0 vshift R + Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R + Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R + Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash} + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def +/BL {stroke userlinewidth 2 mul setlinewidth + Rounded {1 setlinejoin 1 setlinecap} if} def +/AL {stroke userlinewidth 2 div setlinewidth + Rounded {1 setlinejoin 1 setlinecap} if} def +/UL {dup gnulinewidth mul /userlinewidth exch def + dup 1 lt {pop 1} if 10 mul /udl exch def} def +/PL {stroke userlinewidth setlinewidth + Rounded {1 setlinejoin 1 setlinecap} if} def +3.8 setmiterlimit +% Classic Line colors (version 5.0) +/LCw {1 1 1} def +/LCb {0 0 0} def +/LCa {0 0 0} def +/LC0 {1 0 0} def +/LC1 {0 1 0} def +/LC2 {0 0 1} def +/LC3 {1 0 1} def +/LC4 {0 1 1} def +/LC5 {1 1 0} def +/LC6 {0 0 0} def +/LC7 {1 0.3 0} def +/LC8 {0.5 0.5 0.5} def +% Default dash patterns (version 5.0) +/LTB {BL [] LCb DL} def +/LTw {PL [] 1 setgray} def +/LTb {PL [] LCb DL} def +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def +/LT0 {PL [] LC0 DL} def +/LT1 {PL [2 dl1 3 dl2] LC1 DL} def +/LT2 {PL [1 dl1 1.5 dl2] LC2 DL} def +/LT3 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC3 DL} def +/LT4 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def +/LT5 {PL [4 dl1 2 dl2] LC5 DL} def +/LT6 {PL [1.5 dl1 1.5 dl2 1.5 dl1 1.5 dl2 1.5 dl1 6 dl2] LC6 DL} def +/LT7 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC7 DL} def +/LT8 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC8 DL} def +/SL {[] 0 setdash} def +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def +/Dia {stroke [] 0 setdash 2 copy vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V closepath stroke + Pnt} def +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V + currentpoint stroke M + hpt neg vpt neg R hpt2 0 V stroke + } def +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V closepath stroke + Pnt} def +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M + hpt2 vpt2 neg V currentpoint stroke M + hpt2 neg 0 R hpt2 vpt2 V stroke} def +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V closepath stroke + Pnt} def +/Star {2 copy Pls Crs} def +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V closepath fill} def +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V closepath fill} def +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V closepath stroke + Pnt} def +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V closepath fill} def +/DiaF {stroke [] 0 setdash vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V closepath fill} def +/Pent {stroke [] 0 setdash 2 copy gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + closepath stroke grestore Pnt} def +/PentF {stroke [] 0 setdash gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + closepath fill grestore} def +/Circle {stroke [] 0 setdash 2 copy + hpt 0 360 arc stroke Pnt} def +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def +/C1 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 90 arc closepath fill + vpt 0 360 arc closepath} bind def +/C2 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 90 180 arc closepath fill + vpt 0 360 arc closepath} bind def +/C3 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 180 arc closepath fill + vpt 0 360 arc closepath} bind def +/C4 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 180 270 arc closepath fill + vpt 0 360 arc closepath} bind def +/C5 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 90 arc + 2 copy moveto + 2 copy vpt 180 270 arc closepath fill + vpt 0 360 arc} bind def +/C6 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 90 270 arc closepath fill + vpt 0 360 arc closepath} bind def +/C7 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 270 arc closepath fill + vpt 0 360 arc closepath} bind def +/C8 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 270 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C9 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 270 450 arc closepath fill + vpt 0 360 arc closepath} bind def +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill + 2 copy moveto + 2 copy vpt 90 180 arc closepath fill + vpt 0 360 arc closepath} bind def +/C11 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 180 arc closepath fill + 2 copy moveto + 2 copy vpt 270 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C12 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 180 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C13 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 0 90 arc closepath fill + 2 copy moveto + 2 copy vpt 180 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/C14 {BL [] 0 setdash 2 copy moveto + 2 copy vpt 90 360 arc closepath fill + vpt 0 360 arc} bind def +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill + vpt 0 360 arc closepath} bind def +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath} bind def +/Square {dup Rec} bind def +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill + 2 copy vpt Square fill Bsquare} bind def +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill + Bsquare} bind def +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill + Bsquare} bind def +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill + 2 copy vpt Square fill Bsquare} bind def +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def +/DiaE {stroke [] 0 setdash vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V closepath stroke} def +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V closepath stroke} def +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V closepath stroke} def +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V closepath stroke} def +/PentE {stroke [] 0 setdash gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + closepath stroke grestore} def +/CircE {stroke [] 0 setdash + hpt 0 360 arc stroke} def +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def +/DiaW {stroke [] 0 setdash vpt add M + hpt neg vpt neg V hpt vpt neg V + hpt vpt V hpt neg vpt V Opaque stroke} def +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M + 0 vpt2 neg V hpt2 0 V 0 vpt2 V + hpt2 neg 0 V Opaque stroke} def +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M + hpt neg vpt -1.62 mul V + hpt 2 mul 0 V + hpt neg vpt 1.62 mul V Opaque stroke} def +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M + hpt neg vpt 1.62 mul V + hpt 2 mul 0 V + hpt neg vpt -1.62 mul V Opaque stroke} def +/PentW {stroke [] 0 setdash gsave + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat + Opaque stroke grestore} def +/CircW {stroke [] 0 setdash + hpt 0 360 arc Opaque stroke} def +/BoxFill {gsave Rec 1 setgray fill grestore} def +/Density { + /Fillden exch def + currentrgbcolor + /ColB exch def /ColG exch def /ColR exch def + /ColR ColR Fillden mul Fillden sub 1 add def + /ColG ColG Fillden mul Fillden sub 1 add def + /ColB ColB Fillden mul Fillden sub 1 add def + ColR ColG ColB setrgbcolor} def +/BoxColFill {gsave Rec PolyFill} def +/PolyFill {gsave Density fill grestore grestore} def +/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def +% +% PostScript Level 1 Pattern Fill routine for rectangles +% Usage: x y w h s a XX PatternFill +% x,y = lower left corner of box to be filled +% w,h = width and height of box +% a = angle in degrees between lines and x-axis +% XX = 0/1 for no/yes cross-hatch +% +/PatternFill {gsave /PFa [ 9 2 roll ] def + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse + clip + currentlinewidth 0.5 mul setlinewidth + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def + 0 0 M PFa 5 get rotate PFs -2 div dup translate + 0 1 PFs PFa 4 get div 1 add floor cvi + {PFa 4 get mul 0 M 0 PFs V} for + 0 PFa 6 get ne { + 0 1 PFs PFa 4 get div 1 add floor cvi + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for + } if + stroke grestore} def +% +/languagelevel where + {pop languagelevel} {1} ifelse +dup 2 lt + {/InterpretLevel1 true def + /InterpretLevel3 false def} + {/InterpretLevel1 Level1 def + 2 gt + {/InterpretLevel3 Level3 def} + {/InterpretLevel3 false def} + ifelse } + ifelse +% +% PostScript level 2 pattern fill definitions +% +/Level2PatternFill { +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8} + bind def +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} +>> matrix makepattern +/Pat1 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke} +>> matrix makepattern +/Pat2 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L + 8 8 L 8 0 L 0 0 L fill} +>> matrix makepattern +/Pat3 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L + 0 12 M 12 0 L stroke} +>> matrix makepattern +/Pat4 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L + 0 -4 M 12 8 L stroke} +>> matrix makepattern +/Pat5 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L + 0 12 M 8 -4 L 4 12 M 10 0 L stroke} +>> matrix makepattern +/Pat6 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke} +>> matrix makepattern +/Pat7 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L + 12 0 M -4 8 L 12 4 M 0 10 L stroke} +>> matrix makepattern +/Pat8 exch def +<< Tile8x8 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L + -4 0 M 12 8 L -4 4 M 8 10 L stroke} +>> matrix makepattern +/Pat9 exch def +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def +} def +% +% +%End of PostScript Level 2 code +% +/PatternBgnd { + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse +} def +% +% Substitute for Level 2 pattern fill codes with +% grayscale if Level 2 support is not selected. +% +/Level1PatternFill { +/Pattern1 {0.250 Density} bind def +/Pattern2 {0.500 Density} bind def +/Pattern3 {0.750 Density} bind def +/Pattern4 {0.125 Density} bind def +/Pattern5 {0.375 Density} bind def +/Pattern6 {0.625 Density} bind def +/Pattern7 {0.875 Density} bind def +} def +% +% Now test for support of Level 2 code +% +Level1 {Level1PatternFill} {Level2PatternFill} ifelse +% +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall +currentdict end definefont pop +% +/Metrics {ExtendTextBox Gswidth} def +/Lwidth {currentpoint stroke M 0 vshift R Metrics} def +/Rwidth {currentpoint stroke M dup stringwidth pop neg vshift R Metrics} def +/Cwidth {currentpoint stroke M dup stringwidth pop -2 div vshift R Metrics} def +/GLwidth {currentpoint stroke M 0 vshift R {ExtendTextBox} forall} def +/GRwidth {currentpoint stroke M dup Gwidth vshift R {ExtendTextBox} forall} def +/GCwidth {currentpoint stroke M dup Gwidth 2 div vshift R {ExtendTextBox} forall} def +/GLwidth2 {0 Gwidth AddGlyphWidth} def +/GRwidth2 {Gwidth -1 mul 0 AddGlyphWidth} def +/GCwidth2 {Gwidth 2 div dup -1 mul AddGlyphWidth} def +/AddGlyphWidth { dup TBx2 gt {userdict /TBx2 3 -1 roll put} {pop} ifelse + dup TBx1 lt {userdict /TBx1 3 -1 roll put} {pop} ifelse } def +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {textshow} {Metrics pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get Gswidth pop -2 div + dup 0 R} {dup 6 get Gswidth pop -2 div 0 R 6 get + textshow 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} def +/Gswidth {dup type /stringtype eq {stringwidth} {pop (n) stringwidth} ifelse} def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get Gswidth pop add} {pop} ifelse} ifelse} forall} def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +Level1 SuppressPDFMark or +{} { +/SDict 10 dict def +systemdict /pdfmark known not { + userdict /pdfmark systemdict /cleartomark get put +} if +SDict begin [ + /Title (fig2.ps) + /Subject (gnuplot plot) + /Creator (gnuplot 5.2 patchlevel 2) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Wed Sep 14 09:52:46 2022) + /DOCINFO pdfmark +end +} ifelse +% +% Support for boxed text - Ethan A Merritt Sep 2016 +% +/InitTextBox { userdict /TBy2 3 -1 roll put userdict /TBx2 3 -1 roll put + userdict /TBy1 3 -1 roll put userdict /TBx1 3 -1 roll put + /Boxing true def } def +/ExtendTextBox { dup type /stringtype eq + { Boxing { gsave dup false charpath pathbbox + dup TBy2 gt {userdict /TBy2 3 -1 roll put} {pop} ifelse + dup TBx2 gt {userdict /TBx2 3 -1 roll put} {pop} ifelse + dup TBy1 lt {userdict /TBy1 3 -1 roll put} {pop} ifelse + dup TBx1 lt {userdict /TBx1 3 -1 roll put} {pop} ifelse + grestore } if } + {} ifelse} def +/PopTextBox { newpath TBx1 TBxmargin sub TBy1 TBymargin sub M + TBx1 TBxmargin sub TBy2 TBymargin add L + TBx2 TBxmargin add TBy2 TBymargin add L + TBx2 TBxmargin add TBy1 TBymargin sub L closepath } def +/DrawTextBox { PopTextBox stroke /Boxing false def} def +/FillTextBox { gsave PopTextBox fill grestore /Boxing false def} def +0 0 0 0 InitTextBox +/TBxmargin 20 def +/TBymargin 20 def +/Boxing false def +/textshow { ExtendTextBox Gshow } def +% +end +%%EndProlog +%%Page: 1 1 +gnudict begin +gsave +doclip +50 50 translate +0.100 0.100 scale +90 rotate +0 -5040 translate +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +BackgroundColor 0 lt 3 1 roll 0 lt exch 0 lt or or not {gsave BackgroundColor C clippath fill grestore} if +1.000 UL +LTb +LCb setrgbcolor +938 588 M +63 0 V +5946 0 R +-63 0 V +stroke +854 588 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7685)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 1204 M +63 0 V +5946 0 R +-63 0 V +stroke +854 1204 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7680)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 1820 M +63 0 V +5946 0 R +-63 0 V +stroke +854 1820 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7675)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 2436 M +63 0 V +5946 0 R +-63 0 V +stroke +854 2436 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7670)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 3051 M +63 0 V +5946 0 R +-63 0 V +stroke +854 3051 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7665)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 3667 M +63 0 V +5946 0 R +-63 0 V +stroke +854 3667 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7660)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 4283 M +63 0 V +5946 0 R +-63 0 V +stroke +854 4283 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.7655)] +] -83.3 MRshow +1.000 UL +LTb +LCb setrgbcolor +938 4899 M +63 0 V +5946 0 R +-63 0 V +stroke +LTb +LCb setrgbcolor +938 588 M +0 63 V +0 4248 R +0 -63 V +stroke +938 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.80)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +2440 588 M +0 63 V +0 4248 R +0 -63 V +stroke +2440 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.79)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +3942 588 M +0 63 V +0 4248 R +0 -63 V +stroke +3942 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.78)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +5445 588 M +0 63 V +0 4248 R +0 -63 V +stroke +5445 448 M +[ [(Helvetica) 250.0 0.0 true true 0 (-0.77)] +] -83.3 MCshow +1.000 UL +LTb +LCb setrgbcolor +6947 588 M +0 63 V +0 4248 R +0 -63 V +stroke +LTb +LCb setrgbcolor +1.000 UL +LTB +LCb setrgbcolor +938 4899 N +938 588 L +6009 0 V +0 4311 V +-6009 0 V +Z stroke +1.000 UP +LCb setrgbcolor +1689 1327 M +[ [(Helvetica) 250.0 0.0 true true 0 (E)] +[(Helvetica) 200.0 -75.0 true true 0 (0)] +] -58.3 MLshow +LCb setrgbcolor +5445 3667 M +[ [(Helvetica) 250.0 0.0 true true 0 (E)] +[(Helvetica) 200.0 -75.0 true true 0 (0)] +] -58.3 MLshow +1.000 UL +[] 0 setdash +LCb setrgbcolor +5735 588 M +0 4311 V +stroke +LTb +LCb setrgbcolor +LCb setrgbcolor +-168 2743 M +currentpoint gsave translate -270 rotate 0 0 moveto +[ [(Helvetica) 350.0 0.0 true true 0 (cal E)] +[(Helvetica) 350.0 0.0 true true 0 (\(E\))] +] -116.7 MCshow +grestore +LTb +LCb setrgbcolor +3942 98 M +[ [(Helvetica) 350.0 0.0 true true 0 (E)] +] -116.7 MCshow +LTb +% Begin plot #1 +1.000 UP +2.000 UL +LTb +LCb setrgbcolor +938 4322 Pls +1689 3837 Pls +2440 3346 Pls +3191 2849 Pls +3942 2346 Pls +% End plot #1 +% Begin plot #2 +1.000 UL +LTb +LT1 +LCb setrgbcolor +938 1120 M +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +61 0 V +60 0 V +61 0 V +61 0 V +60 0 V +61 0 V +% End plot #2 +% Begin plot #3 +stroke +2.000 UL +LTb +LT2 +LCb setrgbcolor +938 4322 M +751 -485 V +751 -491 V +751 -497 V +751 -503 V +5 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +stroke 5047 1594 M +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +stroke 6169 816 M +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -4 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +5 -3 V +4 -3 V +5 -3 V +4 -3 V +5 -3 V +4 -4 V +1 0 V +% End plot #3 +stroke +LTb +LCb setrgbcolor +1.000 UL +LTB +LCb setrgbcolor +938 4899 N +938 588 L +6009 0 V +0 4311 V +-6009 0 V +Z stroke +1.000 UP +1.000 UL +LTb +LCb setrgbcolor +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica +%%Pages: 1 diff --git a/plots/figures.tar b/plots/figures.tar new file mode 100644 index 0000000..6f3815e Binary files /dev/null and b/plots/figures.tar differ diff --git a/plots/two_compo_fig2 b/plots/two_compo_fig2 new file mode 100644 index 0000000..3384044 --- /dev/null +++ b/plots/two_compo_fig2 @@ -0,0 +1,1005 @@ + -0.80000000000000004 -0.76546867913198291 1.9727290000000000E-007 + -0.79500000000000004 -0.76586226077191988 2.3347594600000001E-007 + -0.79000000000000004 -0.76626078442600010 2.8257733400000000E-007 + -0.78500000000000003 -0.76666432221329928 3.5280798700000000E-007 + -0.78000000000000003 -0.76707294766300105 4.6305907700000001E-007 + -0.78000000000000003 -0.76707294766300105 0.00000000 + -0.77997000000000005 -0.76707541492082931 0.00000000 + -0.77994000000000008 -0.76707788236452445 0.00000000 + -0.77990999999999999 -0.76708034999410279 0.00000000 + -0.77988000000000002 -0.76708281780958065 0.00000000 + -0.77985000000000004 -0.76708528581097424 0.00000000 + -0.77982000000000007 -0.76708775399830020 0.00000000 + -0.77978999999999998 -0.76709022237157465 0.00000000 + -0.77976000000000001 -0.76709269093081422 0.00000000 + -0.77973000000000003 -0.76709515967603514 0.00000000 + -0.77970000000000006 -0.76709762860725383 0.00000000 + -0.77966999999999997 -0.76710009772448640 0.00000000 + -0.77964000000000000 -0.76710256702774948 0.00000000 + -0.77961000000000003 -0.76710503651705952 0.00000000 + -0.77958000000000005 -0.76710750619243262 0.00000000 + -0.77955000000000008 -0.76710997605388542 0.00000000 + -0.77951999999999999 -0.76711244610143425 0.00000000 + -0.77949000000000002 -0.76711491633509543 0.00000000 + -0.77946000000000004 -0.76711738675488517 0.00000000 + -0.77943000000000007 -0.76711985736082022 0.00000000 + -0.77939999999999998 -0.76712232815291659 0.00000000 + -0.77937000000000001 -0.76712479913119092 0.00000000 + -0.77934000000000003 -0.76712727029565952 0.00000000 + -0.77931000000000006 -0.76712974164633885 0.00000000 + -0.77927999999999997 -0.76713221318324532 0.00000000 + -0.77925000000000000 -0.76713468490639525 0.00000000 + -0.77922000000000002 -0.76713715681580497 0.00000000 + -0.77919000000000005 -0.76713962891149101 0.00000000 + -0.77916000000000007 -0.76714210119346959 0.00000000 + -0.77912999999999999 -0.76714457366175748 0.00000000 + -0.77910000000000001 -0.76714704631637076 0.00000000 + -0.77907000000000004 -0.76714951915732588 0.00000000 + -0.77904000000000007 -0.76715199218463936 0.00000000 + -0.77900999999999998 -0.76715446539832755 0.00000000 + -0.77898000000000001 -0.76715693879840685 0.00000000 + -0.77895000000000003 -0.76715941238489382 0.00000000 + -0.77892000000000006 -0.76716188615780478 0.00000000 + -0.77888999999999997 -0.76716436011715605 0.00000000 + -0.77886000000000000 -0.76716683426296428 0.00000000 + -0.77883000000000002 -0.76716930859524557 0.00000000 + -0.77880000000000005 -0.76717178311401657 0.00000000 + -0.77877000000000007 -0.76717425781929371 0.00000000 + -0.77873999999999999 -0.76717673271109321 0.00000000 + -0.77871000000000001 -0.76717920778943183 0.00000000 + -0.77868000000000004 -0.76718168305432588 0.00000000 + -0.77865000000000006 -0.76718415850579180 0.00000000 + -0.77861999999999998 -0.76718663414384580 0.00000000 + -0.77859000000000000 -0.76718910996850476 0.00000000 + -0.77856000000000003 -0.76719158597978443 0.00000000 + -0.77853000000000006 -0.76719406217770192 0.00000000 + -0.77849999999999997 -0.76719653856227366 0.00000000 + -0.77847000000000000 -0.76719901513351574 0.00000000 + -0.77844000000000002 -0.76720149189144471 0.00000000 + -0.77841000000000005 -0.76720396883607711 0.00000000 + -0.77838000000000007 -0.76720644596742948 0.00000000 + -0.77834999999999999 -0.76720892328551782 0.00000000 + -0.77832000000000001 -0.76721140079035910 0.00000000 + -0.77829000000000004 -0.76721387848196954 0.00000000 + -0.77826000000000006 -0.76721635636036567 0.00000000 + -0.77822999999999998 -0.76721883442556416 0.00000000 + -0.77820000000000000 -0.76722131267758098 0.00000000 + -0.77817000000000003 -0.76722379111643302 0.00000000 + -0.77814000000000005 -0.76722626974213648 0.00000000 + -0.77811000000000008 -0.76722874855470791 0.00000000 + -0.77807999999999999 -0.76723122755416395 0.00000000 + -0.77805000000000002 -0.76723370674052083 0.00000000 + -0.77802000000000004 -0.76723618611379529 0.00000000 + -0.77799000000000007 -0.76723866567400356 0.00000000 + -0.77795999999999998 -0.76724114542116217 0.00000000 + -0.77793000000000001 -0.76724362535528767 0.00000000 + -0.77790000000000004 -0.76724610547639671 0.00000000 + -0.77787000000000006 -0.76724858578450539 0.00000000 + -0.77783999999999998 -0.76725106627963058 0.00000000 + -0.77781000000000000 -0.76725354696178849 0.00000000 + -0.77778000000000003 -0.76725602783099567 0.00000000 + -0.77775000000000005 -0.76725850888726865 0.00000000 + -0.77772000000000008 -0.76726099013062410 0.00000000 + -0.77768999999999999 -0.76726347156107821 0.00000000 + -0.77766000000000002 -0.76726595317864765 0.00000000 + -0.77763000000000004 -0.76726843498334885 0.00000000 + -0.77760000000000007 -0.76727091697519834 0.00000000 + -0.77756999999999998 -0.76727339915421289 0.00000000 + -0.77754000000000001 -0.76727588152040849 0.00000000 + -0.77751000000000003 -0.76727836407380212 0.00000000 + -0.77748000000000006 -0.76728084681441000 0.00000000 + -0.77744999999999997 -0.76728332974224855 0.00000000 + -0.77742000000000000 -0.76728581285733466 0.00000000 + -0.77739000000000003 -0.76728829615968475 0.00000000 + -0.77736000000000005 -0.76729077964931514 0.00000000 + -0.77733000000000008 -0.76729326332624237 0.00000000 + -0.77729999999999999 -0.76729574719048310 0.00000000 + -0.77727000000000002 -0.76729823124205387 0.00000000 + -0.77724000000000004 -0.76730071548097112 0.00000000 + -0.77721000000000007 -0.76730319990725149 0.00000000 + -0.77717999999999998 -0.76730568452091141 0.00000000 + -0.77715000000000001 -0.76730816932196733 0.00000000 + -0.77712000000000003 -0.76731065431043599 0.00000000 + -0.77709000000000006 -0.76731313948633373 0.00000000 + -0.77705999999999997 -0.76731562484967708 0.00000000 + -0.77703000000000000 -0.76731811040048270 0.00000000 + -0.77700000000000002 -0.76732059613876735 0.00000000 + -0.77697000000000005 -0.76732308206454714 0.00000000 + -0.77694000000000007 -0.76732556817783892 0.00000000 + -0.77690999999999999 -0.76732805447865915 0.00000000 + -0.77688000000000001 -0.76733054096702435 0.00000000 + -0.77685000000000004 -0.76733302764295097 0.00000000 + -0.77682000000000007 -0.76733551450645565 0.00000000 + -0.77678999999999998 -0.76733800155755505 0.00000000 + -0.77676000000000001 -0.76734048879626560 0.00000000 + -0.77673000000000003 -0.76734297622260395 0.00000000 + -0.77670000000000006 -0.76734546383658664 0.00000000 + -0.77666999999999997 -0.76734795163823011 0.00000000 + -0.77664000000000000 -0.76735043962755123 0.00000000 + -0.77661000000000002 -0.76735292780456632 0.00000000 + -0.77658000000000005 -0.76735541616929204 0.00000000 + -0.77655000000000007 -0.76735790472174470 0.00000000 + -0.77651999999999999 -0.76736039346194129 0.00000000 + -0.77649000000000001 -0.76736288238989825 0.00000000 + -0.77646000000000004 -0.76736537150563211 0.00000000 + -0.77643000000000006 -0.76736786080915931 0.00000000 + -0.77639999999999998 -0.76737035030049650 0.00000000 + -0.77637000000000000 -0.76737283997966044 0.00000000 + -0.77634000000000003 -0.76737532984666768 0.00000000 + -0.77631000000000006 -0.76737781990153442 0.00000000 + -0.77627999999999997 -0.76738031014427799 0.00000000 + -0.77625000000000000 -0.76738280057491426 0.00000000 + -0.77622000000000002 -0.76738529119346022 0.00000000 + -0.77619000000000005 -0.76738778199993218 0.00000000 + -0.77616000000000007 -0.76739027299434714 0.00000000 + -0.77612999999999999 -0.76739276417672142 0.00000000 + -0.77610000000000001 -0.76739525554707166 0.00000000 + -0.77607000000000004 -0.76739774710541453 0.00000000 + -0.77604000000000006 -0.76740023885176634 0.00000000 + -0.77600999999999998 -0.76740273078614418 0.00000000 + -0.77598000000000000 -0.76740522290856439 0.00000000 + -0.77595000000000003 -0.76740771521904361 0.00000000 + -0.77592000000000005 -0.76741020771759838 0.00000000 + -0.77588999999999997 -0.76741270040424547 0.00000000 + -0.77585999999999999 -0.76741519327900154 0.00000000 + -0.77583000000000002 -0.76741768634188290 0.00000000 + -0.77580000000000005 -0.76742017959290632 0.00000000 + -0.77577000000000007 -0.76742267303208855 0.00000000 + -0.77573999999999999 -0.76742516665944605 0.00000000 + -0.77571000000000001 -0.76742766047499567 0.00000000 + -0.77568000000000004 -0.76743015447875373 0.00000000 + -0.77565000000000006 -0.76743264867073713 0.00000000 + -0.77561999999999998 -0.76743514305096250 0.00000000 + -0.77559000000000000 -0.76743763761944594 0.00000000 + -0.77556000000000003 -0.76744013237620490 0.00000000 + -0.77553000000000005 -0.76744262732125534 0.00000000 + -0.77550000000000008 -0.76744512245461438 0.00000000 + -0.77546999999999999 -0.76744761777629855 0.00000000 + -0.77544000000000002 -0.76745011328632440 0.00000000 + -0.77541000000000004 -0.76745260898470846 0.00000000 + -0.77538000000000007 -0.76745510487146762 0.00000000 + -0.77534999999999998 -0.76745760094661830 0.00000000 + -0.77532000000000001 -0.76746009721017738 0.00000000 + -0.77529000000000003 -0.76746259366216130 0.00000000 + -0.77526000000000006 -0.76746509030258681 0.00000000 + -0.77522999999999997 -0.76746758713147079 0.00000000 + -0.77520000000000000 -0.76747008414882967 0.00000000 + -0.77517000000000003 -0.76747258135467999 0.00000000 + -0.77514000000000005 -0.76747507874903864 0.00000000 + -0.77511000000000008 -0.76747757633192226 0.00000000 + -0.77507999999999999 -0.76748007410334718 0.00000000 + -0.77505000000000002 -0.76748257206333059 0.00000000 + -0.77502000000000004 -0.76748507021188883 0.00000000 + -0.77499000000000007 -0.76748756854903866 0.00000000 + -0.77495999999999998 -0.76749006707479672 0.00000000 + -0.77493000000000001 -0.76749256578917979 0.00000000 + -0.77490000000000003 -0.76749506469220463 0.00000000 + -0.77487000000000006 -0.76749756378388767 0.00000000 + -0.77483999999999997 -0.76750006306424579 0.00000000 + -0.77481000000000000 -0.76750256253329541 0.00000000 + -0.77478000000000002 -0.76750506219105352 0.00000000 + -0.77475000000000005 -0.76750756203753656 0.00000000 + -0.77472000000000008 -0.76751006207276151 0.00000000 + -0.77468999999999999 -0.76751256229674469 0.00000000 + -0.77466000000000002 -0.76751506270950320 0.00000000 + -0.77463000000000004 -0.76751756331105347 0.00000000 + -0.77460000000000007 -0.76752006410141238 0.00000000 + -0.77456999999999998 -0.76752256508059657 0.00000000 + -0.77454000000000001 -0.76752506624862249 0.00000000 + -0.77451000000000003 -0.76752756760550711 0.00000000 + -0.77448000000000006 -0.76753006915126709 0.00000000 + -0.77444999999999997 -0.76753257088591897 0.00000000 + -0.77442000000000000 -0.76753507280947986 0.00000000 + -0.77439000000000002 -0.76753757492196617 0.00000000 + -0.77436000000000005 -0.76754007722339468 0.00000000 + -0.77433000000000007 -0.76754257971378215 0.00000000 + -0.77429999999999999 -0.76754508239314501 0.00000000 + -0.77427000000000001 -0.76754758526150035 0.00000000 + -0.77424000000000004 -0.76755008831886484 0.00000000 + -0.77421000000000006 -0.76755259156525513 0.00000000 + -0.77417999999999998 -0.76755509500068808 0.00000000 + -0.77415000000000000 -0.76755759862518014 0.00000000 + -0.77412000000000003 -0.76756010243874828 0.00000000 + -0.77409000000000006 -0.76756260644140906 0.00000000 + -0.77405999999999997 -0.76756511063317923 0.00000000 + -0.77403000000000000 -0.76756761501407555 0.00000000 + -0.77400000000000002 -0.76757011958411492 0.00000000 + -0.77397000000000005 -0.76757262434331397 0.00000000 + -0.77394000000000007 -0.76757512929168947 0.00000000 + -0.77390999999999999 -0.76757763442925819 0.00000000 + -0.77388000000000001 -0.76758013975603667 0.00000000 + -0.77385000000000004 -0.76758264527204190 0.00000000 + -0.77382000000000006 -0.76758515097729030 0.00000000 + -0.77378999999999998 -0.76758765687179908 0.00000000 + -0.77376000000000000 -0.76759016295558458 0.00000000 + -0.77373000000000003 -0.76759266922866398 0.00000000 + -0.77370000000000005 -0.76759517569105373 0.00000000 + -0.77366999999999997 -0.76759768234277048 0.00000000 + -0.77363999999999999 -0.76760018918383144 0.00000000 + -0.77361000000000002 -0.76760269621425303 0.00000000 + -0.77358000000000005 -0.76760520343405225 0.00000000 + -0.77355000000000007 -0.76760771084324542 0.00000000 + -0.77351999999999999 -0.76761021844184996 0.00000000 + -0.77349000000000001 -0.76761272622988197 0.00000000 + -0.77346000000000004 -0.76761523420735867 0.00000000 + -0.77343000000000006 -0.76761774237429681 0.00000000 + -0.77339999999999998 -0.76762025073071294 0.00000000 + -0.77337000000000000 -0.76762275927662404 0.00000000 + -0.77334000000000003 -0.76762526801204678 0.00000000 + -0.77331000000000005 -0.76762777693699802 0.00000000 + -0.77327999999999997 -0.76763028605149453 0.00000000 + -0.77324999999999999 -0.76763279535555307 0.00000000 + -0.77322000000000002 -0.76763530484919018 0.00000000 + -0.77319000000000004 -0.76763781453242319 0.00000000 + -0.77316000000000007 -0.76764032440526864 0.00000000 + -0.77312999999999998 -0.76764283446774328 0.00000000 + -0.77310000000000001 -0.76764534471986390 0.00000000 + -0.77307000000000003 -0.76764785516164746 0.00000000 + -0.77304000000000006 -0.76765036579311041 0.00000000 + -0.77300999999999997 -0.76765287661426984 0.00000000 + -0.77298000000000000 -0.76765538762514240 0.00000000 + -0.77295000000000003 -0.76765789882574520 0.00000000 + -0.77292000000000005 -0.76766041021609477 0.00000000 + -0.77288999999999997 -0.76766292179620810 0.00000000 + -0.77285999999999999 -0.76766543356610184 0.00000000 + -0.77283000000000002 -0.76766794552579287 0.00000000 + -0.77280000000000004 -0.76767045767529796 0.00000000 + -0.77277000000000007 -0.76767297001463386 0.00000000 + -0.77273999999999998 -0.76767548254381757 0.00000000 + -0.77271000000000001 -0.76767799526286584 0.00000000 + -0.77268000000000003 -0.76768050817179567 0.00000000 + -0.77265000000000006 -0.76768302127062360 0.00000000 + -0.77261999999999997 -0.76768553455936639 0.00000000 + -0.77259000000000000 -0.76768804803804136 0.00000000 + -0.77256000000000002 -0.76769056170666505 0.00000000 + -0.77253000000000005 -0.76769307556525401 0.00000000 + -0.77249999999999996 -0.76769558961382578 0.00000000 + -0.77246999999999999 -0.76769810385239645 0.00000000 + -0.77244000000000002 -0.76770061828098335 0.00000000 + -0.77241000000000004 -0.76770313289960301 0.00000000 + -0.77238000000000007 -0.76770564770827254 0.00000000 + -0.77234999999999998 -0.76770816270700859 0.00000000 + -0.77232000000000001 -0.76771067789582836 0.00000000 + -0.77229000000000003 -0.76771319327474818 0.00000000 + -0.77226000000000006 -0.76771570884378515 0.00000000 + -0.77222999999999997 -0.76771822460295636 0.00000000 + -0.77220000000000000 -0.76772074055227835 0.00000000 + -0.77217000000000002 -0.76772325669176811 0.00000000 + -0.77214000000000005 -0.76772577302144251 0.00000000 + -0.77211000000000007 -0.76772828954131822 0.00000000 + -0.77207999999999999 -0.76773080625141221 0.00000000 + -0.77205000000000001 -0.76773332315174159 0.00000000 + -0.77202000000000004 -0.76773584024232278 0.00000000 + -0.77199000000000007 -0.76773835752317321 0.00000000 + -0.77195999999999998 -0.76774087499430921 0.00000000 + -0.77193000000000001 -0.76774339265574809 0.00000000 + -0.77190000000000003 -0.76774591050750651 0.00000000 + -0.77187000000000006 -0.76774842854960124 0.00000000 + -0.77183999999999997 -0.76775094678204958 0.00000000 + -0.77181000000000000 -0.76775346520486787 0.00000000 + -0.77178000000000002 -0.76775598381807342 0.00000000 + -0.77175000000000005 -0.76775850262168277 0.00000000 + -0.77172000000000007 -0.76776102161571314 0.00000000 + -0.77168999999999999 -0.76776354080018117 0.00000000 + -0.77166000000000001 -0.76776606017510396 0.00000000 + -0.77163000000000004 -0.76776857974049828 0.00000000 + -0.77160000000000006 -0.76777109949638112 0.00000000 + -0.77156999999999998 -0.76777361944276923 0.00000000 + -0.77154000000000000 -0.76777613957967961 0.00000000 + -0.77151000000000003 -0.76777865990712912 0.00000000 + -0.77148000000000005 -0.76778118042513466 0.00000000 + -0.77144999999999997 -0.76778370113371308 0.00000000 + -0.77141999999999999 -0.76778622203288160 0.00000000 + -0.77139000000000002 -0.76778874312265688 0.00000000 + -0.77136000000000005 -0.76779126440305578 0.00000000 + -0.77133000000000007 -0.76779378587409541 0.00000000 + -0.77129999999999999 -0.76779630753579242 0.00000000 + -0.77127000000000001 -0.76779882938816402 0.00000000 + -0.77124000000000004 -0.76780135143122685 0.00000000 + -0.77121000000000006 -0.76780387366499814 0.00000000 + -0.77117999999999998 -0.76780639608949475 0.00000000 + -0.77115000000000000 -0.76780891870473333 0.00000000 + -0.77112000000000003 -0.76781144151073111 0.00000000 + -0.77109000000000005 -0.76781396450750483 0.00000000 + -0.77105999999999997 -0.76781648769507149 0.00000000 + -0.77102999999999999 -0.76781901107344808 0.00000000 + -0.77100000000000002 -0.76782153464265146 0.00000000 + -0.77097000000000004 -0.76782405840269863 0.00000000 + -0.77094000000000007 -0.76782658235360657 0.00000000 + -0.77090999999999998 -0.76782910649539216 0.00000000 + -0.77088000000000001 -0.76783163082807226 0.00000000 + -0.77085000000000004 -0.76783415535166399 0.00000000 + -0.77082000000000006 -0.76783668006618400 0.00000000 + -0.77078999999999998 -0.76783920497164981 0.00000000 + -0.77076000000000000 -0.76784173006807777 0.00000000 + -0.77073000000000003 -0.76784425535548506 0.00000000 + -0.77070000000000005 -0.76784678083388880 0.00000000 + -0.77066999999999997 -0.76784930650330563 0.00000000 + -0.77063999999999999 -0.76785183236375287 0.00000000 + -0.77061000000000002 -0.76785435841524730 0.00000000 + -0.77058000000000004 -0.76785688465780588 0.00000000 + -0.77055000000000007 -0.76785941109144551 0.00000000 + -0.77051999999999998 -0.76786193771618338 0.00000000 + -0.77049000000000001 -0.76786446453203627 0.00000000 + -0.77046000000000003 -0.76786699153902127 0.00000000 + -0.77043000000000006 -0.76786951873715514 0.00000000 + -0.77039999999999997 -0.76787204612645510 0.00000000 + -0.77037000000000000 -0.76787457370693790 0.00000000 + -0.77034000000000002 -0.76787710147862087 0.00000000 + -0.77031000000000005 -0.76787962944152077 0.00000000 + -0.77027999999999996 -0.76788215759565459 0.00000000 + -0.77024999999999999 -0.76788468594103931 0.00000000 + -0.77022000000000002 -0.76788721447769159 0.00000000 + -0.77019000000000004 -0.76788974320562919 0.00000000 + -0.77016000000000007 -0.76789227212486866 0.00000000 + -0.77012999999999998 -0.76789480123542697 0.00000000 + -0.77010000000000001 -0.76789733053732112 0.00000000 + -0.77007000000000003 -0.76789986003056832 0.00000000 + -0.77004000000000006 -0.76790238971518521 0.00000000 + -0.77000999999999997 -0.76790491959118901 0.00000000 + -0.76998000000000000 -0.76790744965859681 0.00000000 + -0.76995000000000002 -0.76790997991742538 0.00000000 + -0.76992000000000005 -0.76791251036769204 0.00000000 + -0.76988999999999996 -0.76791504100941366 0.00000000 + -0.76985999999999999 -0.76791757184260723 0.00000000 + -0.76983000000000001 -0.76792010286728962 0.00000000 + -0.76980000000000004 -0.76792263408347805 0.00000000 + -0.76977000000000007 -0.76792516549118939 0.00000000 + -0.76973999999999998 -0.76792769709044084 0.00000000 + -0.76971000000000001 -0.76793022888124929 0.00000000 + -0.76968000000000003 -0.76793276086363182 0.00000000 + -0.76965000000000006 -0.76793529303760555 0.00000000 + -0.76961999999999997 -0.76793782540318722 0.00000000 + -0.76959000000000000 -0.76794035796039428 0.00000000 + -0.76956000000000002 -0.76794289070924349 0.00000000 + -0.76953000000000005 -0.76794542364975182 0.00000000 + -0.76950000000000007 -0.76794795678193650 0.00000000 + -0.76946999999999999 -0.76795049010581462 0.00000000 + -0.76944000000000001 -0.76795302362140283 0.00000000 + -0.76941000000000004 -0.76795555732871867 0.00000000 + -0.76938000000000006 -0.76795809122777881 0.00000000 + -0.76934999999999998 -0.76796062531860054 0.00000000 + -0.76932000000000000 -0.76796315960120065 0.00000000 + -0.76929000000000003 -0.76796569407559656 0.00000000 + -0.76926000000000005 -0.76796822874180493 0.00000000 + -0.76922999999999997 -0.76797076359984329 0.00000000 + -0.76919999999999999 -0.76797329864972819 0.00000000 + -0.76917000000000002 -0.76797583389147706 0.00000000 + -0.76914000000000005 -0.76797836932510677 0.00000000 + -0.76910999999999996 -0.76798090495063420 0.00000000 + -0.76907999999999999 -0.76798344076807679 0.00000000 + -0.76905000000000001 -0.76798597677745173 0.00000000 + -0.76902000000000004 -0.76798851297877557 0.00000000 + -0.76899000000000006 -0.76799104937206564 0.00000000 + -0.76895999999999998 -0.76799358595733913 0.00000000 + -0.76893000000000000 -0.76799612273461282 0.00000000 + -0.76890000000000003 -0.76799865970390413 0.00000000 + -0.76887000000000005 -0.76800119686523005 0.00000000 + -0.76883999999999997 -0.76800373421860746 0.00000000 + -0.76880999999999999 -0.76800627176405367 0.00000000 + -0.76878000000000002 -0.76800880950158568 0.00000000 + -0.76875000000000004 -0.76801134743122046 0.00000000 + -0.76872000000000007 -0.76801388555297534 0.00000000 + -0.76868999999999998 -0.76801642386686708 0.00000000 + -0.76866000000000001 -0.76801896237291323 0.00000000 + -0.76863000000000004 -0.76802150107113065 0.00000000 + -0.76860000000000006 -0.76802403996153634 0.00000000 + -0.76856999999999998 -0.76802657904414751 0.00000000 + -0.76854000000000000 -0.76802911831898135 0.00000000 + -0.76851000000000003 -0.76803165778605476 0.00000000 + -0.76848000000000005 -0.76803419744538481 0.00000000 + -0.76844999999999997 -0.76803673729698896 0.00000000 + -0.76841999999999999 -0.76803927734088384 0.00000000 + -0.76839000000000002 -0.76804181757708712 0.00000000 + -0.76836000000000004 -0.76804435800561544 0.00000000 + -0.76833000000000007 -0.76804689862648623 0.00000000 + -0.76829999999999998 -0.76804943943971637 0.00000000 + -0.76827000000000001 -0.76805198044532330 0.00000000 + -0.76824000000000003 -0.76805452164332366 0.00000000 + -0.76821000000000006 -0.76805706303373500 0.00000000 + -0.76817999999999997 -0.76805960461657441 0.00000000 + -0.76815000000000000 -0.76806214639185877 0.00000000 + -0.76812000000000002 -0.76806468835960540 0.00000000 + -0.76809000000000005 -0.76806723051983139 0.00000000 + -0.76805999999999996 -0.76806977287255385 0.00000000 + -0.76802999999999999 -0.76807231541778997 0.00000000 + -0.76800000000000002 -0.76807485815555676 0.00000000 + -0.76797000000000004 -0.76807740108587141 0.00000000 + -0.76794000000000007 -0.76807994420875136 0.00000000 + -0.76790999999999998 -0.76808248752421338 0.00000000 + -0.76788000000000001 -0.76808503103227488 0.00000000 + -0.76785000000000003 -0.76808757473295253 0.00000000 + -0.76782000000000006 -0.76809011862626408 0.00000000 + -0.76778999999999997 -0.76809266271222643 0.00000000 + -0.76776000000000000 -0.76809520699085676 0.00000000 + -0.76773000000000002 -0.76809775146217218 0.00000000 + -0.76770000000000005 -0.76810029612618980 0.00000000 + -0.76766999999999996 -0.76810284098292692 0.00000000 + -0.76763999999999999 -0.76810538603240053 0.00000000 + -0.76761000000000001 -0.76810793127462818 0.00000000 + -0.76758000000000004 -0.76811047670962651 0.00000000 + -0.76755000000000007 -0.76811302233741308 0.00000000 + -0.76751999999999998 -0.76811556815800497 0.00000000 + -0.76749000000000001 -0.76811811417141929 0.00000000 + -0.76746000000000003 -0.76812066037767313 0.00000000 + -0.76743000000000006 -0.76812320677678381 0.00000000 + -0.76739999999999997 -0.76812575336876843 0.00000000 + -0.76737000000000000 -0.76812830015364431 0.00000000 + -0.76734000000000002 -0.76813084713142854 0.00000000 + -0.76731000000000005 -0.76813339430213834 0.00000000 + -0.76727999999999996 -0.76813594166579091 0.00000000 + -0.76724999999999999 -0.76813848922240324 0.00000000 + -0.76722000000000001 -0.76814103697199265 0.00000000 + -0.76719000000000004 -0.76814358491457646 0.00000000 + -0.76716000000000006 -0.76814613305017199 0.00000000 + -0.76712999999999998 -0.76814868137879599 0.00000000 + -0.76710000000000000 -0.76815122990046603 0.00000000 + -0.76707000000000003 -0.76815377861519907 0.00000000 + -0.76704000000000006 -0.76815632752301255 0.00000000 + -0.76700999999999997 -0.76815887662392324 0.00000000 + -0.76698000000000000 -0.76816142591794900 0.00000000 + -0.76695000000000002 -0.76816397540510650 0.00000000 + -0.76692000000000005 -0.76816652508541328 0.00000000 + -0.76688999999999996 -0.76816907495888642 0.00000000 + -0.76685999999999999 -0.76817162502554304 0.00000000 + -0.76683000000000001 -0.76817417528540066 0.00000000 + -0.76680000000000004 -0.76817672573847606 0.00000000 + -0.76677000000000006 -0.76817927638478689 0.00000000 + -0.76673999999999998 -0.76818182722435002 0.00000000 + -0.76671000000000000 -0.76818437825718300 0.00000000 + -0.76668000000000003 -0.76818692948330281 0.00000000 + -0.76665000000000005 -0.76818948090272687 0.00000000 + -0.76661999999999997 -0.76819203251547219 0.00000000 + -0.76658999999999999 -0.76819458432155630 0.00000000 + -0.76656000000000002 -0.76819713632099618 0.00000000 + -0.76653000000000004 -0.76819968851380926 0.00000000 + -0.76649999999999996 -0.76820224090001277 0.00000000 + -0.76646999999999998 -0.76820479347962378 0.00000000 + -0.76644000000000001 -0.76820734625265952 0.00000000 + -0.76641000000000004 -0.76820989921913740 0.00000000 + -0.76638000000000006 -0.76821245237907476 0.00000000 + -0.76634999999999998 -0.76821500573248847 0.00000000 + -0.76632000000000000 -0.76821755927939617 0.00000000 + -0.76629000000000003 -0.76822011301981497 0.00000000 + -0.76626000000000005 -0.76822266695376207 0.00000000 + -0.76622999999999997 -0.76822522108125491 0.00000000 + -0.76619999999999999 -0.76822777540231069 0.00000000 + -0.76617000000000002 -0.76823032991694640 0.00000000 + -0.76614000000000004 -0.76823288462517958 0.00000000 + -0.76611000000000007 -0.76823543952702755 0.00000000 + -0.76607999999999998 -0.76823799462250719 0.00000000 + -0.76605000000000001 -0.76824054991163637 0.00000000 + -0.76602000000000003 -0.76824310539443197 0.00000000 + -0.76599000000000006 -0.76824566107091108 0.00000000 + -0.76595999999999997 -0.76824821694109147 0.00000000 + -0.76593000000000000 -0.76825077300499023 0.00000000 + -0.76590000000000003 -0.76825332926262457 0.00000000 + -0.76587000000000005 -0.76825588571401182 0.00000000 + -0.76583999999999997 -0.76825844235916940 0.00000000 + -0.76580999999999999 -0.76826099919811430 0.00000000 + -0.76578000000000002 -0.76826355623086395 0.00000000 + -0.76575000000000004 -0.76826611345743578 0.00000000 + -0.76572000000000007 -0.76826867087784667 0.00000000 + -0.76568999999999998 -0.76827122849211449 0.00000000 + -0.76566000000000001 -0.76827378630025611 0.00000000 + -0.76563000000000003 -0.76827634430228908 0.00000000 + -0.76560000000000006 -0.76827890249823072 0.00000000 + -0.76556999999999997 -0.76828146088809801 0.00000000 + -0.76554000000000000 -0.76828401947190861 0.00000000 + -0.76551000000000002 -0.76828657824967972 0.00000000 + -0.76548000000000005 -0.76828913722142822 0.00000000 + -0.76544999999999996 -0.76829169638717243 0.00000000 + -0.76541999999999999 -0.76829425574692867 0.00000000 + -0.76539000000000001 -0.76829681530071481 0.00000000 + -0.76536000000000004 -0.76829937504854795 0.00000000 + -0.76533000000000007 -0.76830193499044552 0.00000000 + -0.76529999999999998 -0.76830449512642462 0.00000000 + -0.76527000000000001 -0.76830705545650291 0.00000000 + -0.76524000000000003 -0.76830961598069758 0.00000000 + -0.76521000000000006 -0.76831217669902585 0.00000000 + -0.76517999999999997 -0.76831473761150537 0.00000000 + -0.76515000000000000 -0.76831729871815291 0.00000000 + -0.76512000000000002 -0.76831986001898644 0.00000000 + -0.76509000000000005 -0.76832242151402275 0.00000000 + -0.76505999999999996 -0.76832498320327947 0.00000000 + -0.76502999999999999 -0.76832754508677403 0.00000000 + -0.76500000000000001 -0.76833010716452355 0.00000000 + -0.76497000000000004 -0.76833266943654555 0.00000000 + -0.76494000000000006 -0.76833523190285724 0.00000000 + -0.76490999999999998 -0.76833779456347606 0.00000000 + -0.76488000000000000 -0.76834035741841922 0.00000000 + -0.76485000000000003 -0.76834292046770436 0.00000000 + -0.76482000000000006 -0.76834548371134870 0.00000000 + -0.76478999999999997 -0.76834804714936955 0.00000000 + -0.76476000000000000 -0.76835061078178413 0.00000000 + -0.76473000000000002 -0.76835317460861008 0.00000000 + -0.76470000000000005 -0.76835573862986473 0.00000000 + -0.76466999999999996 -0.76835830284556517 0.00000000 + -0.76463999999999999 -0.76836086725572905 0.00000000 + -0.76461000000000001 -0.76836343186037359 0.00000000 + -0.76458000000000004 -0.76836599665951633 0.00000000 + -0.76455000000000006 -0.76836856165317458 0.00000000 + -0.76451999999999998 -0.76837112684136577 0.00000000 + -0.76449000000000000 -0.76837369222410701 0.00000000 + -0.76446000000000003 -0.76837625780141594 0.00000000 + -0.76443000000000005 -0.76837882357330978 0.00000000 + -0.76439999999999997 -0.76838138953980595 0.00000000 + -0.76436999999999999 -0.76838395570092199 0.00000000 + -0.76434000000000002 -0.76838652205667524 0.00000000 + -0.76431000000000004 -0.76838908860708310 0.00000000 + -0.76427999999999996 -0.76839165535216258 0.00000000 + -0.76424999999999998 -0.76839422229193166 0.00000000 + -0.76422000000000001 -0.76839678942640754 0.00000000 + -0.76419000000000004 -0.76839935675560733 0.00000000 + -0.76416000000000006 -0.76840192427954890 0.00000000 + -0.76412999999999998 -0.76840449199824945 0.00000000 + -0.76410000000000000 -0.76840705991172631 0.00000000 + -0.76407000000000003 -0.76840962801999690 0.00000000 + -0.76404000000000005 -0.76841219632307856 0.00000000 + -0.76400999999999997 -0.76841476482098892 0.00000000 + -0.76397999999999999 -0.76841733351374530 0.00000000 + -0.76395000000000002 -0.76841990240136504 0.00000000 + -0.76392000000000004 -0.76842247148386555 0.00000000 + -0.76388999999999996 -0.76842504076126450 0.00000000 + -0.76385999999999998 -0.76842761023357908 0.00000000 + -0.76383000000000001 -0.76843017990082685 0.00000000 + -0.76380000000000003 -0.76843274976302511 0.00000000 + -0.76377000000000006 -0.76843531982019131 0.00000000 + -0.76373999999999997 -0.76843789007234276 0.00000000 + -0.76371000000000000 -0.76844046051949721 0.00000000 + -0.76368000000000003 -0.76844303116167179 0.00000000 + -0.76365000000000005 -0.76844560199888412 0.00000000 + -0.76361999999999997 -0.76844817303115165 0.00000000 + -0.76358999999999999 -0.76845074425849180 0.00000000 + -0.76356000000000002 -0.76845331568092201 0.00000000 + -0.76353000000000004 -0.76845588729845971 0.00000000 + -0.76350000000000007 -0.76845845911112232 0.00000000 + -0.76346999999999998 -0.76846103111892727 0.00000000 + -0.76344000000000001 -0.76846360332189212 0.00000000 + -0.76341000000000003 -0.76846617572003406 0.00000000 + -0.76338000000000006 -0.76846874831337086 0.00000000 + -0.76334999999999997 -0.76847132110191985 0.00000000 + -0.76332000000000000 -0.76847389408569855 0.00000000 + -0.76329000000000002 -0.76847646726472429 0.00000000 + -0.76326000000000005 -0.76847904063901473 0.00000000 + -0.76322999999999996 -0.76848161420858718 0.00000000 + -0.76319999999999999 -0.76848418797345919 0.00000000 + -0.76317000000000002 -0.76848676193364807 0.00000000 + -0.76314000000000004 -0.76848933608917158 0.00000000 + -0.76310999999999996 -0.76849191044004683 0.00000000 + -0.76307999999999998 -0.76849448498629169 0.00000000 + -0.76305000000000001 -0.76849705972792337 0.00000000 + -0.76302000000000003 -0.76849963466495952 0.00000000 + -0.76299000000000006 -0.76850220979741746 0.00000000 + -0.76295999999999997 -0.76850478512531473 0.00000000 + -0.76293000000000000 -0.76850736064866887 0.00000000 + -0.76290000000000002 -0.76850993636749731 0.00000000 + -0.76287000000000005 -0.76851251228181761 0.00000000 + -0.76283999999999996 -0.76851508839164728 0.00000000 + -0.76280999999999999 -0.76851766469700367 0.00000000 + -0.76278000000000001 -0.76852024119790452 0.00000000 + -0.76275000000000004 -0.76852281789436705 0.00000000 + -0.76272000000000006 -0.76852539478640880 0.00000000 + -0.76268999999999998 -0.76852797187404742 0.00000000 + -0.76266000000000000 -0.76853054915730046 0.00000000 + -0.76263000000000003 -0.76853312663618534 0.00000000 + -0.76260000000000006 -0.76853570431071949 0.00000000 + -0.76256999999999997 -0.76853828218092068 0.00000000 + -0.76254000000000000 -0.76854086024680612 0.00000000 + -0.76251000000000002 -0.76854343850839335 0.00000000 + -0.76248000000000005 -0.76854601696569991 0.00000000 + -0.76244999999999996 -0.76854859561874367 0.00000000 + -0.76241999999999999 -0.76855117446754184 0.00000000 + -0.76239000000000001 -0.76855375351211175 0.00000000 + -0.76236000000000004 -0.76855633275247137 0.00000000 + -0.76233000000000006 -0.76855891218863792 0.00000000 + -0.76229999999999998 -0.76856149182062905 0.00000000 + -0.76227000000000000 -0.76856407164846241 0.00000000 + -0.76224000000000003 -0.76856665167215532 0.00000000 + -0.76221000000000005 -0.76856923189172544 0.00000000 + -0.76217999999999997 -0.76857181230719029 0.00000000 + -0.76214999999999999 -0.76857439291856733 0.00000000 + -0.76212000000000002 -0.76857697372587419 0.00000000 + -0.76209000000000005 -0.76857955472912842 0.00000000 + -0.76205999999999996 -0.76858213592834745 0.00000000 + -0.76202999999999999 -0.76858471732354905 0.00000000 + -0.76200000000000001 -0.76858729891475053 0.00000000 + -0.76197000000000004 -0.76858988070196976 0.00000000 + -0.76194000000000006 -0.76859246268522385 0.00000000 + -0.76190999999999998 -0.76859504486453101 0.00000000 + -0.76188000000000000 -0.76859762723990777 0.00000000 + -0.76185000000000003 -0.76860020981137278 0.00000000 + -0.76182000000000005 -0.76860279257894304 0.00000000 + -0.76178999999999997 -0.76860537554263630 0.00000000 + -0.76175999999999999 -0.76860795870247001 0.00000000 + -0.76173000000000002 -0.76861054205846191 0.00000000 + -0.76170000000000004 -0.76861312561062933 0.00000000 + -0.76166999999999996 -0.76861570935898993 0.00000000 + -0.76163999999999998 -0.76861829330356113 0.00000000 + -0.76161000000000001 -0.76862087744436092 0.00000000 + -0.76158000000000003 -0.76862346178140684 0.00000000 + -0.76155000000000006 -0.76862604631471609 0.00000000 + -0.76151999999999997 -0.76862863104430668 0.00000000 + -0.76149000000000000 -0.76863121597019568 0.00000000 + -0.76146000000000003 -0.76863380109240120 0.00000000 + -0.76143000000000005 -0.76863638641094045 0.00000000 + -0.76139999999999997 -0.76863897192583130 0.00000000 + -0.76136999999999999 -0.76864155763709108 0.00000000 + -0.76134000000000002 -0.76864414354473776 0.00000000 + -0.76131000000000004 -0.76864672964878866 0.00000000 + -0.76127999999999996 -0.76864931594926145 0.00000000 + -0.76124999999999998 -0.76865190244617365 0.00000000 + -0.76122000000000001 -0.76865448913954315 0.00000000 + -0.76119000000000003 -0.76865707602938738 0.00000000 + -0.76116000000000006 -0.76865966311572376 0.00000000 + -0.76112999999999997 -0.76866225039857017 0.00000000 + -0.76110000000000000 -0.76866483787794404 0.00000000 + -0.76107000000000002 -0.76866742555386314 0.00000000 + -0.76104000000000005 -0.76867001342634511 0.00000000 + -0.76100999999999996 -0.76867260149540739 0.00000000 + -0.76097999999999999 -0.76867518976106775 0.00000000 + -0.76095000000000002 -0.76867777822334371 0.00000000 + -0.76092000000000004 -0.76868036688225305 0.00000000 + -0.76088999999999996 -0.76868295573781342 0.00000000 + -0.76085999999999998 -0.76868554479004214 0.00000000 + -0.76083000000000001 -0.76868813403895708 0.00000000 + -0.76080000000000003 -0.76869072348457590 0.00000000 + -0.76077000000000006 -0.76869331312691624 0.00000000 + -0.76073999999999997 -0.76869590296599555 0.00000000 + -0.76071000000000000 -0.76869849300183168 0.00000000 + -0.76068000000000002 -0.76870108323444231 0.00000000 + -0.76065000000000005 -0.76870367366384473 0.00000000 + -0.76061999999999996 -0.76870626429005695 0.00000000 + -0.76058999999999999 -0.76870885511309661 0.00000000 + -0.76056000000000001 -0.76871144613298126 0.00000000 + -0.76053000000000004 -0.76871403734972854 0.00000000 + -0.76049999999999995 -0.76871662876335611 0.00000000 + -0.76046999999999998 -0.76871922037388174 0.00000000 + -0.76044000000000000 -0.76872181218132296 0.00000000 + -0.76041000000000003 -0.76872440418569721 0.00000000 + -0.76038000000000006 -0.76872699638702269 0.00000000 + -0.76034999999999997 -0.76872958878531672 0.00000000 + -0.76032000000000000 -0.76873218138059718 0.00000000 + -0.76029000000000002 -0.76873477417288150 0.00000000 + -0.76026000000000005 -0.76873736716218755 0.00000000 + -0.76022999999999996 -0.76873996034853298 0.00000000 + -0.76019999999999999 -0.76874255373193534 0.00000000 + -0.76017000000000001 -0.76874514731241239 0.00000000 + -0.76014000000000004 -0.76874774108998156 0.00000000 + -0.76011000000000006 -0.76875033506466095 0.00000000 + -0.76007999999999998 -0.76875292923646821 0.00000000 + -0.76005000000000000 -0.76875552360542088 0.00000000 + -0.76002000000000003 -0.76875811817153661 0.00000000 + -0.75999000000000005 -0.76876071293483328 0.00000000 + -0.75995999999999997 -0.76876330789532821 0.00000000 + -0.75992999999999999 -0.76876590305303949 0.00000000 + -0.75990000000000002 -0.76876849840798467 0.00000000 + -0.75987000000000005 -0.76877109396018151 0.00000000 + -0.75983999999999996 -0.76877368970964766 0.00000000 + -0.75980999999999999 -0.76877628565640088 0.00000000 + -0.75978000000000001 -0.76877888180045884 0.00000000 + -0.75975000000000004 -0.76878147814183917 0.00000000 + -0.75971999999999995 -0.76878407468055954 0.00000000 + -0.75968999999999998 -0.76878667141663792 0.00000000 + -0.75966000000000000 -0.76878926835009198 0.00000000 + -0.75963000000000003 -0.76879186548093903 0.00000000 + -0.75960000000000005 -0.76879446280919739 0.00000000 + -0.75956999999999997 -0.76879706033488449 0.00000000 + -0.75953999999999999 -0.76879965805801809 0.00000000 + -0.75951000000000002 -0.76880225597861562 0.00000000 + -0.75948000000000004 -0.76880485409669541 0.00000000 + -0.75944999999999996 -0.76880745241227488 0.00000000 + -0.75941999999999998 -0.76881005092537158 0.00000000 + -0.75939000000000001 -0.76881264963600338 0.00000000 + -0.75936000000000003 -0.76881524854418803 0.00000000 + -0.75933000000000006 -0.76881784764994354 0.00000000 + -0.75929999999999997 -0.76882044695328722 0.00000000 + -0.75927000000000000 -0.76882304645423705 0.00000000 + -0.75924000000000003 -0.76882564615281079 0.00000000 + -0.75921000000000005 -0.76882824604902600 0.00000000 + -0.75917999999999997 -0.76883084614290076 0.00000000 + -0.75914999999999999 -0.76883344643445262 0.00000000 + -0.75912000000000002 -0.76883604692369911 0.00000000 + -0.75909000000000004 -0.76883864761065834 0.00000000 + -0.75905999999999996 -0.76884124849534785 0.00000000 + -0.75902999999999998 -0.76884384957778562 0.00000000 + -0.75900000000000001 -0.76884645085798931 0.00000000 + -0.75897000000000003 -0.76884905233597667 0.00000000 + -0.75894000000000006 -0.76885165401176536 0.00000000 + -0.75890999999999997 -0.76885425588537326 0.00000000 + -0.75888000000000000 -0.76885685795681802 0.00000000 + -0.75885000000000002 -0.76885946022611773 0.00000000 + -0.75882000000000005 -0.76886206269329005 0.00000000 + -0.75878999999999996 -0.76886466535835263 0.00000000 + -0.75875999999999999 -0.76886726822132323 0.00000000 + -0.75873000000000002 -0.76886987128221984 0.00000000 + -0.75870000000000004 -0.76887247454106000 0.00000000 + -0.75866999999999996 -0.76887507799786148 0.00000000 + -0.75863999999999998 -0.76887768165264236 0.00000000 + -0.75861000000000001 -0.76888028550542009 0.00000000 + -0.75858000000000003 -0.76888288955621276 0.00000000 + -0.75855000000000006 -0.76888549380503812 0.00000000 + -0.75851999999999997 -0.76888809825191395 0.00000000 + -0.75849000000000000 -0.76889070289685790 0.00000000 + -0.75846000000000002 -0.76889330773988773 0.00000000 + -0.75843000000000005 -0.76889591278102154 0.00000000 + -0.75839999999999996 -0.76889851802027687 0.00000000 + -0.75836999999999999 -0.76890112345767159 0.00000000 + -0.75834000000000001 -0.76890372909322369 0.00000000 + -0.75831000000000004 -0.76890633492695082 0.00000000 + -0.75827999999999995 -0.76890894095887063 0.00000000 + -0.75824999999999998 -0.76891154718900145 0.00000000 + -0.75822000000000001 -0.76891415361736071 0.00000000 + -0.75819000000000003 -0.76891676024396616 0.00000000 + -0.75816000000000006 -0.76891936706883579 0.00000000 + -0.75812999999999997 -0.76892197409198759 0.00000000 + -0.75810000000000000 -0.76892458131343888 0.00000000 + -0.75807000000000002 -0.76892718873320809 0.00000000 + -0.75804000000000005 -0.76892979635131264 0.00000000 + -0.75800999999999996 -0.76893240416777042 0.00000000 + -0.75797999999999999 -0.76893501218259963 0.00000000 + -0.75795000000000001 -0.76893762039581759 0.00000000 + -0.75792000000000004 -0.76894022880744239 0.00000000 + -0.75788999999999995 -0.76894283741749203 0.00000000 + -0.75785999999999998 -0.76894544622598393 0.00000000 + -0.75783000000000000 -0.76894805523293619 0.00000000 + -0.75780000000000003 -0.76895066443836679 0.00000000 + -0.75777000000000005 -0.76895327384229339 0.00000000 + -0.75773999999999997 -0.76895588344473387 0.00000000 + -0.75770999999999999 -0.76895849324570609 0.00000000 + -0.75768000000000002 -0.76896110324522804 0.00000000 + -0.75765000000000005 -0.76896371344331726 0.00000000 + -0.75761999999999996 -0.76896632383999208 0.00000000 + -0.75758999999999999 -0.76896893443526992 0.00000000 + -0.75756000000000001 -0.76897154522916900 0.00000000 + -0.75753000000000004 -0.76897415622170695 0.00000000 + -0.75750000000000006 -0.76897676741290166 0.00000000 + -0.75746999999999998 -0.76897937880277123 0.00000000 + -0.75744000000000000 -0.76898199039133330 0.00000000 + -0.75741000000000003 -0.76898460217860576 0.00000000 + -0.75738000000000005 -0.76898721416460636 0.00000000 + -0.75734999999999997 -0.76898982634935320 0.00000000 + -0.75731999999999999 -0.76899243873286438 0.00000000 + -0.75729000000000002 -0.76899505131515733 0.00000000 + -0.75726000000000004 -0.76899766409625026 0.00000000 + -0.75722999999999996 -0.76900027707616092 0.00000000 + -0.75719999999999998 -0.76900289025490720 0.00000000 + -0.75717000000000001 -0.76900550363250697 0.00000000 + -0.75714000000000004 -0.76900811720897799 0.00000000 + -0.75710999999999995 -0.76901073098433870 0.00000000 + -0.75707999999999998 -0.76901334495860640 0.00000000 + -0.75705000000000000 -0.76901595913179921 0.00000000 + -0.75702000000000003 -0.76901857350393510 0.00000000 + -0.75699000000000005 -0.76902118807503206 0.00000000 + -0.75695999999999997 -0.76902380284510774 0.00000000 + -0.75692999999999999 -0.76902641781418024 0.00000000 + -0.75690000000000002 -0.76902903298226732 0.00000000 + -0.75687000000000004 -0.76903164834938709 0.00000000 + -0.75683999999999996 -0.76903426391555751 0.00000000 + -0.75680999999999998 -0.76903687968079604 0.00000000 + -0.75678000000000001 -0.76903949564512120 0.00000000 + -0.75675000000000003 -0.76904211180855042 0.00000000 + -0.75672000000000006 -0.76904472817110203 0.00000000 + -0.75668999999999997 -0.76904734473279357 0.00000000 + -0.75666000000000000 -0.76904996149364335 0.00000000 + -0.75663000000000002 -0.76905257845366892 0.00000000 + -0.75660000000000005 -0.76905519561288860 0.00000000 + -0.75656999999999996 -0.76905781297132014 0.00000000 + -0.75653999999999999 -0.76906043052898132 0.00000000 + -0.75651000000000002 -0.76906304828589045 0.00000000 + -0.75648000000000004 -0.76906566624206507 0.00000000 + -0.75644999999999996 -0.76906828439752362 0.00000000 + -0.75641999999999998 -0.76907090275228362 0.00000000 + -0.75639000000000001 -0.76907352130636308 0.00000000 + -0.75636000000000003 -0.76907614005977998 0.00000000 + -0.75633000000000006 -0.76907875901255252 0.00000000 + -0.75629999999999997 -0.76908137816469824 0.00000000 + -0.75627000000000000 -0.76908399751623535 0.00000000 + -0.75624000000000002 -0.76908661706718195 0.00000000 + -0.75621000000000005 -0.76908923681755570 0.00000000 + -0.75617999999999996 -0.76909185676737490 0.00000000 + -0.75614999999999999 -0.76909447691665711 0.00000000 + -0.75612000000000001 -0.76909709726542042 0.00000000 + -0.75609000000000004 -0.76909971781368314 0.00000000 + -0.75605999999999995 -0.76910233856146271 0.00000000 + -0.75602999999999998 -0.76910495950877755 0.00000000 + -0.75600000000000001 -0.76910758065564544 0.00000000 + -0.75597000000000003 -0.76911020200208446 0.00000000 + -0.75594000000000006 -0.76911282354811250 0.00000000 + -0.75590999999999997 -0.76911544529374742 0.00000000 + -0.75588000000000000 -0.76911806723900755 0.00000000 + -0.75585000000000002 -0.76912068938391054 0.00000000 + -0.75582000000000005 -0.76912331172847459 0.00000000 + -0.75578999999999996 -0.76912593427271780 0.00000000 + -0.75575999999999999 -0.76912855701665783 0.00000000 + -0.75573000000000001 -0.76913117996031288 0.00000000 + -0.75570000000000004 -0.76913380310370094 0.00000000 + -0.75566999999999995 -0.76913642644683977 0.00000000 + -0.75563999999999998 -0.76913904998974780 0.00000000 + -0.75561000000000000 -0.76914167373244269 0.00000000 + -0.75558000000000003 -0.76914429767494263 0.00000000 + -0.75555000000000005 -0.76914692181726574 0.00000000 + -0.75551999999999997 -0.76914954615942976 0.00000000 + -0.75548999999999999 -0.76915217070145303 0.00000000 + -0.75546000000000002 -0.76915479544335308 0.00000000 + -0.75543000000000005 -0.76915742038514834 0.00000000 + -0.75539999999999996 -0.76916004552685646 0.00000000 + -0.75536999999999999 -0.76916267086849599 0.00000000 + -0.75534000000000001 -0.76916529641008458 0.00000000 + -0.75531000000000004 -0.76916792215164032 0.00000000 + -0.75527999999999995 -0.76917054809318119 0.00000000 + -0.75524999999999998 -0.76917317423472542 0.00000000 + -0.75522000000000000 -0.76917580057629098 0.00000000 + -0.75519000000000003 -0.76917842711789575 0.00000000 + -0.75516000000000005 -0.76918105385955793 0.00000000 + -0.75512999999999997 -0.76918368080129551 0.00000000 + -0.75509999999999999 -0.76918630794312637 0.00000000 + -0.75507000000000002 -0.76918893528506893 0.00000000 + -0.75504000000000004 -0.76919156282714096 0.00000000 + -0.75500999999999996 -0.76919419056936045 0.00000000 + -0.75497999999999998 -0.76919681851174559 0.00000000 + -0.75495000000000001 -0.76919944665431450 0.00000000 + -0.75492000000000004 -0.76920207499708504 0.00000000 + -0.75488999999999995 -0.76920470354007564 0.00000000 + -0.75485999999999998 -0.76920733228330385 0.00000000 + -0.75483000000000000 -0.76920996122678820 0.00000000 + -0.75480000000000003 -0.76921259037054623 0.00000000 + -0.75477000000000005 -0.76921521971459639 0.00000000 + -0.75473999999999997 -0.76921784925895675 0.00000000 + -0.75470999999999999 -0.76922047900364532 0.00000000 + -0.75468000000000002 -0.76922310894868007 0.00000000 + -0.75465000000000004 -0.76922573909407932 0.00000000 + -0.75461999999999996 -0.76922836943986073 0.00000000 + -0.75458999999999998 -0.76923099998604272 0.00000000 + -0.75456000000000001 -0.76923363073264339 0.00000000 + -0.75453000000000003 -0.76923626167968084 0.00000000 + -0.75449999999999995 -0.76923889282717295 0.00000000 + -0.75446999999999997 -0.76924152417513780 0.00000000 + -0.75444000000000000 -0.76924415572359373 0.00000000 + -0.75441000000000003 -0.76924678747255848 0.00000000 + -0.75438000000000005 -0.76924941942205050 0.00000000 + -0.75434999999999997 -0.76925205157208765 0.00000000 + -0.75431999999999999 -0.76925468392268825 0.00000000 + -0.75429000000000002 -0.76925731647387008 0.00000000 + -0.75426000000000004 -0.76925994922565155 0.00000000 + -0.75422999999999996 -0.76926258217805077 0.00000000 + -0.75419999999999998 -0.76926521533108561 0.00000000 + -0.75417000000000001 -0.76926784868477438 0.00000000 + -0.75414000000000003 -0.76927048223913486 0.00000000 + -0.75411000000000006 -0.76927311599418557 0.00000000 + -0.75407999999999997 -0.76927574994994452 0.00000000 + -0.75405000000000000 -0.76927838410642968 0.00000000 + -0.75402000000000002 -0.76928101846365937 0.00000000 + -0.75399000000000005 -0.76928365302165169 0.00000000 + -0.75395999999999996 -0.76928628778042440 0.00000000 + -0.75392999999999999 -0.76928892273999616 0.00000000 + -0.75390000000000001 -0.76929155790038484 0.00000000 + -0.75387000000000004 -0.76929419326160864 0.00000000 + -0.75383999999999995 -0.76929682882368566 0.00000000 + -0.75380999999999998 -0.76929946458663390 0.00000000 + -0.75378000000000001 -0.76930210055047166 0.00000000 + -0.75375000000000003 -0.76930473671521704 0.00000000 + -0.75371999999999995 -0.76930737308088815 0.00000000 + -0.75368999999999997 -0.76931000964750318 0.00000000 + -0.75366000000000000 -0.76931264641508035 0.00000000 + -0.75363000000000002 -0.76931528338363786 0.00000000 + -0.75360000000000005 -0.76931792055319348 0.00000000 + -0.75356999999999996 -0.76932055792376575 0.00000000 + -0.75353999999999999 -0.76932319549537242 0.00000000 + -0.75351000000000001 -0.76932583326803217 0.00000000 + -0.75348000000000004 -0.76932847124176307 0.00000000 + -0.75344999999999995 -0.76933110941658300 0.00000000 + -0.75341999999999998 -0.76933374779251018 0.00000000 + -0.75339000000000000 -0.76933638636956281 0.00000000 + -0.75336000000000003 -0.76933902514775920 0.00000000 + -0.75333000000000006 -0.76934166412711735 0.00000000 + -0.75329999999999997 -0.76934430330765569 0.00000000 + -0.75327000000000000 -0.76934694268939186 0.00000000 + -0.75324000000000002 -0.76934958227234473 0.00000000 + -0.75321000000000005 -0.76935222205653198 0.00000000 + -0.75317999999999996 -0.76935486204197201 0.00000000 + -0.75314999999999999 -0.76935750222868293 0.00000000 + -0.75312000000000001 -0.76936014261668284 0.00000000 + -0.75309000000000004 -0.76936278320599016 0.00000000 + -0.75305999999999995 -0.76936542399662278 0.00000000 + -0.75302999999999998 -0.76936806498859922 0.00000000 + -0.75300000000000000 -0.76937070618193748 0.00000000 + -0.75297000000000003 -0.76937334757665587 0.00000000 + -0.75294000000000005 -0.76937598917277239 0.00000000 + -0.75290999999999997 -0.76937863097030545 0.00000000 + -0.75287999999999999 -0.76938127296927306 0.00000000 + -0.75285000000000002 -0.76938391516969362 0.00000000 + -0.75282000000000004 -0.76938655757158547 0.00000000 + -0.75278999999999996 -0.76938920017496659 0.00000000 + -0.75275999999999998 -0.76939184297985497 0.00000000 + -0.75273000000000001 -0.76939448598626925 0.00000000 + -0.75270000000000004 -0.76939712919422731 0.00000000 + -0.75266999999999995 -0.76939977260374759 0.00000000 + -0.75263999999999998 -0.76940241621484828 0.00000000 + -0.75261000000000000 -0.76940506002754772 0.00000000 + -0.75258000000000003 -0.76940770404186387 0.00000000 + -0.75255000000000005 -0.76941034825781496 0.00000000 + -0.75251999999999997 -0.76941299267541952 0.00000000 + -0.75248999999999999 -0.76941563729469553 0.00000000 + -0.75246000000000002 -0.76941828211566132 0.00000000 + -0.75243000000000004 -0.76942092713833510 0.00000000 + -0.75239999999999996 -0.76942357236273506 0.00000000 + -0.75236999999999998 -0.76942621778887954 0.00000000 + -0.75234000000000001 -0.76942886341678673 0.00000000 + -0.75231000000000003 -0.76943150924647497 0.00000000 + -0.75227999999999995 -0.76943415527796244 0.00000000 + -0.75224999999999997 -0.76943680151126737 0.00000000 + -0.75222000000000000 -0.76943944794640784 0.00000000 + -0.75219000000000003 -0.76944209458340240 0.00000000 + -0.75216000000000005 -0.76944474142226926 0.00000000 + -0.75212999999999997 -0.76944738846302674 0.00000000 + -0.75209999999999999 -0.76945003570569293 0.00000000 + -0.75207000000000002 -0.76945268315028603 0.00000000 + -0.75204000000000004 -0.76945533079682427 0.00000000 + -0.75200999999999996 -0.76945797864532617 0.00000000 + -0.75197999999999998 -0.76946062669580995 0.00000000 + -0.75195000000000001 -0.76946327494829392 0.00000000 + -0.75192000000000003 -0.76946592340279607 0.00000000 + -0.75188999999999995 -0.76946857205933505 0.00000000 + -0.75185999999999997 -0.76947122091792886 0.00000000 + -0.75183000000000000 -0.76947386997859579 0.00000000 + -0.75180000000000002 -0.76947651924135441 0.00000000 + -0.75177000000000005 -0.76947916870622268 0.00000000 + -0.75173999999999996 -0.76948181837321916 0.00000000 + -0.75170999999999999 -0.76948446824236183 0.00000000 + -0.75168000000000001 -0.76948711831366923 0.00000000 + -0.75165000000000004 -0.76948976858715956 0.00000000 + -0.75161999999999995 -0.76949241906285115 0.00000000 + -0.75158999999999998 -0.76949506974076232 0.00000000 + -0.75156000000000001 -0.76949772062091137 0.00000000 + -0.75153000000000003 -0.76950037170331631 0.00000000 + -0.75150000000000006 -0.76950302298799589 0.00000000 + -0.75146999999999997 -0.76950567447496832 0.00000000 + -0.75144000000000000 -0.76950832616425191 0.00000000 + -0.75141000000000002 -0.76951097805586466 0.00000000 + -0.75138000000000005 -0.76951363014982521 0.00000000 + -0.75134999999999996 -0.76951628244615156 0.00000000 + -0.75131999999999999 -0.76951893494486245 0.00000000 + -0.75129000000000001 -0.76952158764597600 0.00000000 + -0.75126000000000004 -0.76952424054951041 0.00000000 + -0.75122999999999995 -0.76952689365548443 0.00000000 + -0.75119999999999998 -0.76952954696391573 0.00000000 + -0.75117000000000000 -0.76953220047482296 0.00000000 + -0.75114000000000003 -0.76953485418822465 0.00000000 + -0.75110999999999994 -0.76953750810413912 0.00000000 + -0.75107999999999997 -0.76954016222258448 0.00000000 + -0.75105000000000000 -0.76954281654357903 0.00000000 + -0.75102000000000002 -0.76954547106714122 0.00000000 + -0.75099000000000005 -0.76954812579328946 0.00000000 + -0.75095999999999996 -0.76955078072204208 0.00000000 + -0.75092999999999999 -0.76955343585341729 0.00000000 + -0.75090000000000001 -0.76955609118743362 0.00000000 + -0.75087000000000004 -0.76955874672410940 0.00000000 + -0.75083999999999995 -0.76956140246346272 0.00000000 + -0.75080999999999998 -0.76956405840551223 0.00000000 + -0.75078000000000000 -0.76956671455027637 0.00000000 + -0.75075000000000003 -0.76956937089777311 0.00000000 + -0.75072000000000005 -0.76957202744802111 0.00000000 + -0.75068999999999997 -0.76957468420103858 0.00000000 + -0.75065999999999999 -0.76957734115684395 0.00000000 + -0.75063000000000002 -0.76957999831545565 0.00000000 + -0.75060000000000004 -0.76958265567689210 0.00000000 + -0.75056999999999996 -0.76958531324117152 0.00000000 + -0.75053999999999998 -0.76958797100831233 0.00000000 + -0.75051000000000001 -0.76959062897833297 0.00000000 + -0.75048000000000004 -0.76959328715125175 0.00000000 + -0.75044999999999995 -0.76959594552708721 0.00000000 + -0.75041999999999998 -0.76959860410585745 0.00000000 + -0.75039000000000000 -0.76960126288758102 0.00000000 + -0.75036000000000003 -0.76960392187227644 0.00000000 + -0.75033000000000005 -0.76960658105996183 0.00000000 + -0.75029999999999997 -0.76960924045065549 0.00000000 + -0.75026999999999999 -0.76961190004437641 0.00000000 + -0.75024000000000002 -0.76961455984114258 0.00000000 + -0.75021000000000004 -0.76961721984097242 0.00000000 + -0.75017999999999996 -0.76961988004388449 0.00000000 + -0.75014999999999998 -0.76962254044989686 0.00000000 + -0.75012000000000001 -0.76962520105902821 0.00000000 + -0.75009000000000003 -0.76962786187129684 0.00000000 + -0.75005999999999995 -0.76963052288672129 0.00000000 + -0.75002999999999997 -0.76963318410531989 0.00000000