This commit is contained in:
Ian Jauslin 2022-10-17 21:29:44 -04:00
commit 5e93cc41fa
17 changed files with 6702 additions and 0 deletions

File diff suppressed because it is too large Load Diff

49
Makefile Normal file
View File

@ -0,0 +1,49 @@
PROJECTNAME=$(basename $(wildcard *.tex))
FIGS=$(notdir $(wildcard figs/*.fig))
PDFS=$(addsuffix .pdf, $(PROJECTNAME))
SYNCTEXS=$(addsuffix .synctex.gz, $(PROJECTNAME))
all: $(PROJECTNAME)
$(PROJECTNAME): $(FIGS) $(PROJECTNAME).bbl
pdflatex -file-line-error $@.tex
pdflatex -file-line-error $@.tex
pdflatex -synctex=1 $@.tex
$(PROJECTNAME).aux: $(FIGS)
pdflatex -file-line-error -draftmode $(PROJECTNAME).tex
$(SYNCTEXS): $(FIGS)
pdflatex -synctex=1 $(patsubst %.synctex.gz, %.tex, $@)
$(PROJECTNAME).bbl: $(PROJECTNAME).aux
bibtex $(PROJECTNAME).aux
figs: $(FIGS)
$(FIGS):
make -C figs/$@
for pdf in $$(find figs/$@/ -name '*.pdf'); do ln -fs "$$pdf" ./ ; done
clean-aux: clean-figs-aux
rm -f $(addsuffix .aux, $(PROJECTNAME))
rm -f $(addsuffix .log, $(PROJECTNAME))
rm -f $(addsuffix .out, $(PROJECTNAME))
rm -f $(addsuffix .toc, $(PROJECTNAME))
clean-figs:
$(foreach fig,$(addprefix figs/, $(FIGS)), make -C $(fig) clean; )
rm -f $(notdir $(wildcard figs/*.fig/*.pdf))
clean-figs-aux:
$(foreach fig,$(addprefix figs/, $(FIGS)), make -C $(fig) clean-aux; )
clean-tex:
rm -f $(PDFS) $(SYNCTEXS)
clean: clean-aux clean-tex clean-figs

54
README Normal file
View File

@ -0,0 +1,54 @@
This directory contains the source files to typeset the article, and generate
the figures. This can be accomplished by running
make
This document uses a custom class file, located in the 'libs' directory, which
defines a number of commands. Most of these are drop-in replacements for those
defined in the 'article' class.
The data for some of the figures was generated using 'photocomp', which is a
program written by the authors to solve the Schrodinger equation numerically
for this problem. It has not been released, so the raw data files are included
for those who may want to modify the figures.
The bibliography is managed by BibTeX, using the database file
'bibliography.bib'.
* Dependencies:
pdflatex
TeXlive packages:
amsfonts
amsmath
amsthm
authblk
array
color
doublestroke
graphics
hyperref
latex
natbib
pgf
standalone
BibTeX
GNU make
gnuplot
* Files:
Costin_Costin_Jauslin_Lebowitz_2022.tex:
main LaTeX file
bibliography.bib
BibTeX database file
figs:
source code for the figures
apsrev4-2_mod.bst:
modified BibTeX style file, adapted from apsrev4-2.bst, which is a part of
revtex, and is published under the LaTeX Project Public License
Distributed. The original is available from https://ctan.org/pkg/revtex

3553
apsrev4-2_mod.bst Normal file

File diff suppressed because it is too large Load Diff

48
bibliography.bib Normal file
View File

@ -0,0 +1,48 @@
@article{CX15, doi = {10.1016/j.na.2014.08.014}, url = {https://doi.org/10.1016%2Fj.na.2014.08.014}, year = 2015, month = {jun}, publisher = {Elsevier {BV}}, volume = {119}, pages = {106--114}, author = {O. Costin and X. Xia}, title = {From the Taylor series of analytic functions to their global analysis}, journal = {Nonlinear Analysis: Theory, Methods \& Applications} }
@misc{Ba06, author={D. Bauer}, title = {Lecture notes on the Theory of intense laser-matter interaction}, month = {June}, year={2006}, publisher={Max-Planck-Institut f\"ur Kernphysik, Heidleberg, Germany}, url={https://www.scribd.com/document/80058830/D-Bauer-Theory-of-intense-laser-matter-interaction}}
@article{BGe10, doi = {10.1103/physrevlett.105.147601}, url = {https://doi.org/10.1103%2Fphysrevlett.105.147601}, year = 2010, month = {sep}, publisher = {American Physical Society ({APS})}, volume = {105}, number = {14}, author = {R. Bormann and M. Gulde and A. Weismann and S. V. Yalunin and C. Ropers}, title = {Tip-Enhanced Strong-Field Photoemission}, journal = {Physical Review Letters} ,pages={147601}}
@article{BBe15, doi = {10.1063/1.4934681}, url = {https://doi.org/10.1063%2F1.4934681}, year = 2015, month = {nov}, publisher = {{AIP} Publishing}, volume = {118}, number = {17}, pages = {173105}, author = {Reiner Bormann and Stefanie Strauch and Sascha Schäfer and Claus Ropers}, title = {An ultrafast electron microscope gun driven by two-photon photoemission from a nanotip cathode}, journal = {Journal of Applied Physics} }
@article{CPe14, doi = {10.1103/physreva.89.013409}, url = {https://doi.org/10.1103%2Fphysreva.89.013409}, year = 2014, month = {jan}, publisher = {American Physical Society ({APS})}, volume = {89}, number = {1}, author = {M. F. Ciappina and J. A. P{\'{e}}rez-Hern{\'{a}}ndez and T. Shaaran and M. Lewenstein and M. Krüger and P. Hommelhoff}, title = {High-order-harmonic generation driven by metal nanotip photoemission: Theory and simulations}, journal = {Physical Review A} , pages={013409}}
@book{Co08, doi = {10.1201/9781420070323}, url = {https://doi.org/10.1201%2F9781420070323}, year = 2008, month = {dec}, publisher = {Chapman and Hall/{CRC}}, author = {Ovidiu Costin}, title = {Asymptotics and Borel Summability} }
@article{CCe20, doi = {10.1088/1751-8121/aba1b6}, url = {https://doi.org/10.1088%2F1751-8121%2Faba1b6}, year = 2020, month = {aug}, publisher = {{IOP} Publishing}, volume = {53}, number = {36}, pages = {365201}, author = {Ovidiu Costin and Rodica Costin and Ian Jauslin and Joel L Lebowitz}, title = {Exact solution of the 1D time-dependent Schr\"odinger equation for the emission of quasi-free electrons from a flat metal surface by a laser}, journal = {Journal of Physics A: Mathematical and Theoretical} }
@article{CCL18, doi = {10.1007/s00220-018-3105-0}, url = {https://doi.org/10.1007%2Fs00220-018-3105-0}, year = 2018, month = {feb}, publisher = {Springer Science and Business Media {LLC}}, volume = {361}, number = {1}, pages = {217--238}, author = {Ovidiu Costin and Rodica D. Costin and Joel L. Lebowitz}, title = {Nonperturbative Time Dependent Solution of a Simple Ionization Model}, journal = {Communications in Mathematical Physics} }
@article{CLT10, doi = {10.1007/s00220-010-1023-x}, url = {https://doi.org/10.1007%2Fs00220-010-1023-x}, year = 2010, month = {mar}, publisher = {Springer Science and Business Media {LLC}}, volume = {296}, number = {3}, pages = {681--738}, author = {O. Costin and J. L. Lebowitz and S. Tanveer}, title = {Ionization of Coulomb Systems in $\mathbb R^3$ by Time Periodic Forcings of Arbitrary Size}, journal = {Communications in Mathematical Physics} }
@misc{DLMF1.1.6, key = "{\relax DLMF}", title = "{\it NIST Digital Library of Mathematical Functions}", howpublished = "http://dlmf.nist.gov/, Release 1.1.6 of 2022-06-30", url = "http://dlmf.nist.gov/", year=2022}
@article{DPe20, doi = {10.1103/revmodphys.92.025003}, url = {https://doi.org/10.1103%2Frevmodphys.92.025003}, year = 2020, month = {jun}, publisher = {American Physical Society ({APS})}, volume = {92}, number = {2}, author = {P{\'{e}}ter Dombi and Zsuzsanna P{\'{a}}pa and Jan Vogelsang and Sergey V. Yalunin and Murat Sivis and Georg Herink and Sascha Sch\"afer and Petra Gro{\ss} and Claus Ropers and Christoph Lienau}, title = {Strong-field nano-optics}, journal = {Reviews of Modern Physics}, pages={025003}}
@book{Ec81, title={Les fonctions r\'esurgentes}, author={\'Ecalle, J}, publisher={Universit\'e de Paris-Sud}, series={Publications Math\'ematiques d'Orsay}, year={1981}, note={3 volumes}}
@article{EHe15, doi = {10.1103/physrevlett.114.227601}, url = {https://doi.org/10.1103%2Fphysrevlett.114.227601}, year = 2015, month = {jun}, publisher = {American Physical Society ({APS})}, volume = {114}, number = {22}, author = {Dominik Ehberger and Jakob Hammer and Max Eisele and Michael Krüger and Jonathan Noe and Alexander Högele and Peter Hommelhoff}, title = {Highly Coherent Electron Beam from a Laser-Triggered Tungsten Needle Tip}, journal = {Physical Review Letters} ,pages={227601}}
@article{FKS05, doi = {10.1103/physreva.72.023412}, url = {https://doi.org/10.1103%2Fphysreva.72.023412}, year = 2005, month = {aug}, publisher = {American Physical Society ({APS})}, volume = {72}, number = {2}, author = {F. H. M. Faisal and J. Z. Kami{\'{n}}ski and E. Saczuk}, title = {Photoemission and high-order harmonic generation from solid surfaces in intense laser fields}, journal = {Physical Review A} , pages={023412}}
@article{Fo97, title={A unified transform method for solving linear and certain nonlinear PDEs}, author={Fokas, Athanassios S}, journal={Proceedings of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences}, volume={453}, number={1962}, pages={1411--1443}, year={1997}, publisher={The Royal Society} }
@article{Fo16, doi= {10.1109/VMNEYR.2016.7880403}, url = {https://doi.org/10.1109/VMNEYR.2016.7880403}, year=2016, publisher = {IEEE}, author = {Richard G. Forbes}, title = {Field Electron Emission Theory}, journal = {Proceedings of Young Researchers in Vacuum Micro/Nano Electronics}}
@article{FSe16, doi = {10.1038/ncomms11717}, url = {https://doi.org/10.1038%2Fncomms11717}, year = 2016, month = {may}, publisher = {Springer Science and Business Media {LLC}}, volume = {7}, number = {1}, author = {B. F\"org and J. Sch\"otz and F. S\"u{\ss}mann and M. Förster and M. Kr\"uger and B. Ahn and W. A. Okell and K. Wintersperger and S. Zherebtsov and A. Guggenmos and V. Pervak and A. Kessel and S. A. Trushin and A. M. Azzeer and M. I. Stockman and D. Kim and F. Krausz and P. Hommelhoff and M. F. Kling}, title = {Attosecond nanoscale near-field sampling}, journal = {Nature Communications}, pages={11717} }
@article{FPe16, doi = {10.1103/physrevlett.117.217601}, url = {https://doi.org/10.1103%2Fphysrevlett.117.217601}, year = 2016, month = {nov}, publisher = {American Physical Society ({APS})}, volume = {117}, number = {21}, author = {Michael Förster and Timo Paschen and Michael Krüger and Christoph Lemell and Georg Wachter and Florian Libisch and Thomas Madlener and Joachim Burgdörfer and Peter Hommelhoff}, title = {Two-Color Coherent Control of Femtosecond Above-Threshold Photoemission from a Tungsten Nanotip}, journal = {Physical Review Letters}, pages={217601}}
@article{FN28, doi = {10.1098/rspa.1928.0091}, url = {https://doi.org/10.1098%2Frspa.1928.0091}, year = 1928, month = {may}, publisher = {The Royal Society}, volume = {119}, number = {781}, pages = {173--181}, author = {R. H. Fowler and L. Nordheim}, title = {Electron Emission in Intense Electric Fields}, journal = {Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences} }
@article{HSe12, doi = {10.1038/nature10878}, url = {https://doi.org/10.1038%2Fnature10878}, year = 2012, month = {mar}, publisher = {Springer Science and Business Media {LLC}}, volume = {483}, number = {7388}, pages = {190--193}, author = {G. Herink and D. R. Solli and M. Gulde and C. Ropers}, title = {Field-driven photoemission from nanostructures quenches the quiver motion}, journal = {Nature} }
@article{HWR14, doi = {10.1088/1367-2630/16/12/123005}, url = {https://doi.org/10.1088%2F1367-2630%2F16%2F12%2F123005}, year = 2014, month = {dec}, publisher = {{IOP} Publishing}, volume = {16}, number = {12}, pages = {123005}, author = {G Herink and L Wimmer and C Ropers}, title = {Field emission at terahertz frequencies: {AC}-tunneling and ultrafast carrier dynamics}, journal = {New Journal of Physics} }
@article{HKe17, doi = {10.1038/nphys4185}, url = {https://doi.org/10.1038%2Fnphys4185}, year = 2017, month = {jul}, publisher = {Springer Science and Business Media {LLC}}, volume = {13}, number = {10}, pages = {947--951}, author = {Dominik Hoff and Michael Krüger and Lothar Maisenbacher and A. M. Sayler and Gerhard G. Paulus and Peter Hommelhoff}, title = {Tracing the phase of focused broadband laser~pulses}, journal = {Nature Physics} }
@article{HBe12, doi = {10.1364/ol.37.001673}, url = {https://doi.org/10.1364%2Fol.37.001673}, year = 2012, month = {may}, publisher = {The Optical Society}, volume = {37}, number = {10}, pages = {1673}, author = {Christian Homann and Maximilian Bradler and Michael F\"orster and Peter Hommelhoff and Eberhard Riedle}, title = {Carrier-envelope phase stable sub-two-cycle pulses tunable around 18~$\mathrm{\mu}$m at 100~{kHz}}, journal = {Optics Letters} }
@article{HKK06, doi = {10.1103/physrevlett.97.247402}, url = {https://doi.org/10.1103%2Fphysrevlett.97.247402}, year = 2006, month = {dec}, publisher = {American Physical Society ({APS})}, volume = {97}, number = {24}, author = {Peter Hommelhoff and Catherine Kealhofer and Mark A. Kasevich}, title = {Ultrafast Electron Pulses from a Tungsten Tip Triggered by Low-Power Femtosecond Laser Pulses}, journal = {Physical Review Letters} , pages={247402}}
@book{Je17, title={Introduction to the Physics of Electron Emission}, author={Jensen, Kevin L}, year={2017}, publisher={John Wiley \& Sons}}
@article{KLe18, doi = {10.1088/1361-6455/aac6ac}, url = {https://doi.org/10.1088%2F1361-6455%2Faac6ac}, year = 2018, month = {aug}, publisher = {{IOP} Publishing}, volume = {51}, number = {17}, pages = {172001}, author = {Michael Krüger and Christoph Lemell and Georg Wachter and Joachim Burgdörfer and Peter Hommelhoff}, title = {Attosecond physics phenomena at nanometric tips}, journal = {Journal of Physics B: Atomic, Molecular and Optical Physics} }
@article{KSe12b, doi = {10.1088/0953-4075/45/7/074006}, url = {https://doi.org/10.1088%2F0953-4075%2F45%2F7%2F074006}, year = 2012, month = {mar}, publisher = {{IOP} Publishing}, volume = {45}, number = {7}, pages = {074006}, author = {M Kr\"uger and M Schenk and M Förster and P Hommelhoff}, title = {Attosecond physics in photoemission from a metal nanotip}, journal = {Journal of Physics B: Atomic, Molecular and Optical Physics}}
@article{KSH11, doi = {10.1038/nature10196}, url = {https://doi.org/10.1038%2Fnature10196}, year = 2011, month = {jul}, publisher = {Springer Science and Business Media {LLC}}, volume = {475}, number = {7354}, pages = {78--81}, author = {Michael Krüger and Markus Schenk and Peter Hommelhoff}, title = {Attosecond control of electrons emitted from a nanoscale metal tip}, journal = {Nature} }
@article{KSe12, doi = {10.1088/1367-2630/14/8/085019}, url = {https://doi.org/10.1088%2F1367-2630%2F14%2F8%2F085019}, year = 2012, month = {aug}, publisher = {{IOP} Publishing}, volume = {14}, number = {8}, pages = {085019}, author = {Michael Krüger and Markus Schenk and Peter Hommelhoff and Georg Wachter and Christoph Lemell and Joachim Burgdörfer}, title = {Interaction of ultrashort laser pulses with metal nanotips: a model system for strong-field phenomena}, journal = {New Journal of Physics} }
@article{LCe18, title={Study of electron emission from 1D nanomaterials under super high field}, author={Li, Chi and Chen, Ke and Guan, Mengxue and Wang, Xiaowei and Zhou, Xu and Zhai, Feng and Dai, Jiayu and Li, Zhenjun and Sun, Zhipei and Meng, Sheng and Liu, Kaihui and Dai, Qing}, journal={arXiv:1812.10114}, year={2018} }
@article{LJ16, doi = {10.1038/ncomms13405}, url = {https://doi.org/10.1038%2Fncomms13405}, year = 2016, month = {nov}, publisher = {Springer Science and Business Media {LLC}}, volume = {7}, number = {1}, author = {Sha Li and R. R. Jones}, title = {High-energy electron emission from metallic nano-tips driven by intense single-cycle terahertz pulses}, journal = {Nature Communications}, pages={13405} }
@article{LZZ21, doi = {10.1103/physrevb.103.085410}, url = {https://doi.org/10.1103%2Fphysrevb.103.085410}, year = 2021, month = {feb}, publisher = {American Physical Society ({APS})}, volume = {103}, number = {8}, author = {Yi Luo and Yang Zhou and Peng Zhang}, title = {Few-cycle optical-field-induced photoemission from biased surfaces: An exact quantum theory}, journal = {Physical Review B}, pages={085410}}
@article{PA12, doi = {10.1103/physrevb.86.045423}, url = {https://doi.org/10.1103%2Fphysrevb.86.045423}, year = 2012, month = {jul}, publisher = {American Physical Society ({APS})}, volume = {86}, number = {4}, author = {M. Pant and L. K. Ang}, title = {Ultrafast laser-induced electron emission from multiphoton to optical tunneling}, journal = {Physical Review B} , pages={045423}}
@article{PPe12, doi = {10.1103/physrevlett.109.244803}, url = {https://doi.org/10.1103%2Fphysrevlett.109.244803}, year = 2012, month = {dec}, publisher = {American Physical Society ({APS})}, volume = {109}, number = {24}, author = {Doo Jae Park and Bjoern Piglosiewicz and Slawa Schmidt and Heiko Kollmann and Manfred Mascheck and Christoph Lienau}, title = {Strong Field Acceleration and Steering of Ultrafast Electron Pulses from a Sharp Metallic Nanotip}, journal = {Physical Review Letters} ,pages={244803}}
@article{PSe14, doi = {10.1038/nphoton.2013.288}, url = {https://doi.org/10.1038%2Fnphoton.2013.288}, year = 2013, month = {nov}, publisher = {Springer Science and Business Media {LLC}}, volume = {8}, number = {1}, pages = {37--42}, author = {Björn Piglosiewicz and Slawa Schmidt and Doo Jae Park and Jan Vogelsang and Petra Gro{\ss} and Cristian Manzoni and Paolo Farinello and Giulio Cerullo and Christoph Lienau}, title = {Carrier-envelope phase effects on the strong-field photoemission of electrons from metallic nanostructures}, journal = {Nature Photonics} }
@article{PHe17, doi = {10.1038/nphys3978}, url = {https://doi.org/10.1038%2Fnphys3978}, year = 2016, month = {dec}, publisher = {Springer Science and Business Media {LLC}}, volume = {13}, number = {4}, pages = {335--339}, author = {William P. Putnam and Richard G. Hobbs and Phillip D. Keathley and Karl K. Berggren and Franz X. K\"artner}, title = {Optical-field-controlled photoemission from plasmonic nanoparticles}, journal = {Nature Physics} }
@book{RS75b, title={Methods of Modern Mathematical Physics II: Fourier Analysis, Self-Adjointness}, author={Reed, Michael and Simon, Barry}, edition={2}, year={1975}, publisher={Academic Press, New York}}
@article{RLe16, doi = {10.1038/nphoton.2016.174}, url = {https://doi.org/10.1038%2Fnphoton.2016.174}, year = 2016, month = {sep}, publisher = {Springer Science and Business Media {LLC}}, volume = {10}, number = {10}, pages = {667--670}, author = {Tobias Rybka and Markus Ludwig and Michael F. Schmalz and Vanessa Knittel and Daniele Brida and Alfred Leitenstorfer}, title = {Sub-cycle optical phase control of nanotunnelling in the single-electron regime}, journal = {Nature Photonics} }
@article{SKH10, doi = {10.1103/physrevlett.105.257601}, url = {https://doi.org/10.1103%2Fphysrevlett.105.257601}, year = 2010, month = {dec}, publisher = {American Physical Society ({APS})}, volume = {105}, number = {25}, author = {Markus Schenk and Michael Krüger and Peter Hommelhoff}, title = {Strong-Field Above-Threshold Photoemission from Sharp Metal Tips}, journal = {Physical Review Letters} , pages={257601}}
@article{SMe18, doi = {10.1103/physreva.97.013413}, url = {https://doi.org/10.1103%2Fphysreva.97.013413}, year = 2018, month = {jan}, publisher = {American Physical Society ({APS})}, volume = {97}, number = {1}, author = {J. Sch\"otz and S. Mitra and H. Fuest and M. Neuhaus and W. A. Okell and M. F\"orster and T. Paschen and M. F. Ciappina and H. Yanagisawa and P. Wnuk and P. Hommelhoff and M. F. Kling}, title = {Nonadiabatic ponderomotive effects in photoemission from nanotips in intense midinfrared laser fields}, journal = {Physical Review A} ,pages={013413}}
@article{SSe17, doi = {10.1063/1.4982947}, url = {https://doi.org/10.1063%2F1.4982947}, year = 2017, month = {jul}, publisher = {{AIP} Publishing}, volume = {4}, number = {4}, pages = {044024}, author = {Gero Storeck and Simon Vogelgesang and Murat Sivis and Sascha Schäfer and Claus Ropers}, title = {Nanotip-based photoelectron microgun for ultrafast {LEED}}, journal = {Structural Dynamics} }
@article{THH12, doi = {10.1364/oe.20.013663}, url = {https://doi.org/10.1364%2Foe.20.013663}, year = 2012, month = {jun}, publisher = {The Optical Society}, volume = {20}, number = {13}, pages = {13663}, author = {Sebastian Thomas and Ronald Holzwarth and Peter Hommelhoff}, title = {Generating few-cycle pulses for nanoscale photoemission easily with an erbium-doped fiber laser}, journal = {Optics Express} }
@article{WKe17, doi = {10.1103/physrevb.95.165416}, url = {https://doi.org/10.1103%2Fphysrevb.95.165416}, year = 2017, month = {apr}, publisher = {American Physical Society ({APS})}, volume = {95}, number = {16}, author = {Lara Wimmer and Oliver Karnbach and Georg Herink and Claus Ropers}, title = {Phase space manipulation of free-electron pulses from metal nanotips using combined terahertz near fields and external biasing}, journal = {Physical Review B} ,pages={165416}}
@article{Wo35, doi = {10.1007/bf01331022}, url = {https://doi.org/10.1007%2Fbf01331022}, year = 1935, month = {mar}, publisher = {Springer Science and Business Media {LLC}}, volume = {94}, number = {3-4}, pages = {250--260}, author = {D. M. Wolkow}, title = {\"Uber eine Klasse von L\"osungen der Diracschen Gleichung}, journal = {Zeitschrift f\"ur Physik} }
@article{YGR11, doi = {10.1103/physrevb.84.195426}, url = {https://doi.org/10.1103%2Fphysrevb.84.195426}, year = 2011, month = {nov}, publisher = {American Physical Society ({APS})}, volume = {84}, number = {19}, author = {Sergey V. Yalunin and Max Gulde and Claus Ropers}, title = {Strong-field photoemission from surfaces: Theoretical approaches}, journal = {Physical Review B} , pages={195426}}
@article{YHe13, doi = {10.1002/andp.201200224}, url = {https://doi.org/10.1002%2Fandp.201200224}, year = 2012, month = {dec}, publisher = {Wiley}, volume = {525}, number = {1-2}, pages = {L12--L18}, author = {Sergey V. Yalunin and Georg Herink and Daniel R. Solli and Michael Krüger and Peter Hommelhoff and Manuel Diehn and Axel Munk and Claus Ropers}, title = {Field localization and rescattering in tip-enhanced photoemission}, journal = {Annalen der Physik} }
@article{YSe16, doi = {10.1038/srep35877}, url = {https://doi.org/10.1038%2Fsrep35877}, year = 2016, month = {oct}, publisher = {Springer Science and Business Media {LLC}}, volume = {6}, number = {1}, author = {Hirofumi Yanagisawa and Sascha Schnepp and Christian Hafner and Matthias Hengsberger and Dong Eon Kim and Matthias F. Kling and Alexandra Landsman and Lukas Gallmann and Jürg Osterwalder}, title = {Delayed electron emission in strong-field driven tunnelling from a metallic nanotip in the multi-electron regime}, journal = {Scientific Reports} , pages={35877}}
@article{ZL16, doi = {10.1038/srep19894}, url = {https://doi.org/10.1038%2Fsrep19894}, year = 2016, month = {jan}, publisher = {Springer Nature}, volume = {6}, number = {1}, author = {Peng Zhang and Y. Y. Lau}, title = {Ultrafast strong-field photoelectron emission from biased metal surfaces: exact solution to time-dependent Schrödinger Equation}, journal = {Scientific Reports} , pages={19894}}

65
figs/current.fig/25.save Normal file
View File

@ -0,0 +1,65 @@
#parameters: V_=1.000000000000000e+01 eV, EF=4.500000000000000e+00 eV, omega_=1.550000000000000e+00 eV, theta= 0.000000000000000e+00*pi W=5.500000000000000e+00 eV, n_photons=9.929674721452242, E=2.500000000000000e+10 V/m
#dimensionless: V=1.000000000000000e+00 k=9.486832980505138e-01 epsilon=7.032423415242776e-01 omega=1.550000000000000e-01 m=1.000000000000000e+00, keldysh=7.456951794859641e-01
#numerical precision: tau=2.026833970057931e+00 NC=12 gl_order=16 J0=1 J=60
60
12 5.151146419525762e-01 -1.169539500433561e+00 -5.250585435269991e-01 -2.018797658289562e-01 -1.486566256299112e-01 -4.349980708415970e-03 -9.018172275358040e-03 2.683656594029144e-02 -2.840553555441809e-05 4.443216237904512e-03 6.707361200123755e-04 6.152718400259769e-04 1.855426054449640e-04 7.452234957130620e-06 1.918240510661666e-05 -2.866772459113886e-05 -2.728425483459912e-06 -5.160933267636393e-06 -8.007072207611525e-07 1.533455865609812e-07 -1.132056654429681e-08 9.729390136080995e-08 1.185539015429780e-08 1.888484486964262e-09
12 -7.048790625552523e-01 -1.098947677405641e+00 -5.126409337982869e-01 3.072578250174435e-01 3.063538147635642e-02 6.090648339745969e-02 5.132121533952310e-03 -1.767875548812943e-03 -6.488855105003752e-05 -3.662454272290495e-04 -2.389195942700849e-05 4.206327224857758e-06 7.029666702874664e-07 1.203350916331809e-06 9.333345448222854e-09 -6.903679749364428e-08 -1.021725067837615e-09 4.448973417205811e-09 1.039642908869274e-10 -3.977374947642483e-10 -8.944037773256443e-12 4.018444558803807e-11 6.956237148185928e-13 -4.614432456430051e-12
12 -1.322536220077875e+00 -1.255581215494563e-01 -6.895255365859386e-02 6.241496570206134e-01 7.333803122756576e-02 1.105524394351295e-02 1.238249776487539e-03 -5.858955918717875e-03 -3.631133654063558e-04 -1.001462418077443e-04 -5.652250793930078e-06 1.863081036815356e-05 7.841965619494715e-07 1.873095470058942e-07 4.889839767286117e-10 -2.300157074580925e-08 -1.117364045075790e-10 1.823026294482351e-10 -7.902544300460006e-12 -2.688113190520818e-11 -6.383981526662820e-13 1.476906815330422e-12 3.090733181256311e-14 -5.543075472179033e-14
12 -8.978931303325868e-01 9.883309342514430e-01 4.764508780873024e-01 4.329592716002026e-01 5.290527449806288e-02 -5.636670139552208e-02 -4.460631532768193e-03 -4.451346283338678e-03 -2.905231739637785e-04 2.660888609842457e-04 1.253952063193008e-05 1.549098674421489e-05 6.812201834340834e-07 -4.569270321680614e-07 -1.070417461832891e-08 -2.408774818566000e-08 -6.415075355776387e-10 -3.458342922241281e-11 -1.747211444461221e-11 1.090236740817683e-11 2.336207285089687e-14 8.105401241818382e-13 1.176175350287510e-14 6.698552168424705e-15
12 2.687421005707883e-01 1.297651628788486e+00 6.306914117426046e-01 -1.407118583841007e-01 -1.775351700782974e-02 -7.656143777634197e-02 -6.365131618146000e-03 1.464244928669784e-03 8.515765605194125e-05 4.133926338539808e-04 2.243196445922904e-05 -3.085010603852385e-06 9.304443982444853e-09 -1.037818976449425e-06 -3.952416075873594e-08 -1.167384532315842e-08 -1.030141523457395e-09 1.068954974413478e-09 6.436607524270008e-12 5.429983069515433e-11 1.705210253803770e-12 1.305443940994863e-12 8.437616234643008e-14 -7.411159488542129e-15
12 1.183814104088122e+00 5.300042490624265e-01 2.383633438154014e-01 -5.841377037998646e-01 -7.228650386863290e-02 -2.580415203398016e-02 -1.835593879882540e-03 6.216206334654840e-03 4.304558481206533e-04 1.048825667901411e-04 6.553917131837785e-06 -2.595599526782498e-05 -1.377956140200982e-06 -5.397506493227584e-07 -4.637336432528154e-08 5.976340470436080e-08 1.602040063280196e-09 3.302191723183209e-09 1.743431611019119e-10 2.689878787736529e-11 6.441357789316935e-12 -5.663980046791642e-12 1.337478793597190e-14 -4.191661816433646e-13
12 1.093452284162190e+00 -6.150149972197868e-01 -3.141269924389485e-01 -5.040241261187098e-01 -5.524633771528521e-02 4.149803447724090e-02 4.055942110174044e-03 3.808962759800143e-03 1.857640949057762e-04 -3.518910668765265e-04 -2.905518108455378e-05 -8.649006755942913e-06 -7.530134602330906e-07 2.187401292187256e-06 1.347315057081295e-07 9.163656004013087e-08 9.099872377690751e-09 -5.485789465400834e-09 3.164876161561633e-12 -6.591371445837646e-10 -3.201323736681617e-11 -2.331923480423578e-11 -2.244194545224362e-12 6.000300137584872e-13
12 1.849875856930876e-01 -1.209758880762275e+00 -5.530288284116551e-01 -7.775632919410293e-02 -6.417333021287706e-03 5.778890840354163e-02 3.146555791749014e-03 -1.540945246994573e-04 -1.483756082782264e-04 6.396672541176160e-07 1.734316324768853e-05 3.037765710210312e-05 4.215461089382893e-06 -1.528540392015816e-06 -5.422371128442703e-09 -4.387368964434781e-07 -3.392211975751465e-08 -1.536195958169345e-08 -2.335318079375079e-09 1.713212625886679e-09 1.367526463316228e-11 2.117247312057086e-10 1.267758957496776e-11 7.787190277583993e-12
12 -8.484261056022044e-01 -8.988916482759699e-01 -4.433473995691011e-01 3.902016298926796e-01 3.937239633723614e-02 5.861671189070240e-02 6.134337484417313e-03 -1.108506049711766e-03 3.747712320015131e-04 -5.740989021007004e-04 -3.964432554999505e-05 -9.226337832219485e-05 -1.335682931770740e-05 -1.799426337767943e-07 -6.199293263952311e-07 1.404091033968331e-06 1.037964279123726e-07 1.178511907177136e-07 1.425281628788041e-08 -3.640376639423971e-09 3.282059014632831e-10 -1.243370890737492e-09 -7.406136579464266e-11 -7.677763329759636e-11
12 -1.216903118406534e+00 1.534503814164403e-01 1.109642079854540e-01 5.878173401343836e-01 7.769772855438362e-02 -2.793845318996230e-02 -5.886620125721670e-03 -9.797492831241587e-03 -1.607763219262323e-03 9.448548977373415e-04 9.747874737604213e-05 2.874829411540413e-04 4.500827060433640e-05 -1.518952189117612e-06 1.801816276477617e-06 -5.710047580712805e-06 -5.595833277734877e-07 -4.524791525780955e-07 -7.012544400861137e-08 3.704130907479732e-08 4.393577068281770e-10 8.109821331130081e-09 7.213656144981218e-10 3.124952795344447e-10
12 -6.390327685879188e-01 1.026531466328308e+00 4.205686148615748e-01 3.020404117915332e-01 3.175313886725328e-02 -1.669003242179380e-02 9.548061301426452e-03 3.543319644551563e-04 1.276696399697859e-03 -3.207036851777480e-03 -6.405792780362540e-04 -4.434161151418261e-04 -1.061605059541170e-04 9.350135856580155e-05 9.686469609873969e-06 1.998056550850134e-05 3.074746782484784e-06 -4.790533831670575e-07 6.555959267491171e-08 -3.917208591217339e-07 -4.093731294613188e-08 -2.273607657735677e-08 -3.993847336223737e-09 3.338266079321143e-09
12 4.421994020067541e-01 1.143897886279601e+00 5.706200049811854e-01 -2.708105252588264e-01 -7.137018518091708e-02 -9.117435076708168e-02 -1.924373387794659e-02 2.107372524304191e-02 5.506085901428427e-03 5.440861925984126e-03 1.461215248026448e-03 -1.142032699284660e-03 -1.826605410905947e-04 -3.343571967357509e-04 -6.494873680951085e-05 2.102064034530458e-05 1.151841063765070e-06 1.083080868182241e-05 1.563544038240436e-06 1.868975619938510e-07 7.359977548040646e-08 -1.957641556119455e-07 -2.125655945635482e-08 -1.523233143529756e-08
12 1.169714620888431e+00 3.546793332185438e-01 2.296943927171241e-01 -5.107902874645263e-01 -3.363878095622078e-02 -7.639666103026992e-02 -3.014911289808122e-02 -1.005432364009431e-02 -5.458139230369801e-03 1.010139734334321e-02 2.696338641793894e-03 1.775368123588497e-03 4.665176605569785e-04 -5.879952835490607e-04 -1.075491429057394e-04 -1.047078037276439e-04 -2.054202954501682e-05 1.676036527560285e-05 2.232950304509066e-06 3.576730052584563e-06 5.590767802667566e-07 -2.506518655121397e-07 -2.235743735145611e-08 -8.068912974295561e-08
12 1.029735445430341e+00 -7.022662596939769e-01 -3.035915354212999e-01 -4.210697076522962e-01 7.484883421282586e-03 2.046401405559299e-02 -5.420779224345735e-03 -3.056030373630294e-02 -1.320153769767680e-02 2.820798912384493e-03 8.285887282862729e-04 4.029567624239258e-03 1.002038965416725e-03 -1.890747643154393e-04 -3.561066340540254e-05 -2.132166246328854e-04 -3.992516766030955e-05 5.642192951597065e-06 7.508483380053181e-07 6.709510892031101e-06 1.026728915329536e-06 -8.121590608413501e-08 -6.141701893535191e-09 -1.476306005422209e-07
12 9.076332543246921e-02 -1.245476576212306e+00 -6.119897046628623e-01 -3.164553410777401e-04 4.483879454843400e-02 9.938403606075952e-02 2.212800132985789e-02 -2.796137441631110e-02 -1.107655287065563e-02 -6.294339884927011e-03 -1.620543606121188e-03 3.377504689692578e-03 8.495841053850991e-04 3.460658445314796e-04 6.134507485609766e-05 -1.831542974396702e-04 -3.470997541461276e-05 -9.054397448480904e-06 -1.091059523994480e-06 5.890237527662437e-06 9.074709680027845e-07 9.831280161332201e-08 3.538493046917311e-09 -1.308973399520429e-07
12 -9.376331592642518e-01 -8.480118171136920e-01 -4.531335254649542e-01 4.204944892359652e-01 4.549441025024122e-02 9.576484325933431e-02 2.811811313280477e-02 -4.360368159909096e-03 -1.329881213791609e-03 -8.680358391382550e-03 -2.267484093063219e-03 5.947234643692324e-04 2.037784386691084e-04 4.898730832871951e-04 8.883411678675297e-05 -5.449309260180684e-05 -1.199349786341725e-05 -1.366641182456124e-05 -1.779731016241001e-06 2.251625017336974e-06 3.690733729844240e-07 1.911436624873298e-07 1.526092379005535e-08 -5.469893924263320e-08
12 -1.257579454496370e+00 2.033326050652210e-01 9.487018057108014e-02 5.240526190650314e-01 2.734397478207435e-02 -1.308734739669846e-02 -4.142885925839997e-04 1.021966146553248e-02 4.018201598300264e-03 -7.652918763254408e-04 -3.866220931288781e-04 -9.261328384842643e-04 -1.614274634017195e-04 1.183532770189979e-04 2.717042750849067e-05 2.170887088997390e-05 2.054860462250370e-06 -5.018470338989949e-06 -7.698336510849209e-07 -6.628365111384699e-08 2.330000813106766e-08 9.921126642754242e-08 1.072665522589671e-08 -6.843004845204116e-09
12 -6.649274499899570e-01 1.133467945469151e+00 5.306941524017373e-01 3.508614717326035e-01 5.558890013593605e-02 -6.913374761937367e-02 -9.098026798976411e-03 -7.977136145372479e-03 -1.027977752432075e-03 1.647909766606334e-03 3.197372444140127e-04 8.085927934496051e-05 -6.165519054799313e-06 -5.270416641531586e-05 -6.817248829583999e-06 3.790828174106220e-06 8.353134952201716e-07 6.353170066757238e-07 2.824504025831660e-08 -1.275569171228062e-07 -1.480725021203130e-08 3.473256713047305e-09 1.086359699027431e-09 1.285737408394650e-09
12 5.028470242038495e-01 1.225702726267908e+00 5.606864854573985e-01 -2.471582813874993e-01 -3.411458372583298e-02 -6.001003784553904e-02 -3.083719203508783e-03 3.794037842133205e-03 3.363228531190055e-04 -1.787343421087575e-04 -6.813600005757604e-05 -9.934023750628612e-06 4.065887346182185e-06 9.749600808781492e-06 8.378030045852108e-07 -1.058083725848844e-06 -1.531937666927164e-07 -2.140068073301270e-08 6.690498184123659e-09 1.504735488730655e-08 9.001807466613013e-10 -1.388234936778738e-09 -1.588534059657927e-10 4.066080365454464e-12
12 1.259340303944366e+00 3.767743020456386e-01 1.734928052773930e-01 -5.693550872612009e-01 -6.114200696112743e-02 -2.023423302145275e-02 -1.789136015291251e-03 3.919676261644328e-03 1.347578246769641e-04 1.750289067846530e-04 2.118804471260317e-05 -4.675290297316468e-07 -2.657728180831281e-07 -2.401647468509901e-06 -1.997194472269794e-07 1.248962374963440e-07 1.968344407495372e-08 8.436072845412754e-09 -4.963263789833573e-10 -1.816054266617669e-09 -9.107827266167103e-11 1.314013507723342e-10 1.302301553188541e-11 -1.500387706178476e-12
12 1.091607184146801e+00 -7.506485942937038e-01 -3.402165806309077e-01 -5.101605405301534e-01 -5.959660864797184e-02 3.663979738119815e-02 2.480937242503423e-03 4.773942609163798e-03 3.069009401247791e-04 -1.188506930674825e-04 -5.298492282000550e-06 -1.763470641974900e-05 -9.116783548980591e-07 4.009607037844396e-07 4.068821968334459e-08 3.327918752703316e-08 -3.633087316375232e-10 -3.113754712972461e-09 -1.241846627067953e-10 1.860096814361531e-10 1.580932452485294e-11 -3.696261050477782e-12 -9.814246320031396e-13 -5.618289853356747e-13
12 7.848967347448854e-02 -1.334186148183458e+00 -6.284685001988423e-01 -4.264626770508773e-02 -6.764338498772666e-03 7.309426637513185e-02 5.694828718168910e-03 7.527169681284881e-04 6.055171003588151e-05 -3.371571913392808e-04 -1.623177611729782e-05 -3.392973440071995e-06 -1.074407706423796e-07 6.456311277963882e-07 1.911196673483415e-08 -9.064458034374167e-10 -2.680143340316201e-10 -1.660649719709859e-10 2.522008553947307e-11 5.443341339198963e-12 -1.095875408673936e-12 -1.704274631012695e-12 -1.979545649518822e-14 1.168077546203325e-13
12 -1.020845102293014e+00 -8.708633243686358e-01 -4.174832884363449e-01 4.867555483540596e-01 5.669233045035635e-02 5.019669758772522e-02 4.098733886572093e-03 -4.362948420612313e-03 -2.490748245559523e-04 -2.555488710072937e-04 -1.281877906626903e-05 1.109517826957329e-05 3.853087339369004e-07 5.236576693988202e-07 1.705971710891585e-08 -9.374349907327239e-09 -6.230384091706463e-11 -4.241160563687524e-10 -8.356187931296768e-12 -7.898933327228464e-12 -4.279775587320092e-13 2.395415999821230e-13 1.411721655637919e-14 4.555836782181595e-15
12 -1.304659143204551e+00 3.029331895435010e-01 1.496004318002245e-01 6.301347720142783e-01 7.555732852965645e-02 -1.747279482309506e-02 -1.281216422848956e-03 -6.113134960763243e-03 -3.769904711496548e-04 6.199841627669703e-05 1.559733629385032e-06 1.879104605495142e-05 7.707950574890383e-07 4.343770730844031e-08 7.662107565886533e-09 -2.533923746523653e-08 -5.948559266704008e-10 -4.980088828885837e-10 -2.058021359916325e-11 5.173212270993472e-12 -3.012096016244204e-13 4.918293257945621e-13 -1.953126393775626e-15 1.672516149868517e-14
12 -5.162841753988967e-01 1.221284288194499e+00 5.990922353338833e-01 2.413993412715745e-01 2.836228636976597e-02 -7.302198386772464e-02 -6.033719749135051e-03 -2.327704848982517e-03 -1.577458468855297e-04 3.828327043614544e-04 1.971746674752926e-05 9.871335305853015e-06 5.919409114996380e-07 -8.231981058891554e-07 -2.526184333993678e-08 -3.250676688458614e-08 -1.493132565715705e-09 3.082124922895110e-10 -2.367552828065379e-11 4.965803310010323e-11 6.713314288933854e-13 1.978525448937953e-12 7.348775968097014e-14 4.243291955021249e-14
12 6.711682449560913e-01 1.109621794109858e+00 5.268371257770881e-01 -3.437089048182685e-01 -4.457824412118160e-02 -6.190380652741872e-02 -4.975197832443812e-03 4.041258573735802e-03 2.914973778510410e-04 3.239492274853973e-04 1.965658148079114e-05 -1.743002043633042e-05 -8.212331074821175e-07 -1.204050649232078e-06 -7.152577309600392e-08 2.310083144329440e-08 -5.184479435470132e-10 3.640835405111686e-09 1.306298967408700e-10 1.193738933889652e-10 8.521774721054059e-12 -1.141051668668183e-12 2.484297663034294e-13 -3.415593098245148e-13
12 1.248456543652367e+00 1.201730068204401e-01 3.036502274209408e-02 -5.913401355809130e-01 -6.856014220541345e-02 2.361272640490155e-03 1.130059679049703e-03 5.361912897488210e-03 3.438075336125898e-04 -1.808978147945907e-04 -1.892676676383307e-05 -2.283963017793665e-05 -1.812606943565259e-06 1.388515554771778e-06 6.136868174540712e-08 1.500908368528530e-07 1.063088879373261e-08 4.552928328074799e-10 3.687101091074376e-10 -5.507114554726458e-10 -1.389864806727547e-11 -3.743308876170822e-11 -2.222841467277653e-12 -7.512317193445178e-13
12 8.446378677754938e-01 -8.863333878887284e-01 -4.084764777646693e-01 -3.811504155399352e-01 -3.870581679060153e-02 4.338678111890692e-02 2.585322483345646e-03 1.746727622298234e-03 -1.140303644772967e-04 -7.010120706324105e-05 -1.333981036905047e-06 3.444772609236871e-05 4.367046103427724e-06 9.844764925316382e-07 2.351788628141968e-07 -3.727851968958410e-07 -2.018638885027606e-08 -3.169142008628626e-08 -2.928584741185284e-09 1.532493864762416e-10 -1.066625343210283e-10 1.871602906637919e-10 6.391611816184009e-12 1.372592132981272e-11
12 -1.827306425874264e-01 -1.223214586787780e+00 -5.888882624032470e-01 6.779932562703296e-02 -9.768545628624423e-04 7.141591271251542e-02 5.868545798895651e-03 2.588835724798215e-03 6.439177937106661e-04 -2.914705106569259e-04 1.598177298210975e-05 -1.010935530399293e-04 -1.135913121673122e-05 -7.446586440119352e-06 -1.303698058231859e-06 8.617512496275340e-07 2.358407977143664e-08 1.585232105580437e-07 1.425013132910986e-08 4.836821706946324e-09 9.800055765897578e-10 -8.820859096986490e-10 -2.017362525323212e-11 -1.077324496962851e-10
12 -1.085225325380160e+00 -5.679538898529113e-01 -2.416470437370584e-01 5.449552756124737e-01 7.962679725270706e-02 1.995902588637074e-02 3.366918665891545e-04 -1.147554606201785e-02 -1.899502014786912e-03 -5.875858410005606e-05 -7.266109988906795e-05 3.029063094041395e-04 3.997329439264711e-05 2.348610608515021e-05 4.738046277051825e-06 -3.965740001188714e-06 -2.335724644329221e-07 -7.066054099172870e-07 -8.186216207257574e-08 -7.292040616618326e-09 -4.217660395949221e-09 7.302694395828430e-09 4.489465082268244e-10 6.835199330375420e-10
12 -1.111737939321311e+00 4.769489500437447e-01 1.683997326054987e-01 4.913895383733103e-01 3.687079774221043e-02 7.128004155067679e-03 8.641932000384680e-03 5.520867033240817e-03 2.888425428960814e-03 -2.167868722532928e-03 -3.245971562526394e-04 -7.468422260924388e-04 -1.461919248063101e-04 2.387504202058205e-05 -2.628298039589617e-06 2.315134413563330e-05 2.995851365976435e-06 1.316044179724822e-06 2.815922349087216e-07 -3.095340208086824e-07 -2.316366014509490e-08 -4.366380469134361e-08 -5.466134647851897e-09 6.393838014517370e-10
12 -2.891106722545375e-01 1.191041830589301e+00 6.230780734317792e-01 9.569912940007443e-02 -1.195622179489172e-02 -1.165687388221181e-01 -2.860855339451053e-02 8.463263510755981e-03 2.007835751655522e-03 7.964306320124358e-03 1.965492004381484e-03 -2.255350274705531e-04 2.214270106704874e-05 -4.070799221547501e-04 -7.101115555041684e-05 -1.786596579742405e-05 -5.182469259984481e-06 1.049845567816146e-05 1.309748865085743e-06 1.077304106906464e-06 1.813619297774169e-07 -1.342207973904259e-07 -1.022383495263090e-08 -2.633931238215674e-08
12 7.581208453242400e-01 9.591116411776175e-01 4.897300909707800e-01 -2.873162527922525e-01 1.749561998252763e-02 -9.026970339588833e-02 -2.300497669138585e-02 -2.661883611538844e-02 -1.081462684999494e-02 6.511190813836824e-03 1.541796764608711e-03 3.200937474455868e-03 7.765769387624414e-04 -2.866164898108547e-04 -4.032892595883558e-05 -1.609027549541016e-04 -2.912483944117891e-05 3.652665000347532e-06 -3.580901769804977e-08 4.675834953872640e-06 6.727581778320777e-07 1.018237175924686e-07 2.815900336711144e-08 -8.873468159125086e-08
12 1.248689494884126e+00 1.190105393709946e-02 -3.606062697463416e-03 -5.098966807697503e-01 4.888938332393115e-03 1.688549789062047e-02 1.117504501882721e-02 -3.403976848154373e-02 -1.471316750635827e-02 -4.692977639980712e-03 -1.513390208971079e-03 4.458870212711797e-03 1.097309900657931e-03 4.032043735529515e-04 9.234078891596593e-05 -2.303969001214502e-04 -4.244516827905833e-05 -1.864962614652488e-05 -3.382726481352756e-06 6.996685045486298e-06 1.047047927945636e-06 5.584460421644532e-07 8.677928731184245e-08 -1.466118687817815e-07
12 7.875340721646128e-01 -9.688222910953285e-01 -5.078676499228254e-01 -3.373596555617133e-01 -7.617876441636856e-03 1.139786206015382e-01 3.798502737732763e-02 -1.679286727852856e-02 -7.897483732574080e-03 -1.297507955289668e-02 -3.695918082591851e-03 2.545691223931339e-03 6.692008063308716e-04 8.742344723306756e-04 1.763615598199426e-04 -1.508181715911183e-04 -2.991509840913236e-05 -3.106238135611809e-05 -4.861765662396162e-06 5.317302401081042e-06 8.583027896733508e-07 6.849277337962595e-07 8.904224107704948e-08 -1.299750174435666e-07
12 -2.857596483698940e-01 -1.230898368160263e+00 -6.295869499366087e-01 8.588140995511090e-02 -1.822900849973876e-02 1.197928395782534e-01 3.284122845474363e-02 1.278434617503687e-02 3.854187651474922e-03 -1.035489416698560e-02 -2.859958517472061e-03 -7.561105655730405e-04 -8.742522505982460e-05 6.640474898917761e-04 1.314993105719169e-04 -1.982062528994366e-06 -4.007093811091288e-06 -2.257899788801832e-05 -3.399839716760608e-06 1.234623529335559e-06 2.650078384443240e-07 4.513569918648621e-07 5.332463264623231e-08 -4.757273000444216e-08
12 -1.144325125777369e+00 -5.514316085662601e-01 -2.167328020724349e-01 4.629121069518244e-01 1.615739293480953e-02 1.977155985431261e-03 -6.887267720886313e-03 1.352872857920444e-02 5.273461656597036e-03 1.675121819120712e-03 1.551719920729385e-04 -1.327984175153002e-03 -2.639268294644699e-04 2.908316418120441e-05 1.637393685635387e-05 4.301113146779683e-05 5.744142023194894e-06 -4.275869303459699e-06 -8.186071275446624e-07 -6.054981470327465e-07 -4.322919774943605e-08 1.268606368868057e-07 1.670254124713926e-08 -1.592094386917685e-11
12 -1.201332577645972e+00 5.534256988773563e-01 2.418159190111821e-01 6.123193198764130e-01 9.458144367836760e-02 -2.891358417087197e-02 -4.528456837111522e-03 -1.432953554457187e-02 -2.273348615820329e-03 1.255987244020910e-03 3.299296637805876e-04 3.116765677851630e-04 2.888797984394530e-05 -6.750765524969646e-05 -1.077229116314122e-05 -2.631878375660060e-07 5.346341113735356e-07 1.342395243406531e-06 1.245270584806749e-07 -1.289293122567520e-07 -1.969046729779242e-08 -6.689564954825971e-09 3.118567927903949e-10 2.272959381709807e-09
12 -2.754709943621144e-01 1.293928709108227e+00 6.010655212113801e-01 9.972547946612531e-02 4.338932280788227e-04 -6.756508870578218e-02 -4.081995000365941e-03 2.579678205730275e-03 5.509684331265523e-04 -1.324283836451989e-04 -8.525295945687155e-05 -6.107691238127327e-05 -1.946064283277610e-06 1.535408226018582e-05 1.816455016440533e-06 -6.990837442196780e-07 -1.720518454653338e-07 -1.394160013570330e-07 -3.087209573149109e-09 2.325119264198142e-08 2.124764461853232e-09 -9.933984461506871e-10 -1.923512751496811e-10 -1.152682214663480e-10
12 8.135040241929250e-01 1.018490306970389e+00 4.583745303467494e-01 -3.611751985334745e-01 -3.617790592220631e-02 -4.972740940799375e-02 -3.552213085946024e-03 1.657214868453278e-03 -7.039187407033908e-05 2.320163949647846e-04 2.353980228717433e-05 1.997173123911732e-05 1.606016963071678e-06 -3.137769182138720e-06 -3.448520366143101e-07 5.898300071439383e-09 1.853603930106603e-08 2.554698896070272e-08 7.669844102650861e-10 -2.667468783582846e-09 -2.154644476775228e-10 9.322194347429553e-11 1.724723586192019e-11 8.330992156046846e-12
12 1.317470875802621e+00 1.151348239982093e-02 1.728459525271885e-02 -6.085774430436939e-01 -6.932930366369437e-02 -5.368163018425849e-03 -9.200463803315257e-04 5.350529687156153e-03 3.341951259261729e-04 1.017611768234955e-04 7.090171824362631e-06 -2.003569067749657e-05 -1.237424984076814e-06 -1.654794465005818e-07 2.909844912313246e-08 6.643183155946393e-08 1.698426308386694e-09 -4.420262759896397e-09 -3.090906139792705e-10 1.507569530226655e-10 2.347466511919837e-11 7.768906221223659e-12 -8.030780898748589e-13 -1.502762430920647e-12
12 8.280392406457765e-01 -1.045327462493579e+00 -4.887945965667427e-01 -3.966622255963005e-01 -4.799708198294865e-02 5.587113038539281e-02 4.253397627507081e-03 3.970808885445432e-03 2.510763763701215e-04 -2.480227576436604e-04 -1.222782939192974e-05 -1.243515477121015e-05 -4.426372922127811e-07 5.378418129580233e-07 1.929892030102158e-08 6.335879218692204e-09 -4.448914982523385e-10 -2.701329905030797e-10 3.229292124405025e-11 3.201324575870449e-11 -3.083634148109516e-14 -3.181026137472142e-12 -1.229010679103321e-13 1.360947470867201e-13
12 -3.377932361500204e-01 -1.297846779693681e+00 -6.218132699578713e-01 1.593533846919722e-01 1.766664319926217e-02 7.391406889286595e-02 5.904137517987680e-03 -1.236025916067695e-03 -6.023412625620072e-05 -3.561785669679657e-04 -1.705808567817990e-05 2.062877738777465e-06 3.936125355247988e-08 6.495917458825821e-07 1.847532801989590e-08 1.069380283513451e-09 1.862664335372420e-10 -3.097136286443167e-10 5.671194465937286e-13 -1.391869580659622e-11 -6.896293437453165e-13 -4.198026397227226e-14 1.861263506766631e-14 1.860383569680180e-14
12 -1.243617349143994e+00 -4.976792588483184e-01 -2.381418593736173e-01 6.030433903515983e-01 7.214867634118853e-02 2.896054012810660e-02 2.449023049614140e-03 -5.773555190995863e-03 -3.470906930783890e-04 -1.643048449085026e-04 -9.376961281965750e-06 1.644291317929148e-05 6.111938469931921e-07 4.687065762365139e-07 2.039754543945735e-08 -1.628835185209507e-08 -1.852398324351215e-10 -7.413422455728096e-10 -2.025012746895767e-11 -8.396866938322248e-12 -5.431774951462945e-13 2.711329445948733e-13 -6.482201415363422e-15 1.391556862545397e-14
12 -1.121886310392059e+00 7.075356146229813e-01 3.539972198117441e-01 5.408950546492480e-01 6.508860219643516e-02 -4.380887252251278e-02 -3.635872219452431e-03 -5.366243514059936e-03 -3.486141732300486e-04 2.254459614629665e-04 1.063133785801878e-05 1.937024628745259e-05 9.550567858459365e-07 -3.409015929526577e-07 -2.197677879896850e-09 -4.102906114655995e-08 -1.398838001774854e-09 -6.051920218580965e-10 -4.817244481631862e-11 2.723368244409842e-11 -5.757650906141428e-13 2.012839178446331e-12 3.606076454562493e-14 8.168533926226342e-14
12 -8.285735242191447e-02 1.294571125490739e+00 6.290651656154272e-01 1.868227915925651e-02 -1.280233758215936e-03 -7.633956813990994e-02 -6.400256130815546e-03 4.841213015976888e-04 5.516270897882507e-05 4.331235654031243e-04 2.613979853418838e-05 -3.142257597437592e-06 1.124173646805327e-08 -1.460199805476394e-06 -7.202971813249103e-08 -2.189754584493010e-08 -2.512668472913578e-09 2.695253392889355e-09 3.890628216097879e-11 1.731252951134636e-10 7.661942458625233e-12 3.948048193372596e-12 4.047858971563527e-13 -1.374613597916857e-13
12 9.562758396290195e-01 8.117890938583227e-01 3.625159584762762e-01 -4.681806169268727e-01 -5.766336612812193e-02 -3.716608928901301e-02 -2.125273228155800e-03 5.053590585974319e-03 3.864559708092605e-04 4.681779335597308e-05 -2.564194213415980e-06 -2.965668876840610e-05 -2.289269457194992e-06 1.065895185559359e-07 -3.553403624424545e-08 1.587679320199961e-07 8.484057477534868e-09 6.476243578913625e-09 6.194302606369054e-10 -2.410236620691668e-10 1.008412038102512e-11 -3.875138632005318e-11 -1.390954024923972e-12 -1.891699067532685e-12
12 1.199487199493935e+00 -2.448684660368354e-01 -1.175252293028767e-01 -5.459207030000501e-01 -5.646858015426010e-02 1.350291914475609e-02 1.126907292215001e-03 2.893934353210765e-03 -5.577699929333718e-05 -1.235521907857606e-04 -2.094125779351793e-05 2.771917699950829e-05 3.033376396091915e-06 3.325012192741985e-06 4.080892681328564e-07 -1.715245056476687e-07 1.635591939403711e-09 -3.767601108660974e-08 -2.494687841431184e-09 -1.559243649209778e-09 -1.952929690382024e-10 9.232672108913700e-11 -2.648433419703111e-12 1.494771656323130e-11
12 5.490282921081266e-01 -1.108213930924012e+00 -5.219075434987919e-01 -2.810507074963490e-01 -4.169589747711025e-02 5.797959896485631e-02 3.314906223663382e-03 5.496160167321595e-03 6.971332447188198e-04 1.333539863776816e-04 7.159340395638015e-05 -7.390387582563641e-05 -5.041248200831964e-06 -1.268303523464333e-05 -1.568693201941425e-06 -4.406919723179043e-08 -7.206720951278251e-08 1.437944229549767e-07 8.906772812747332e-09 1.218688775558247e-08 1.312389897620078e-09 -1.585983543483137e-10 4.554946874690614e-11 -9.994862506544483e-11
12 -5.663760594172554e-01 -1.086105813682517e+00 -5.099478141410067e-01 3.096191366241470e-01 5.409883559819528e-02 6.203848840647737e-02 6.888998553336165e-03 -9.255754222937493e-03 -1.528099922104065e-03 -1.146774042740630e-03 -2.350057545830910e-04 2.067841375173993e-04 1.922300396959022e-05 4.241086691982871e-05 6.180647254576795e-06 -5.126979815961217e-07 2.170306419906593e-07 -7.143222662304729e-07 -6.285719211743875e-08 -5.328052001022349e-08 -7.671834158493362e-09 3.543638448771824e-09 -2.720460898925296e-11 8.186155385001290e-10
12 -1.184656547855540e+00 -2.435963936655827e-01 -1.422721601725876e-01 4.987452479863986e-01 2.580068058499045e-02 2.669639584645133e-02 3.835747972150340e-03 9.581964220359227e-03 3.630510841918499e-03 -9.640859625125371e-05 1.679340628232686e-04 -8.007015324791741e-04 -1.335858055070853e-04 -6.531558315085491e-05 -1.558076983772996e-05 1.742173953943691e-05 1.687170971180509e-06 2.812908265456609e-06 4.094502602803646e-07 -8.986184127493424e-08 6.355615664675554e-09 -4.907444141057155e-08 -4.832310791459184e-09 -2.640056592597756e-09
12 -9.177179550508154e-01 8.126518171443490e-01 4.574289446201342e-01 4.355185267825967e-01 5.756020181901524e-02 -1.028515956492183e-01 -2.839760742851665e-02 -9.737500719891072e-03 -3.006699346145076e-03 7.687612666534244e-03 1.737395875851310e-03 9.624056598260691e-04 2.553260904555821e-04 -3.193567857516353e-04 -4.750933646839220e-05 -5.591225630551924e-05 -1.032873429284934e-05 5.541190511332551e-06 4.407193888061732e-07 1.638180871035549e-06 2.254909142178573e-07 -3.982927097584019e-09 6.953235368692173e-09 -2.735076445063277e-08
12 7.433342506233848e-02 1.220440101566335e+00 5.647205659609981e-01 4.471218203416009e-02 6.644582135243277e-02 -6.281688816700712e-02 -3.027809548796368e-03 -3.516269046538979e-02 -1.262444297237844e-02 -1.063509146348979e-03 -6.259939353808798e-04 3.506210560069940e-03 7.983737318438839e-04 2.223450031995924e-04 6.140405167629241e-05 -1.540898212544407e-04 -2.573521787168157e-05 -1.404598491763155e-05 -2.754639702703465e-06 3.765643581193092e-06 4.852081406304461e-07 4.739265930328458e-07 7.433170319779965e-08 -5.541518316947896e-08
12 1.017801586763364e+00 7.233318500196440e-01 2.866823953446717e-01 -4.214828906040085e-01 -6.868617119275596e-03 1.821164218981236e-02 2.938695468389445e-02 -2.080300115560141e-02 -9.086514550858007e-03 -1.251763664355129e-02 -3.856607588582033e-03 2.698183450235620e-03 6.454515453072575e-04 9.716933886750556e-04 2.097650460131197e-04 -1.309497332395106e-04 -2.316059729012859e-05 -3.988293789051718e-05 -6.809723097651132e-06 3.637995992855649e-06 5.142189739402619e-07 1.059213075817063e-06 1.549577122706372e-07 -6.707130365398439e-08
12 1.199506734123821e+00 -3.454391247403302e-01 -2.244720386107408e-01 -5.697443853197300e-01 -7.416217198681536e-02 8.918716281139673e-02 4.065851603086180e-02 9.402912213658148e-03 1.480783165255499e-03 -1.509203553693333e-02 -4.461907799773477e-03 -1.808075986948695e-04 1.190766320417610e-05 1.092641455619351e-03 2.292916066773891e-04 -1.525342786563668e-05 -5.398352619946880e-06 -4.227666678312047e-05 -6.976906155905242e-06 1.356944286130955e-06 2.789325946538839e-07 1.044946678855261e-06 1.463110868745643e-07 -5.100473439573091e-08
12 4.689014713506869e-01 -1.173770066383865e+00 -5.623378152255870e-01 -2.912282374484724e-01 -8.488490303352764e-02 8.471723560551912e-02 1.810339362393378e-02 2.992113684956706e-02 9.307974049253593e-03 -5.773030857522440e-03 -1.777610619436573e-03 -2.320065189466241e-03 -4.673775347269968e-04 4.653004998947917e-04 1.035865549151595e-04 7.704157593250511e-05 1.029741048760217e-05 -1.994625582431325e-05 -3.372727729299803e-06 -1.048545363445042e-06 -5.918317486952819e-08 5.065390138634753e-07 6.924819875015451e-08 -5.821549439470317e-09
12 -6.248576609280034e-01 -1.105546122942153e+00 -4.403146603067645e-01 2.616220739259585e-01 1.578079039008363e-02 9.700159024712043e-03 -1.387073549024518e-02 5.758847332885971e-03 2.980924117210024e-03 4.558847116682844e-03 9.358668004256879e-04 -9.172325723161096e-04 -2.186132329134032e-04 -1.390076775124986e-04 -1.361394737479579e-05 4.258774481220763e-05 6.926518096475881e-06 2.083250671396674e-07 -2.593944267910749e-07 -9.470008727987482e-07 -1.078207762461736e-07 7.053529840426245e-08 1.266432751555990e-08 9.797225197082589e-09
12 -1.300847841360441e+00 -2.342544929816296e-01 -1.568360297092380e-01 6.365594981160123e-01 9.226870174274912e-02 3.296389742545935e-02 5.335854735008637e-03 -1.387738782559828e-02 -2.512970425345120e-03 -4.832036686812868e-04 5.000203494065481e-05 4.407540888672078e-04 6.361827375922688e-05 -3.202330931724400e-05 -7.796047726128499e-06 -6.861315314462203e-06 -4.287466457193005e-07 1.316800861838402e-06 1.698371479529361e-07 -1.924636837759119e-08 -1.044350550498991e-08 -1.675013841394182e-08 -1.124243834019928e-09 1.854155759656636e-09
12 -9.683535537323802e-01 9.072606196776828e-01 4.403220448996173e-01 4.300454112086990e-01 4.041629386362335e-02 -5.677545725945404e-02 -5.258018410424965e-03 -4.666955750643173e-04 5.066430433462051e-04 2.955820600911907e-04 -2.099488826626365e-05 -1.004929313495846e-04 -1.131258995366969e-05 9.818567166433671e-06 1.753478004257875e-06 6.547020674084498e-07 -3.544616392745868e-08 -2.086037444997508e-07 -1.673075924015268e-08 1.469118621671682e-08 2.127971588285979e-09 6.053705059555961e-10 -6.622265484293686e-11 -1.995148265828548e-10
12 8.993097526246556e-02 1.302204033849286e+00 5.834797880350111e-01 -3.894054338356286e-02 -2.465661272829457e-03 -6.143676565887642e-02 -3.784345211383221e-03 -4.628362928209819e-04 -1.664070153859378e-04 1.278948919721293e-04 4.072451979400015e-06 2.834612110164742e-05 3.169957952209183e-06 -1.202426577094240e-06 -2.499373043163393e-07 -2.212793997216651e-07 -3.570946524778055e-09 3.018399269445273e-08 2.266847767152549e-09 -1.375048461578549e-09 -2.100551573300582e-10 -7.322281425933236e-11 6.669710278092237e-12 1.672736291900522e-11

34
figs/current.fig/Makefile Normal file
View File

@ -0,0 +1,34 @@
PROJECTNAME=current
PHOTOCOMP_PATH=
DATS=25.save mc25.dat
PDFS=$(addsuffix .pdf, $(PROJECTNAME))
TEXS=$(addsuffix .tikz.tex, $(PROJECTNAME))
all: $(PDFS)
$(PDFS): $(DATS)
gnuplot $(patsubst %.pdf, %.gnuplot, $@) > $(patsubst %.pdf, %.tikz.tex, $@)
pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@)
25.save:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;nt=500;J=60;E=25e9" save > $@
mc25.dat: 25.save
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;nt=500;J=60;E=25e9" -s 25.save mc > $@
install: $(PDFS)
cp $^ $(INSTALLDIR)/
clean-aux:
rm -f $(addsuffix .tikz.tex, $(PROJECTNAME))
rm -f $(addsuffix .aux, $(PROJECTNAME))
rm -f $(addsuffix .log, $(PROJECTNAME))
clean-dat:
rm -f $(DATS)
clean-tex:
rm -f $(PDFS)
clean: clean-aux clean-tex

View File

@ -0,0 +1,29 @@
set ylabel "$\\frac jk$" norotate
set xlabel "$\\frac{t\\omega}{2\\pi}$"
#
## start ticks at 0, then every x
set xtics 0,1
set ytics -0.8,0.4
set xrange [0:3]
set yrange [-0.85:1.0]
set y2range [-1.4:1.4]
# default output canvas size: 12.5cm x 8.75cm
set term lua tikz size 8,6 standalone
# no key
set key off
# set linestyle
set style line 1 linetype rgbcolor "#4169E1" linewidth 3
set style line 2 linetype rgbcolor "#DC143C" linewidth 3
set style line 3 linetype rgbcolor "#000000" linewidth 1
set style line 4 linetype rgbcolor "#4B0082" linewidth 3
set style line 5 linetype rgbcolor "#DAA520" linewidth 3
set pointsize 0.6
plot 0 with lines linestyle 3 ,\
cos(2*pi*x) axes x1y2 linetype 0 linewidth 2,\
"mc25.dat" using 1:5 with lines linestyle 1

506
figs/current.fig/mc25.dat Normal file
View File

@ -0,0 +1,506 @@
#parameters: V_=1.000000000000000e+01 eV, EF=4.500000000000000e+00 eV, omega_=1.550000000000000e+00 eV, theta= 0.000000000000000e+00*pi W=5.500000000000000e+00 eV, n_photons=9.929674721452242, E=2.500000000000000e+10 V/m
#dimensionless: V=1.000000000000000e+00 k=9.486832980505138e-01 epsilon=7.032423415242776e-01 omega=1.550000000000000e-01 m=1.000000000000000e+00, keldysh=7.456951794859641e-01
#numerical precision: tau=2.026833970057931e+00 NC=12 gl_order=16 J0=1 J=60
#
#% t real(psi0) imag(psi0) abs(psi0)^2 current avgcurrent
6.000000000000006e-03 9.025554688910586e-01 -9.889348739458970e-01 1.792598559331546e+00 7.903711076622352e-02 0.000000000000000e+00
1.200000000000001e-02 9.082051585258514e-01 -9.813353161141336e-01 1.787855612625793e+00 1.369938191714817e-01 0.000000000000000e+00
1.800000000000002e-02 9.155657695784278e-01 -9.743339048175971e-01 1.787587236500845e+00 1.801879989681364e-01 0.000000000000000e+00
2.400000000000002e-02 9.238455014767087e-01 -9.683685195638169e-01 1.791228100280970e+00 2.117848980700486e-01 0.000000000000000e+00
3.000000000000003e-02 9.325273050831989e-01 -9.635186885354081e-01 1.797975437882726e+00 2.340709997249138e-01 0.000000000000000e+00
3.600000000000004e-02 9.412613284462473e-01 -9.597359348678446e-01 1.807065953105050e+00 2.488190040252207e-01 0.000000000000000e+00
4.200000000000004e-02 9.498083421561951e-01 -9.569235763282886e-01 1.817838617762422e+00 2.574392043120549e-01 0.000000000000000e+00
4.800000000000005e-02 9.580052962756247e-01 -9.549704968332768e-01 1.829742797514143e+00 2.610661874416823e-01 0.000000000000000e+00
5.400000000000004e-02 9.657427208043369e-01 -9.537664974520220e-01 1.842329534448461e+00 2.606181291236526e-01 0.000000000000000e+00
6.000000000000005e-02 9.729492843992057e-01 -9.532093009691618e-01 1.855238281467045e+00 2.568405701497458e-01 0.000000000000000e+00
6.600000000000006e-02 9.795809276952361e-01 -9.532073757056467e-01 1.868183095003905e+00 2.503405308821801e-01 0.000000000000000e+00
7.200000000000008e-02 9.856130992930248e-01 -9.536806660215935e-01 1.880939994241392e+00 2.416122794328855e-01 0.000000000000000e+00
7.800000000000007e-02 9.910351324529343e-01 -9.545602350659191e-01 1.893335876125108e+00 2.310593619628338e-01 0.000000000000000e+00
8.400000000000007e-02 9.958461420262013e-01 -9.557873779553147e-01 1.905239050447165e+00 2.190112401014716e-01 0.000000000000000e+00
9.000000000000008e-02 1.000052015675787e+00 -9.573125045741159e-01 1.916551265471170e+00 2.057373868414751e-01 0.000000000000000e+00
9.600000000000010e-02 1.003663202768224e+00 -9.590939566668693e-01 1.927201042305879e+00 1.914588722222894e-01 0.000000000000000e+00
1.020000000000001e-01 1.006693090347843e+00 -9.610968481854594e-01 1.937138129746115e+00 1.763572797073965e-01 0.000000000000000e+00
1.080000000000001e-01 1.009156814581243e+00 -9.632919747474569e-01 1.946328905028616e+00 1.605825429388207e-01 0.000000000000000e+00
1.140000000000001e-01 1.011070397328483e+00 -9.656548133183200e-01 1.954752566838815e+00 1.442597691557051e-01 0.000000000000000e+00
1.200000000000001e-01 1.012450126887128e+00 -9.681646190730480e-01 1.962397989058622e+00 1.274942418058563e-01 0.000000000000000e+00
1.260000000000001e-01 1.013312123131291e+00 -9.708036184663930e-01 1.969261124512285e+00 1.103751558605142e-01 0.000000000000000e+00
1.320000000000001e-01 1.013672042752700e+00 -9.735562932999975e-01 1.975342866482461e+00 9.298073803401621e-02 0.000000000000000e+00
1.380000000000001e-01 1.013544891726196e+00 -9.764087485393420e-01 1.980647291768430e+00 7.537990645128896e-02 0.000000000000000e+00
1.440000000000002e-01 1.012944920623088e+00 -9.793481559104489e-01 1.985180222701311e+00 5.763623782719626e-02 0.000000000000000e+00
1.500000000000002e-01 1.011885584777563e+00 -9.823622653573982e-01 1.988948057078749e+00 3.980727053884420e-02 0.000000000000000e+00
1.560000000000001e-01 1.010379556135776e+00 -9.854389769446569e-01 1.991956824738860e+00 2.195512735149079e-02 0.000000000000000e+00
1.620000000000001e-01 1.008438777287586e+00 -9.885659665444134e-01 1.994211437747171e+00 4.133504178999547e-03 0.000000000000000e+00
1.680000000000001e-01 1.006074550985667e+00 -9.917303595452280e-01 1.995715108184720e+00 -1.359796195144706e-02 0.000000000000000e+00
1.740000000000002e-01 1.003297660605871e+00 -9.949184477851246e-01 1.996468913520375e+00 -3.117741833888284e-02 0.000000000000000e+00
1.800000000000002e-01 1.000118518646703e+00 -9.981154459155928e-01 1.996471494715358e+00 -4.854008377418682e-02 0.000000000000000e+00
1.860000000000002e-01 9.965473416141329e-01 -1.001305284425020e+00 1.995718876695666e+00 -6.561555867349073e-02 0.000000000000000e+00
1.920000000000002e-01 9.925943505668609e-01 -1.004470437586367e+00 1.994204404762196e+00 -8.232899956344999e-02 0.000000000000000e+00
1.980000000000002e-01 9.882699972592210e-01 -1.007591785646165e+00 1.991918793984367e+00 -9.859830990327625e-02 0.000000000000000e+00
2.040000000000002e-01 9.835852162470822e-01 -1.010648511646343e+00 1.988850291712787e+00 -1.143343320301913e-01 0.000000000000000e+00
2.100000000000002e-01 9.785517035332061e-01 -1.013618034373378e+00 1.984984956094691e+00 -1.294410977734508e-01 0.000000000000000e+00
2.160000000000002e-01 9.731822223263534e-01 -1.016475980068002e+00 1.980307055907265e+00 -1.438148783292474e-01 0.000000000000000e+00
2.220000000000002e-01 9.674909362639922e-01 -1.019196196706528e+00 1.974799599134028e+00 -1.573428472901862e-01 0.000000000000000e+00
2.280000000000002e-01 9.614937699830142e-01 -1.021750815881887e+00 1.968444999471452e+00 -1.699053007514785e-01 0.000000000000000e+00
2.340000000000002e-01 9.552087961855955e-01 -1.024110368561706e+00 1.961225891305929e+00 -1.813737874035531e-01 0.000000000000000e+00
2.400000000000002e-01 9.486566472997342e-01 -1.026243962266731e+00 1.953126104554891e+00 -1.916132573234435e-01 0.000000000000000e+00
2.460000000000002e-01 9.418609484261256e-01 -1.028119528467633e+00 1.944131810986669e+00 -2.004816794640015e-01 0.000000000000000e+00
2.520000000000003e-01 9.348487664392680e-01 -1.029704150199054e+00 1.934232853050177e+00 -2.078321493469185e-01 0.000000000000000e+00
2.580000000000002e-01 9.276510678062772e-01 -1.030964480972263e+00 1.923424264628533e+00 -2.135140276738642e-01 0.000000000000000e+00
2.640000000000002e-01 9.203031748356276e-01 -1.031867266944865e+00 1.911707990204800e+00 -2.173755222267351e-01 0.000000000000000e+00
2.700000000000002e-01 9.128452066011450e-01 -1.032379984855277e+00 1.899094804344468e+00 -2.192666074765551e-01 0.000000000000000e+00
2.760000000000002e-01 9.053224866456724e-01 -1.032471608296742e+00 1.885606426765166e+00 -2.190421382553982e-01 0.000000000000000e+00
2.820000000000003e-01 8.977858947024455e-01 -1.032113514281938e+00 1.871277819090084e+00 -2.165670677393871e-01 0.000000000000000e+00
2.880000000000003e-01 8.902921340703147e-01 -1.031280540485527e+00 1.856159637171594e+00 -2.117208633073770e-01 0.000000000000000e+00
2.940000000000003e-01 8.829038799550771e-01 -1.029952200726090e+00 1.840320797020245e+00 -2.044046489257201e-01 0.000000000000000e+00
3.000000000000003e-01 8.756897671496798e-01 -1.028114061790270e+00 1.823851092341548e+00 -1.945461394448764e-01 0.000000000000000e+00
3.060000000000003e-01 8.687241680430482e-01 -1.025759278159726e+00 1.806863776872848e+00 -1.821150163300180e-01 0.000000000000000e+00
3.120000000000003e-01 8.620867044546775e-01 -1.022890272087289e+00 1.789497994728333e+00 -1.671200937880558e-01 0.000000000000000e+00
3.180000000000003e-01 8.558614296763016e-01 -1.019520534214576e+00 1.771920906492737e+00 -1.496300738975518e-01 0.000000000000000e+00
3.240000000000003e-01 8.501356110882844e-01 -1.015676504015996e+00 1.754329318050607e+00 -1.297803116254037e-01 0.000000000000000e+00
3.300000000000003e-01 8.449980398235279e-01 -1.011399469204434e+00 1.736950573612616e+00 -1.077835527356601e-01 0.000000000000000e+00
3.360000000000003e-01 8.405367935230105e-01 -1.006747398528762e+00 1.720042425710374e+00 -8.394262314921216e-02 0.000000000000000e+00
3.420000000000004e-01 8.368363830308915e-01 -1.001796592849221e+00 1.703891545408533e+00 -5.865882042567785e-02 0.000000000000000e+00
3.480000000000003e-01 8.339742261150581e-01 -9.966430053184430e-01 1.688810289874388e+00 -3.244269657178571e-02 0.000000000000000e+00
3.540000000000003e-01 8.320164136157324e-01 -9.914030436207082e-01 1.675131307426389e+00 -5.919379854335870e-03 0.000000000000000e+00
3.600000000000003e-01 8.310127688953910e-01 -9.862136273118441e-01 1.663199540762770e+00 2.017028198349235e-02 0.000000000000000e+00
3.660000000000003e-01 8.309912533499867e-01 -9.812312341327348e-01 1.653361197981831e+00 4.497289857730167e-02 0.000000000000000e+00
3.720000000000003e-01 8.319518424464022e-01 -9.766296352518180e-01 1.645949312602062e+00 6.753232953479095e-02 0.000000000000000e+00
3.780000000000003e-01 8.338600909530863e-01 -9.725959970504495e-01 1.641265624762847e+00 8.681347210407084e-02 0.000000000000000e+00
3.840000000000004e-01 8.366407245164552e-01 -9.693250250100935e-01 1.639558706030237e+00 1.017321210058216e-01 0.000000000000000e+00
3.900000000000003e-01 8.401717369056956e-01 -9.670108546542620e-01 1.640998540514299e+00 1.112039823201312e-01 0.000000000000000e+00
3.960000000000004e-01 8.442796340523785e-01 -9.658364689464101e-01 1.645648185222488e+00 1.142042290384126e-01 0.000000000000000e+00
4.020000000000004e-01 8.487366382283329e-01 -9.659605565760049e-01 1.653433677931757e+00 1.098473836646639e-01 0.000000000000000e+00
4.080000000000004e-01 8.532608319854005e-01 -9.675019372998622e-01 1.664114046079405e+00 9.747971436905770e-02 0.000000000000000e+00
4.140000000000004e-01 8.575203564460896e-01 -9.705219833215539e-01 1.677254081829831e+00 7.678597532457859e-02 0.000000000000000e+00
4.200000000000004e-01 8.611428456638655e-01 -9.750058692294572e-01 1.692203445669949e+00 4.790450548011486e-02 0.000000000000000e+00
4.260000000000004e-01 8.637312311940196e-01 -9.808439846951971e-01 1.708086562052689e+00 1.154152147085725e-02 0.000000000000000e+00
4.320000000000003e-01 8.648868292944083e-01 -9.878154278319712e-01 1.723808546949795e+00 -3.092687537878654e-02 0.000000000000000e+00
4.380000000000003e-01 8.642401649463691e-01 -9.955761147368404e-01 1.738082862941030e+00 -7.738148183693136e-02 0.000000000000000e+00
4.440000000000004e-01 8.614892279612727e-01 -1.003654619345077e+00 1.749486284826021e+00 -1.249354018557180e-01 0.000000000000000e+00
4.500000000000004e-01 8.564437534397471e-01 -1.011459271712496e+00 1.756545761139136e+00 -1.699829717952921e-01 0.000000000000000e+00
4.560000000000004e-01 8.490726618798933e-01 -1.018300134946245e+00 1.757859549983347e+00 -2.083386217165530e-01 0.000000000000000e+00
4.620000000000005e-01 8.395500408254223e-01 -1.023429045768145e+00 1.752251282771865e+00 -2.355042926477577e-01 0.000000000000000e+00
4.680000000000005e-01 8.282931530690970e-01 -1.026099715942544e+00 1.738950174478517e+00 -2.470515642251546e-01 0.000000000000000e+00
4.740000000000004e-01 8.159841922867116e-01 -1.025647767406422e+00 1.717783544847575e+00 -2.391403395189663e-01 0.000000000000000e+00
4.800000000000004e-01 8.035663018814893e-01 -1.021587357962556e+00 1.689359531468409e+00 -2.091391898212558e-01 0.000000000000000e+00
4.860000000000005e-01 7.922042849338504e-01 -1.013716838614024e+00 1.655209457957165e+00 -1.562950044952406e-01 0.000000000000000e+00
4.920000000000005e-01 7.832021123195276e-01 -1.002220919491904e+00 1.617852320208967e+00 -8.237083975140988e-02 0.000000000000000e+00
4.980000000000005e-01 7.778734117451105e-01 -9.877518399344296e-01 1.580740741993829e+00 7.874069914675071e-03 0.000000000000000e+00
5.040000000000006e-01 7.773680073996683e-01 -9.714680691126221e-01 1.548051228233937e+00 1.065007586230626e-01 0.000000000000000e+00
5.100000000000005e-01 7.824672485584782e-01 -9.550076541464115e-01 1.524294614544907e+00 2.026568290716795e-01 0.000000000000000e+00
5.160000000000005e-01 7.933725289617367e-01 -9.403761346350643e-01 1.513747244302326e+00 2.834218553153567e-01 0.000000000000000e+00
5.220000000000005e-01 8.095232703291062e-01 -9.297376345592506e-01 1.519739994320162e+00 3.352932576768136e-01 0.000000000000000e+00
5.280000000000005e-01 8.294898635509654e-01 -9.251131552890626e-01 1.543887783822685e+00 3.462565751495537e-01 0.000000000000000e+00
5.340000000000005e-01 8.509898265831544e-01 -9.280118463711675e-01 1.585389671953250e+00 3.082466623347360e-01 0.000000000000000e+00
5.400000000000005e-01 8.710677067112158e-01 -9.390465407358429e-01 1.640567355343090e+00 2.196072319108645e-01 0.000000000000000e+00
5.460000000000005e-01 8.864578489664381e-01 -9.576090313171548e-01 1.702822574854384e+00 8.702340272100077e-02 0.000000000000000e+00
5.520000000000005e-01 8.941133073974314e-01 -9.816960019539456e-01 1.763165646717535e+00 -7.370816469104945e-02 0.000000000000000e+00
5.580000000000005e-01 8.918372536135980e-01 -1.007974547510130e+00 1.811386375361296e+00 -2.386375321940351e-01 0.000000000000000e+00
5.640000000000005e-01 8.789038019208951e-01 -1.032149218482641e+00 1.837803902245332e+00 -3.786999100857001e-01 0.000000000000000e+00
5.700000000000005e-01 8.565171676520763e-01 -1.049637108135834e+00 1.835359717258492e+00 -4.647519681654582e-01 0.000000000000000e+00
5.760000000000006e-01 8.279477927292296e-01 -1.056478343161039e+00 1.801644037053496e+00 -4.739483525999401e-01 0.000000000000000e+00
5.820000000000005e-01 7.982177176082508e-01 -1.050320799903553e+00 1.740325307413763e+00 -3.961934739891539e-01 0.000000000000000e+00
5.880000000000005e-01 7.732908270740146e-01 -1.031245070779760e+00 1.661445099244365e+00 -2.389678683845153e-01 0.000000000000000e+00
5.940000000000005e-01 7.588513291748757e-01 -1.002168070048319e+00 1.580196180414848e+00 -2.874945894906796e-02 0.000000000000000e+00
6.000000000000006e-01 7.588978529049968e-01 -9.686087033067017e-01 1.514128771265304e+00 1.922575852586378e-01 0.000000000000000e+00
6.060000000000006e-01 7.745004908603645e-01 -9.377268620418651e-01 1.479182678137829e+00 3.743272438342167e-01 0.000000000000000e+00
6.120000000000005e-01 8.031116342701192e-01 -9.167441749914375e-01 1.485408179480753e+00 4.720800480388693e-01 0.000000000000000e+00
6.180000000000005e-01 8.387499155211795e-01 -9.110726049481506e-01 1.533554712273795e+00 4.573003409328790e-01 0.000000000000000e+00
6.240000000000006e-01 8.731781150051479e-01 -9.226484035705880e-01 1.613720097135298e+00 3.289475915332501e-01 0.000000000000000e+00
6.300000000000006e-01 8.979046927532197e-01 -9.490125267726642e-01 1.706857613239691e+00 1.167203195798350e-01 0.000000000000000e+00
6.360000000000006e-01 9.065359985362118e-01 -9.835508549613985e-01 1.789179800937344e+00 -1.241261573754717e-01 0.000000000000000e+00
6.420000000000006e-01 8.967992849029489e-01 -1.017002580766280e+00 1.838543206687713e+00 -3.264801873848843e-01 0.000000000000000e+00
6.480000000000006e-01 8.715473175099627e-01 -1.039943323590159e+00 1.841076842938557e+00 -4.304180347749311e-01 0.000000000000000e+00
6.540000000000007e-01 8.382880207283593e-01 -1.045571640205831e+00 1.795946860499382e+00 -4.020279701887434e-01 0.000000000000000e+00
6.600000000000006e-01 8.072199558488248e-01 -1.031929315188473e+00 1.716482168665929e+00 -2.457170541804684e-01 0.000000000000000e+00
6.660000000000006e-01 7.882651033325864e-01 -1.002768067921619e+00 1.626905671175189e+00 -5.159542821476985e-03 0.000000000000000e+00
6.720000000000006e-01 7.879916907172666e-01 -9.666562001063645e-01 1.555355113843532e+00 2.484768695510949e-01 0.000000000000000e+00
6.780000000000007e-01 8.074435919649243e-01 -9.344917274132511e-01 1.525239942809022e+00 4.380067847058868e-01 0.000000000000000e+00
6.840000000000007e-01 8.416566686096322e-01 -9.161575641477463e-01 1.547730630160196e+00 5.046570534044765e-01 0.000000000000000e+00
6.900000000000007e-01 8.811018542657071e-01 -9.174002928296623e-01 1.617963774874418e+00 4.272461338436794e-01 0.000000000000000e+00
6.960000000000006e-01 9.146326222093693e-01 -9.379865637869408e-01 1.716371627454420e+00 2.293426766968293e-01 0.000000000000000e+00
7.020000000000006e-01 9.329766526499770e-01 -9.717775012153836e-01 1.814796946258371e+00 -2.823066271503866e-02 0.000000000000000e+00
7.080000000000006e-01 9.316080025031696e-01 -1.008703698728180e+00 1.885376622155856e+00 -2.670817096748006e-01 0.000000000000000e+00
7.140000000000006e-01 9.120518193390752e-01 -1.037965345607896e+00 1.909210579842636e+00 -4.163106218383018e-01 0.000000000000000e+00
7.200000000000006e-01 8.812289623610449e-01 -1.051372553858078e+00 1.881948731109982e+00 -4.343868333994818e-01 0.000000000000000e+00
7.260000000000006e-01 8.491297237073988e-01 -1.045727826884824e+00 1.814567975604660e+00 -3.206808277592839e-01 0.000000000000000e+00
7.320000000000007e-01 8.256547257270399e-01 -1.023529994616827e+00 1.729319375995715e+00 -1.134460076946813e-01 0.000000000000000e+00
7.380000000000007e-01 8.176881778384730e-01 -9.918835147556631e-01 1.652446863020850e+00 1.242188505643929e-01 0.000000000000000e+00
7.440000000000007e-01 8.273059871440119e-01 -9.600991245760455e-01 1.606225525376017e+00 3.248752025090805e-01 0.000000000000000e+00
7.500000000000007e-01 8.515712055499770e-01 -9.368493819337810e-01 1.602860282551549e+00 4.366969227335205e-01 0.000000000000000e+00
7.560000000000007e-01 8.838109395289132e-01 -9.277935868917004e-01 1.641922716708347e+00 4.366163936061872e-01 0.000000000000000e+00
7.620000000000008e-01 9.158191102914851e-01 -9.343254911122734e-01 1.711688766117278e+00 3.337736372172914e-01 0.000000000000000e+00
7.680000000000008e-01 9.402188449975307e-01 -9.536642656406988e-01 1.793487008048504e+00 1.632090322078077e-01 0.000000000000000e+00
7.740000000000007e-01 9.522860643462761e-01 -9.800696520855140e-01 1.867385271287141e+00 -2.659366933495497e-02 0.000000000000000e+00
7.800000000000007e-01 9.508086800851081e-01 -1.006668037374052e+00 1.917417683595712e+00 -1.879309100318699e-01 0.000000000000000e+00
7.860000000000008e-01 9.379089262064357e-01 -1.027289653716424e+00 1.934997186490520e+00 -2.856038271774372e-01 0.000000000000000e+00
7.920000000000007e-01 9.180613845385786e-01 -1.037829108213737e+00 1.919925963636613e+00 -3.034202605659224e-01 0.000000000000000e+00
7.980000000000008e-01 8.967123591222814e-01 -1.036869233127584e+00 1.879190861609232e+00 -2.448507409552504e-01 0.000000000000000e+00
8.040000000000007e-01 8.789256317470631e-01 -1.025561364658157e+00 1.824286378821476e+00 -1.288670912038317e-01 0.000000000000000e+00
8.100000000000008e-01 8.683766409738886e-01 -1.006948254041138e+00 1.768022776905591e+00 1.693236772053087e-02 0.000000000000000e+00
8.160000000000008e-01 8.668531887626530e-01 -9.850125239543623e-01 1.721684123214923e+00 1.636315359568927e-01 0.000000000000000e+00
8.220000000000010e-01 8.742579435264931e-01 -9.637298683166750e-01 1.693102210904848e+00 2.869544175075492e-01 0.000000000000000e+00
8.280000000000008e-01 8.889905854607492e-01 -9.463330230294940e-01 1.685850451513986e+00 3.708888635819945e-01 0.000000000000000e+00
8.340000000000007e-01 9.085333603404879e-01 -9.348888425230792e-01 1.699450014725722e+00 4.087919828459949e-01 0.000000000000000e+00
8.400000000000009e-01 9.300678240966688e-01 -9.301929639441050e-01 1.730285107591031e+00 4.024406765257113e-01 0.000000000000000e+00
8.460000000000006e-01 9.509934101516621e-01 -9.319172022356357e-01 1.772858137974582e+00 3.597954166379742e-01 0.000000000000000e+00
8.520000000000008e-01 9.692771143959062e-01 -9.389117259536832e-01 1.821053353624979e+00 2.922686672156481e-01 0.000000000000000e+00
8.580000000000008e-01 9.836189100724523e-01 -9.495629552443120e-01 1.869175966224430e+00 2.121679570187247e-01 0.000000000000000e+00
8.640000000000007e-01 9.934579043114763e-01 -9.621283229901474e-01 1.912649517538783e+00 1.307157872039656e-01 0.000000000000000e+00
8.700000000000008e-01 9.988658586529839e-01 -9.749985762030505e-01 1.948355227180538e+00 5.680027692110685e-02 0.000000000000000e+00
8.760000000000007e-01 1.000379739209345e+00 -9.868674287620922e-01 1.974666944572060e+00 -3.567394092787712e-03 0.000000000000000e+00
8.820000000000008e-01 9.988182743774674e-01 -9.968111306741955e-01 1.991270375466350e+00 -4.720810763623021e-02 0.000000000000000e+00
8.880000000000008e-01 9.951149341551655e-01 -1.004294700941816e+00 1.998861578518450e+00 -7.338449023242766e-02 0.000000000000000e+00
8.940000000000009e-01 9.901859184559396e-01 -1.009127566263118e+00 1.998806598100556e+00 -8.319231427257343e-02 0.000000000000000e+00
9.000000000000008e-01 9.848398416538565e-01 -1.011391253418516e+00 1.992821781200270e+00 -7.895428967464078e-02 0.000000000000000e+00
9.060000000000007e-01 9.797271966971245e-01 -1.011357906721557e+00 1.982710195436215e+00 -6.355563686586049e-02 0.000000000000000e+00
9.120000000000008e-01 9.753226755358584e-01 -1.009413009723452e+00 1.970168945613383e+00 -4.012978415668420e-02 0.000000000000000e+00
9.180000000000008e-01 9.719313779877735e-01 -1.005990256176745e+00 1.956666999039765e+00 -1.159760082509092e-02 0.000000000000000e+00
9.240000000000009e-01 9.697100451524395e-01 -1.001522001918770e+00 1.943383891996927e+00 1.948712418422123e-02 0.000000000000000e+00
9.300000000000008e-01 9.686957914834250e-01 -9.964054730219905e-01 1.931195403105876e+00 5.103488867219862e-02 0.000000000000000e+00
9.360000000000009e-01 9.688366730996468e-01 -9.909828989019395e-01 1.920691605058883e+00 8.145980329087210e-02 0.000000000000000e+00
9.420000000000009e-01 9.700203214362586e-01 -9.855327741920308e-01 1.912214273005943e+00 1.096303115016405e-01 0.000000000000000e+00
9.480000000000008e-01 9.720984998919041e-01 -9.802692289482335e-01 1.905903254714854e+00 1.348288071534361e-01 0.000000000000000e+00
9.540000000000010e-01 9.749066918386379e-01 -9.753467333873649e-01 1.901744308121160e+00 1.566700566552012e-01 0.000000000000000e+00
9.600000000000009e-01 9.782786850772376e-01 -9.708678426296249e-01 1.899613553528751e+00 1.750187211619301e-01 0.000000000000000e+00
9.660000000000010e-01 9.820566379409610e-01 -9.668922437848431e-01 1.899315851215192e+00 1.899252291531315e-01 0.000000000000000e+00
9.720000000000010e-01 9.860973683389014e-01 -9.634458945337210e-01 1.900616011538789e+00 2.015767835714272e-01 0.000000000000000e+00
9.780000000000009e-01 9.902756814114824e-01 -9.605294897901387e-01 1.903262825951480e+00 2.102271878917361e-01 0.000000000000000e+00
9.840000000000010e-01 9.944855109662286e-01 -9.581258403838727e-01 1.907006557533063e+00 2.161794780856391e-01 0.000000000000000e+00
9.900000000000009e-01 9.986395480459364e-01 -9.562059979315232e-01 1.911610857401612e+00 2.197418812972651e-01 0.000000000000000e+00
9.960000000000010e-01 1.002667903874040e+00 -9.547341264200901e-01 1.916860177610294e+00 2.212209917054246e-01 0.000000000000000e+00
1.002000000000001e+00 1.006516227700615e+00 -9.536712210775490e-01 1.922563714536219e+00 2.208999325861748e-01 2.674295045767915e-02
1.008000000000001e+00 1.010143586003458e+00 -9.529778264146791e-01 1.928556801981971e+00 2.190369351848008e-01 2.766309392415447e-02
1.014000000000001e+00 1.013520314092048e+00 -9.526159232011725e-01 1.934700524213666e+00 2.158590082098076e-01 2.820140384361756e-02
1.020000000000001e+00 1.016625975818473e+00 -9.525501508231062e-01 1.940880164541986e+00 2.115604513339908e-01 2.844399764920726e-02
1.026000000000001e+00 1.019447510320342e+00 -9.527485160790256e-01 1.947002961189129e+00 2.063083002154396e-01 2.845712046830135e-02
1.032000000000001e+00 1.021977603996609e+00 -9.531827183692279e-01 1.952995517668401e+00 2.002375772518845e-01 2.829360003950669e-02
1.038000000000001e+00 1.024213298063816e+00 -9.538281986186151e-01 1.958801112410792e+00 1.934617937153384e-01 2.799563361764158e-02
1.044000000000001e+00 1.026154824149727e+00 -9.546639976198854e-01 1.964377071477338e+00 1.860680035282853e-01 2.759751326798305e-02
1.050000000000001e+00 1.027804649813922e+00 -9.556724901882403e-01 1.969692306681711e+00 1.781420269635789e-01 2.712684330977655e-02
1.056000000000001e+00 1.029166710529512e+00 -9.568390450845726e-01 1.974725076260494e+00 1.697029642084819e-01 2.660578367303492e-02
1.062000000000001e+00 1.030245802819622e+00 -9.581516472216864e-01 1.979460993301078e+00 1.608229269717298e-01 2.605222683520755e-02
1.068000000000001e+00 1.031047113675899e+00 -9.596005079608753e-01 1.983891285498171e+00 1.515270090284120e-01 2.548051527206701e-02
1.074000000000001e+00 1.031575863167974e+00 -9.611776810269204e-01 1.988011295975039e+00 1.418344855645766e-01 2.490203699719427e-02
1.080000000000001e+00 1.031837039652871e+00 -9.628766953084220e-01 1.991819206767669e+00 1.317658893007369e-01 2.432583041840544e-02
1.086000000000001e+00 1.031835209775791e+00 -9.646922111939691e-01 1.995314962471359e+00 1.213284258634880e-01 2.375894189998717e-02
1.092000000000001e+00 1.031574388247790e+00 -9.666197037762136e-01 1.998499370217218e+00 1.105382990388097e-01 2.320683156198088e-02
1.098000000000001e+00 1.031057955020483e+00 -9.686551739406188e-01 2.001373352612951e+00 9.940078411854726e-02 2.267361822674724e-02
1.104000000000001e+00 1.030288609868785e+00 -9.707948868002984e-01 2.003937331862958e+00 8.791904865038432e-02 2.216236844347838e-02
1.110000000000001e+00 1.029268356496433e+00 -9.730351359486316e-01 2.006190725475440e+00 7.610478906930726e-02 2.167524172959186e-02
1.116000000000001e+00 1.027998510093460e+00 -9.753720314266716e-01 2.008131536443766e+00 6.397356373056631e-02 2.121365056727403e-02
1.122000000000001e+00 1.026479723812538e+00 -9.778013090268893e-01 2.009756023332963e+00 5.152821336786594e-02 2.077848959355714e-02
1.128000000000001e+00 1.024712030917413e+00 -9.803181584935851e-01 2.011058438179144e+00 3.879201483395554e-02 2.037019716351442e-02
1.134000000000001e+00 1.022694900422792e+00 -9.829170682702084e-01 2.012030822447687e+00 2.577632890019877e-02 1.998869525880373e-02
1.140000000000001e+00 1.020427304921295e+00 -9.855916846416009e-01 2.012662853463607e+00 1.251055860614062e-02 1.963374693723025e-02
1.146000000000001e+00 1.017907800009523e+00 -9.883346833923605e-01 2.012941735716505e+00 -9.841729194346215e-04 1.930485869149280e-02
1.152000000000001e+00 1.015134615308529e+00 -9.911376524335356e-01 2.012852133269056e+00 -1.467158499706170e-02 1.900131333961761e-02
1.158000000000001e+00 1.012105757547711e+00 -9.939909842236870e-01 2.012376141179199e+00 -2.851317242589958e-02 1.872223677464215e-02
1.164000000000001e+00 1.008819126561359e+00 -9.968837772231433e-01 2.011493295406704e+00 -4.246686196208843e-02 1.846675724490159e-02
1.170000000000001e+00 1.005272645351670e+00 -9.998037460676070e-01 2.010180622143164e+00 -5.648200663763112e-02 1.823376439650859e-02
1.176000000000001e+00 1.001464405606725e+00 -1.002737140632281e+00 2.008412728900633e+00 -7.050069507071813e-02 1.802232998193703e-02
1.182000000000001e+00 9.973928302342815e-01 -1.005668674682506e+00 2.006161941040419e+00 -8.445820863661493e-02 1.783122406997893e-02
1.188000000000001e+00 9.930568545818270e-01 -1.008581465377039e+00 2.003398488734047e+00 -9.828270610883844e-02 1.765966943042356e-02
1.194000000000001e+00 9.884561280559820e-01 -1.011456985511818e+00 2.000090750632078e+00 -1.118926404013873e-01 1.750639698161995e-02
1.200000000000001e+00 9.835912378222881e-01 -1.014275031070516e+00 1.996205561773877e+00 -1.252092073200771e-01 1.737028004012732e-02
1.206000000000001e+00 9.784639561440974e-01 -1.017013707391224e+00 1.991708594494800e+00 -1.381118423244566e-01 1.725043841587028e-02
1.212000000000001e+00 9.730775126899074e-01 -1.019649438067835e+00 1.986564822254829e+00 -1.505148925986040e-01 1.714597304600158e-02
1.218000000000001e+00 9.674368927755030e-01 -1.022157001585457e+00 1.980739077393291e+00 -1.623003439392499e-01 1.705588650388385e-02
1.224000000000001e+00 9.615491619806370e-01 -1.024509601637639e+00 1.974196714753379e+00 -1.733424534327808e-01 1.697916419363025e-02
1.230000000000001e+00 9.554238168518807e-01 -1.026678978084371e+00 1.966904393848184e+00 -1.835133756771395e-01 1.691516944398770e-02
1.236000000000001e+00 9.490731604302555e-01 -1.028635566568499e+00 1.958830992658771e+00 -1.926698351756170e-01 1.686301672376835e-02
1.242000000000001e+00 9.425127000708606e-01 -1.030348715892122e+00 1.949948666135409e+00 -2.006725350644262e-01 1.682204353270491e-02
1.248000000000001e+00 9.357615633965946e-01 -1.031786973325073e+00 1.940234061853754e+00 -2.073680855759914e-01 1.679149422110545e-02
1.254000000000001e+00 9.288429261827071e-01 -1.032918449022062e+00 1.929669703849796e+00 -2.125969700521914e-01 1.677075169544790e-02
1.260000000000001e+00 9.217844434361607e-01 -1.033711271586686e+00 1.918245553166276e+00 -2.162056346836521e-01 1.675918073536616e-02
1.266000000000001e+00 9.146186718443515e-01 -1.034134147437519e+00 1.905960749782649e+00 -2.180444148159682e-01 1.675620398123620e-02
1.272000000000001e+00 9.073834680539450e-01 -1.034157036865558e+00 1.892825534996156e+00 -2.179514430506518e-01 1.676125878191074e-02
1.278000000000001e+00 9.001223428483804e-01 -1.033751959347905e+00 1.878863345550490e+00 -2.157923867672947e-01 1.677379712727298e-02
1.284000000000001e+00 8.928847461853850e-01 -1.032893939574720e+00 1.864113060380725e+00 -2.114280761636798e-01 1.679326283830191e-02
1.290000000000001e+00 8.857262522330777e-01 -1.031562103474646e+00 1.848631367219890e+00 -2.047549328037899e-01 1.681910466750090e-02
1.296000000000001e+00 8.787086070571788e-01 -1.029740929951635e+00 1.832495198934025e+00 -1.956782571803597e-01 1.685075116103444e-02
1.302000000000001e+00 8.718995945943389e-01 -1.027421658666887e+00 1.815804167751590e+00 -1.841495869505307e-01 1.688758938293369e-02
1.308000000000001e+00 8.653726692366686e-01 -1.024603846554194e+00 1.798682899035448e+00 -1.701584054725697e-01 1.692898617860739e-02
1.314000000000001e+00 8.592062961409865e-01 -1.021297055326230e+00 1.781283134546341e+00 -1.537408448504794e-01 1.697422570422283e-02
1.320000000000001e+00 8.534829338527393e-01 -1.017522638463263e+00 1.763785438163119e+00 -1.349966924428391e-01 1.702258412975854e-02
1.326000000000001e+00 8.482875888306244e-01 -1.013315578553352e+00 1.746400295102988e+00 -1.141008568363845e-01 1.707318278277926e-02
1.332000000000001e+00 8.437058691301255e-01 -1.008726303860471e+00 1.729368349704627e+00 -9.130722353262603e-02 1.712517752067810e-02
1.338000000000001e+00 8.398214663624883e-01 -1.003822386390546e+00 1.712959478782051e+00 -6.696516929455124e-02 1.717744153496373e-02
1.344000000000001e+00 8.367130030295276e-01 -9.986899923953043e-01 1.697470350349223e+00 -4.152587825672107e-02 1.722898208892600e-02
1.350000000000001e+00 8.344501988316675e-01 -9.934349207554121e-01 1.683220076106521e+00 -1.554714330904069e-02 1.727867345691884e-02
1.356000000000001e+00 8.330893373721968e-01 -9.881830260618552e-01 1.670543537040011e+00 1.028803761909722e-02 1.732522540520030e-02
1.362000000000001e+00 8.326680569739142e-01 -9.830797837267617e-01 1.659781954276971e+00 3.519952162533228e-02 1.736730015817610e-02
1.368000000000001e+00 8.331995495376345e-01 -9.782887175264334e-01 1.651270304189231e+00 5.829386792370602e-02 1.740361057219877e-02
1.374000000000001e+00 8.346663323466168e-01 -9.739883808627753e-01 1.645321252408644e+00 7.858755983610881e-02 1.743289171019851e-02
1.380000000000001e+00 8.370138623575215e-01 -9.703675690657301e-01 1.642205424873190e+00 9.503768969666962e-02 1.745375756874448e-02
1.386000000000001e+00 8.401443909498709e-01 -9.676184509563447e-01 1.642128064275685e+00 1.065720781399187e-01 1.746506914047693e-02
1.392000000000001e+00 8.439116082626468e-01 -9.659273558916277e-01 1.645202459420238e+00 1.121553207614273e-01 1.746575694682189e-02
1.398000000000001e+00 8.481167931761000e-01 -9.654630522000506e-01 1.651421000030749e+00 1.108442069291275e-01 1.745505411214588e-02
1.404000000000001e+00 8.525073564813507e-01 -9.663625201666164e-01 1.660625313237595e+00 1.018761700644791e-01 1.743247093964355e-02
1.410000000000001e+00 8.567788199039769e-01 -9.687144735513438e-01 1.672477677503909e+00 8.477700169209373e-02 1.739795212454729e-02
1.416000000000001e+00 8.605813832754968e-01 -9.725412303732559e-01 1.686436762016294e+00 5.946829033435468e-02 1.735192628425596e-02
1.422000000000001e+00 8.635322540583402e-01 -9.777799826005604e-01 1.701741648173430e+00 2.636359047823371e-02 1.729545011367328e-02
1.428000000000001e+00 8.652347959235235e-01 -9.842650565783444e-01 1.717408953677993e+00 -1.348885700241398e-02 1.723026679812115e-02
1.434000000000001e+00 8.653052334894686e-01 -9.917133639126965e-01 1.732248543267300e+00 -5.835258257837649e-02 1.715882888856265e-02
1.440000000000001e+00 8.634070637450221e-01 -9.997158576577099e-01 1.744903553777091e+00 -1.057148342355617e-01 1.708439939625399e-02
1.446000000000001e+00 8.592924133170696e-01 -1.007738335258920e+00 1.753920003934692e+00 -1.523302797512570e-01 1.701097879313799e-02
1.452000000000001e+00 8.528483110807855e-01 -1.015135228300901e+00 1.757849773450870e+00 -1.942769678006110e-01 1.694321848931709e-02
1.458000000000001e+00 8.441442330848925e-01 -1.021179906404649e+00 1.755387887495090e+00 -2.271714295352135e-01 1.688620894358901e-02
1.464000000000001e+00 8.334754148764053e-01 -1.025114283153927e+00 1.745540560729586e+00 -2.464919499349004e-01 1.684528710662092e-02
1.470000000000001e+00 8.213945201126926e-01 -1.026218917715784e+00 1.727814224748915e+00 -2.480215952791470e-01 1.682545365438493e-02
1.476000000000001e+00 8.087226456445706e-01 -1.023902189149351e+00 1.702408010523188e+00 -2.284177026529332e-01 1.683113309249843e-02
1.482000000000001e+00 7.965298258687654e-01 -1.017803388633453e+00 1.670383501412265e+00 -1.858834779470408e-01 1.686520012189559e-02
1.488000000000001e+00 7.860757923811804e-01 -1.007899909128231e+00 1.633777378188398e+00 -1.208313672454551e-01 1.692883203992425e-02
1.494000000000002e+00 7.787044219385939e-01 -9.946035170145274e-01 1.595616732804387e+00 -3.648229850673358e-02 1.702015569680143e-02
1.500000000000001e+00 7.756906574913227e-01 -9.788258825512510e-01 1.559796104471556e+00 6.077113614984776e-02 1.713411306818243e-02
1.506000000000001e+00 7.780469816772928e-01 -9.619903637181408e-01 1.530782565583706e+00 1.613506262940262e-01 1.726223050996525e-02
1.512000000000001e+00 7.863074737301163e-01 -9.459671785412012e-01 1.513133346121038e+00 2.530413165646546e-01 1.739253563742190e-02
1.518000000000001e+00 8.003198483633244e-01 -9.329143693128754e-01 1.510841080154735e+00 3.221260914148775e-01 1.750993439860389e-02
1.524000000000002e+00 8.190874448974430e-01 -9.250186930299351e-01 1.526563824843431e+00 3.552045422957709e-01 1.759752772469149e-02
1.530000000000001e+00 8.407103805307290e-01 -9.241494995314512e-01 1.560846241416355e+00 3.415370997074082e-01 1.763914287673322e-02
1.536000000000002e+00 8.624739877220557e-01 -9.314631711540098e-01 1.611485018713469e+00 2.756467039812733e-01 1.762100653468067e-02
1.542000000000002e+00 8.811190323448825e-01 -9.470225667691970e-01 1.673222491130500e+00 1.596952834985754e-01 1.753536620071101e-02
1.548000000000001e+00 8.932996368193635e-01 -9.695183171770557e-01 1.737950008483437e+00 5.045198844109167e-03 1.738290661279440e-02
1.554000000000002e+00 8.961918929716277e-01 -9.961887223196992e-01 1.795551879505024e+00 -1.676650118576486e-01 1.717528225575784e-02
1.560000000000001e+00 8.881645208394362e-01 -1.023022903483536e+00 1.835412077129829e+00 -3.304589492106544e-01 1.693562239258749e-02
1.566000000000002e+00 8.693737637728274e-01 -1.045291465178659e+00 1.848444988311879e+00 -4.521659991244621e-01 1.669725355507411e-02
1.572000000000002e+00 8.421145058273066e-01 -1.058379119926413e+00 1.829323202420978e+00 -5.044368813118537e-01 1.649973905354295e-02
1.578000000000001e+00 8.107657801977923e-01 -1.058803548199201e+00 1.778406104018952e+00 -4.687311036166227e-01 1.638231475127732e-02
1.584000000000001e+00 7.812256688630705e-01 -1.045213974012665e+00 1.702785797161900e+00 -3.425978540377129e-01 1.637537630039607e-02
1.590000000000001e+00 7.598404439001364e-01 -1.019100970997028e+00 1.615924289273441e+00 -1.434752036158660e-01 1.649201300044133e-02
1.596000000000002e+00 7.519805048813990e-01 -9.849480066515101e-01 1.535597255528467e+00 9.189657289628994e-02 1.672101292382054e-02
1.602000000000002e+00 7.605659475385342e-01 -9.496391196256920e-01 1.480275018078648e+00 3.132961497242586e-01 1.702422332559830e-02
1.608000000000001e+00 7.849467030947282e-01 -9.211082883194941e-01 1.464581805510152e+00 4.678337245369399e-01 1.734028009652163e-02
1.614000000000002e+00 8.205434687040123e-01 -9.064455963893308e-01 1.494935203246422e+00 5.136493427150643e-01 1.759528718844529e-02
1.620000000000002e+00 8.595216130196456e-01 -9.099007022556223e-01 1.566696691213168e+00 4.329813139826904e-01 1.771933940542424e-02
1.626000000000001e+00 8.925069711803595e-01 -9.313646631602156e-01 1.664008829389081e+00 2.404239210863937e-01 1.766567953637158e-02
1.632000000000002e+00 9.110162811525031e-01 -9.658866235213674e-01 1.762887634022444e+00 -1.715953368687557e-02 1.742722399508242e-02
1.638000000000002e+00 9.099709398678034e-01 -1.004561170093667e+00 1.837190255863851e+00 -2.706532285881225e-01 1.704491402552978e-02
1.644000000000002e+00 8.895105628146234e-01 -1.036728434866055e+00 1.866034889018609e+00 -4.469717939937674e-01 1.660336584704515e-02
1.650000000000002e+00 8.554187822571675e-01 -1.052977739847617e+00 1.840503413652931e+00 -4.909433607261259e-01 1.621266103395984e-02
1.656000000000002e+00 8.178334364472931e-01 -1.048085134397657e+00 1.767333978716544e+00 -3.838565297867297e-01 1.597927672096063e-02
1.662000000000002e+00 7.884570983024737e-01 -1.022911360885008e+00 1.668012248091175e+00 -1.522365360199895e-01 1.597363726003836e-02
1.668000000000001e+00 7.770309572863946e-01 -9.845167640398532e-01 1.573050367256915e+00 1.375711302465368e-01 1.620462026194325e-02
1.674000000000002e+00 7.881839260388723e-01 -9.442881275473055e-01 1.512913969092847e+00 3.982273048324680e-01 1.661003261341009e-02
1.680000000000002e+00 8.197446478436681e-01 -9.145476011817677e-01 1.508378602495665e+00 5.484369945730581e-01 1.706841309858146e-02
1.686000000000001e+00 8.631848008331322e-01 -9.046891623299572e-01 1.563550480826614e+00 5.393828161118961e-01 1.743184259827664e-02
1.692000000000001e+00 9.061521249145924e-01 -9.181237729869437e-01 1.664062936011012e+00 3.713940041708699e-01 1.756964394901387e-02
1.698000000000002e+00 9.363180049309641e-01 -9.510972886754649e-01 1.781277458883722e+00 9.471912635917774e-02 1.741080835747668e-02
1.704000000000002e+00 9.452708196563848e-01 -9.938241149797626e-01 1.881223294009162e+00 -2.062440834825927e-01 1.696994801823962e-02
1.710000000000001e+00 9.311485813889671e-01 -1.033578826602024e+00 1.935322871422703e+00 -4.400087427409334e-01 1.634774962762946e-02
1.716000000000002e+00 8.991355459726845e-01 -1.058704426360890e+00 1.929299792427738e+00 -5.370835997039701e-01 1.570395075878745e-02
1.722000000000002e+00 8.596967227644401e-01 -1.062192079865850e+00 1.867330469661660e+00 -4.712557832001569e-01 1.521079314036369e-02
1.728000000000001e+00 8.252020748091855e-01 -1.043670201916746e+00 1.770205954638326e+00 -2.661303654303605e-01 1.500144740423778e-02
1.734000000000001e+00 8.061097485735671e-01 -1.009229490251880e+00 1.668357090739409e+00 1.437252453437273e-02 1.512985235829243e-02
1.740000000000002e+00 8.079572008923128e-01 -9.692678739194969e-01 1.592275049886163e+00 2.876353818476740e-01 1.555429859741675e-02
1.746000000000002e+00 8.300513514877335e-01 -9.351792904924552e-01 1.563545551472585e+00 4.780175714867156e-01 1.614975231583248e-02
1.752000000000001e+00 8.661185397240762e-01 -9.160131629673429e-01 1.589241439583202e+00 5.383166943161928e-01 1.674409763667477e-02
1.758000000000002e+00 9.065223636752061e-01 -9.161252586560679e-01 1.661068285390930e+00 4.606424756708546e-01 1.716638618565478e-02
1.764000000000002e+00 9.412116269787485e-01 -9.344105090009796e-01 1.759002326091452e+00 2.747314233530668e-01 1.729255970245665e-02
1.770000000000001e+00 9.624467037786401e-01 -9.651447622025461e-01 1.857808069621379e+00 3.585993299902462e-02 1.707572009512135e-02
1.776000000000002e+00 9.665568100020578e-01 -9.999745630889891e-01 1.934181193786369e+00 -1.926600481536134e-01 1.655410683010150e-02
1.782000000000002e+00 9.543841333922870e-01 -1.030330674385724e+00 1.972430372651087e+00 -3.566591429236800e-01 1.583658979451155e-02
1.788000000000002e+00 9.305063707891099e-01 -1.049542667048754e+00 1.967381916034932e+00 -4.231683696074783e-01 1.507235216585120e-02
1.794000000000002e+00 9.016537672129187e-01 -1.054150463935570e+00 1.924212716544826e+00 -3.851876540570098e-01 1.441390025800049e-02
1.800000000000002e+00 8.748737395638655e-01 -1.044225021590349e+00 1.855809955893826e+00 -2.591997566619693e-01 1.398380785676473e-02
1.806000000000002e+00 8.559472749471204e-01 -1.022813383281570e+00 1.778792954509293e+00 -7.777972050253953e-02 1.385229377461552e-02
1.812000000000001e+00 8.483848225688456e-01 -9.948215036517062e-01 1.709426631293013e+00 1.202885702425062e-01 1.402895810707577e-02
1.818000000000002e+00 8.531089450402352e-01 -9.657164306741998e-01 1.660403096581780e+00 2.988708222049562e-01 1.446771743103248e-02
1.824000000000002e+00 8.687385709045509e-01 -9.403795970637121e-01 1.639020491150991e+00 4.310611046953574e-01 1.508202811313726e-02
1.830000000000002e+00 8.922708670068908e-01 -9.223234699073176e-01 1.646827883251103e+00 5.023334596467406e-01 1.576564961770308e-02
1.836000000000002e+00 9.199202710696619e-01 -9.133452950229881e-01 1.680452933065509e+00 5.105241124896871e-01 1.641178904433624e-02
1.842000000000002e+00 9.479060783574087e-01 -9.135757636265285e-01 1.733146609272717e+00 4.635227339901010e-01 1.693017716308350e-02
1.848000000000002e+00 9.730496448377336e-01 -9.218087769484451e-01 1.796557032578028e+00 3.757245544679267e-01 1.725708316465651e-02
1.854000000000002e+00 9.931220881714354e-01 -9.359742914049193e-01 1.862339356184933e+00 2.643020153938709e-01 1.735994623728607e-02
1.860000000000002e+00 1.006950092424590e+00 -9.536294867316798e-01 1.923357686598018e+00 1.460126635006881e-01 1.723588785133376e-02
1.866000000000002e+00 1.014331311300552e+00 -9.723784734958747e-01 1.974387904802865e+00 3.494864320541252e-02 1.690673115271621e-02
1.872000000000002e+00 1.015829426705911e+00 -9.901722235871557e-01 2.012350456525193e+00 -5.865683183950891e-02 1.641189515016725e-02
1.878000000000002e+00 1.012517656990410e+00 -1.005477182579856e+00 2.036176370406074e+00 -1.287535670429152e-01 1.580061963504830e-02
1.884000000000002e+00 1.005725643068919e+00 -1.017327199547791e+00 2.046438700066143e+00 -1.730757121051701e-01 1.512469243889178e-02
1.890000000000002e+00 9.968256888285225e-01 -1.025287659107113e+00 2.044876237825802e+00 -1.924220148723448e-01 1.443330794211355e-02
1.896000000000002e+00 9.870758635517483e-01 -1.029364746411620e+00 2.033910541561488e+00 -1.896905489240656e-01 1.376892722561386e-02
1.902000000000002e+00 9.775227757533835e-01 -1.029889749822975e+00 2.016223673907029e+00 -1.690407398848729e-01 1.316503463856949e-02
1.908000000000002e+00 9.689571044615342e-01 -1.027401495895535e+00 1.994431704054863e+00 -1.351104176932210e-01 1.264549780901890e-02
1.914000000000002e+00 9.619099833566361e-01 -1.022542095333633e+00 1.970863152810459e+00 -9.243353675900617e-02 1.222498950914177e-02
1.920000000000002e+00 9.566770563931264e-01 -1.015973950177465e+00 1.947434057668219e+00 -4.507847419350604e-02 1.190984353829185e-02
1.926000000000002e+00 9.533581642135408e-01 -1.008320323919341e+00 1.925601664901418e+00 3.545306795426340e-03 1.169982024564188e-02
1.932000000000002e+00 9.519030397569153e-01 -1.000127986940458e+00 1.906375387360029e+00 5.080623230212257e-02 1.158935992702605e-02
1.938000000000002e+00 9.521561841444066e-01 -9.918483262061739e-01 1.890364501202426e+00 9.479016780744258e-02 1.156962053444400e-02
1.944000000000002e+00 9.538967014931300e-01 -9.838324963175943e-01 1.877845297929982e+00 1.342573268336868e-01 1.162923073287022e-02
1.950000000000002e+00 9.568709901733883e-01 -9.763362524982016e-01 1.868834569777633e+00 1.684721046522686e-01 1.175586080020209e-02
1.956000000000002e+00 9.608177341392342e-01 -9.695306850554684e-01 1.863160467500577e+00 1.972581782300046e-01 1.193713637818942e-02
1.962000000000002e+00 9.654856361203018e-01 -9.635158673943246e-01 1.860525340275262e+00 2.205992106515806e-01 1.216101966240262e-02
1.968000000000002e+00 9.706448900862996e-01 -9.583352527829849e-01 1.860557959377273e+00 2.387927468423680e-01 1.241643562583198e-02
1.974000000000002e+00 9.760936151275093e-01 -9.539893880439283e-01 1.862854497993119e+00 2.522672778329188e-01 1.269353764011954e-02
1.980000000000002e+00 9.816604799067224e-01 -9.504481072579236e-01 1.867008902400866e+00 2.615144097012522e-01 1.298365687194305e-02
1.986000000000002e+00 9.872046261289847e-01 -9.476608132990124e-01 1.872633990913014e+00 2.670654330916125e-01 1.327956507890475e-02
1.992000000000002e+00 9.926138173981779e-01 -9.455647622543428e-01 1.879374910106895e+00 2.694293311636983e-01 1.357523306635361e-02
1.998000000000002e+00 9.978015425853175e-01 -9.440914600351951e-01 1.886916603297025e+00 2.690966545418695e-01 1.386587627502645e-02
2.004000000000002e+00 1.002703616440413e+00 -9.431713881200112e-01 1.894986809790912e+00 2.665129346925826e-01 1.414772025416745e-02
2.010000000000002e+00 1.007274659741546e+00 -9.427373218051697e-01 1.903355898081830e+00 2.620661283138594e-01 1.441795884338027e-02
2.016000000000002e+00 1.011484710895845e+00 -9.427265101927602e-01 1.911834593396271e+00 2.560933100609368e-01 1.467459686254723e-02
2.022000000000002e+00 1.015316120949602e+00 -9.430819687366004e-01 1.920270425216249e+00 2.488837767955359e-01 1.491626009762128e-02
2.028000000000002e+00 1.018760810596729e+00 -9.437531040891211e-01 1.928543510685556e+00 2.406756423157802e-01 1.514210742054801e-02
2.034000000000002e+00 1.021817916694198e+00 -9.446958551758916e-01 1.936562113663780e+00 2.316615923030385e-01 1.535186830598285e-02
2.040000000000002e+00 1.024491822161206e+00 -9.458724988406273e-01 1.944258277738200e+00 2.220018512711756e-01 1.554550612300116e-02
2.046000000000002e+00 1.026790542647919e+00 -9.472512358791197e-01 1.951583722345727e+00 2.118123528723977e-01 1.572326987205050e-02
2.052000000000002e+00 1.028724432341289e+00 -9.488056451667470e-01 1.958506109996196e+00 2.011915132415907e-01 1.588566699244707e-02
2.058000000000002e+00 1.030305166796548e+00 -9.505140702681739e-01 1.965005734505435e+00 1.902150713917756e-01 1.603335030580820e-02
2.064000000000002e+00 1.031544960493633e+00 -9.523589842206128e-01 1.971072640345529e+00 1.789299971954117e-01 1.616702274855742e-02
2.070000000000002e+00 1.032455979266896e+00 -9.543263636210310e-01 1.976704157426105e+00 1.673678655629397e-01 1.628753607483222e-02
2.076000000000002e+00 1.033049911663652e+00 -9.564050920952026e-01 1.981902820173912e+00 1.555634704430675e-01 1.639567381145646e-02
2.082000000000002e+00 1.033337667852491e+00 -9.585864050622530e-01 1.986674631773000e+00 1.435235752356233e-01 1.649237440425532e-02
2.088000000000002e+00 1.033329179393923e+00 -9.608633818318560e-01 1.991027631532270e+00 1.312641398315427e-01 1.657833082106088e-02
2.094000000000002e+00 1.033033277684216e+00 -9.632304869728782e-01 1.994970723837003e+00 1.187819770024084e-01 1.665448577167217e-02
2.100000000000002e+00 1.032457632996938e+00 -9.656831601391915e-01 1.998512729710055e+00 1.061205169880267e-01 1.672165695744878e-02
2.106000000000002e+00 1.031608739695590e+00 -9.682174517830843e-01 2.001661625753652e+00 9.318636529533875e-02 1.678053251338977e-02
2.112000000000002e+00 1.030491936341684e+00 -9.708297011579916e-01 2.004423939515749e+00 8.006226214577339e-02 1.683188489641025e-02
2.118000000000002e+00 1.029111452096403e+00 -9.735162525012182e-01 2.006804274719982e+00 6.673405000400529e-02 1.687638856955630e-02
2.124000000000002e+00 1.027470473043835e+00 -9.762732051370133e-01 2.008804944045419e+00 5.319872105032148e-02 1.691458339812798e-02
2.130000000000002e+00 1.025571223899050e+00 -9.790961933408300e-01 2.010425691104300e+00 3.947235723567965e-02 1.694716428764086e-02
2.136000000000002e+00 1.023415062059718e+00 -9.819801920696056e-01 2.011663486867756e+00 2.555746561731393e-02 1.697460733633577e-02
2.142000000000002e+00 1.021002582163966e+00 -9.849193450400023e-01 2.012512389019514e+00 1.148291115068548e-02 1.699745351685840e-02
2.148000000000002e+00 1.018333730280587e+00 -9.879068120837441e-01 2.012963455588642e+00 -2.734651517009388e-03 1.701611440529404e-02
2.154000000000002e+00 1.015407927621885e+00 -9.909346332055823e-01 2.013004706763654e+00 -1.707376663424556e-02 1.703104248647648e-02
2.160000000000002e+00 1.012224204271176e+00 -9.939936072974048e-01 2.012621131060524e+00 -3.149471339035716e-02 1.704259726573071e-02
2.166000000000002e+00 1.008781343884675e+00 -9.970731840176790e-01 2.011794734056923e+00 -4.595057303462912e-02 1.705107774375780e-02
2.172000000000002e+00 1.005078040686002e+00 -1.000161367923661e+00 2.010504629756142e+00 -6.040400833109501e-02 1.705684096875869e-02
2.178000000000002e+00 1.001113070336819e+00 -1.003244634549345e+00 2.008727176351262e+00 -7.479211314925274e-02 1.706023542438084e-02
2.184000000000002e+00 9.968854764476991e-01 -1.006307858756381e+00 2.006436159747208e+00 -8.905709592579414e-02 1.706138625236826e-02
2.190000000000002e+00 9.923947745975172e-01 -1.009334256357467e+00 2.003603029705138e+00 -1.031246570164652e-01 1.706059668310113e-02
2.196000000000002e+00 9.876411757524316e-01 -1.012305340725866e+00 2.000197194903757e+00 -1.169158827887333e-01 1.705811763702408e-02
2.202000000000002e+00 9.826258309124845e-01 -1.015200896869847e+00 1.996186384581792e+00 -1.303416452022381e-01 1.705411443246270e-02
2.208000000000002e+00 9.773510986491364e-01 -1.017998976273467e+00 1.991537085724500e+00 -1.433074607473436e-01 1.704872388479115e-02
2.214000000000002e+00 9.718208369157912e-01 -1.020675916687995e+00 1.986215065970589e+00 -1.557052222745843e-01 1.704218507078544e-02
2.220000000000002e+00 9.660407200846455e-01 -1.023206392006538e+00 1.980185993504698e+00 -1.674159622705962e-01 1.703453382021438e-02
2.226000000000002e+00 9.600185815609716e-01 -1.025563498363181e+00 1.973416166117267e+00 -1.783222811046129e-01 1.702604224415322e-02
2.232000000000002e+00 9.537647815042104e-01 -1.027718883661694e+00 1.965873362272611e+00 -1.882855761307741e-01 1.701666886770448e-02
2.238000000000002e+00 9.472925981053201e-01 -1.029642928839033e+00 1.957527827333349e+00 -1.971710515571435e-01 1.700685491667556e-02
2.244000000000002e+00 9.406186394704500e-01 -1.031304990280528e+00 1.948353407896761e+00 -2.048255240958528e-01 1.699649785858002e-02
2.250000000000002e+00 9.337632713879714e-01 -1.032673713883579e+00 1.938328846339270e+00 -2.111337927795344e-01 1.698563117665061e-02
2.256000000000002e+00 9.267510540391912e-01 -1.033717432255171e+00 1.927439245910976e+00 -2.158554562541839e-01 1.697451200652999e-02
2.262000000000002e+00 9.196111779863293e-01 -1.034404657342761e+00 1.915677713809800e+00 -2.189068541602444e-01 1.696328554638632e-02
2.268000000000002e+00 9.123778864607058e-01 -1.034704681320950e+00 1.903047185249994e+00 -2.201181723983724e-01 1.695201016263628e-02
2.274000000000002e+00 9.050908670226882e-01 -1.034588298646284e+00 1.889562425263693e+00 -2.193317310584226e-01 1.694071999790199e-02
2.280000000000002e+00 8.977955910104877e-01 -1.034028661645694e+00 1.875252196342656e+00 -2.164152739855837e-01 1.692964313525668e-02
2.286000000000002e+00 8.905435738257641e-01 -1.033002280591636e+00 1.860161568589885e+00 -2.112331025705496e-01 1.691883511403236e-02
2.292000000000002e+00 8.833925230172875e-01 -1.031490176626052e+00 1.844354334198894e+00 -2.036937662435462e-01 1.690844840952204e-02
2.298000000000002e+00 8.764063344108926e-01 -1.029479191776745e+00 1.827915469296838e+00 -1.937150975591954e-01 1.689856018721755e-02
2.304000000000002e+00 8.696548893419813e-01 -1.026963454227452e+00 1.810953562875194e+00 -1.812486482797124e-01 1.688929571248679e-02
2.310000000000002e+00 8.632135986754248e-01 -1.023945988482405e+00 1.793603104267386e+00 -1.663051046608917e-01 1.688075564932319e-02
2.316000000000002e+00 8.571626321823317e-01 -1.020440448568739e+00 1.776026487084913e+00 -1.489524949891120e-01 1.687306602157927e-02
2.322000000000002e+00 8.515857656636194e-01 -1.016472937392247e+00 1.758415548731717e+00 -1.293001842192259e-01 1.686631975124485e-02
2.328000000000002e+00 8.465687738857781e-01 -1.012083856282630e+00 1.740992421066388e+00 -1.075607326347163e-01 1.686059438888128e-02
2.334000000000002e+00 8.421972962067279e-01 -1.007329705189049e+00 1.724009420694179e+00 -8.401100022541828e-02 1.685601091772311e-02
2.340000000000003e+00 8.385541053642955e-01 -1.002284725679929e+00 1.707747658954604e+00 -5.904366817656347e-02 1.685263011238887e-02
2.346000000000002e+00 8.357157203705871e-01 -9.970422459760944e-01 1.692514005535584e+00 -3.314153050532696e-02 1.685050152917321e-02
2.352000000000002e+00 8.337483243457308e-01 -9.917155503472639e-01 1.678636001149890e+00 -6.910973759934557e-03 1.684967292573196e-02
2.358000000000002e+00 8.327029803948663e-01 -9.864380557779324e-01 1.666454291445440e+00 1.893211589151346e-02 1.685018505675853e-02
2.364000000000003e+00 8.326101865331091e-01 -9.813625394110636e-01 1.656312156478030e+00 4.356089313598975e-02 1.685200145221219e-02
2.370000000000002e+00 8.334738775979639e-01 -9.766591249534518e-01 1.648541750993028e+00 6.604376786095924e-02 1.685514122953391e-02
2.376000000000002e+00 8.352650708717265e-01 -9.725117108347519e-01 1.643446766329087e+00 8.537012755564173e-02 1.685946977494139e-02
2.382000000000002e+00 8.379154651307863e-01 -9.691125155934609e-01 1.641281394585228e+00 1.004726029779280e-01 1.686497509274932e-02
2.388000000000003e+00 8.413114396188243e-01 -9.666544373111509e-01 1.642225739606836e+00 1.102802042312372e-01 1.687132346771454e-02
2.394000000000002e+00 8.452890576404687e-01 -9.653209869882993e-01 1.646358198886776e+00 1.137655109338772e-01 1.687844371574746e-02
2.400000000000003e+00 8.496308504765876e-01 -9.652736758599338e-01 1.653625851389718e+00 1.100542665923804e-01 1.688613068281078e-02
2.406000000000002e+00 8.540653274521917e-01 -9.666369299507448e-01 1.663814537900620e+00 9.840333552870899e-02 1.689400828728724e-02
2.412000000000002e+00 8.582703034833029e-01 -9.694808868562060e-01 1.676521103820817e+00 7.849673133414420e-02 1.690170477961881e-02
2.418000000000002e+00 8.618812226154005e-01 -9.738028116880089e-01 1.691131157948489e+00 5.039028886329923e-02 1.690886866706024e-02
2.424000000000003e+00 8.645056406938945e-01 -9.795083512932636e-01 1.706806613044809e+00 1.468970264604625e-02 1.691510731112241e-02
2.430000000000002e+00 8.657448539770090e-01 -9.863944182933941e-01 1.722488100628036e+00 -2.733406691689422e-02 1.691991689575037e-02
2.436000000000002e+00 8.652232618746677e-01 -9.941361169485728e-01 1.736917911910626e+00 -7.369383857371792e-02 1.692288450357391e-02
2.442000000000002e+00 8.626253631792785e-01 -1.002280728022467e+00 1.748689174965429e+00 -1.216114568757311e-01 1.692357257303599e-02
2.448000000000002e+00 8.577392565104608e-01 -1.010252243093241e+00 1.756326226834043e+00 -1.675883989195725e-01 1.692164433174840e-02
2.454000000000002e+00 8.505041237013110e-01 -1.017370132418991e+00 1.758399250771169e+00 -2.075140047633063e-01 1.691685035673823e-02
2.460000000000002e+00 8.410574583506434e-01 -1.022885740472119e+00 1.753672886308438e+00 -2.368813618045602e-01 1.690909479140056e-02
2.466000000000002e+00 8.297758850614017e-01 -1.026038714364027e+00 1.741283462803218e+00 -2.511617136818511e-01 1.689844849073095e-02
2.472000000000002e+00 8.173015468369107e-01 -1.026133954273251e+00 1.720932710574466e+00 -2.463354185313318e-01 1.688528242565317e-02
2.478000000000002e+00 8.045446093921295e-01 -1.022636589635669e+00 1.693077622963606e+00 -2.194350919743130e-01 1.687025703626441e-02
2.484000000000002e+00 7.926519834154441e-01 -1.015278407046967e+00 1.659087410628265e+00 -1.692900365228827e-01 1.685423714656115e-02
2.490000000000002e+00 7.829335503546815e-01 -1.004164221759688e+00 1.621330728533227e+00 -9.713205992299032e-02 1.683848174351283e-02
2.496000000000002e+00 7.767406627516308e-01 -9.898614720975619e-01 1.583151791114995e+00 -7.192927485732188e-03 1.682447300917567e-02
2.502000000000002e+00 7.752979974345098e-01 -9.734518262385642e-01 1.548695442833157e+00 9.307033108162797e-02 1.681381400339796e-02
2.508000000000002e+00 7.794990932546038e-01 -9.565212571008908e-01 1.522551751670618e+00 1.930991215999462e-01 1.680806861212984e-02
2.514000000000002e+00 7.896875478461104e-01 -9.410665988581091e-01 1.509212766709572e+00 2.799518044477156e-01 1.680867324016520e-02
2.520000000000002e+00 8.054583372481926e-01 -9.293038336009368e-01 1.512368748188020e+00 3.396851062746047e-01 1.681643293470374e-02
2.526000000000002e+00 8.255244132068613e-01 -9.233774066068753e-01 1.534116391832571e+00 3.593632496232752e-01 1.683162926972727e-02
2.532000000000002e+00 8.476988477552697e-01 -9.249909450422579e-01 1.574201584895781e+00 3.295307940019821e-01 1.685330166297610e-02
2.538000000000002e+00 8.690381557529722e-01 -9.350056086466176e-01 1.629462804355159e+00 2.468253615055876e-01 1.687978445740320e-02
2.544000000000002e+00 8.861741751879898e-01 -9.530787800903346e-01 1.693663829828594e+00 1.161846714105600e-01 1.690780187304977e-02
2.550000000000002e+00 8.958283763429097e-01 -9.774353018109301e-01 1.757888249087397e+00 -4.799389827527913e-02 1.693323452704033e-02
2.556000000000002e+00 8.954557403816777e-01 -1.004867513016789e+00 1.811599701699046e+00 -2.223069162252993e-01 1.695167887487683e-02
2.562000000000002e+00 8.839126689435055e-01 -1.031039771694762e+00 1.844344617135218e+00 -3.770656121760720e-01 1.695891982137318e-02
2.568000000000002e+00 8.619982857976645e-01 -1.051123036075595e+00 1.847900681686889e+00 -4.810371502992538e-01 1.695162043990877e-02
2.574000000000003e+00 8.326972179027627e-01 -1.060707207467893e+00 1.818484436677336e+00 -5.079592276501794e-01 1.692832583045214e-02
2.580000000000002e+00 8.009735262542800e-01 -1.056845399048365e+00 1.758480787249914e+00 -4.435388047475293e-01 1.689079412327243e-02
2.586000000000003e+00 7.730388158998170e-01 -1.038998878231983e+00 1.677107679855110e+00 -2.911968003078018e-01 1.684347198620605e-02
2.592000000000002e+00 7.551428593533228e-01 -1.009604730879377e+00 1.589542450646333e+00 -7.471752298041887e-02 1.679389274238053e-02
2.598000000000002e+00 7.520880960180011e-01 -9.740121532037862e-01 1.514336178760658e+00 1.639208360687757e-01 1.675120665972995e-02
2.604000000000002e+00 7.658116086338849e-01 -9.396453582384743e-01 1.469400819177529e+00 3.720515062149026e-01 1.672476387667837e-02
2.610000000000003e+00 7.944538910470171e-01 -9.144457252042042e-01 1.467367969343989e+00 4.983284190511720e-01 1.672166440883178e-02
2.616000000000003e+00 8.322957104369690e-01 -9.048826264030547e-01 1.511528717177870e+00 5.067189737775509e-01 1.674465647320853e-02
2.622000000000003e+00 8.707669732183599e-01 -9.140307616453422e-01 1.593687354881828e+00 3.886454382724611e-01 1.679056884465097e-02
2.628000000000002e+00 9.004368792948561e-01 -9.403088735318060e-01 1.694967351236913e+00 1.689679345555293e-01 1.685001125331606e-02
2.634000000000003e+00 9.135554534359116e-01 -9.773912283761315e-01 1.789877179809097e+00 -9.701906202346054e-02 1.690869768585376e-02
2.640000000000002e+00 9.064462263564514e-01 -1.015521635382902e+00 1.852928953206614e+00 -3.365177239209317e-01 1.695068767085352e-02
2.646000000000003e+00 8.809664623143599e-01 -1.044034900627907e+00 1.866110781451803e+00 -4.791885161049464e-01 1.696250523028764e-02
2.652000000000002e+00 8.444301912079508e-01 -1.054448546129138e+00 1.824924084257351e+00 -4.788968347242690e-01 1.693738779876993e-02
2.658000000000003e+00 8.078185189637146e-01 -1.043192105384358e+00 1.740820528316979e+00 -3.299587332274200e-01 1.687834891247061e-02
2.664000000000002e+00 7.826668175834134e-01 -1.013033618159506e+00 1.638804458867489e+00 -7.188653210225901e-02 1.679865126203323e-02
2.670000000000003e+00 7.775258271314646e-01 -9.725966352183113e-01 1.550490626694449e+00 2.202135317516634e-01 1.671924958542307e-02
2.676000000000003e+00 7.951421416527118e-01 -9.339607216942173e-01 1.504533655099645e+00 4.576586811104057e-01 1.666332396014178e-02
2.682000000000003e+00 8.313561808641292e-01 -9.090080580317549e-01 1.517448749027653e+00 5.660189523890037e-01 1.664953968254063e-02
2.688000000000002e+00 8.761937634308019e-01 -9.056710316044566e-01 1.587955528562513e+00 5.094920787396566e-01 1.668552017469021e-02
2.694000000000003e+00 9.168823620269195e-01 -9.253399782649037e-01 1.696927341171355e+00 3.033349966931563e-01 1.676456945604710e-02
2.700000000000002e+00 9.418404959093949e-01 -9.623412518218333e-01 1.813164204692868e+00 9.652718120442534e-03 1.686611616334321e-02
2.706000000000003e+00 9.443163213675555e-01 -1.005697541273318e+00 1.903160859324350e+00 -2.823004166407530e-01 1.696078112773147e-02
2.712000000000003e+00 9.244605627248669e-01 -1.042591252488275e+00 1.941623851798647e+00 -4.846228430664195e-01 1.701872218318157e-02
2.718000000000003e+00 8.891597358395091e-01 -1.062364603174540e+00 1.919223585916384e+00 -5.383847524855766e-01 1.701895795857104e-02
2.724000000000002e+00 8.497401698328004e-01 -1.059726593994113e+00 1.845078810245840e+00 -4.310917969313059e-01 1.695629462408970e-02
2.730000000000003e+00 8.183694281779290e-01 -1.036153325475158e+00 1.743342234869500e+00 -1.986200295913922e-01 1.684349374089646e-02
2.736000000000003e+00 8.043818960619857e-01 -9.991233449675925e-01 1.645277693171506e+00 8.812122819144411e-02 1.670896709008787e-02
2.742000000000003e+00 8.116974678031458e-01 -9.595728585935782e-01 1.579632850187490e+00 3.465136886475823e-01 1.658867853736632e-02
2.748000000000002e+00 8.380549956196647e-01 -9.285044332051783e-01 1.564456658164746e+00 5.072044828039207e-01 1.651638191970096e-02
2.754000000000003e+00 8.761274633738689e-01 -9.138685890578969e-01 1.602755130144601e+00 5.328681040036677e-01 1.651385064323010e-02
2.760000000000003e+00 9.159866884228266e-01 -9.186272772887653e-01 1.682907687946787e+00 4.256888337798544e-01 1.658487083729827e-02
2.766000000000003e+00 9.480313518688777e-01 -9.404309978110551e-01 1.783173905770228e+00 2.226861783538665e-01 1.671404496477007e-02
2.772000000000003e+00 9.654747370063801e-01 -9.727916447637173e-01 1.878465051919638e+00 -1.810423252799906e-02 1.687087588166859e-02
2.778000000000003e+00 9.657557147944273e-01 -1.007207353790694e+00 1.947150754188148e+00 -2.350908154572108e-01 1.701764318712959e-02
2.784000000000002e+00 9.506537144442448e-01 -1.035509500548405e+00 1.976022410512646e+00 -3.790766332686193e-01 1.711883519969052e-02
2.790000000000003e+00 9.252937410839415e-01 -1.051769340456561e+00 1.962387252813545e+00 -4.232898141466210e-01 1.714935719974780e-02
2.796000000000003e+00 8.964975868709850e-01 -1.053349514968297e+00 1.913253123949445e+00 -3.663256049471192e-01 1.709985138534780e-02
2.802000000000003e+00 8.710196460606408e-01 -1.040999041484409e+00 1.842354228195062e+00 -2.283029266076400e-01 1.697799596386878e-02
2.808000000000002e+00 8.541197608482713e-01 -1.018161262168394e+00 1.766172921651845e+00 -4.292018788990644e-02 1.680583937511659e-02
2.814000000000002e+00 8.487375722298157e-01 -9.898247165489218e-01 1.700108436005715e+00 1.519332713544187e-01 1.661448166493483e-02
2.820000000000003e+00 8.553223871445021e-01 -9.612799437566798e-01 1.655635516219415e+00 3.224922366398615e-01 1.643737829072113e-02
2.826000000000002e+00 8.722034044803240e-01 -9.370772765364828e-01 1.638852600988099e+00 4.447167263060977e-01 1.630421265665603e-02
2.832000000000003e+00 8.962910663693432e-01 -9.203577382195858e-01 1.650396041954166e+00 5.066220840392371e-01 1.623598090050556e-02
2.838000000000003e+00 9.238828721520604e-01 -9.125998217823676e-01 1.686397996173150e+00 5.078113809460501e-01 1.624274195744449e-02
2.844000000000003e+00 9.513881547310706e-01 -9.137236343826168e-01 1.740030300991970e+00 4.569562261804420e-01 1.632301191089399e-02
2.850000000000002e+00 9.758562938277868e-01 -9.224366208870358e-01 1.803184825756797e+00 3.683847759559646e-01 1.646557828543540e-02
2.856000000000003e+00 9.952668200191885e-01 -9.366910376672928e-01 1.867946143077338e+00 2.585333397965724e-01 1.665243021794949e-02
2.862000000000003e+00 1.008598291577664e+00 -9.541413842708015e-01 1.927656294951583e+00 1.431831169782598e-01 1.686208996205308e-02
2.868000000000003e+00 1.015728940674884e+00 -9.725249110776013e-01 1.977509983591018e+00 3.539520929944948e-02 1.707251167871968e-02
2.874000000000002e+00 1.017235283772600e+00 -9.899267549946985e-01 2.014722602806257e+00 -5.545103671954820e-02 1.726374042409728e-02
2.880000000000003e+00 1.014150962011040e+00 -1.004923729065893e+00 2.038373874987618e+00 -1.238612129030256e-01 1.742039043461992e-02
2.886000000000003e+00 1.007734020207349e+00 -1.016623037811298e+00 2.049050256491937e+00 -1.678303936935736e-01 1.753153764987251e-02
2.892000000000003e+00 9.992731576218827e-01 -1.024623516408779e+00 2.048400193921499e+00 -1.881396120451098e-01 1.759163797969948e-02
2.898000000000003e+00 9.899470062186114e-01 -1.028929515852473e+00 2.038691023713595e+00 -1.874925987821216e-01 1.759956664814297e-02
2.904000000000003e+00 9.807376961712285e-01 -1.029844086885520e+00 2.022425271984318e+00 -1.697090118800155e-01 1.755820200780868e-02
2.910000000000002e+00 9.723917809898801e-01 -1.027861710200378e+00 2.002045471032716e+00 -1.390641729265222e-01 1.747313871882568e-02
2.916000000000003e+00 9.654175286203013e-01 -1.023573659123038e+00 1.979734040217855e+00 -9.977316119248672e-02 1.735178319056647e-02
2.922000000000003e+00 9.601067321699905e-01 -1.017592716533543e+00 1.957299873900253e+00 -5.559841589256793e-02 1.720248982689303e-02
2.928000000000003e+00 9.565703588934094e-01 -1.010499065635575e+00 1.936135213163836e+00 -9.747871986463404e-03 1.703374384684212e-02
2.934000000000003e+00 9.547795579195117e-01 -1.002805920515955e+00 1.917223718442830e+00 3.529688577138304e-02 1.685337561749294e-02
2.940000000000003e+00 9.546060246767197e-01 -9.949416653766431e-01 1.901181579851538e+00 7.766666180892859e-02 1.666854979339059e-02
2.946000000000003e+00 9.558580022295831e-01 -9.872445935795453e-01 1.888316407978371e+00 1.161481236860777e-01 1.648532070566436e-02
2.952000000000003e+00 9.583100475102302e-01 -9.799664118202271e-01 1.878692315454871e+00 1.499874464626280e-01 1.630849545258303e-02
2.958000000000003e+00 9.617260345334699e-01 -9.732811789192262e-01 1.872193218737872e+00 1.788441846804166e-01 1.614174505395269e-02
2.964000000000003e+00 9.658757412234693e-01 -9.672970382735329e-01 1.868579507736734e+00 2.027055119573474e-01 1.598772523175076e-02
2.970000000000002e+00 9.705458561645279e-01 -9.620688129667657e-01 1.867535659801419e+00 2.217691968414156e-01 1.584806046315214e-02
2.976000000000003e+00 9.755464491538637e-01 -9.576101693308265e-01 1.868708110862527e+00 2.363503703781845e-01 1.572367117597124e-02
2.982000000000003e+00 9.807139666214025e-01 -9.539045727130993e-01 1.871733818169246e+00 2.468780120195878e-01 1.561472086798935e-02
2.988000000000003e+00 9.859117187266097e-01 -9.509146501302090e-01 1.876260588954715e+00 2.537951777199514e-01 1.552102853983590e-02
2.994000000000003e+00 9.910286750065462e-01 -9.485898480140567e-01 1.881960534440561e+00 2.575673828021632e-01 1.544186512878545e-02
3.000000000000003e+00 9.959772197475816e-01 -9.468724496228735e-01 1.888538058110944e+00 2.586455466786508e-01 1.537630865024609e-02

38
figs/omega.fig/Makefile Normal file
View File

@ -0,0 +1,38 @@
PROJECTNAME=omega
PHOTOCOMP_PATH=
DATS=omega10.dat omega3.dat omega10_faisal.dat omega3_faisal.dat
PDFS=$(addsuffix .pdf, $(PROJECTNAME))
TEXS=$(addsuffix .tikz.tex, $(PROJECTNAME))
all: $(PDFS)
$(PDFS): $(DATS)
gnuplot $(patsubst %.pdf, %.gnuplot, $@) > $(patsubst %.pdf, %.tikz.tex, $@)
pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@)
omega10.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega_min=5;omega_max=6;n_omega=50;n_periods=12;J=120;E=10e9" mc_avgavgcurrent_omega > $@
omega3.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega_min=5;omega_max=6;n_omega=50;n_periods=12;J=120;E=3e9" mc_avgavgcurrent_omega > $@
omega10_faisal.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega_min=5;omega_max=6;n_omega=50;M=16;E=10e9" faisal_current_omega > $@
omega3_faisal.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega_min=5;omega_max=6;n_omega=50;M=16;E=3e9" faisal_current_omega > $@
install: $(PDFS)
cp $^ $(INSTALLDIR)/
clean-aux:
rm -f $(addsuffix .tikz.tex, $(PROJECTNAME))
rm -f $(addsuffix .aux, $(PROJECTNAME))
rm -f $(addsuffix .log, $(PROJECTNAME))
clean-dat:
rm -f $(DATS)
clean-tex:
rm -f $(PDFS)
clean: clean-aux clean-tex

View File

@ -0,0 +1,28 @@
set ylabel "$\\frac{\\left<\\left<j\\right>\\right>}{\\frac{E^2}{4\\omega}}$" norotate offset -1,0
set xlabel "$\\omega-\\omega_c\\ (\\mathrm{eV})$"
set xtics -0.5,0.25
set ytics 0,0.5
set xrange [-0.5:0.5]
# default output canvas size: 12.5cm x 8.75cm
set term lua tikz size 8,6 standalone
# no key
set key off
# set linestyle
set style line 1 linetype rgbcolor "#4169E1" linewidth 3
set style line 2 linetype rgbcolor "#DC143C" linewidth 3
set style line 3 linetype rgbcolor "#32CD32" linewidth 3 dashtype (0.5,3)
set style line 4 linetype rgbcolor "#4B0082" linewidth 3 dashtype (0.5,3)
set style line 5 linetype rgbcolor "#DAA520" linewidth 3
set pointsize 0.6
plot \
"omega3.dat" using 1:3 with lines linestyle 1 ,\
"omega10.dat" using 1:3 with lines linestyle 2 ,\
"omega3_faisal.dat" using 1:2 with lines linestyle 3,\
"omega10_faisal.dat" using 1:2 with lines linestyle 4

View File

@ -0,0 +1,57 @@
#parameters: V_=1.000000000000000e+01 eV, EF=4.500000000000000e+00 eV, omega_=1.549800000000000e+00 eV, theta= 0.000000000000000e+00*pi W=5.500000000000000e+00 eV, n_photons=4.570246362361185, E=1.000000000000000e+10 V/m
#dimensionless: V=1.000000000000000e+00 k=9.486832980505138e-01 epsilon=2.813332376726366e-01 omega=1.549800000000000e-01 m=1.000000000000000e+00, keldysh=1.863997401882817e+00
# omega critical=5.561463213624131e+00
#numerical precision: tau=4.054191061543158e+00 NC=12 gl_order=16 J0=1 J=120
#
#% omega-omega_c nphotons avgavgcurrent minavgcurrent maxavgcurrent
-5.614632136241307e-01 1.115208395170143e+00 -2.770618888516028e-03 -7.379927333119778e-05 4.634747994891608e-05
-5.410550503588238e-01 1.110552135135230e+00 5.480834991036795e-03 -1.191468017259015e-05 1.158300087020989e-04
-5.206468870935188e-01 1.105935061178769e+00 1.374264823973282e-02 4.979913292138538e-05 1.589961514876781e-04
-5.002387238282120e-01 1.101356675491701e+00 1.396412426226811e-02 4.883178471708563e-05 1.520312934355974e-04
-4.798305605629061e-01 1.096816488736612e+00 5.634953456984638e-03 -1.728531718350051e-05 1.053795038200300e-04
-4.594223972976001e-01 1.092314019866977e+00 -4.285523147351692e-03 -8.670562447227886e-05 2.962471546920364e-05
-4.390142340322951e-01 1.087848795951036e+00 -6.651750134031895e-03 -1.003323572970252e-04 1.021588643746255e-05
-4.186060707669874e-01 1.083420352000169e+00 1.717893848873785e-03 -3.932802551361025e-05 8.789241508500370e-05
-3.981979075016815e-01 1.079028230801629e+00 1.429196029510254e-02 4.739354460420869e-05 1.656365342280544e-04
-3.777897442363756e-01 1.074671982755515e+00 1.923570417664202e-02 8.145840194904302e-05 1.794850268266521e-04
-3.573815809710696e-01 1.070351165715842e+00 1.167978684067777e-02 2.453682738842592e-05 1.430063636308353e-04
-3.369734177057637e-01 1.066065344835611e+00 -2.916763818828486e-03 -7.593753312547247e-05 4.462208165022935e-05
-3.165652544404560e-01 1.061814092415737e+00 -1.146905387976459e-02 -1.295308295718167e-04 -2.820177955898534e-05
-2.961570911751510e-01 1.057596987757747e+00 -4.819607158798860e-03 -8.280457124042098e-05 3.892108368485411e-05
-2.757489279098451e-01 1.053413617020115e+00 1.293601121122701e-02 3.470567353611870e-05 1.571569544155799e-04
-2.553407646445391e-01 1.049263573078148e+00 2.669648772973378e-02 1.292543159944828e-04 2.327533697332879e-04
-2.349326013792323e-01 1.045146455387307e+00 2.242733786357845e-02 9.519987490100301e-05 2.055763248417636e-04
-2.145244381139273e-01 1.041061869849881e+00 1.059458460922922e-03 -4.860607519188015e-05 7.528482675627640e-05
-1.941162748486205e-01 1.037009428684893e+00 -1.909740390797260e-02 -1.763873638773589e-04 -6.842317571165851e-05
-1.737081115833137e-01 1.032988750301173e+00 -1.803184091329091e-02 -1.658289194240541e-04 -5.506819376437100e-05
-1.532999483180086e-01 1.028999459173493e+00 8.843395531022303e-03 7.943000279311135e-06 1.318247578241810e-04
-1.328917850527018e-01 1.025041185721677e+00 4.155507531887147e-02 2.183725623413624e-04 3.308657313918079e-04
-1.124836217873959e-01 1.021113566192615e+00 4.822444285678856e-02 2.554908141769729e-04 3.572763605686480e-04
-9.207545852208998e-02 1.017216242545081e+00 1.177048432719659e-02 2.078680892848850e-05 1.395236990103833e-04
-7.166729525678495e-02 1.013348862337299e+00 -4.694968575713246e-02 -3.508250072170940e-04 -2.321817025911499e-04
-5.125913199147725e-02 1.009511078617158e+00 -7.071787745033299e-02 -4.930350176460888e-04 -3.862563884878475e-04
-3.085096872617132e-02 1.005702549815022e+00 6.620663765237958e-03 -5.842218347734685e-06 1.088198343730563e-04
-1.044280546086540e-02 1.001922939639051e+00 2.195790210468086e-01 1.306002774962442e-03 1.421609373489757e-03
9.965357804440522e-03 9.981719169729742e-01 5.479366985583929e-01 3.304994283766571e-03 3.407885442791352e-03
3.037352106974733e-02 9.944491557762352e-01 9.222240786487124e-01 5.555384906418867e-03 5.665923261641691e-03
5.078168433505414e-02 9.907543349864588e-01 1.260691770712270e+00 7.558519738407966e-03 7.673465806973562e-03
7.118984760035918e-02 9.870871384241715e-01 1.507890125793936e+00 8.988890181754680e-03 9.091846702287215e-03
9.159801086566510e-02 9.834472546997073e-01 1.657884594387718e+00 9.813600709475359e-03 9.922645987132630e-03
1.120061741309710e-01 9.798343771222539e-01 1.746480764297505e+00 1.026661913960459e-02 1.037889446947193e-02
1.324143373962778e-01 9.762482036109686e-01 1.819144860535612e+00 1.061762474865968e-02 1.072249350704826e-02
1.528225006615829e-01 9.726884366081232e-01 1.903938496206515e+00 1.103211965947697e-02 1.113875804527376e-02
1.732306639268897e-01 9.691547829942048e-01 2.000388728127970e+00 1.151171914315040e-02 1.162364198006771e-02
1.936388271921965e-01 9.656469540049427e-01 2.090098339925146e+00 1.194689836013536e-02 1.205505380122145e-02
2.140469904575015e-01 9.621646651501934e-01 2.157473117479232e+00 1.225274987164655e-02 1.234829893993879e-02
2.344551537228083e-01 9.587076361346428e-01 2.201570874732175e+00 1.241413416084134e-02 1.251950857768200e-02
2.548633169881143e-01 9.552755907802787e-01 2.235670931259566e+00 1.251499066825045e-02 1.261940535927550e-02
2.752714802534202e-01 9.518682569505817e-01 2.273928647615284e+00 1.264010780651369e-02 1.274259967141945e-02
2.956796435187252e-01 9.484853664763989e-01 2.320525574981460e+00 1.280919618610701e-02 1.292224490741569e-02
3.160878067840329e-01 9.451266550834464e-01 2.368824600008802e+00 1.298988930255555e-02 1.309828548200630e-02
3.364959700493388e-01 9.417918623214092e-01 2.407560085583444e+00 1.311160814736312e-02 1.321097180839620e-02
3.569041333146448e-01 9.384807314945884e-01 2.433434378308662e+00 1.316298829435784e-02 1.326932384875261e-02
3.773122965799507e-01 9.351930095940618e-01 2.451347919136050e+00 1.316813981388141e-02 1.326756110649709e-02
3.977204598452575e-01 9.319284472313192e-01 2.469797535679630e+00 1.317527332143272e-02 1.327297128280414e-02
4.181286231105643e-01 9.286867985733309e-01 2.493936889448729e+00 1.321145498941740e-02 1.331772607879735e-02
4.385367863758693e-01 9.254678212790179e-01 2.521165596281704e+00 1.326793308210336e-02 1.337539602934824e-02

View File

@ -0,0 +1,57 @@
#parameters: V_=1.000000000000000e+01 eV, EF=4.500000000000000e+00 eV, omega_=1.549800000000000e+00 eV, theta= 0.000000000000000e+00*pi W=5.500000000000000e+00 eV, n_photons=4.570246362361185, E=1.000000000000000e+10 V/m
#dimensionless: V=1.000000000000000e+00 k=9.486832980505138e-01 epsilon=2.813332376726366e-01 omega=1.549800000000000e-01 m=1.000000000000000e+00, keldysh=1.863997401882817e+00
# omega critical=5.561463213624131e+00
#numerical precision: M=16 gl_order=16
#
#% omega-omega_c avgcurrent
-5.614632136241307e-01 2.726097515061379e-02
-5.410550503588238e-01 2.761983244285576e-02
-5.206468870935188e-01 2.799263092612917e-02
-5.002387238282120e-01 2.838020521667588e-02
-4.798305605629061e-01 2.878350505615453e-02
-4.594223972976001e-01 2.920361236476888e-02
-4.390142340322951e-01 2.964176194088748e-02
-4.186060707669874e-01 3.009936677325054e-02
-3.981979075016815e-01 3.057804924753124e-02
-3.777897442363756e-01 3.107967996982597e-02
-3.573815809710696e-01 3.160642655434730e-02
-3.369734177057637e-01 3.216081562306201e-02
-3.165652544404560e-01 3.274581258729448e-02
-2.961570911751510e-01 3.336492576346502e-02
-2.757489279098451e-01 3.402234441594137e-02
-2.553407646445391e-01 3.472312510736624e-02
-2.349326013792323e-01 3.547344849943172e-02
-2.145244381139273e-01 3.628098176426890e-02
-1.941162748486205e-01 3.715540446144281e-02
-1.737081115833137e-01 3.810919714433638e-02
-1.532999483180086e-01 3.915887170827911e-02
-1.328917850527018e-01 4.032698644880921e-02
-1.124836217873959e-01 4.164565426411106e-02
-9.207545852208998e-02 4.316315559665844e-02
-7.166729525678495e-02 4.495782809969694e-02
-5.125913199147725e-02 4.717222419206193e-02
-3.085096872617132e-02 5.012189489247759e-02
-1.044280546086540e-02 5.490176228664152e-02
9.965357804440522e-03 6.749675994133106e-01
3.037352106974733e-02 1.074278445627210e+00
5.078168433505414e-02 1.320338428978925e+00
7.118984760035918e-02 1.503819473279356e+00
9.159801086566510e-02 1.650855043690696e+00
1.120061741309710e-01 1.773371054596708e+00
1.324143373962778e-01 1.877999933479661e+00
1.528225006615829e-01 1.968880442079353e+00
1.732306639268897e-01 2.048800039328749e+00
1.936388271921965e-01 2.119741315853476e+00
2.140469904575015e-01 2.183173434700924e+00
2.344551537228083e-01 2.240220493054260e+00
2.548633169881143e-01 2.291764935907818e+00
2.752714802534202e-01 2.338514247962874e+00
2.956796435187252e-01 2.381045705203959e+00
3.160878067840329e-01 2.419837411589054e+00
3.364959700493388e-01 2.455290432702373e+00
3.569041333146448e-01 2.487744961829736e+00
3.773122965799507e-01 2.517492374338429e+00
3.977204598452575e-01 2.544784380413243e+00
4.181286231105643e-01 2.569840086591403e+00
4.385367863758693e-01 2.592851521882477e+00

57
figs/omega.fig/omega3.dat Normal file
View File

@ -0,0 +1,57 @@
#parameters: V_=1.000000000000000e+01 eV, EF=4.500000000000000e+00 eV, omega_=1.549800000000000e+00 eV, theta= 0.000000000000000e+00*pi W=5.500000000000000e+00 eV, n_photons=3.640771133768785, E=3.000000000000000e+09 V/m
#dimensionless: V=1.000000000000000e+00 k=9.486832980505138e-01 epsilon=8.439997130179096e-02 omega=1.549800000000000e-01 m=1.000000000000000e+00, keldysh=6.213324672942726e+00
# omega critical=5.505644423509132e+00
#numerical precision: tau=4.054191061543158e+00 NC=12 gl_order=16 J0=1 J=120
#
#% omega-omega_c nphotons avgavgcurrent minavgcurrent maxavgcurrent
-5.056444235091320e-01 1.101368755565313e+00 5.440521037996134e-03 -1.480060131097641e-05 2.133789150796225e-05
-4.852362602438252e-01 1.096880586471114e+00 -3.487796278001623e-03 -2.010615727286377e-05 1.484934651964712e-05
-4.648280969785201e-01 1.092428892348195e+00 -1.187885229395299e-02 -2.380589834207261e-05 9.621692706535817e-06
-4.444199337132133e-01 1.088013229826511e+00 -1.210897923468407e-02 -2.313121573284263e-05 1.029196823723729e-05
-4.240117704479074e-01 1.083633162701155e+00 -2.338617854405512e-03 -1.837932094914639e-05 1.657073266502981e-05
-4.036036071826015e-01 1.079288261788028e+00 9.464539130735640e-03 -1.069377351896675e-05 2.600588461810181e-05
-3.831954439172964e-01 1.074978104783004e+00 1.274817248477627e-02 -8.584158357287201e-06 2.707837457305556e-05
-3.627872806519887e-01 1.070702276124460e+00 3.642170053165699e-03 -1.504803847915577e-05 2.011062042527479e-05
-3.423791173866828e-01 1.066460366859103e+00 -1.078299359596512e-02 -2.514667296625930e-05 1.100596815594747e-05
-3.219709541213769e-01 1.062251974510988e+00 -1.883408207699433e-02 -2.610610461864851e-05 3.568370518500230e-06
-3.015627908560710e-01 1.058076702953642e+00 -1.118234241075080e-02 -2.234454641921813e-05 8.975134378836117e-06
-2.811546275907650e-01 1.053934162285205e+00 7.107329449905768e-03 -1.137840727704134e-05 2.089606847764137e-05
-2.607464643254573e-01 1.049823968706521e+00 2.097434938070972e-02 -3.071202109310514e-06 2.922904178906394e-05
-2.403383010601523e-01 1.045745744402073e+00 1.604695072350009e-02 -6.928055870822954e-06 2.557359359276401e-05
-2.199301377948464e-01 1.041699117423702e+00 -4.811330559852069e-03 -2.074464836610695e-05 1.403513597656413e-05
-1.995219745295405e-01 1.037683721577033e+00 -2.535684216475933e-02 -3.169815069249855e-05 1.113931675095214e-07
-1.791138112642336e-01 1.033699196310528e+00 -2.696376362919943e-02 -3.149477267652169e-05 -1.857099478537461e-07
-1.587056479989286e-01 1.029745186607100e+00 -2.462643593722428e-03 -1.914771176246728e-05 1.590463951906939e-05
-1.382974847336218e-01 1.025821342878218e+00 3.184821195155511e-02 1.770650493254644e-06 3.601622022234366e-05
-1.178893214683150e-01 1.021927320860439e+00 4.406606416120002e-02 8.975129767305884e-06 4.210929758710277e-05
-9.748115820300995e-02 1.018062781514294e+00 1.260957988438618e-02 -7.794519418229985e-06 2.266717496806963e-05
-7.707299493770314e-02 1.014227390925477e+00 -4.594217389054500e-02 -4.245080091346345e-05 -1.175882280460283e-05
-5.666483167239722e-02 1.010420820208272e+00 -8.212441891351456e-02 -6.179098930783611e-05 -3.202341266797526e-05
-3.625666840709130e-02 1.006642745411147e+00 -3.357069133117085e-02 -3.469321548494469e-05 -2.785559000982596e-06
-1.584850514178626e-02 1.002892847424484e+00 1.449220627039636e-01 6.428766067554867e-05 9.854398744667953e-05
4.559658123521437e-03 9.991708118903589e-01 4.462663982036674e-01 2.342688847963952e-04 2.684876324622748e-04
2.496782138882736e-02 9.954763291143482e-01 8.154876177820276e-01 4.410086402868284e-04 4.724643252367222e-04
4.537598465413328e-02 9.918090939792795e-01 1.169839699739597e+00 6.327641317066587e-04 6.650849193733572e-04
6.578414791943921e-02 9.881688058609012e-01 1.448600434322193e+00 7.823091379940555e-04 8.144315665661837e-04
8.619231118474602e-02 9.845551685454086e-01 1.629039942433068e+00 8.766649218478126e-04 9.092015622215628e-04
1.066004744500528e-01 9.809678901487812e-01 1.734624408323607e+00 9.237397516685849e-04 9.583700571231934e-04
1.270086377153579e-01 9.774066830378858e-01 1.810054762087496e+00 9.602686871880081e-04 9.933710786164777e-04
1.474168009806638e-01 9.738712637532988e-01 1.887180176516779e+00 9.920020139240621e-04 1.026708907389755e-03
1.678249642459697e-01 9.703613529338089e-01 1.980856657102065e+00 1.038922520549902e-03 1.070366492173571e-03
1.882331275112765e-01 9.668766752425497e-01 2.075911047477784e+00 1.080214324470186e-03 1.109809035707033e-03
2.086412907765816e-01 9.634169592947313e-01 2.153954914387861e+00 1.113758421709462e-03 1.144401966624319e-03
2.290494540418884e-01 9.599819375869161e-01 2.208468400478316e+00 1.133133791969194e-03 1.164972880746849e-03
2.494576173071952e-01 9.565713464278208e-01 2.246100912877204e+00 1.144219761124957e-03 1.176407074480669e-03
2.698657805725002e-01 9.531849258705849e-01 2.281639995781688e+00 1.154759651554982e-03 1.186984232920005e-03
2.902739438378070e-01 9.498224196464841e-01 2.323872067209149e+00 1.167293917415166e-03 1.200610384519876e-03
3.106821071031129e-01 9.464835751000499e-01 2.372087358564411e+00 1.184756306608857e-03 1.214382326908297e-03
3.310902703684189e-01 9.431681431255522e-01 2.417191135582821e+00 1.199138283317920e-03 1.230802381779045e-03
3.514984336337239e-01 9.398758781048274e-01 2.449473075024035e+00 1.205450394850337e-03 1.237594292697188e-03
3.719065968990316e-01 9.366065378463991e-01 2.473413789496047e+00 1.208168711785451e-03 1.240986498551774e-03
3.923147601643375e-01 9.333598835258821e-01 2.487892751774505e+00 1.207505563630144e-03 1.238446169414252e-03
4.127229234296435e-01 9.301356796276165e-01 2.510016967729721e+00 1.210264504051473e-03 1.244359142928139e-03
4.331310866949494e-01 9.269336938875204e-01 2.534402319979004e+00 1.214287060491374e-03 1.243908723310228e-03
4.535392499602562e-01 9.237536972371201e-01 2.562631448455885e+00 1.219543696717257e-03 1.251623149286224e-03
4.739474132255630e-01 9.205954637487328e-01 2.582869526515067e+00 1.220597729546033e-03 1.251711894151075e-03
4.943555764908680e-01 9.174587705817783e-01 2.597518591440659e+00 1.218620477432454e-03 1.250105813687070e-03

View File

@ -0,0 +1,57 @@
#parameters: V_=1.000000000000000e+01 eV, EF=4.500000000000000e+00 eV, omega_=1.549800000000000e+00 eV, theta= 0.000000000000000e+00*pi W=5.500000000000000e+00 eV, n_photons=3.640771133768785, E=3.000000000000000e+09 V/m
#dimensionless: V=1.000000000000000e+00 k=9.486832980505138e-01 epsilon=8.439997130179096e-02 omega=1.549800000000000e-01 m=1.000000000000000e+00, keldysh=6.213324672942726e+00
# omega critical=5.505644423509132e+00
#numerical precision: M=16 gl_order=16
#
#% omega-omega_c avgcurrent
-5.056444235091320e-01 2.645581886394737e-03
-4.852362602438252e-01 2.681924993258104e-03
-4.648280969785201e-01 2.719786710650607e-03
-4.444199337132133e-01 2.759277534126432e-03
-4.240117704479074e-01 2.800523747665623e-03
-4.036036071826015e-01 2.843670151618915e-03
-3.831954439172964e-01 2.888883448643091e-03
-3.627872806519887e-01 2.936356487472876e-03
-3.423791173866828e-01 2.986313639928470e-03
-3.219709541213769e-01 3.039017696947891e-03
-3.015627908560710e-01 3.094778833956210e-03
-2.811546275907650e-01 3.153966446720470e-03
-2.607464643254573e-01 3.217025050923018e-03
-2.403383010601523e-01 3.284496069304356e-03
-2.199301377948464e-01 3.357048377940286e-03
-1.995219745295405e-01 3.435522290182857e-03
-1.791138112642336e-01 3.520994912158194e-03
-1.587056479989286e-01 3.614880978500276e-03
-1.382974847336218e-01 3.719095738789502e-03
-1.178893214683150e-01 3.836333606895012e-03
-9.748115820300995e-02 3.970581380660234e-03
-7.707299493770314e-02 4.128162036920147e-03
-5.666483167239722e-02 4.320180339599073e-03
-3.625666840709130e-02 4.569685342691192e-03
-1.584850514178626e-02 4.944029971282938e-03
4.559658123521437e-03 4.291745405759297e-01
2.496782138882736e-02 9.363264556473389e-01
4.537598465413328e-02 1.211025139326804e+00
6.578414791943921e-02 1.410357855651048e+00
8.619231118474602e-02 1.568275664148413e+00
1.066004744500528e-01 1.699091479258158e+00
1.270086377153579e-01 1.810450413966409e+00
1.474168009806638e-01 1.907006734255574e+00
1.678249642459697e-01 1.991843342949548e+00
1.882331275112765e-01 2.067127033024138e+00
2.086412907765816e-01 2.134449320185611e+00
2.290494540418884e-01 2.195019697275195e+00
2.494576173071952e-01 2.249782634431972e+00
2.698657805725002e-01 2.299492168631311e+00
2.902739438378070e-01 2.344761487113719e+00
3.106821071031129e-01 2.386097048592547e+00
3.310902703684189e-01 2.423922757991954e+00
3.514984336337239e-01 2.458597525404889e+00
3.719065968990316e-01 2.490428296772909e+00
3.923147601643375e-01 2.519679907177919e+00
4.127229234296435e-01 2.546582655618484e+00
4.331310866949494e-01 2.571338214173096e+00
4.535392499602562e-01 2.594124298598738e+00
4.739474132255630e-01 2.615098403715387e+00
4.943555764908680e-01 2.634400822821556e+00

View File

@ -0,0 +1,28 @@
PROJECTNAME=$(basename $(basename $(wildcard *.tikz.tex)))
LIBS=$(notdir $(wildcard libs/*))
PDFS=$(addsuffix .pdf, $(PROJECTNAME))
all: $(PDFS)
$(PDFS): $(LIBS)
echo $(LIBS)
pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@)
install: $(PDFS)
cp $^ $(INSTALLDIR)/
$(LIBS):
ln -fs libs/$@ ./
clean-libs:
rm -f $(LIBS)
clean-aux:
rm -f $(addsuffix .aux, $(PROJECTNAME))
rm -f $(addsuffix .log, $(PROJECTNAME))
clean-tex:
rm -f $(PDFS)
clean: clean-libs clean-aux clean-tex

View File

@ -0,0 +1,22 @@
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw(-3,0)--(3,0);
\draw(0,-1.5)--(0,3);
\draw[line width=1.5pt](-2.5,0)--(0,0)--(0,2.5)--(1.975,-1.25);
\draw(1.5,1.5)node{\small$U-Ex$};
\draw[line width=1pt, densely dotted](-2.5,1)--(0,1);
\draw(-3.4,1)node{\small$\mathcal E_F\equiv U-W$};
\draw(0,3.3)node{\small$V$};
\draw(3.3,0)node{\small$x$};
\end{tikzpicture}
\end{document}