Giter Club home page Giter Club logo

emc's People

Contributors

afonari avatar jaroli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emc's Issues

Problem of step size

Hi,

It seems that the step size is not the actual distance between the generated k points but just a coefficient of this k points grid, like double the step size results in double the value of k points coordinate.

So how could it be used in the 5 points stencil method?

Thank you.

VASP error

Hello!
I read the manual of emc and run the python code for GaAs calculation(based on vasp), and I got two questions.

  1. when I set the step size to 0.01 for heavy hole calculation, I got 0.344 which is same as the paper. But when I changed the step size in the input_file such as 0.005 or 0.02, I couldn't get the same results as which in that paper. This issue occurs both on HH, EI and LH.
  2. How to calculate LH and EI? Should I change the band number into 17 for GaAs case?
    Thank you !

in_and_out.zip

Can this code be used with HSE(Hybrid-DFT) calculations in VASP?

Hi,

Can this code be used with Hybrid functional calculations (HSE06 for example) in VASP?

I tried and don't think the recipe for PBE works for HSE?

Because, we probably cannot do non-self consistent (nscf) calculation in HSE (with VASP). For band structure plotting in HSE we typically add additional K-points (with weight zero) along high symmetry directions on top of scf KPOINTS, and then do a scf calculation with new KPOINTS file.

Wondering if some similar recipe can be used with this code to calculate band effective masses with HSE calculations in VASP?

Will appreciate any help and suggestions.

Thanks,
Anuj

Facing error in installation

Hi,
i followed following steps but i am facing an error please help me to fix this error.
Commands

  • edit Makefile from the fortran folder for you needs
  • run make
  • check that emc_gen and emc_calc are in your path $PATH (to print the $PATH variable do echo $PATH)

Error

gfortran emc_gen.f90 -o emc_gen emc_functions.o
emc_functions.o: In function __emc_functions_MOD_vect2g': emc_functions.f90:(.text+0x1a5): undefined reference to ddot_'
emc_functions.f90:(.text+0x289): undefined reference to ddot_' emc_functions.f90:(.text+0x36d): undefined reference to ddot_'
emc_functions.o: In function __emc_functions_MOD_inverse': emc_functions.f90:(.text+0x80a): undefined reference to dgetrf_'
emc_functions.f90:(.text+0x8cb): undefined reference to dgetri_' emc_functions.o: In function __emc_functions_MOD_puredegmv':
emc_functions.f90:(.text+0xe1d): undefined reference to dgemv_' emc_functions.o: In function _emc_functions_MOD_puredgesv':
emc_functions.f90:(.text+0x1035): undefined reference to `dgesv
'
collect2: error: ld returned 1 exit status
make: *** [emc_gen] Error 1

Looking forward to your help.

what's the problem with it. Please help me.

I follow the step to run the emc.py input-file.But it shows a mistake.The error is here.

nsgk114_KYF@gcn01:~/syd/electronic-mobility/LN/0.99/STA/BAND/test> emc.py input-file
File "/home-gk/users/nsgk114_KYF/syd/emc-master/emc.py", line 183
print 'jacobi: [WARNING] Jacobi iteration did not converge in 50 passes!'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('jacobi: [WARNING] Jacobi iteration did not converge in 50 passes!')?

effective mass at any point other than k=0 (using PWSCF+QE-to-vasp workaround)

Dear all!

I know that the interface for QE is not currently available but I am trying to circumvent the issue by using a script to generate the EIGENVAL from the nscf output on the stencil grid [1].

this worked well for a system where I had the band-gap opening at k=0 (gamma) but I fail to get the appropriate masses at any other point (I am assuming at this stage I am doing something wrong).

Assuming a cubic unit cell (a=11.1.. a.u) and the band-gap being at R(0.5/0.5/0.5) of the BZ, would the following input/output be appropriate?

0.500 0.500 0.500                       ! K-POINT in the reciprocal crystal coord. (3 floats)
0.001                                    ! step size in 1/Bohr units (1 float)
43                                     ! band number, (1 integer)
V                                       ! program identifier (1 char)
11.16828  0.000000000  0.000000000   ! direct lattice vectors (3 floats)
0.000000000  11.16828  0.000000000   ! direct lattice vectors (3 floats)
0.000000000  0.000000000  11.16828  ! direct lattice vectors (3 floats)

==========

No output file provided, entering the Generation regime...

-> generate_kpoints: K-point in reciprocal coordinates: 0.281 0.281 0.281 (=0.5*2*pi/alat)
KPOINTS file has been generated in the current directory...

I believe this is correct because the k-points give me lots of points approaching R(0.5/0.5/0.5), e.g.

Reciprocal
   0.5000000000    0.5000000000    0.5000000000 0.01
   0.4671492096    0.5000000000    0.5000000000 0.01
   0.5328507904    0.5000000000    0.5000000000 0.01
   0.5000000000    0.4671492096    0.5000000000 0.01
   0.5000000000    0.5328507904    0.5000000000 0.01
   0.5000000000    0.5000000000    0.4671492096 0.01
   0.5000000000    0.5000000000    0.5328507904 0.01
   ....

the EIGENVAL file then reads

    2    2    1    1
  0.2376594E+02  0.4065993E-09  0.4065993E-09  0.4065993E-09  0.5000000E-15
  1.000000000000000E-004
  CAR
 unknown system
   44    19    60

  2.5000000E-01   2.5000000E-01   2.5000000E-01   1.0000000E+00
   1      -17.644000
   2      -17.644000
   3      -14.305500
   4      -14.305500
   5      -14.305500
   6      -14.305500
   7      -11.754200
   8      -11.754200
   9      -11.754200

Holes (band 44):

Effective mass (0):       -0.023
Original eigenvectors: 1.00000 0.00000 0.00000
Normal fractional coordinates: 1.00000 0.00000 0.00000

Electrons:

Effective mass (0): 0.023

when I fit the band-structure manually I get around m*~0.08...0.1

can someone spot my mistake? Any help is greatly appreciated, I am quite lost where to start looking... all files can be found here: https://drive.google.com/open?id=0B4jAwkTrBEE8UENUNS02RjUyT00

Thank you for reading until here!

Best,
Chris

[1] https://nanohub.org/resources/23040/download/QE-to-VASP.py

CASTEP result

Hello, afonari,
When I used the emc.py script to calculate the effective mass of CH3NH3PbI3, I am confused that the effective mass (0)/(1)/(2) gradully increased with the step size from 0.005 to 0.1. I have read the "Choice of step size in the EMC program" and "Paper-03-18-2013", It is regrettable that i still don't know how to choose an appropriate step value.
Best Regards,
libaoyuzi

Continuous error

Hello

I have tried to make the input file and supplied the EIGENVAL file as mentioned in the readme file. Still i am continuously facing the error of Python script.
The error is:
Redirecting output to emcpy.out_1439455692
Traceback (most recent call last):
File "emc.py", line 426, in
energies = parse_EIGENVAL_VASP(output_fh, band, len(st))
File "emc.py", line 290, in parse_EIGENVAL_VASP
energies.append(float(line.split()[1])*ev2h)

It might be possible that i am missing something here, and if it is so, please tell me what is wrong.

thanks
sudeep

CRYSTAL interface

Dear Dr. Afomari and others,

I tried several times to use the cry-getE.pl file you have uploaded. Unfortuntely, I get an error which reads as "runprop09 is not in $PATH (which failed): ". This happen even as I have included runprop09 in my path and I can see it as I "echo" the $PATH.
Moreover the test files are highly dependent on the k steps. Do you have any good practice guide for the k step?

Best,
Reza

list index out of range

Dear all,

I am trying to calculate the effective mass using emc-1.50.
It has an error :

Redirecting output to emcpy.out_1501496643
Traceback (most recent call last):
File "./emc.py", line 426, in
energies = parse_EIGENVAL_VASP(output_fh, band, len(st))
File "./emc.py", line 290, in parse_EIGENVAL_VASP
energies.append(float(line.split()[1])*ev2h)
IndexError: list index out of range

Can someone help me to fix this issue please!

Thank you very much.

The way of using EMC

when I use emc, I have a question. I don't know what kind of carriers I have calculated. In other word, how can l make sure which band I have calculated?

CRYSTAL and EMC

Hi all,

I am CRYSTAL user and want to use EMC. In the Github I cannot find the "Helper script cry-getE.pl". If anyone has any suggestion where I can find this file I will be more than grateful.

Best Regards,
Reza

regarding using emc

I need help regarding running the script.
I created a folder which includes emc.py and the required inputs like KPOINTS and EIGENVAL files from my band structure calculations using VASP. I created an input file INPCAR in the format mentioned in README. Then I compiled the script (python emc.py) after which emcpy.out is generated.
Am I going in right way? I am not knowing how to proceed.
Kindly help me in this regard.

CRYSTAL14 compatible?

Hello, EMC developer,

I was using your code recently to get effective mass, however, I am using CRYSTAL14 instead of CRYSTAL09, is your code compatible with CRYSTAL14? Thanks very much.

Effective masses along two directions are highly anisotropic for a isotropic 2D sheet of GaS. Also the fractional coordinates are not zero for other axis.

For GaS 2D monolayer (INPCAR file)
-0.1839 0.3678 0.0000 ! K-POINT in the reciprocal crystal coord. (3 floats)
0.001 ! step size in 1/Bohr units (1 float)
36 ! band number, (1 integer)
V
3.640527884 -6.305579262 0.000000000
3.640527884 6.305579262 0.000000000
0.000000000 0.000000000 16.393389123 ! program identifier (1)

the vasp output:
Effective mass (0): -2.029
Original eigenvectors: 0.00000 0.00000 0.00000
Normal fractional coordinates: -0.03064 1.00000 0.00335

Effective mass (1): -13.022
Original eigenvectors: 0.00000 0.00000 0.00000
Normal fractional coordinates: 1.00000 0.52286 -0.01380

~

different reciprocal lattice vectors between vasp and emc 1.5f

Hi,
I found that reciprocal lattice vectors generated from emc1.5f are different from VASP using the same direct lattice vectors. Such as:
from VASP:
direct lattice vectors reciprocal lattice vectors
5.088985122 0.014419286 0.000000000 0.196504412 -0.000556782 0.000000000
0.014419286 5.088985122 0.000000000 -0.000556782 0.196504412 0.000000000
0.000000000 0.000000000 20.000000000 0.000000000 0.000000000 0.050000000

From emc 1.5f
direct lattice vectors reciprocal lattice vectors
5.088985 0.014419 0.000000 1.234674 -0.003498 0.000000
0.014419 5.088985 0.000000 -0.003498 1.234674 0.000000
0.000000 0.000000 20.000000 0.000000 0.000000 0.314159

I calculated results are:
Principle effective masses and directions:
Effective mass: -11.594
Cartesian coordinate: -0.970448 0.006327 -0.241227
Direct lattice vectors: 1.000 -0.009 0.063

      Effective mass:     0.134
Cartesian coordinate:  0.006037  0.999980  0.001941

Direct lattice vectors: 0.003 1.000 0.000

      Effective mass:     0.049
Cartesian coordinate: -0.241234 -0.000427  0.970467

Direct lattice vectors: -0.977 0.001 1.000

Please advice. Many thanks

results

hello,I need your help,I use emc.py code with vasp and got result, but the result are different from others, I paste my result in bellow, the effective mass along three directions are 0.031 0.031 0.088, other paper is 0.063,0.063, 0.410, and I found the three directions are perpendicular,0.088 corresponding 111 direction, in other's paper, this direction effective mass is 0.410,the second issue is, in other Kpoint(not high-symmetry kpoints), the eigenvectors are random, I want to know if there is a code I can get the effective mass in a fixed direction,thankyou
Contents of the input_file file:

0.500 0.500 0.500
0.01
20
V
0.000000000 3.285539473 3.285539473
3.285539473 0.000000000 3.285539473
3.285539473 3.285539473 0.000000000

==========

Successfully opened EIGENVAL, preparing to parse it...

-> fd_effmass_st3: Effective mass tensor:

-25.35629843 6.98108529 6.98108529
6.98108529 -25.35629843 6.98108529
6.98108529 6.98108529 -25.35629843

Principle effective masses and directions:

Effective mass (0): -0.031
Original eigenvectors: -0.70711 0.70711 0.00000
Normal fractional coordinates: 1.00000 -1.00000 0.00000

Effective mass (1): -0.031
Original eigenvectors: -0.40825 -0.40825 0.81650
Normal fractional coordinates: -0.50000 -0.50000 1.00000

Effective mass (2): -0.088
Original eigenvectors: 0.57735 0.57735 0.57735
Normal fractional coordinates: 1.00000 1.00000 1.00000

CASTEP result

Hello, afonari,
When I used the emc.py script to calculate the effective mass of CH3NH3PbI3, I am confused that the effective mass (0)/(1)/(2) gradully increased with the step size from 0.005 to 0.1. I have read the "Choice of step size in the EMC program" and "Paper-03-18-2013", It is regrettable that i still don't know how to choose an appropriate step value.
Best Regards,
libaoyuzi

How to cite?

Hi Alexandr,
How would you like your code cited in publications?
Thanks!
Tess

CASTEP error

Hi, jaroli ,
When I follow the example (Usage with CASTEP part) and use "./emc.py input_el NbFeSb.electrons.bands" to obtain the effective mass for the desired band, echo the error as belw:

./emc.py input_el NbFeSb.electrons.bands
Redirecting output to emcpy.out_1602333332
Traceback (most recent call last):
File "./emc.py", line 429, in
masses, vecs_cart, vecs_frac, vecs_n = get_eff_masses(m, basis)
NameError: name 'm' is not defined

All the files I used were obtained from "https://github.com/afonari/emc/tree/master/test/NbFeSb-CASTEP". Nothing has been changed to these files!!
I do not konw what causes this error, could you help me to solve it. @jaroli
Many thanks!

About Result

Principle effective masses and directions:
Effective mass (0): -0.369
Original eigenvectors: -0.23291 -0.45393 0.86006
Normal fractional coordinates: -0.88703 -0.64622 1.00000

Effective mass (1): -0.236
Original eigenvectors: -0.70410 0.68874 0.17284
Normal fractional coordinates: 1.00000 -0.36565 -0.07494

Effective mass (2): 0.230
Original eigenvectors: 0.67082 0.56532 0.48002
Normal fractional coordinates: 1.00000 0.31501 0.21846

What are effective mass (0) (1) and (2)?

Help in Calculation procedure

Dear Sir ..I have copied the file emc-1.50.tar.gz and after unzib the folder i got rmc.py I used chmod + ./emc.py .After this I used test folder of GaAs for calculations.After running of scf i make new director and copied KPOINTS file and incar file CHG,chgcar also.Now after this what will be the procedure for calculation of effective mass.

Procedure to calculate effective mass for spin-polarized case

Dear Alexandr Fonari,

       I need to do effective mass calculation from spin-polarized band structure calculated by VASP. I downloaded program from your website. From README file I see there is example for non-spin polarized  system. I would like to ask the method for spin-polarized system.  Could you please tell me how to set band number in input.in file for spin-polarized system ?

I look forward to receive your reply.

Thanking you,
Santu

Wien2k

Dear Alexandr Fonari,

   I need to do effective mass calculation from band structure calculated by Wien2k. Could you please tell me how to do it ?

I look forward to receive your reply.

Thanking you,
Kadda

how to use emc

When I use emc, except the download test, GaAs, other results are all not right. I need some help.

For example, I calculated Si, the INPCAR:


0.00 0.00 0.00
0.01
4
V
0.000000000 2.732854000 2.732854000
2.732854000 0.000000000 2.732854000
2.732854000 2.732854000 0.000000000
_______________________________________________________--

THE POSCAR we used to calculate band:
system
1.0
0.0000000000000000 2.7328540000000000 2.7328540000000000
2.7328540000000000 0.0000000000000000 2.7328540000000000
2.7328540000000000 2.7328540000000000 0.0000000000000000
Si
2
direct
0.7500000000000000 0.7500000000000000 0.7500000000000000 Si
0.5000000000000000 0.5000000000000000 0.5000000000000000 Si

and the EIGENVAL file:

2    2    1    1

0.2041030E+02 0.3864839E-09 0.3864839E-09 0.3864839E-09 0.5000000E-15
1.000000000000000E-004
CAR
unknown system
8 120 28

0.0000000E+00 0.0000000E+00 0.0000000E+00 0.8333333E-02
1 -6.193850 1.000000
2 5.643881 1.000000
3 5.643883 1.000000
4 5.643883 1.000000
5 8.203982 0.000000
6 8.203983 0.000000
7 8.203983 0.000000
8 8.784824 0.000000
9 13.423439 0.000000
10 13.423439 0.000000
11 13.517304 0.000000
12 16.850600 0.000000
13 16.850601 0.000000
14 16.850601 0.000000
15 20.917058 0.000000
16 28.736265 0.000000
17 28.736265 0.000000
18 28.736265 0.000000
19 29.891393 0.000000
20 29.891393 0.000000
21 31.132574 0.000000
22 31.132576 0.000000
23 31.132576 0.000000
24 34.611195 0.000000
25 34.611195 0.000000
26 34.611196 0.000000
27 40.551952 0.000000
28 40.551953 0.000000

0.0000000E+00 0.2631579E-01 0.0000000E+00 0.8333333E-02
1 -6.184917 1.000000
2 5.535562 1.000000
3 5.628409 1.000000
4 5.628411 1.000000
5 8.226594 0.000000
6 8.226595 0.000000
7 8.228732 0.000000
8 8.852631 0.000000
9 13.390742 0.000000
10 13.390742 0.000000
11 13.557328 0.000000
12 16.812274 0.000000
13 16.912509 0.000000
14 16.912509 0.000000
15 20.982567 0.000000
16 28.603427 0.000000
17 28.641493 0.000000
18 28.641493 0.000000
19 29.790246 0.000000
20 29.790246 0.000000
21 31.215724 0.000000
22 31.215726 0.000000
23 31.252487 0.000000
24 34.619408 0.000000
25 34.743707 0.000000
26 34.743708 0.000000
27 40.400355 0.000000
28 40.524208 0.000000

0.0000000E+00 0.5263158E-01 0.0000000E+00 0.8333333E-02
1 -6.158084 1.000000
2 5.250100 1.000000
3 5.584016 1.000000
4 5.584017 1.000000
5 8.249680 0.000000
6 8.291760 0.000000
7 8.291761 0.000000
8 9.072266 0.000000
9 13.301228 0.000000
10 13.301228 0.000000
11 13.674675 0.000000
12 16.708362 0.000000
13 17.090165 0.000000
14 17.090165 0.000000
15 21.171115 0.000000
16 28.274358 0.000000
17 28.329946 0.000000
18 28.329947 0.000000
19 29.629245 0.000000
20 29.629245 0.000000
21 31.373930 0.000000
22 31.373931 0.000000
23 31.557054 0.000000
24 34.643992 0.000000
25 35.115889 0.000000
26 35.115890 0.000000
27 39.979665 0.000000
28 40.442403 0.000000

0.0000000E+00 0.7894737E-01 0.0000000E+00 0.8333333E-02
1 -6.113476 1.000000
2 4.856390 1.000000
3 5.515940 1.000000
4 5.515941 1.000000
5 8.221845 0.000000
6 8.392240 0.000000
7 8.392241 0.000000
8 9.421640 0.000000
9 13.175611 0.000000
10 13.175611 0.000000
11 13.860687 0.000000
12 16.558927 0.000000
13 17.364394 0.000000
14 17.364394 0.000000
15 21.461958 0.000000
16 27.814638 0.000000
17 27.814639 0.000000
18 27.820994 0.000000
19 29.541097 0.000000
20 29.541097 0.000000
21 31.518029 0.000000
22 31.518030 0.000000
23 31.946884 0.000000
24 34.684773 0.000000
25 35.666549 0.000000
26 35.666550 0.000000
27 39.376838 0.000000
28 40.310534 0.000000

0.0000000E+00 0.1052632E+00 0.0000000E+00 0.8333333E-02
1 -6.051188 1.000000
2 4.404843 1.000000
3 5.431522 1.000000
4 5.431524 1.000000
5 8.155867 0.000000
6 8.518194 0.000000
7 8.518195 0.000000
8 9.844487 0.000000
9 13.037100 0.000000
10 13.037100 0.000000
11 14.099158 0.000000
12 16.397071 0.000000
13 17.716311 0.000000
14 17.716311 0.000000
15 21.831772 0.000000
16 27.178386 0.000000
17 27.178387 0.000000
18 27.314824 0.000000
19 29.522376 0.000000
20 29.522376 0.000000
21 31.635676 0.000000
22 31.635678 0.000000
23 32.356378 0.000000
24 34.741450 0.000000
25 36.330029 0.000000
26 36.330030 0.000000
27 38.642882 0.000000
28 40.127037 0.000000

0.0000000E+00 0.1315789E+00 0.0000000E+00 0.8333333E-02
1 -5.971540 1.000000
2 3.926926 1.000000
3 5.334814 1.000000
4 5.334815 1.000000
5 8.068439 0.000000
6 8.657148 0.000000
7 8.657149 0.000000
8 10.301743 0.000000
9 12.905887 0.000000
10 12.905887 0.000000
11 14.360064 0.000000
12 16.264767 0.000000
13 18.120112 0.000000
14 18.120112 0.000000
15 22.257010 0.000000
16 26.472414 0.000000
17 26.472415 0.000000
18 26.783023 0.000000
19 29.528551 0.000000
20 29.528551 0.000000
21 31.719726 0.000000
22 31.719727 0.000000
23 32.776155 0.000000
24 34.813582 0.000000
25 37.031457 0.000000
26 37.031457 0.000000
27 37.849545 0.000000
28 39.900938 0.000000

0.0000000E+00 0.1578947E+00 0.0000000E+00 0.8333333E-02
1 -5.874702 1.000000
2 3.437593 1.000000
3 5.234033 1.000000
4 5.234034 1.000000
5 7.969181 0.000000
6 8.797892 0.000000
7 8.797893 0.000000
8 10.773419 0.000000
9 12.806031 0.000000
10 12.806031 0.000000
11 14.588794 0.000000
12 16.223891 0.000000
13 18.568615 0.000000
14 18.568616 0.000000
15 22.714444 0.000000
16 25.757586 0.000000
17 25.757587 0.000000
18 26.260916 0.000000
19 29.558758 0.000000
20 29.558758 0.000000
21 31.803824 0.000000
22 31.803825 0.000000
23 33.178243 0.000000
24 34.900555 0.000000
25 37.021941 0.000000
26 37.706067 0.000000
27 37.706068 0.000000
28 39.659887 0.000000

0.0000000E+00 0.1842105E+00 0.0000000E+00 0.8333333E-02
1 -5.761125 1.000000
2 2.945787 1.000000
3 5.131884 1.000000
4 5.131886 1.000000
5 7.864303 0.000000
6 8.927057 0.000000
7 8.927058 0.000000
8 11.248137 0.000000
9 12.739726 0.000000
10 12.739726 0.000000
11 14.712027 0.000000
12 16.348973 0.000000
13 19.043315 0.000000
14 19.043316 0.000000
15 23.166842 0.000000
16 25.038205 0.000000
17 25.038206 0.000000
18 25.778160 0.000000
19 29.580263 0.000000
20 29.580264 0.000000
21 31.871797 0.000000
22 31.871798 0.000000
23 33.532622 0.000000
24 35.000278 0.000000
25 36.171219 0.000000
26 38.186787 0.000000
27 38.186789 0.000000
28 39.388977 0.000000

0.0000000E+00 0.2105263E+00 0.0000000E+00 0.8333333E-02
1 -5.631309 1.000000
2 2.459040 1.000000
3 5.032736 1.000000
4 5.032737 1.000000
5 7.759443 0.000000
6 9.035793 0.000000
7 9.035794 0.000000
8 11.719362 0.000000
9 12.741625 0.000000
10 12.741625 0.000000
11 14.707658 0.000000
12 16.663467 0.000000
13 19.534740 0.000000
14 19.534741 0.000000
15 23.526426 0.000000
16 24.345223 0.000000
17 24.345224 0.000000
18 25.427981 0.000000
19 29.625110 0.000000
20 29.625110 0.000000
21 31.946649 0.000000
22 31.946650 0.000000
23 33.787860 0.000000
24 35.114111 0.000000
25 35.403481 0.000000
26 38.163748 0.000000
27 38.163750 0.000000
28 39.305298 0.000000

0.0000000E+00 0.2368421E+00 0.0000000E+00 0.8333333E-02
1 -5.486010 1.000000
2 1.981141 1.000000
3 4.938333 1.000000
4 4.938335 1.000000
5 7.658273 0.000000
6 9.115333 0.000000
7 9.115334 0.000000
8 12.181790 0.000000
9 12.813000 0.000000
10 12.813001 0.000000
11 14.628005 0.000000
12 17.114981 0.000000
13 20.019009 0.000000
14 20.019010 0.000000
15 23.607031 0.000000
16 23.699636 0.000000
17 23.699637 0.000000
18 25.398475 0.000000
19 29.669793 0.000000
20 29.669793 0.000000
21 32.019881 0.000000
22 32.019882 0.000000
23 33.708038 0.000000
24 34.949907 0.000000
25 35.239463 0.000000
26 37.618314 0.000000
27 37.618315 0.000000
28 39.159273 0.000000

0.0000000E+00 0.2631579E+00 0.0000000E+00 0.8333333E-02
1 -5.326119 1.000000
2 1.515696 1.000000
3 4.850293 1.000000
4 4.850295 1.000000
5 7.563151 0.000000
6 9.161607 0.000000
7 9.161608 0.000000
8 12.623740 0.000000
9 12.949917 0.000000
10 12.949918 0.000000
11 14.533739 0.000000
12 17.649020 0.000000
13 20.431593 0.000000
14 20.431594 0.000000
15 23.158079 0.000000
16 23.158079 0.000000
17 23.364818 0.000000
18 25.745856 0.000000
19 29.698789 0.000000
20 29.698789 0.000000
21 32.089344 0.000000
22 32.089345 0.000000
23 33.078655 0.000000
24 34.995130 0.000000
25 35.374506 0.000000
26 36.861939 0.000000
27 36.861940 0.000000
28 38.897499 0.000000

0.0000000E+00 0.2894737E+00 0.0000000E+00 0.8333333E-02
1 -5.153183 1.000000
2 1.065926 1.000000
3 4.769846 1.000000
4 4.769847 1.000000
5 7.473713 0.000000
6 9.178597 0.000000
7 9.178598 0.000000
8 13.018342 0.000000
9 13.158004 0.000000
10 13.158004 0.000000
11 14.475969 0.000000
12 18.210149 0.000000
13 20.640052 0.000000
14 20.640053 0.000000
15 22.857598 0.000000
16 22.857598 0.000000
17 22.968055 0.000000
18 26.293583 0.000000
19 29.721754 0.000000
20 29.721755 0.000000
21 32.153174 0.000000
22 32.153175 0.000000
23 32.245402 0.000000
24 35.182060 0.000000
25 35.516868 0.000000
26 36.059102 0.000000
27 36.059103 0.000000
28 38.652229 0.000000

0.0000000E+00 0.3157895E+00 0.0000000E+00 0.8333333E-02
1 -4.969249 1.000000
2 0.633975 1.000000
3 4.697638 1.000000
4 4.697639 1.000000
5 7.392767 0.000000
6 9.171487 0.000000
7 9.171488 0.000000
8 13.316318 0.000000
9 13.428493 0.000000
10 13.428494 0.000000
11 14.518134 0.000000
12 18.759689 0.000000
13 20.479116 0.000000
14 20.479117 0.000000
15 22.552785 0.000000
16 22.951468 0.000000
17 22.951469 0.000000
18 26.925833 0.000000
19 29.713587 0.000000
20 29.713587 0.000000
21 31.363636 0.000000
22 32.203481 0.000000
23 32.203482 0.000000
24 35.268185 0.000000
25 35.268185 0.000000
26 35.311107 0.000000
27 35.663460 0.000000
28 38.431498 0.000000

0.0000000E+00 0.3421053E+00 0.0000000E+00 0.8333333E-02
1 -4.776978 1.000000
2 0.226317 1.000000
3 4.634530 1.000000
4 4.634531 1.000000
5 7.321350 0.000000
6 9.148144 0.000000
7 9.148145 0.000000
8 13.462988 0.000000
9 13.754753 0.000000
10 13.754753 0.000000
11 14.726720 0.000000
12 19.228810 0.000000
13 20.045632 0.000000
14 20.045633 0.000000
15 22.251767 0.000000
16 23.365311 0.000000
17 23.365311 0.000000
18 27.598942 0.000000
19 29.663820 0.000000
20 29.663820 0.000000
21 30.475215 0.000000
22 32.242578 0.000000
23 32.242579 0.000000
24 34.534727 0.000000
25 34.534728 0.000000
26 35.399141 0.000000
27 35.810436 0.000000
28 38.244199 0.000000

0.0000000E+00 0.3684211E+00 0.0000000E+00 0.8333333E-02
1 -4.580790 1.000000
2 -0.153228 1.000000
3 4.580806 1.000000
4 4.580807 1.000000
5 7.260126 0.000000
6 9.117578 0.000000
7 9.117579 0.000000
8 13.486753 0.000000
9 14.134611 0.000000
10 14.134612 0.000000
11 15.074227 0.000000
12 19.495470 0.000000
13 19.498999 0.000000
14 19.499000 0.000000
15 22.180127 0.000000
16 23.938593 0.000000
17 23.938593 0.000000
18 28.277725 0.000000
19 29.545314 0.000000
20 29.545314 0.000000
21 29.606178 0.000000
22 32.267533 0.000000
23 32.267534 0.000000
24 33.900404 0.000000
25 33.900404 0.000000
26 35.361909 0.000000
27 35.952852 0.000000
28 38.099495 0.000000

0.0000000E+00 0.3947368E+00 0.0000000E+00 0.8333333E-02
1 -4.387310 1.000000
2 -0.497441 1.000000
3 4.536585 1.000000
4 4.536587 1.000000
5 7.209528 0.000000
6 9.083357 0.000000
7 9.083358 0.000000
8 13.457151 0.000000
9 14.547572 0.000000
10 14.547573 0.000000
11 15.489314 0.000000
12 18.915110 0.000000
13 18.915111 0.000000
14 19.466453 0.000000
15 22.436542 0.000000
16 24.571797 0.000000
17 24.571798 0.000000
18 28.537119 0.000000
19 29.172147 0.000000
20 29.324796 0.000000
21 29.324796 0.000000
22 32.237652 0.000000
23 32.237652 0.000000
24 33.411482 0.000000
25 33.411483 0.000000
26 35.163593 0.000000
27 36.084669 0.000000
28 37.979139 0.000000

0.0000000E+00 0.4210526E+00 0.0000000E+00 0.8333333E-02
1 -4.206715 1.000000
2 -0.795789 1.000000
3 4.502062 1.000000
4 4.502064 1.000000
5 7.168522 0.000000
6 9.052007 0.000000
7 9.052008 0.000000
8 13.414994 0.000000
9 14.992986 0.000000
10 14.992987 0.000000
11 15.923610 0.000000
12 18.326463 0.000000
13 18.326464 0.000000
14 19.209805 0.000000
15 22.945059 0.000000
16 25.240201 0.000000
17 25.240201 0.000000
18 27.737970 0.000000
19 28.977769 0.000000
20 28.977769 0.000000
21 29.785839 0.000000
22 32.154711 0.000000
23 32.154711 0.000000
24 33.105189 0.000000
25 33.105189 0.000000
26 34.802397 0.000000
27 36.198883 0.000000
28 37.894820 0.000000

0.0000000E+00 0.4473684E+00 0.0000000E+00 0.8333333E-02
1 -4.053989 1.000000
2 -1.032821 1.000000
3 4.477368 1.000000
4 4.477370 1.000000
5 7.140013 0.000000
6 9.027221 0.000000
7 9.027222 0.000000
8 13.378025 0.000000
9 15.461706 0.000000
10 15.461707 0.000000
11 16.345201 0.000000
12 17.753615 0.000000
13 17.753616 0.000000
14 18.863139 0.000000
15 23.611909 0.000000
16 25.925792 0.000000
17 25.925792 0.000000
18 26.887545 0.000000
19 28.506269 0.000000
20 28.506270 0.000000
21 30.436398 0.000000
22 32.051877 0.000000
23 32.051877 0.000000
24 32.955670 0.000000
25 32.955671 0.000000
26 34.345338 0.000000
27 36.287983 0.000000
28 37.844386 0.000000

0.0000000E+00 0.4736842E+00 0.0000000E+00 0.8333333E-02
1 -3.948885 1.000000
2 -1.188595 1.000000
3 4.462530 1.000000
4 4.462531 1.000000
5 7.122859 0.000000
6 9.011451 0.000000
7 9.011452 0.000000
8 13.353710 0.000000
9 15.930162 0.000000
10 15.930163 0.000000
11 16.695493 0.000000
12 17.221991 0.000000
13 17.221992 0.000000
14 18.541889 0.000000
15 24.344933 0.000000
16 26.058147 0.000000
17 26.612547 0.000000
18 26.612548 0.000000
19 27.935873 0.000000
20 27.935873 0.000000
21 30.969100 0.000000
22 31.975543 0.000000
23 31.975543 0.000000
24 32.895976 0.000000
25 32.895976 0.000000
26 33.911470 0.000000
27 36.344953 0.000000
28 37.821748 0.000000

0.0000000E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.910408 1.000000
2 -1.243253 1.000000
3 4.458258 1.000000
4 4.458259 1.000000
5 7.117444 0.000000
6 9.006841 0.000000
7 9.006841 0.000000
8 13.345713 0.000000
9 16.253576 0.000000
10 16.253577 0.000000
11 16.848969 0.000000
12 16.904026 0.000000
13 16.904027 0.000000
14 18.396765 0.000000
15 24.930341 0.000000
16 25.448446 0.000000
17 27.207295 0.000000
18 27.207295 0.000000
19 27.392641 0.000000
20 27.392641 0.000000
21 31.204231 0.000000
22 31.958837 0.000000
23 31.958837 0.000000
24 32.885066 0.000000
25 32.885067 0.000000
26 33.714145 0.000000
27 36.367041 0.000000
28 37.848662 0.000000

0.0000000E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.910408 1.000000
2 -1.243253 1.000000
3 4.458258 1.000000
4 4.458259 1.000000
5 7.117444 0.000000
6 9.006841 0.000000
7 9.006841 0.000000
8 13.345713 0.000000
9 16.253576 0.000000
10 16.253577 0.000000
11 16.848969 0.000000
12 16.904026 0.000000
13 16.904027 0.000000
14 18.396765 0.000000
15 24.930341 0.000000
16 25.448446 0.000000
17 27.207295 0.000000
18 27.207295 0.000000
19 27.392641 0.000000
20 27.392641 0.000000
21 31.204231 0.000000
22 31.958837 0.000000
23 31.958837 0.000000
24 32.885066 0.000000
25 32.885067 0.000000
26 33.714145 0.000000
27 36.367041 0.000000
28 37.848659 0.000000

0.2631579E-01 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.907231 1.000000
2 -1.233256 1.000000
3 4.386316 1.000000
4 4.438972 1.000000
5 7.188760 0.000000
6 8.988916 0.000000
7 9.042245 0.000000
8 13.380800 0.000000
9 15.832453 0.000000
10 16.219543 0.000000
11 16.879925 0.000000
12 16.922850 0.000000
13 17.211064 0.000000
14 18.490047 0.000000
15 24.803941 0.000000
16 25.543664 0.000000
17 26.853995 0.000000
18 27.195251 0.000000
19 27.379038 0.000000
20 27.680009 0.000000
21 31.192803 0.000000
22 31.778384 0.000000
23 31.813652 0.000000
24 32.968673 0.000000
25 33.012351 0.000000
26 33.795233 0.000000
27 36.480617 0.000000
28 37.508516 0.000000

0.5263158E-01 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.896097 1.000000
2 -1.203094 1.000000
3 4.195162 1.000000
4 4.385182 1.000000
5 7.374116 0.000000
6 8.948737 0.000000
7 9.148445 0.000000
8 13.469325 0.000000
9 15.240830 0.000000
10 16.197925 0.000000
11 16.901623 0.000000
12 16.978228 0.000000
13 17.585542 0.000000
14 18.811428 0.000000
15 24.562462 0.000000
16 25.701832 0.000000
17 26.410408 0.000000
18 27.147705 0.000000
19 27.399903 0.000000
20 27.943132 0.000000
21 31.191594 0.000000
22 31.419890 0.000000
23 31.577710 0.000000
24 33.108994 0.000000
25 33.266324 0.000000
26 34.016046 0.000000
27 36.722402 0.000000
28 36.980815 0.000000

0.7894737E-01 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.877197 1.000000
2 -1.154311 1.000000
3 3.928804 1.000000
4 4.301304 1.000000
5 7.601499 0.000000
6 8.924324 0.000000
7 9.319533 0.000000
8 13.527231 0.000000
9 14.726610 0.000000
10 16.171472 0.000000
11 16.940821 0.000000
12 17.060091 0.000000
13 17.801441 0.000000
14 19.355177 0.000000
15 24.297848 0.000000
16 25.810746 0.000000
17 25.964884 0.000000
18 27.028204 0.000000
19 27.494909 0.000000
20 28.008117 0.000000
21 30.955786 0.000000
22 31.266493 0.000000
23 31.462842 0.000000
24 33.185774 0.000000
25 33.506198 0.000000
26 34.334580 0.000000
27 36.301122 0.000000
28 36.439076 0.000000

0.1052632E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.850060 1.000000
2 -1.089291 1.000000
3 3.624599 1.000000
4 4.194169 1.000000
5 7.773264 0.000000
6 8.990327 0.000000
7 9.546534 0.000000
8 13.327032 0.000000
9 14.523194 0.000000
10 16.146148 0.000000
11 17.004918 0.000000
12 17.158796 0.000000
13 17.930963 0.000000
14 20.014827 0.000000
15 24.034586 0.000000
16 25.523624 0.000000
17 25.842440 0.000000
18 26.829216 0.000000
19 27.676606 0.000000
20 27.813386 0.000000
21 30.504916 0.000000
22 31.363638 0.000000
23 31.579925 0.000000
24 33.156835 0.000000
25 33.631540 0.000000
26 34.724506 0.000000
27 35.728822 0.000000
28 35.982014 0.000000

0.1315789E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.814092 1.000000
2 -1.011520 1.000000
3 3.309386 1.000000
4 4.070656 1.000000
5 7.810358 0.000000
6 9.215060 0.000000
7 9.824166 0.000000
8 12.829578 0.000000
9 14.660695 0.000000
10 16.127231 0.000000
11 17.104676 0.000000
12 17.270346 0.000000
13 18.029866 0.000000
14 20.715133 0.000000
15 23.784351 0.000000
16 25.104404 0.000000
17 25.810416 0.000000
18 26.567224 0.000000
19 27.399877 0.000000
20 27.928964 0.000000
21 30.049595 0.000000
22 31.524992 0.000000
23 31.920319 0.000000
24 32.982028 0.000000
25 33.552145 0.000000
26 35.169269 0.000000
27 35.240544 0.000000
28 35.719340 0.000000

0.1578947E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.768634 1.000000
2 -0.925964 1.000000
3 3.000422 1.000000
4 3.938259 1.000000
5 7.732611 0.000000
6 9.577443 0.000000
7 10.148904 0.000000
8 12.233279 0.000000
9 14.920611 0.000000
10 16.117496 0.000000
11 17.255897 0.000000
12 17.390383 0.000000
13 18.117643 0.000000
14 21.415699 0.000000
15 23.571809 0.000000
16 24.703829 0.000000
17 25.741341 0.000000
18 26.257443 0.000000
19 26.865278 0.000000
20 28.227336 0.000000
21 29.613071 0.000000
22 31.731298 0.000000
23 32.410921 0.000000
24 32.670672 0.000000
25 33.248854 0.000000
26 34.897645 0.000000
27 35.637968 0.000000
28 35.693855 0.000000

0.1842105E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.713011 1.000000
2 -0.839989 1.000000
3 2.711110 1.000000
4 3.802061 1.000000
5 7.595424 0.000000
6 10.018103 0.000000
7 10.508656 0.000000
8 11.617662 0.000000
9 15.198961 0.000000
10 16.117555 0.000000
11 17.471720 0.000000
12 17.509261 0.000000
13 18.198419 0.000000
14 22.052648 0.000000
15 23.421539 0.000000
16 24.313609 0.000000
17 25.646593 0.000000
18 25.918484 0.000000
19 26.263778 0.000000
20 28.539918 0.000000
21 29.206202 0.000000
22 31.908870 0.000000
23 32.181845 0.000000
24 32.871082 0.000000
25 33.009933 0.000000
26 34.703983 0.000000
27 35.780134 0.000000
28 36.084590 0.000000

0.2105263E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.646589 1.000000
2 -0.763433 1.000000
3 2.455484 1.000000
4 3.666645 1.000000
5 7.435655 0.000000
6 10.488349 0.000000
7 10.900972 0.000000
8 11.021784 0.000000
9 15.453802 0.000000
10 16.127778 0.000000
11 17.623413 0.000000
12 17.760111 0.000000
13 18.280770 0.000000
14 22.454573 0.000000
15 23.485090 0.000000
16 23.932643 0.000000
17 25.513751 0.000000
18 25.609145 0.000000
19 25.667875 0.000000
20 28.772527 0.000000
21 28.917539 0.000000
22 31.606838 0.000000
23 31.790058 0.000000
24 32.774011 0.000000
25 33.652316 0.000000
26 34.616982 0.000000
27 35.772425 0.000000
28 36.257417 0.000000

0.2368421E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.568755 1.000000
2 -0.708908 1.000000
3 2.248003 1.000000
4 3.535661 1.000000
5 7.271601 0.000000
6 10.375164 0.000000
7 11.049957 0.000000
8 11.323555 0.000000
9 15.668342 0.000000
10 16.150745 0.000000
11 17.728668 0.000000
12 18.089160 0.000000
13 18.404103 0.000000
14 22.460703 0.000000
15 23.540275 0.000000
16 23.882144 0.000000
17 25.123110 0.000000
18 25.252423 0.000000
19 25.485956 0.000000
20 28.504225 0.000000
21 29.171901 0.000000
22 30.989737 0.000000
23 31.329006 0.000000
24 33.049592 0.000000
25 34.308287 0.000000
26 34.626260 0.000000
27 35.195260 0.000000
28 36.424033 0.000000

0.2631579E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.478861 1.000000
2 -0.690614 1.000000
3 2.103184 1.000000
4 3.411273 1.000000
5 7.112443 0.000000
6 9.805698 0.000000
7 11.571144 0.000000
8 11.769080 0.000000
9 15.840774 0.000000
10 16.183869 0.000000
11 17.816839 0.000000
12 18.269937 0.000000
13 18.745399 0.000000
14 22.258237 0.000000
15 23.082884 0.000000
16 24.303280 0.000000
17 24.675773 0.000000
18 25.076978 0.000000
19 25.457469 0.000000
20 28.265278 0.000000
21 29.443299 0.000000
22 30.356924 0.000000
23 30.786856 0.000000
24 33.451746 0.000000
25 34.388125 0.000000
26 34.547414 0.000000
27 35.114537 0.000000
28 36.712102 0.000000

0.2894737E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.376849 1.000000
2 -0.721082 1.000000
3 2.032058 1.000000
4 3.296341 1.000000
5 6.963216 0.000000
6 9.247731 0.000000
7 12.116174 0.000000
8 12.235701 0.000000
9 15.981576 0.000000
10 16.228414 0.000000
11 17.885339 0.000000
12 18.323148 0.000000
13 19.265811 0.000000
14 21.965307 0.000000
15 22.558181 0.000000
16 24.367725 0.000000
17 24.399264 0.000000
18 25.082051 0.000000
19 25.615922 0.000000
20 28.128438 0.000000
21 29.639064 0.000000
22 29.726255 0.000000
23 30.261899 0.000000
24 33.483510 0.000000
25 33.976342 0.000000
26 34.587556 0.000000
27 35.853922 0.000000
28 37.039048 0.000000

0.3157895E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.262197 1.000000
2 -0.804472 1.000000
3 2.037419 1.000000
4 3.192275 1.000000
5 6.827276 0.000000
6 8.715101 0.000000
7 12.666889 0.000000
8 12.717924 0.000000
9 16.098603 0.000000
10 16.290184 0.000000
11 17.930928 0.000000
12 18.339244 0.000000
13 19.853105 0.000000
14 21.605264 0.000000
15 21.970416 0.000000
16 24.196810 0.000000
17 24.341871 0.000000
18 25.062347 0.000000
19 25.931784 0.000000
20 28.142446 0.000000
21 29.104356 0.000000
22 29.524839 0.000000
23 29.998021 0.000000
24 32.685538 0.000000
25 34.461646 0.000000
26 34.631633 0.000000
27 36.624181 0.000000
28 37.395035 0.000000

0.3421053E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.134939 1.000000
2 -0.935733 1.000000
3 2.110130 1.000000
4 3.099900 1.000000
5 6.706483 0.000000
6 8.211360 0.000000
7 13.214532 0.000000
8 13.220533 0.000000
9 16.198635 0.000000
10 16.352134 0.000000
11 17.952739 0.000000
12 18.337310 0.000000
13 20.438011 0.000000
14 21.229740 0.000000
15 21.346182 0.000000
16 24.140394 0.000000
17 24.309466 0.000000
18 25.015944 0.000000
19 26.159431 0.000000
20 28.317656 0.000000
21 28.501147 0.000000
22 29.095947 0.000000
23 29.955177 0.000000
24 31.974111 0.000000
25 34.671031 0.000000
26 34.969726 0.000000
27 37.411802 0.000000
28 37.602745 0.000000

0.3684211E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.994987 1.000000
2 -1.103222 1.000000
3 2.233802 1.000000
4 3.020494 1.000000
5 6.602541 0.000000
6 7.745184 0.000000
7 13.718942 0.000000
8 13.767413 0.000000
9 16.287444 0.000000
10 16.417942 0.000000
11 17.953737 0.000000
12 18.322088 0.000000
13 20.525423 0.000000
14 20.713920 0.000000
15 21.348384 0.000000
16 24.180705 0.000000
17 24.331168 0.000000
18 24.970205 0.000000
19 26.249812 0.000000
20 27.923930 0.000000
21 28.323744 0.000000
22 28.957370 0.000000
23 29.729485 0.000000
24 31.508840 0.000000
25 34.715915 0.000000
26 35.419975 0.000000
27 37.368982 0.000000
28 38.182657 0.000000

0.3947368E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.842491 1.000000
2 -1.294126 1.000000
3 2.388247 1.000000
4 2.954778 1.000000
5 6.516811 0.000000
6 7.325815 0.000000
7 14.225978 0.000000
8 14.297549 0.000000
9 16.370331 0.000000
10 16.489529 0.000000
11 17.945588 0.000000
12 18.302212 0.000000
13 20.086253 0.000000
14 20.100356 0.000000
15 21.997423 0.000000
16 24.305552 0.000000
17 24.407877 0.000000
18 24.935992 0.000000
19 26.266547 0.000000
20 27.375535 0.000000
21 27.915349 0.000000
22 28.973372 0.000000
23 29.605289 0.000000
24 31.346923 0.000000
25 34.759764 0.000000
26 35.639571 0.000000
27 37.348676 0.000000
28 38.574286 0.000000

0.4210526E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.677833 1.000000
2 -1.497994 1.000000
3 2.550414 1.000000
4 2.903125 1.000000
5 6.450251 0.000000
6 6.965178 0.000000
7 14.711129 0.000000
8 14.789349 0.000000
9 16.450738 0.000000
10 16.556471 0.000000
11 17.935185 0.000000
12 18.285867 0.000000
13 19.509093 0.000000
14 19.598241 0.000000
15 22.708136 0.000000
16 24.499868 0.000000
17 24.504500 0.000000
18 24.924129 0.000000
19 26.256388 0.000000
20 26.857507 0.000000
21 27.455571 0.000000
22 28.389452 0.000000
23 30.047820 0.000000
24 31.318189 0.000000
25 34.796928 0.000000
26 35.508996 0.000000
27 37.698192 0.000000
28 38.960150 0.000000

0.4473684E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.501553 1.000000
2 -1.706773 1.000000
3 2.696142 1.000000
4 2.865951 1.000000
5 6.404495 0.000000
6 6.681459 0.000000
7 15.146180 0.000000
8 15.209615 0.000000
9 16.539806 0.000000
10 16.610647 0.000000
11 17.942722 0.000000
12 18.287381 0.000000
13 18.966270 0.000000
14 19.133370 0.000000
15 23.413206 0.000000
16 24.584423 0.000000
17 24.753326 0.000000
18 24.956689 0.000000
19 26.213048 0.000000
20 26.377245 0.000000
21 27.030607 0.000000
22 27.767640 0.000000
23 30.534558 0.000000
24 31.323624 0.000000
25 34.826297 0.000000
26 35.213859 0.000000
27 38.283687 0.000000
28 39.302070 0.000000

0.4736842E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.314676 1.000000
2 -1.914928 1.000000
3 2.798846 1.000000
4 2.843586 1.000000
5 6.382971 0.000000
6 6.491034 0.000000
7 15.471644 0.000000
8 15.496061 0.000000
9 16.624265 0.000000
10 16.650014 0.000000
11 18.006294 0.000000
12 18.332188 0.000000
13 18.514761 0.000000
14 18.738626 0.000000
15 24.037336 0.000000
16 24.587875 0.000000
17 25.045335 0.000000
18 25.078959 0.000000
19 25.951318 0.000000
20 25.988536 0.000000
21 26.821425 0.000000
22 27.269000 0.000000
23 30.929450 0.000000
24 31.292469 0.000000
25 34.845730 0.000000
26 34.956200 0.000000
27 38.950710 0.000000
28 39.532585 0.000000

0.5000000E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.118473 1.000000
2 -2.118473 1.000000
3 2.836302 1.000000
4 2.836302 1.000000
5 6.400813 0.000000
6 6.400814 0.000000
7 15.600011 0.000000
8 15.600013 0.000000
9 16.666726 0.000000
10 16.666726 0.000000
11 18.190959 0.000000
12 18.190959 0.000000
13 18.467446 0.000000
14 18.467446 0.000000
15 24.449103 0.000000
16 24.449103 0.000000
17 25.249433 0.000000
18 25.249434 0.000000
19 25.705292 0.000000
20 25.705292 0.000000
21 26.941682 0.000000
22 26.941682 0.000000
23 31.185453 0.000000
24 31.185453 0.000000
25 34.855951 0.000000
26 34.855951 0.000000
27 39.516450 0.000000
28 39.517015 0.000000

0.5000000E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.118473 1.000000
2 -2.118473 1.000000
3 2.836302 1.000000
4 2.836302 1.000000
5 6.400813 0.000000
6 6.400814 0.000000
7 15.600011 0.000000
8 15.600013 0.000000
9 16.666726 0.000000
10 16.666726 0.000000
11 18.190959 0.000000
12 18.190959 0.000000
13 18.467446 0.000000
14 18.467446 0.000000
15 24.449103 0.000000
16 24.449103 0.000000
17 25.249433 0.000000
18 25.249434 0.000000
19 25.705292 0.000000
20 25.705292 0.000000
21 26.941682 0.000000
22 26.941682 0.000000
23 31.185453 0.000000
24 31.185453 0.000000
25 34.855951 0.000000
26 34.855951 0.000000
27 39.516423 0.000000
28 39.516806 0.000000

0.4736842E+00 0.4736842E+00 0.0000000E+00 0.8333333E-02
1 -2.511665 1.000000
2 -1.711096 1.000000
3 2.846706 1.000000
4 2.846707 1.000000
5 6.321335 0.000000
6 6.510456 0.000000
7 15.375887 0.000000
8 15.375888 0.000000
9 16.886268 0.000000
10 16.886268 0.000000
11 17.684580 0.000000
12 18.041995 0.000000
13 18.698937 0.000000
14 18.831217 0.000000
15 23.857782 0.000000
16 24.673566 0.000000
17 24.673566 0.000000
18 24.784746 0.000000
19 26.313982 0.000000
20 26.313983 0.000000
21 26.690900 0.000000
22 27.539705 0.000000
23 30.826926 0.000000
24 31.522673 0.000000
25 34.824101 0.000000
26 34.824101 0.000000
27 38.710832 0.000000
28 39.558164 0.000000

0.4473684E+00 0.4473684E+00 0.0000000E+00 0.8333333E-02
1 -2.889266 1.000000
2 -1.290799 1.000000
3 2.879087 1.000000
4 2.879088 1.000000
5 6.274156 0.000000
6 6.654383 0.000000
7 14.945995 0.000000
8 14.945996 0.000000
9 17.226649 0.000000
10 17.328802 0.000000
11 17.328802 0.000000
12 17.574636 0.000000
13 19.106045 0.000000
14 19.231548 0.000000
15 23.222747 0.000000
16 23.964281 0.000000
17 23.964282 0.000000
18 24.710242 0.000000
19 26.990145 0.000000
20 27.139405 0.000000
21 27.139405 0.000000
22 28.284113 0.000000
23 30.478568 0.000000
24 31.877217 0.000000
25 34.755267 0.000000
26 34.755267 0.000000
27 37.577806 0.000000
28 39.688255 0.000000

0.4210526E+00 0.4210526E+00 0.0000000E+00 0.8333333E-02
1 -3.250223 1.000000
2 -0.859034 1.000000
3 2.932920 1.000000
4 2.932921 1.000000
5 6.257315 0.000000
6 6.832211 0.000000
7 14.468866 0.000000
8 14.468867 0.000000
9 16.794079 0.000000
10 17.076794 0.000000
11 17.818640 0.000000
12 17.818641 0.000000
13 19.254221 0.000000
14 19.788440 0.000000
15 22.590660 0.000000
16 23.302390 0.000000
17 23.302390 0.000000
18 24.471528 0.000000
19 27.623139 0.000000
20 28.001278 0.000000
21 28.001278 0.000000
22 29.066042 0.000000
23 30.167426 0.000000
24 32.233180 0.000000
25 34.650656 0.000000
26 34.650656 0.000000
27 36.417081 0.000000
28 39.896546 0.000000

0.3947368E+00 0.3947368E+00 0.0000000E+00 0.8333333E-02
1 -3.593585 1.000000
2 -0.417470 1.000000
3 3.007873 1.000000
4 3.007874 1.000000
5 6.268853 0.000000
6 7.044178 0.000000
7 13.973698 0.000000
8 13.973699 0.000000
9 16.383975 0.000000
10 16.553276 0.000000
11 18.290015 0.000000
12 18.290016 0.000000
13 19.239358 0.000000
14 20.367672 0.000000
15 21.983649 0.000000
16 22.713078 0.000000
17 22.713078 0.000000
18 24.311314 0.000000
19 28.372686 0.000000
20 28.880533 0.000000
21 28.880534 0.000000
22 29.443638 0.000000
23 30.273430 0.000000
24 32.575858 0.000000
25 34.522222 0.000000
26 34.522222 0.000000
27 35.277832 0.000000
28 40.165386 0.000000

0.3684211E+00 0.3684211E+00 0.0000000E+00 0.8333333E-02
1 -3.918246 1.000000
2 0.033285 1.000000
3 3.104214 1.000000
4 3.104215 1.000000
5 6.309284 0.000000
6 7.292409 0.000000
7 13.487023 0.000000
8 13.487024 0.000000
9 16.002854 0.000000
10 16.016324 0.000000
11 18.727867 0.000000
12 18.727868 0.000000
13 19.050395 0.000000
14 20.972947 0.000000
15 21.417747 0.000000
16 22.240505 0.000000
17 22.240506 0.000000
18 24.321544 0.000000
19 29.151649 0.000000
20 29.176331 0.000000
21 29.782230 0.000000
22 29.782230 0.000000
23 31.092580 0.000000
24 32.956921 0.000000
25 34.201576 0.000000
26 34.397936 0.000000
27 34.397936 0.000000
28 40.504405 0.000000

0.3421053E+00 0.3421053E+00 0.0000000E+00 0.8333333E-02
1 -4.223916 1.000000
2 0.489989 1.000000
3 3.221000 1.000000
4 3.221001 1.000000
5 6.375137 0.000000
6 7.573396 0.000000
7 13.002109 0.000000
8 13.002111 0.000000
9 15.467516 0.000000
10 15.647316 0.000000
11 18.710677 0.000000
12 19.036216 0.000000
13 19.036216 0.000000
14 20.883200 0.000000
15 21.599572 0.000000
16 21.949567 0.000000
17 21.949567 0.000000
18 24.472453 0.000000
19 28.714677 0.000000
20 29.929863 0.000000
21 30.668413 0.000000
22 30.668413 0.000000
23 31.960711 0.000000
24 33.272309 0.000000
25 33.330358 0.000000
26 34.274390 0.000000
27 34.274391 0.000000
28 40.420738 0.000000

0.3157895E+00 0.3157895E+00 0.0000000E+00 0.8333333E-02
1 -4.509001 1.000000
2 0.951884 1.000000
3 3.358901 1.000000
4 3.358902 1.000000
5 6.467409 0.000000
6 7.887815 0.000000
7 12.523169 0.000000
8 12.523170 0.000000
9 14.912489 0.000000
10 15.317737 0.000000
11 18.265838 0.000000
12 19.157764 0.000000
13 19.157764 0.000000
14 20.389032 0.000000
15 21.932680 0.000000
16 21.932680 0.000000
17 22.254216 0.000000
18 24.769070 0.000000
19 28.199621 0.000000
20 30.659149 0.000000
21 31.512363 0.000000
22 31.512364 0.000000
23 32.053390 0.000000
24 33.275854 0.000000
25 33.764324 0.000000
26 34.218836 0.000000
27 34.218836 0.000000
28 40.360950 0.000000

0.2894737E+00 0.2894737E+00 0.0000000E+00 0.8333333E-02
1 -4.773339 1.000000
2 1.417215 1.000000
3 3.515597 1.000000
4 3.515598 1.000000
5 6.583192 0.000000
6 8.231813 0.000000
7 12.049957 0.000000
8 12.049958 0.000000
9 14.356918 0.000000
10 15.014218 0.000000
11 17.758584 0.000000
12 19.034554 0.000000
13 19.034554 0.000000
14 19.934837 0.000000
15 22.199452 0.000000
16 22.199453 0.000000
17 22.923723 0.000000
18 25.145607 0.000000
19 27.589294 0.000000
20 31.273112 0.000000
21 31.373294 0.000000
22 32.230166 0.000000
23 32.230166 0.000000
24 34.211271 0.000000
25 34.270157 0.000000
26 34.276225 0.000000
27 34.276226 0.000000
28 40.360696 0.000000

0.2631579E+00 0.2631579E+00 0.0000000E+00 0.8333333E-02
1 -5.016454 1.000000
2 1.884445 1.000000
3 3.690935 1.000000
4 3.690936 1.000000
5 6.719786 0.000000
6 8.600461 0.000000
7 11.579762 0.000000
8 11.579763 0.000000
9 13.806905 0.000000
10 14.736851 0.000000
11 17.220177 0.000000
12 18.770822 0.000000
13 18.770822 0.000000
14 19.517509 0.000000
15 22.661056 0.000000
16 22.661057 0.000000
17 23.612881 0.000000
18 25.575643 0.000000
19 26.886988 0.000000
20 30.758274 0.000000
21 31.737757 0.000000
22 32.668232 0.000000
23 32.668232 0.000000
24 34.610080 0.000000
25 34.610081 0.000000
26 34.878914 0.000000
27 35.243371 0.000000
28 40.433708 0.000000

0.2368421E+00 0.2368421E+00 0.0000000E+00 0.8333333E-02
1 -5.237640 1.000000
2 2.352054 1.000000
3 3.884037 1.000000
4 3.884037 1.000000
5 6.876059 0.000000
6 8.985017 0.000000
7 11.121808 0.000000
8 11.121809 0.000000
9 13.278117 0.000000
10 14.485714 0.000000
11 16.675320 0.000000
12 18.463385 0.000000
13 18.463385 0.000000
14 19.137481 0.000000
15 23.235392 0.000000
16 23.235393 0.000000
17 24.319948 0.000000
18 26.045601 0.000000
19 26.110822 0.000000
20 30.266541 0.000000
21 32.045360 0.000000
22 32.799198 0.000000
23 32.799198 0.000000
24 35.247888 0.000000
25 35.247889 0.000000
26 35.589701 0.000000
27 36.307114 0.000000
28 40.048262 0.000000

0.2105263E+00 0.2105263E+00 0.0000000E+00 0.8333333E-02
1 -5.436573 1.000000
2 2.818311 1.000000
3 4.093465 1.000000
4 4.093466 1.000000
5 7.048246 0.000000
6 9.366037 0.000000
7 10.674819 0.000000
8 10.674820 0.000000
9 12.789070 0.000000
10 14.268311 0.000000
11 16.138772 0.000000
12 18.152599 0.000000
13 18.152599 0.000000
14 18.789478 0.000000
15 23.874414 0.000000
16 23.874414 0.000000
17 25.042514 0.000000
18 25.292357 0.000000
19 26.537375 0.000000
20 29.880185 0.000000
21 32.209651 0.000000
22 32.771042 0.000000
23 32.771042 0.000000
24 36.045144 0.000000
25 36.045145 0.000000
26 36.369032 0.000000
27 37.388143 0.000000
28 39.475403 0.000000

0.1842105E+00 0.1842105E+00 0.0000000E+00 0.8333333E-02
1 -5.612883 1.000000
2 3.280802 1.000000
3 4.316748 1.000000
4 4.316749 1.000000
5 7.232301 0.000000
6 9.701860 0.000000
7 10.237683 0.000000
8 10.237684 0.000000
9 12.375692 0.000000
10 14.069561 0.000000
11 15.622512 0.000000
12 17.860488 0.000000
13 17.860489 0.000000
14 18.459118 0.000000
15 24.461121 0.000000
16 24.551821 0.000000
17 24.551822 0.000000
18 25.777120 0.000000
19 27.040017 0.000000
20 29.575865 0.000000
21 32.257126 0.000000
22 32.656286 0.000000
23 32.656286 0.000000
24 36.859108 0.000000
25 36.859109 0.000000
26 37.169664 0.000000
27 38.460784 0.000000
28 38.565434 0.000000

0.1578947E+00 0.1578947E+00 0.0000000E+00 0.8333333E-02
1 -5.766284 1.000000
2 3.736526 1.000000
3 4.550961 1.000000
4 4.550962 1.000000
5 7.423184 0.000000
6 9.817787 0.000000
7 9.817788 0.000000
8 9.915477 0.000000
9 12.124095 0.000000
10 13.897234 0.000000
11 15.137330 0.000000
12 17.598710 0.000000
13 17.598711 0.000000
14 18.160272 0.000000
15 23.659470 0.000000
16 25.254042 0.000000
17 25.254042 0.000000
18 26.518572 0.000000
19 27.545018 0.000000
20 29.335874 0.000000
21 32.212661 0.000000
22 32.511871 0.000000
23 32.511871 0.000000
24 37.501943 0.000000
25 37.501947 0.000000
26 37.846903 0.000000
27 37.846937 0.000000
28 37.946628 0.000000

0.1315789E+00 0.1315789E+00 0.0000000E+00 0.8333333E-02
1 -5.896511 1.000000
2 4.181120 1.000000
3 4.791604 1.000000
4 4.791605 1.000000
5 7.614085 0.000000
6 9.420070 0.000000
7 9.420071 0.000000
8 9.909819 0.000000
9 12.127219 0.000000
10 13.752612 0.000000
11 14.693350 0.000000
12 17.372828 0.000000
13 17.372828 0.000000
14 17.878831 0.000000
15 22.910918 0.000000
16 25.971061 0.000000
17 25.971062 0.000000
18 27.258674 0.000000
19 28.044083 0.000000
20 29.146755 0.000000
21 32.094493 0.000000
22 32.343992 0.000000
23 32.343993 0.000000
24 36.820841 0.000000
25 36.820842 0.000000
26 37.386227 0.000000
27 38.484125 0.000000
28 38.484487 0.000000

0.1052632E+00 0.1052632E+00 0.0000000E+00 0.8333333E-02
1 -6.003261 1.000000
2 4.605883 1.000000
3 5.032937 1.000000
4 5.032938 1.000000
5 7.796914 0.000000
6 9.050819 0.000000
7 9.050820 0.000000
8 9.697098 0.000000
9 12.360873 0.000000
10 13.636043 0.000000
11 14.301689 0.000000
12 17.189187 0.000000
13 17.189187 0.000000
14 17.606532 0.000000
15 22.243354 0.000000
16 26.700890 0.000000
17 26.700891 0.000000
18 28.001170 0.000000
19 28.530213 0.000000
20 29.000919 0.000000
21 31.921145 0.000000
22 32.148850 0.000000
23 32.148851 0.000000
24 36.086257 0.000000
25 36.086257 0.000000
26 36.620819 0.000000
27 39.178408 0.000000
28 39.179885 0.000000

0.7894737E-01 0.7894737E-01 0.0000000E+00 0.8333333E-02
1 -6.086501 1.000000
2 4.996402 1.000000
3 5.260070 1.000000
4 5.260071 1.000000
5 7.959465 0.000000
6 8.721578 0.000000
7 8.721578 0.000000
8 9.391902 0.000000
9 12.714395 0.000000
10 13.543043 0.000000
11 13.974864 0.000000
12 17.042728 0.000000
13 17.042728 0.000000
14 17.344222 0.000000
15 21.685944 0.000000
16 27.400791 0.000000
17 27.400791 0.000000
18 28.686726 0.000000
19 28.891209 0.000000
20 29.009838 0.000000
21 31.713314 0.000000
22 31.886824 0.000000
23 31.886825 0.000000
24 35.461193 0.000000
25 35.461194 0.000000
26 35.889871 0.000000
27 39.750475 0.000000
28 39.755890 0.000000

0.5263158E-01 0.5263158E-01 0.0000000E+00 0.8333333E-02
1 -6.146075 1.000000
2 5.327413 1.000000
3 5.456111 1.000000
4 5.456112 1.000000
5 8.089625 0.000000
6 8.452077 0.000000
7 8.452078 0.000000
8 9.091267 0.000000
9 13.062361 0.000000
10 13.476601 0.000000
11 13.726677 0.000000
12 16.937603 0.000000
13 16.937604 0.000000
14 17.103788 0.000000
15 21.266057 0.000000
16 28.041825 0.000000
17 28.041826 0.000000
18 28.814976 0.000000
19 29.288011 0.000000
20 29.425662 0.000000
21 31.464772 0.000000
22 31.576854 0.000000
23 31.576855 0.000000
24 34.992268 0.000000
25 34.992269 0.000000
26 35.249525 0.000000
27 40.183997 0.000000
28 40.193731 0.000000

0.2631579E-01 0.2631579E-01 0.0000000E+00 0.8333333E-02
1 -6.181936 1.000000
2 5.558549 1.000000
3 5.593261 1.000000
4 5.593262 1.000000
5 8.174392 0.000000
6 8.269368 0.000000
7 8.269369 0.000000
8 8.868263 0.000000
9 13.324297 0.000000
10 13.436731 0.000000
11 13.570619 0.000000
12 16.871674 0.000000
13 16.871674 0.000000
14 16.920426 0.000000
15 21.005102 0.000000
16 28.529844 0.000000
17 28.529844 0.000000
18 28.751311 0.000000
19 29.725631 0.000000
20 29.753196 0.000000
21 31.237348 0.000000
22 31.272133 0.000000
23 31.272134 0.000000
24 34.705985 0.000000
25 34.705985 0.000000
26 34.785992 0.000000
27 40.457953 0.000000
28 40.458363 0.000000

0.0000000E+00 0.0000000E+00 0.0000000E+00 0.8333333E-02
1 -6.193850 1.000000
2 5.643881 1.000000
3 5.643883 1.000000
4 5.643883 1.000000
5 8.203982 0.000000
6 8.203983 0.000000
7 8.203983 0.000000
8 8.784824 0.000000
9 13.423439 0.000000
10 13.423439 0.000000
11 13.517304 0.000000
12 16.850600 0.000000
13 16.850601 0.000000
14 16.850601 0.000000
15 20.917058 0.000000
16 28.736265 0.000000
17 28.736265 0.000000
18 28.736265 0.000000
19 29.891393 0.000000
20 29.891393 0.000000
21 31.132574 0.000000
22 31.132576 0.000000
23 31.132576 0.000000
24 34.611195 0.000000
25 34.611195 0.000000
26 34.611196 0.000000
27 40.551953 0.000000
28 40.551963 0.000000

0.0000000E+00 0.0000000E+00 0.0000000E+00 0.8333333E-02
1 -6.193850 1.000000
2 5.643881 1.000000
3 5.643883 1.000000
4 5.643883 1.000000
5 8.203982 0.000000
6 8.203983 0.000000
7 8.203983 0.000000
8 8.784824 0.000000
9 13.423439 0.000000
10 13.423439 0.000000
11 13.517304 0.000000
12 16.850600 0.000000
13 16.850601 0.000000
14 16.850601 0.000000
15 20.917058 0.000000
16 28.736265 0.000000
17 28.736265 0.000000
18 28.736265 0.000000
19 29.891393 0.000000
20 29.891393 0.000000
21 31.132574 0.000000
22 31.132576 0.000000
23 31.132576 0.000000
24 34.611195 0.000000
25 34.611195 0.000000
26 34.611196 0.000000
27 40.551952 0.000000
28 40.551953 0.000000

0.2631579E-01 0.2631579E-01 0.2631579E-01 0.8333333E-02
1 -6.184917 1.000000
2 5.535561 1.000000
3 5.628411 1.000000
4 5.628411 1.000000
5 8.226595 0.000000
6 8.226595 0.000000
7 8.228731 0.000000
8 8.852631 0.000000
9 13.390742 0.000000
10 13.390742 0.000000
11 13.557328 0.000000
12 16.812274 0.000000
13 16.912509 0.000000
14 16.912509 0.000000
15 20.982567 0.000000
16 28.603427 0.000000
17 28.641493 0.000000
18 28.641493 0.000000
19 29.790246 0.000000
20 29.790246 0.000000
21 31.215726 0.000000
22 31.215726 0.000000
23 31.252485 0.000000
24 34.619409 0.000000
25 34.743707 0.000000
26 34.743707 0.000000
27 40.398403 0.000000
28 40.524207 0.000000

0.5263158E-01 0.5263158E-01 0.5263158E-01 0.8333333E-02
1 -6.158084 1.000000
2 5.250099 1.000000
3 5.584017 1.000000
4 5.584017 1.000000
5 8.249679 0.000000
6 8.291761 0.000000
7 8.291761 0.000000
8 9.072266 0.000000
9 13.301228 0.000000
10 13.301228 0.000000
11 13.674675 0.000000
12 16.708362 0.000000
13 17.090165 0.000000
14 17.090165 0.000000
15 21.171115 0.000000
16 28.274357 0.000000
17 28.329947 0.000000
18 28.329947 0.000000
19 29.629245 0.000000
20 29.629245 0.000000
21 31.373931 0.000000
22 31.373931 0.000000
23 31.557053 0.000000
24 34.643993 0.000000
25 35.115889 0.000000
26 35.115889 0.000000
27 39.979628 0.000000
28 40.442403 0.000000

0.7894737E-01 0.7894737E-01 0.7894737E-01 0.8333333E-02
1 -6.113476 1.000000
2 4.856389 1.000000
3 5.515941 1.000000
4 5.515941 1.000000
5 8.221844 0.000000
6 8.392241 0.000000
7 8.392241 0.000000
8 9.421640 0.000000
9 13.175611 0.000000
10 13.175611 0.000000
11 13.860687 0.000000
12 16.558927 0.000000
13 17.364394 0.000000
14 17.364394 0.000000
15 21.461958 0.000000
16 27.814639 0.000000
17 27.814639 0.000000
18 27.820994 0.000000
19 29.541097 0.000000
20 29.541097 0.000000
21 31.518030 0.000000
22 31.518030 0.000000
23 31.946883 0.000000
24 34.684773 0.000000
25 35.666549 0.000000
26 35.666549 0.000000
27 39.376847 0.000000
28 40.310535 0.000000

0.1052632E+00 0.1052632E+00 0.1052632E+00 0.8333333E-02
1 -6.051188 1.000000
2 4.404842 1.000000
3 5.431524 1.000000
4 5.431524 1.000000
5 8.155866 0.000000
6 8.518195 0.000000
7 8.518195 0.000000
8 9.844486 0.000000
9 13.037100 0.000000
10 13.037100 0.000000
11 14.099157 0.000000
12 16.397071 0.000000
13 17.716311 0.000000
14 17.716311 0.000000
15 21.831772 0.000000
16 27.178387 0.000000
17 27.178387 0.000000
18 27.314823 0.000000
19 29.522377 0.000000
20 29.522377 0.000000
21 31.635678 0.000000
22 31.635678 0.000000
23 32.356377 0.000000
24 34.741451 0.000000
25 36.330029 0.000000
26 36.330029 0.000000
27 38.642882 0.000000
28 40.127037 0.000000

0.1315789E+00 0.1315789E+00 0.1315789E+00 0.8333333E-02
1 -5.971540 1.000000
2 3.926925 1.000000
3 5.334815 1.000000
4 5.334815 1.000000
5 8.068438 0.000000
6 8.657149 0.000000
7 8.657149 0.000000
8 10.301743 0.000000
9 12.905887 0.000000
10 12.905887 0.000000
11 14.360063 0.000000
12 16.264767 0.000000
13 18.120112 0.000000
14 18.120112 0.000000
15 22.257010 0.000000
16 26.472414 0.000000
17 26.472414 0.000000
18 26.783022 0.000000
19 29.528551 0.000000
20 29.528551 0.000000
21 31.719727 0.000000
22 31.719727 0.000000
23 32.776154 0.000000
24 34.813583 0.000000
25 37.031457 0.000000
26 37.031457 0.000000
27 37.849544 0.000000
28 39.900939 0.000000

0.1578947E+00 0.1578947E+00 0.1578947E+00 0.8333333E-02
1 -5.874702 1.000000
2 3.437592 1.000000
3 5.234034 1.000000
4 5.234034 1.000000
5 7.969180 0.000000
6 8.797893 0.000000
7 8.797893 0.000000
8 10.773419 0.000000
9 12.806031 0.000000
10 12.806031 0.000000
11 14.588794 0.000000
12 16.223891 0.000000
13 18.568616 0.000000
14 18.568616 0.000000
15 22.714444 0.000000
16 25.757586 0.000000
17 25.757586 0.000000
18 26.260915 0.000000
19 29.558759 0.000000
20 29.558759 0.000000
21 31.803825 0.000000
22 31.803825 0.000000
23 33.178243 0.000000
24 34.900556 0.000000
25 37.021940 0.000000
26 37.706066 0.000000
27 37.706067 0.000000
28 39.659882 0.000000

0.1842105E+00 0.1842105E+00 0.1842105E+00 0.8333333E-02
1 -5.761125 1.000000
2 2.945787 1.000000
3 5.131886 1.000000
4 5.131886 1.000000
5 7.864302 0.000000
6 8.927058 0.000000
7 8.927058 0.000000
8 11.248136 0.000000
9 12.739726 0.000000
10 12.739726 0.000000
11 14.712026 0.000000
12 16.348973 0.000000
13 19.043316 0.000000
14 19.043316 0.000000
15 23.166841 0.000000
16 25.038206 0.000000
17 25.038206 0.000000
18 25.778160 0.000000
19 29.580264 0.000000
20 29.580264 0.000000
21 31.871798 0.000000
22 31.871798 0.000000
23 33.532621 0.000000
24 35.000278 0.000000
25 36.171219 0.000000
26 38.186787 0.000000
27 38.186787 0.000000
28 39.388980 0.000000

0.2105263E+00 0.2105263E+00 0.2105263E+00 0.8333333E-02
1 -5.631309 1.000000
2 2.459040 1.000000
3 5.032737 1.000000
4 5.032737 1.000000
5 7.759442 0.000000
6 9.035794 0.000000
7 9.035794 0.000000
8 11.719361 0.000000
9 12.741625 0.000000
10 12.741625 0.000000
11 14.707657 0.000000
12 16.663467 0.000000
13 19.534741 0.000000
14 19.534741 0.000000
15 23.526425 0.000000
16 24.345224 0.000000
17 24.345224 0.000000
18 25.427981 0.000000
19 29.625110 0.000000
20 29.625110 0.000000
21 31.946649 0.000000
22 31.946649 0.000000
23 33.787860 0.000000
24 35.114111 0.000000
25 35.403480 0.000000
26 38.163748 0.000000
27 38.163749 0.000000
28 39.305302 0.000000

0.2368421E+00 0.2368421E+00 0.2368421E+00 0.8333333E-02
1 -5.486011 1.000000
2 1.981141 1.000000
3 4.938335 1.000000
4 4.938335 1.000000
5 7.658272 0.000000
6 9.115334 0.000000
7 9.115334 0.000000
8 12.181789 0.000000
9 12.813000 0.000000
10 12.813000 0.000000
11 14.628005 0.000000
12 17.114981 0.000000
13 20.019010 0.000000
14 20.019010 0.000000
15 23.607030 0.000000
16 23.699637 0.000000
17 23.699637 0.000000
18 25.398474 0.000000
19 29.669793 0.000000
20 29.669793 0.000000
21 32.019882 0.000000
22 32.019882 0.000000
23 33.708038 0.000000
24 34.949906 0.000000
25 35.239464 0.000000
26 37.618314 0.000000
27 37.618314 0.000000
28 39.159277 0.000000

0.2631579E+00 0.2631579E+00 0.2631579E+00 0.8333333E-02
1 -5.326119 1.000000
2 1.515695 1.000000
3 4.850295 1.000000
4 4.850295 1.000000
5 7.563150 0.000000
6 9.161608 0.000000
7 9.161608 0.000000
8 12.623739 0.000000
9 12.949918 0.000000
10 12.949918 0.000000
11 14.533739 0.000000
12 17.649019 0.000000
13 20.431593 0.000000
14 20.431593 0.000000
15 23.158079 0.000000
16 23.158079 0.000000
17 23.364817 0.000000
18 25.745856 0.000000
19 29.698789 0.000000
20 29.698789 0.000000
21 32.089345 0.000000
22 32.089345 0.000000
23 33.078655 0.000000
24 34.995129 0.000000
25 35.374506 0.000000
26 36.861939 0.000000
27 36.861940 0.000000
28 38.897499 0.000000

0.2894737E+00 0.2894737E+00 0.2894737E+00 0.8333333E-02
1 -5.153183 1.000000
2 1.065926 1.000000
3 4.769847 1.000000
4 4.769847 1.000000
5 7.473712 0.000000
6 9.178598 0.000000
7 9.178598 0.000000
8 13.018342 0.000000
9 13.158004 0.000000
10 13.158004 0.000000
11 14.475969 0.000000
12 18.210148 0.000000
13 20.640053 0.000000
14 20.640053 0.000000
15 22.857598 0.000000
16 22.857598 0.000000
17 22.968054 0.000000
18 26.293582 0.000000
19 29.721755 0.000000
20 29.721755 0.000000
21 32.153174 0.000000
22 32.153174 0.000000
23 32.245402 0.000000
24 35.182059 0.000000
25 35.516869 0.000000
26 36.059103 0.000000
27 36.059103 0.000000
28 38.652229 0.000000

0.3157895E+00 0.3157895E+00 0.3157895E+00 0.8333333E-02
1 -4.969249 1.000000
2 0.633974 1.000000
3 4.697639 1.000000
4 4.697639 1.000000
5 7.392766 0.000000
6 9.171488 0.000000
7 9.171488 0.000000
8 13.316317 0.000000
9 13.428493 0.000000
10 13.428493 0.000000
11 14.518134 0.000000
12 18.759688 0.000000
13 20.479117 0.000000
14 20.479117 0.000000
15 22.552784 0.000000
16 22.951469 0.000000
17 22.951469 0.000000
18 26.925833 0.000000
19 29.713588 0.000000
20 29.713588 0.000000
21 31.363636 0.000000
22 32.203481 0.000000
23 32.203481 0.000000
24 35.268185 0.000000
25 35.268185 0.000000
26 35.311106 0.000000
27 35.663461 0.000000
28 38.431499 0.000000

0.3421053E+00 0.3421053E+00 0.3421053E+00 0.8333333E-02
1 -4.776978 1.000000
2 0.226317 1.000000
3 4.634531 1.000000
4 4.634531 1.000000
5 7.321349 0.000000
6 9.148145 0.000000
7 9.148145 0.000000
8 13.462987 0.000000
9 13.754753 0.000000
10 13.754753 0.000000
11 14.726720 0.000000
12 19.228809 0.000000
13 20.045632 0.000000
14 20.045632 0.000000
15 22.251767 0.000000
16 23.365311 0.000000
17 23.365311 0.000000
18 27.598941 0.000000
19 29.663821 0.000000
20 29.663821 0.000000
21 30.475215 0.000000
22 32.242579 0.000000
23 32.242579 0.000000
24 34.534727 0.000000
25 34.534727 0.000000
26 35.399140 0.000000
27 35.810436 0.000000
28 38.244200 0.000000

0.3684211E+00 0.3684211E+00 0.3684211E+00 0.8333333E-02
1 -4.580790 1.000000
2 -0.153228 1.000000
3 4.580807 1.000000
4 4.580807 1.000000
5 7.260125 0.000000
6 9.117579 0.000000
7 9.117579 0.000000
8 13.486752 0.000000
9 14.134612 0.000000
10 14.134612 0.000000
11 15.074226 0.000000
12 19.495469 0.000000
13 19.498999 0.000000
14 19.498999 0.000000
15 22.180128 0.000000
16 23.938593 0.000000
17 23.938593 0.000000
18 28.277724 0.000000
19 29.545314 0.000000
20 29.545314 0.000000
21 29.606177 0.000000
22 32.267534 0.000000
23 32.267534 0.000000
24 33.900404 0.000000
25 33.900404 0.000000
26 35.361908 0.000000
27 35.952853 0.000000
28 38.099495 0.000000

0.3947368E+00 0.3947368E+00 0.3947368E+00 0.8333333E-02
1 -4.387310 1.000000
2 -0.497441 1.000000
3 4.536587 1.000000
4 4.536587 1.000000
5 7.209527 0.000000
6 9.083358 0.000000
7 9.083358 0.000000
8 13.457150 0.000000
9 14.547573 0.000000
10 14.547573 0.000000
11 15.489313 0.000000
12 18.915111 0.000000
13 18.915111 0.000000
14 19.466452 0.000000
15 22.436542 0.000000
16 24.571798 0.000000
17 24.571798 0.000000
18 28.537118 0.000000
19 29.172147 0.000000
20 29.324796 0.000000
21 29.324796 0.000000
22 32.237652 0.000000
23 32.237652 0.000000
24 33.411483 0.000000
25 33.411483 0.000000
26 35.163592 0.000000
27 36.084670 0.000000
28 37.979138 0.000000

0.4210526E+00 0.4210526E+00 0.4210526E+00 0.8333333E-02
1 -4.206715 1.000000
2 -0.795789 1.000000
3 4.502064 1.000000
4 4.502064 1.000000
5 7.168521 0.000000
6 9.052008 0.000000
7 9.052008 0.000000
8 13.414993 0.000000
9 14.992986 0.000000
10 14.992986 0.000000
11 15.923609 0.000000
12 18.326464 0.000000
13 18.326464 0.000000
14 19.209804 0.000000
15 22.945059 0.000000
16 25.240201 0.000000
17 25.240201 0.000000
18 27.737970 0.000000
19 28.977770 0.000000
20 28.977770 0.000000
21 29.785838 0.000000
22 32.154711 0.000000
23 32.154711 0.000000
24 33.105189 0.000000
25 33.105189 0.000000
26 34.802396 0.000000
27 36.198884 0.000000
28 37.894823 0.000000

0.4473684E+00 0.4473684E+00 0.4473684E+00 0.8333333E-02
1 -4.053989 1.000000
2 -1.032822 1.000000
3 4.477370 1.000000
4 4.477370 1.000000
5 7.140012 0.000000
6 9.027222 0.000000
7 9.027222 0.000000
8 13.378025 0.000000
9 15.461706 0.000000
10 15.461706 0.000000
11 16.345201 0.000000
12 17.753615 0.000000
13 17.753615 0.000000
14 18.863138 0.000000
15 23.611910 0.000000
16 25.925792 0.000000
17 25.925792 0.000000
18 26.887545 0.000000
19 28.506270 0.000000
20 28.506270 0.000000
21 30.436397 0.000000
22 32.051877 0.000000
23 32.051877 0.000000
24 32.955671 0.000000
25 32.955671 0.000000
26 34.345337 0.000000
27 36.287984 0.000000
28 37.844383 0.000000

0.4736842E+00 0.4736842E+00 0.4736842E+00 0.8333333E-02
1 -3.948885 1.000000
2 -1.188595 1.000000
3 4.462531 1.000000
4 4.462531 1.000000
5 7.122858 0.000000
6 9.011452 0.000000
7 9.011452 0.000000
8 13.353709 0.000000
9 15.930162 0.000000
10 15.930162 0.000000
11 16.695492 0.000000
12 17.221992 0.000000
13 17.221992 0.000000
14 18.541888 0.000000
15 24.344933 0.000000
16 26.058147 0.000000
17 26.612548 0.000000
18 26.612548 0.000000
19 27.935874 0.000000
20 27.935874 0.000000
21 30.969100 0.000000
22 31.975543 0.000000
23 31.975543 0.000000
24 32.895976 0.000000
25 32.895976 0.000000
26 33.911469 0.000000
27 36.344954 0.000000
28 37.821743 0.000000

0.5000000E+00 0.5000000E+00 0.5000000E+00 0.8333333E-02
1 -3.910408 1.000000
2 -1.243254 1.000000
3 4.458259 1.000000
4 4.458259 1.000000
5 7.117444 0.000000
6 9.006841 0.000000
7 9.006841 0.000000
8 13.345713 0.000000
9 16.253576 0.000000
10 16.253576 0.000000
11 16.848968 0.000000
12 16.904027 0.000000
13 16.904027 0.000000
14 18.396764 0.000000
15 24.930341 0.000000
16 25.448446 0.000000
17 27.207295 0.000000
18 27.207295 0.000000
19 27.392642 0.000000
20 27.392642 0.000000
21 31.204230 0.000000
22 31.958837 0.000000
23 31.958837 0.000000
24 32.885067 0.000000
25 32.885067 0.000000
26 33.714144 0.000000
27 36.367042 0.000000
28 37.848659 0.000000

0.5000000E+00 0.5000000E+00 0.5000000E+00 0.8333333E-02
1 -3.910408 1.000000
2 -1.243254 1.000000
3 4.458259 1.000000
4 4.458259 1.000000
5 7.117444 0.000000
6 9.006841 0.000000
7 9.006841 0.000000
8 13.345713 0.000000
9 16.253576 0.000000
10 16.253576 0.000000
11 16.848968 0.000000
12 16.904027 0.000000
13 16.904027 0.000000
14 18.396764 0.000000
15 24.930341 0.000000
16 25.448446 0.000000
17 27.207295 0.000000
18 27.207295 0.000000
19 27.392642 0.000000
20 27.392642 0.000000
21 31.204230 0.000000
22 31.958837 0.000000
23 31.958837 0.000000
24 32.885067 0.000000
25 32.885067 0.000000
26 33.714144 0.000000
27 36.367041 0.000000
28 37.848662 0.000000

0.4736842E+00 0.5000000E+00 0.4736842E+00 0.8333333E-02
1 -3.920048 1.000000
2 -1.214824 1.000000
3 4.374931 1.000000
4 4.453953 1.000000
5 7.190459 0.000000
6 9.004130 0.000000
7 9.030341 0.000000
8 13.384020 0.000000
9 15.842214 0.000000
10 15.993363 0.000000
11 16.865778 0.000000
12 17.023630 0.000000
13 17.310287 0.000000
14 18.531953 0.000000
15 24.576232 0.000000
16 25.780130 0.000000
17 26.622222 0.000000
18 27.040918 0.000000
19 27.541040 0.000000
20 27.879990 0.000000
21 31.116192 0.000000
22 31.702970 0.000000
23 31.923643 0.000000
24 32.939524 0.000000
25 33.026583 0.000000
26 33.871806 0.000000
27 36.473310 0.000000
28 37.429892 0.000000

0.4473684E+00 0.5000000E+00 0.4473684E+00 0.8333333E-02
1 -3.945697 1.000000
2 -1.131038 1.000000
3 4.153462 1.000000
4 4.443603 1.000000
5 7.380045 0.000000
6 9.005505 0.000000
7 9.102290 0.000000
8 13.487680 0.000000
9 15.267191 0.000000
10 15.570725 0.000000
11 16.792937 0.000000
12 17.295055 0.000000
13 17.949792 0.000000
14 18.878827 0.000000
15 24.037730 0.000000
16 25.888747 0.000000
17 26.320915 0.000000
18 26.808937 0.000000
19 27.754231 0.000000
20 28.286212 0.000000
21 30.940984 0.000000
22 31.219136 0.000000
23 31.950360 0.000000
24 33.001706 0.000000
25 33.237309 0.000000
26 34.314679 0.000000
27 36.708717 0.000000
28 36.821021 0.000000

0.4210526E+00 0.5000000E+00 0.4210526E+00 0.8333333E-02
1 -3.983492 1.000000
2 -0.997639 1.000000
3 3.844239 1.000000
4 4.427821 1.000000
5 7.620748 0.000000
6 9.034199 0.000000
7 9.219198 0.000000
8 13.609211 0.000000
9 14.692638 0.000000
10 15.147321 0.000000
11 16.731074 0.000000
12 17.556554 0.000000
13 18.630622 0.000000
14 19.335152 0.000000
15 23.459925 0.000000
16 25.221711 0.000000
17 26.567547 0.000000
18 26.816419 0.000000
19 27.927483 0.000000
20 28.435424 0.000000
21 30.717556 0.000000
22 30.785161 0.000000
23 32.130119 0.000000
24 33.016639 0.000000
25 33.358755 0.000000
26 34.858825 0.000000
27 36.275243 0.000000
28 36.509826 0.000000

0.3947368E+00 0.5000000E+00 0.3947368E+00 0.8333333E-02
1 -4.027818 1.000000
2 -0.822635 1.000000
3 3.489491 1.000000
4 4.408619 1.000000
5 7.842995 0.000000
6 9.126433 0.000000
7 9.377025 0.000000
8 13.630184 0.000000
9 14.141507 0.000000
10 14.856719 0.000000
11 16.716315 0.000000
12 17.805879 0.000000
13 19.331440 0.000000
14 19.820973 0.000000
15 22.858561 0.000000
16 24.599061 0.000000
17 26.308157 0.000000
18 27.318508 0.000000
19 28.000874 0.000000
20 28.319216 0.000000
21 30.324060 0.000000
22 30.673042 0.000000
23 32.496724 0.000000
24 32.996628 0.000000
25 33.388553 0.000000
26 34.959021 0.000000
27 36.031185 0.000000
28 36.281782 0.000000

0.3684211E+00 0.5000000E+00 0.3684211E+00 0.8333333E-02
1 -4.073095 1.000000
2 -0.615498 1.000000
3 3.119516 1.000000
4 4.387882 1.000000
5 7.994119 0.000000
6 9.323498 0.000000
7 9.569653 0.000000
8 13.407394 0.000000
9 13.621780 0.000000
10 14.820528 0.000000
11 16.780023 0.000000
12 18.044708 0.000000
13 20.044602 0.000000
14 20.256434 0.000000
15 22.286212 0.000000
16 24.056355 0.000000
17 26.009280 0.000000
18 27.768570 0.000000
19 27.919250 0.000000
20 28.084055 0.000000
21 30.150624 0.000000
22 30.573363 0.000000
23 32.926152 0.000000
24 33.052423 0.000000
25 33.318102 0.000000
26 34.494350 0.000000
27 35.568189 0.000000
28 36.927799 0.000000

0.3421053E+00 0.5000000E+00 0.3421053E+00 0.8333333E-02
1 -4.114576 1.000000
2 -0.388185 1.000000
3 2.755956 1.000000
4 4.368501 1.000000
5 8.066336 0.000000
6 9.624002 0.000000
7 9.790800 0.000000
8 13.006686 0.000000
9 13.142356 0.000000
10 14.940436 0.000000
11 16.955082 0.000000
12 18.267806 0.000000
13 20.464377 0.000000
14 20.760242 0.000000
15 21.884090 0.000000
16 23.606071 0.000000
17 25.648276 0.000000
18 27.625861 0.000000
19 27.709451 0.000000
20 28.361736 0.000000
21 30.201748 0.000000
22 30.474076 0.000000
23 32.869752 0.000000
24 33.174146 0.000000
25 33.648955 0.000000
26 33.988495 0.000000
27 35.187783 0.000000
28 37.587206 0.000000

0.3157895E+00 0.5000000E+00 0.3157895E+00 0.8333333E-02
1 -4.148591 1.000000
2 -0.157801 1.000000
3 2.420829 1.000000
4 4.352102 1.000000
5 8.089487 0.000000
6 9.989684 0.000000
7 10.023539 0.000000
8 12.550652 0.000000
9 12.717092 0.000000
10 15.067757 0.000000
11 17.261005 0.000000
12 18.460419 0.000000
13 20.201961 0.000000
14 21.465867 0.000000
15 21.885485 0.000000
16 23.265444 0.000000
17 25.206915 0.000000
18 27.277510 0.000000
19 27.481113 0.000000
20 28.808029 0.000000
21 30.384036 0.000000
22 30.388969 0.000000
23 32.712086 0.000000
24 32.957913 0.000000
25 33.565700 0.000000
26 34.357754 0.000000
27 34.915892 0.000000
28 37.743098 0.000000

0.2894737E+00 0.5000000E+00 0.2894737E+00 0.8333333E-02
1 -4.172650 1.000000
2 0.045866 1.000000
3 2.146020 1.000000
4 4.339822 1.000000
5 8.092099 0.000000
6 10.238255 0.000000
7 10.376310 0.000000
8 12.103944 0.000000
9 12.373410 0.000000
10 15.152684 0.000000
11 17.674153 0.000000
12 18.609820 0.000000
13 19.663737 0.000000
14 22.070137 0.000000
15 22.118420 0.000000
16 23.049814 0.000000
17 24.704913 0.000000
18 26.977299 0.000000
19 27.312315 0.000000
20 29.197637 0.000000
21 30.303093 0.000000
22 30.608527 0.000000
23 32.470514 0.000000
24 32.715306 0.000000
25 33.362135 0.000000
26 34.749177 0.000000
27 35.053744 0.000000
28 37.303138 0.000000

0.2631579E+00 0.5000000E+00 0.2631579E+00 0.8333333E-02
1 -4.185089 1.000000
2 0.174050 1.000000
3 1.981603 1.000000
4 4.333230 1.000000
5 8.089690 0.000000
6 10.379252 0.000000
7 10.695028 0.000000
8 11.755510 0.000000
9 12.162069 0.000000
10 15.189984 0.000000
11 18.093005 0.000000
12 18.716026 0.000000
13 19.136925 0.000000
14 22.186421 0.000000
15 22.595878 0.000000
16 22.956873 0.000000
17 24.279019 0.000000
18 26.811958 0.000000
19 27.220975 0.000000
20 29.444131 0.000000
21 30.247109 0.000000
22 30.761486 0.000000
23 32.279312 0.000000
24 32.543356 0.000000
25 33.283635 0.000000
26 34.672109 0.000000
27 35.688543 0.000000
28 36.744165 0.000000

0.2368421E+00 0.5000000E+00 0.2368421E+00 0.8333333E-02
1 -4.185089 1.000000
2 0.174050 1.000000
3 1.981603 1.000000
4 4.333230 1.000000
5 8.089690 0.000000
6 10.379252 0.000000
7 10.695028 0.000000
8 11.755510 0.000000
9 12.162069 0.000000
10 15.189984 0.000000
11 18.093005 0.000000
12 18.716026 0.000000
13 19.136925 0.000000
14 22.186421 0.000000
15 22.595878 0.000000
16 22.956873 0.000000
17 24.279019 0.000000
18 26.811958 0.000000
19 27.220975 0.000000
20 29.444131 0.000000
21 30.247109 0.000000
22 30.761486 0.000000
23 32.279312 0.000000
24 32.543356 0.000000
25 33.283635 0.000000
26 34.672109 0.000000
27 35.688543 0.000000
28 36.744165 0.000000

0.2105263E+00 0.5000000E+00 0.2105263E+00 0.8333333E-02
1 -4.172650 1.000000
2 0.045866 1.000000
3 2.146020 1.000000
4 4.339822 1.000000
5 8.092099 0.000000
6 10.238255 0.000000
7 10.376310 0.000000
8 12.103945 0.000000
9 12.373410 0.000000
10 15.152684 0.000000
11 17.674153 0.000000
12 18.609820 0.000000
13 19.663737 0.000000
14 22.070138 0.000000
15 22.118420 0.000000
16 23.049814 0.000000
17 24.704913 0.000000
18 26.977298 0.000000
19 27.312315 0.000000
20 29.197637 0.000000
21 30.303093 0.000000
22 30.608527 0.000000
23 32.470514 0.000000
24 32.715306 0.000000
25 33.362135 0.000000
26 34.749177 0.000000
27 35.053744 0.000000
28 37.303138 0.000000

0.1842105E+00 0.5000000E+00 0.1842105E+00 0.8333333E-02
1 -4.148591 1.000000
2 -0.157801 1.000000
3 2.420828 1.000000
4 4.352102 1.000000
5 8.089487 0.000000
6 9.989683 0.000000
7 10.023539 0.000000
8 12.550652 0.000000
9 12.717092 0.000000
10 15.067757 0.000000
11 17.261005 0.000000
12 18.460419 0.000000
13 20.201962 0.000000
14 21.465867 0.000000
15 21.885486 0.000000
16 23.265444 0.000000
17 25.206915 0.000000
18 27.277509 0.000000
19 27.481113 0.000000
20 28.808029 0.000000
21 30.384037 0.000000
22 30.388969 0.000000
23 32.712086 0.000000
24 32.957913 0.000000
25 33.565699 0.000000
26 34.357754 0.000000
27 34.915892 0.000000
28 37.743098 0.000000

0.1578947E+00 0.5000000E+00 0.1578947E+00 0.8333333E-02
1 -4.114576 1.000000
2 -0.388185 1.000000
3 2.755955 1.000000
4 4.368501 1.000000
5 8.066336 0.000000
6 9.624002 0.000000
7 9.790800 0.000000
8 13.006686 0.000000
9 13.142357 0.000000
10 14.940436 0.000000
11 16.955082 0.000000
12 18.267806 0.000000
13 20.464378 0.000000
14 20.760242 0.000000
15 21.884089 0.000000
16 23.606070 0.000000
17 25.648275 0.000000
18 27.625860 0.000000
19 27.709450 0.000000
20 28.361736 0.000000
21 30.201748 0.000000
22 30.474076 0.000000
23 32.869752 0.000000
24 33.174146 0.000000
25 33.648955 0.000000
26 33.988494 0.000000
27 35.187783 0.000000
28 37.587207 0.000000

0.1315789E+00 0.5000000E+00 0.1315789E+00 0.8333333E-02
1 -4.073095 1.000000
2 -0.615498 1.000000
3 3.119515 1.000000
4 4.387882 1.000000
5 7.994119 0.000000
6 9.323497 0.000000
7 9.569653 0.000000
8 13.407395 0.000000
9 13.621780 0.000000
10 14.820528 0.000000
11 16.780023 0.000000
12 18.044709 0.000000
13 20.044602 0.000000
14 20.256435 0.000000
15 22.286211 0.000000
16 24.056355 0.000000
17 26.009279 0.000000
18 27.768570 0.000000
19 27.919249 0.000000
20 28.084054 0.000000
21 30.150624 0.000000
22 30.573364 0.000000
23 32.926152 0.000000
24 33.052423 0.000000
25 33.318101 0.000000
26 34.494349 0.000000
27 35.568189 0.000000
28 36.927800 0.000000

0.1052632E+00 0.5000000E+00 0.1052632E+00 0.8333333E-02
1 -4.027818 1.000000
2 -0.822635 1.000000
3 3.489490 1.000000
4 4.408619 1.000000
5 7.842996 0.000000
6 9.126432 0.000000
7 9.377024 0.000000
8 13.630184 0.000000
9 14.141508 0.000000
10 14.856719 0.000000
11 16.716314 0.000000
12 17.805879 0.000000
13 19.331441 0.000000
14 19.820974 0.000000
15 22.858560 0.000000
16 24.599061 0.000000
17 26.308157 0.000000
18 27.318508 0.000000
19 28.000873 0.000000
20 28.319215 0.000000
21 30.324061 0.000000
22 30.673042 0.000000
23 32.496724 0.000000
24 32.996628 0.000000
25 33.388553 0.000000
26 34.959020 0.000000
27 36.031186 0.000000
28 36.281782 0.000000

0.7894737E-01 0.5000000E+00 0.7894737E-01 0.8333333E-02
1 -3.983492 1.000000
2 -0.997639 1.000000
3 3.844238 1.000000
4 4.427821 1.000000
5 7.620748 0.000000
6 9.034198 0.000000
7 9.219198 0.000000
8 13.609212 0.000000
9 14.692639 0.000000
10 15.147322 0.000000
11 16.731074 0.000000
12 17.556554 0.000000
13 18.630622 0.000000
14 19.335153 0.000000
15 23.459925 0.000000
16 25.221710 0.000000
17 26.567547 0.000000
18 26.816419 0.000000
19 27.927482 0.000000
20 28.435423 0.000000
21 30.717557 0.000000
22 30.785161 0.000000
23 32.130119 0.000000
24 33.016639 0.000000
25 33.358754 0.000000
26 34.858826 0.000000
27 36.275242 0.000000
28 36.509827 0.000000

0.5263158E-01 0.5000000E+00 0.5263158E-01 0.8333333E-02
1 -3.945697 1.000000
2 -1.131038 1.000000
3 4.153461 1.000000
4 4.443603 1.000000
5 7.380046 0.000000
6 9.005504 0.000000
7 9.102290 0.000000
8 13.487681 0.000000
9 15.267192 0.000000
10 15.570725 0.000000
11 16.792936 0.000000
12 17.295055 0.000000
13 17.949792 0.000000
14 18.878828 0.000000
15 24.037730 0.000000
16 25.888747 0.000000
17 26.320915 0.000000
18 26.808936 0.000000
19 27.754231 0.000000
20 28.286211 0.000000
21 30.940984 0.000000
22 31.219136 0.000000
23 31.950360 0.000000
24 33.001706 0.000000
25 33.237309 0.000000
26 34.314680 0.000000
27 36.708716 0.000000
28 36.821015 0.000000

0.2631579E-01 0.5000000E+00 0.2631579E-01 0.8333333E-02
1 -3.920048 1.000000
2 -1.214824 1.000000
3 4.374930 1.000000
4 4.453953 1.000000
5 7.190460 0.000000
6 9.004129 0.000000
7 9.030340 0.000000
8 13.384020 0.000000
9 15.842214 0.000000
10 15.993363 0.000000
11 16.865777 0.000000
12 17.023631 0.000000
13 17.310287 0.000000
14 18.531955 0.000000
15 24.576231 0.000000
16 25.780130 0.000000
17 26.622221 0.000000
18 27.040918 0.000000
19 27.541039 0.000000
20 27.879989 0.000000
21 31.116192 0.000000
22 31.702970 0.000000
23 31.923643 0.000000
24 32.939524 0.000000
25 33.026583 0.000000
26 33.871807 0.000000
27 36.473309 0.000000
28 37.429908 0.000000

0.0000000E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -3.910408 1.000000
2 -1.243253 1.000000
3 4.458258 1.000000
4 4.458259 1.000000
5 7.117444 0.000000
6 9.006841 0.000000
7 9.006841 0.000000
8 13.345713 0.000000
9 16.253576 0.000000
10 16.253577 0.000000
11 16.848969 0.000000
12 16.904026 0.000000
13 16.904027 0.000000
14 18.396765 0.000000
15 24.930341 0.000000
16 25.448446 0.000000
17 27.207295 0.000000
18 27.207295 0.000000
19 27.392641 0.000000
20 27.392641 0.000000
21 31.204231 0.000000
22 31.958837 0.000000
23 31.958837 0.000000
24 32.885066 0.000000
25 32.885067 0.000000
26 33.714145 0.000000
27 36.367041 0.000000
28 37.848659 0.000000

0.5000000E+00 0.5000000E+00 0.0000000E+00 0.8333333E-02
1 -2.118473 1.000000
2 -2.118473 1.000000
3 2.836302 1.000000
4 2.836302 1.000000
5 6.400813 0.000000
6 6.400814 0.000000
7 15.600011 0.000000
8 15.600013 0.000000
9 16.666726 0.000000
10 16.666726 0.000000
11 18.190959 0.000000
12 18.190959 0.000000
13 18.467446 0.000000
14 18.467446 0.000000
15 24.449103 0.000000
16 24.449103 0.000000
17 25.249433 0.000000
18 25.249434 0.000000
19 25.705292 0.000000
20 25.705292 0.000000
21 26.941682 0.000000
22 26.941682 0.000000
23 31.185453 0.000000
24 31.185453 0.000000
25 34.855951 0.000000
26 34.855951 0.000000
27 39.516501 0.000000
28 39.516872 0.000000

0.5000000E+00 0.5000000E+00 0.2631579E-01 0.8333333E-02
1 -2.314676 1.000000
2 -1.914928 1.000000
3 2.798845 1.000000
4 2.843587 1.000000
5 6.382971 0.000000
6 6.491034 0.000000
7 15.471646 0.000000
8 15.496059 0.000000
9 16.624265 0.000000
10 16.650014 0.000000
11 18.006294 0.000000
12 18.332187 0.000000
13 18.514761 0.000000
14 18.738626 0.000000
15 24.037336 0.000000
16 24.587875 0.000000
17 25.045335 0.000000
18 25.078958 0.000000
19 25.951318 0.000000
20 25.988536 0.000000
21 26.821425 0.000000
22 27.269000 0.000000
23 30.929450 0.000000
24 31.292469 0.000000
25 34.845730 0.000000
26 34.956199 0.000000
27 38.950701 0.000000
28 39.536847 0.000000

0.5000000E+00 0.5000000E+00 0.5263158E-01 0.8333333E-02
1 -2.501553 1.000000
2 -1.706773 1.000000
3 2.696141 1.000000
4 2.865952 1.000000
5 6.404495 0.000000
6 6.681459 0.000000
7 15.146181 0.000000
8 15.209614 0.000000
9 16.539805 0.000000
10 16.610648 0.000000
11 17.942721 0.000000
12 18.287381 0.000000
13 18.966270 0.000000
14 19.133370 0.000000
15 23.413205 0.000000
16 24.584422 0.000000
17 24.753326 0.000000
18 24.956688 0.000000
19 26.213048 0.000000
20 26.377245 0.000000
21 27.030607 0.000000
22 27.767640 0.000000
23 30.534558 0.000000
24 31.323624 0.000000
25 34.826297 0.000000
26 35.213859 0.000000
27 38.283686 0.000000
28 39.302160 0.000000

0.5000000E+00 0.5000000E+00 0.7894737E-01 0.8333333E-02
1 -2.677833 1.000000
2 -1.497994 1.000000
3 2.550414 1.000000
4 2.903126 1.000000
5 6.450251 0.000000
6 6.965178 0.000000
7 14.711130 0.000000
8 14.789348 0.000000
9 16.450737 0.000000
10 16.556471 0.000000
11 17.935185 0.000000
12 18.285866 0.000000
13 19.509094 0.000000
14 19.598242 0.000000
15 22.708136 0.000000
16 24.499869 0.000000
17 24.504500 0.000000
18 24.924129 0.000000
19 26.256387 0.000000
20 26.857507 0.000000
21 27.455571 0.000000
22 28.389452 0.000000
23 30.047820 0.000000
24 31.318190 0.000000
25 34.796928 0.000000
26 35.508996 0.000000
27 37.698192 0.000000
28 38.960159 0.000000

0.5000000E+00 0.5000000E+00 0.1052632E+00 0.8333333E-02
1 -2.842491 1.000000
2 -1.294126 1.000000
3 2.388246 1.000000
4 2.954779 1.000000
5 6.516810 0.000000
6 7.325814 0.000000
7 14.225979 0.000000
8 14.297548 0.000000
9 16.370330 0.000000
10 16.489530 0.000000
11 17.945588 0.000000
12 18.302212 0.000000
13 20.086253 0.000000
14 20.100357 0.000000
15 21.997422 0.000000
16 24.305552 0.000000
17 24.407877 0.000000
18 24.935992 0.000000
19 26.266546 0.000000
20 27.375536 0.000000
21 27.915349 0.000000
22 28.973371 0.000000
23 29.605289 0.000000
24 31.346923 0.000000
25 34.759765 0.000000
26 35.639570 0.000000
27 37.348677 0.000000
28 38.574294 0.000000

0.5000000E+00 0.5000000E+00 0.1315789E+00 0.8333333E-02
1 -2.994987 1.000000
2 -1.103222 1.000000
3 2.233802 1.000000
4 3.020495 1.000000
5 6.602541 0.000000
6 7.745184 0.000000
7 13.718943 0.000000
8 13.767412 0.000000
9 16.287443 0.000000
10 16.417942 0.000000
11 17.953737 0.000000
12 18.322088 0.000000
13 20.525424 0.000000
14 20.713921 0.000000
15 21.348384 0.000000
16 24.180706 0.000000
17 24.331168 0.000000
18 24.970205 0.000000
19 26.249811 0.000000
20 27.923930 0.000000
21 28.323744 0.000000
22 28.957370 0.000000
23 29.729485 0.000000
24 31.508840 0.000000
25 34.715915 0.000000
26 35.419975 0.000000
27 37.368981 0.000000
28 38.177465 0.000000

0.5000000E+00 0.5000000E+00 0.1578947E+00 0.8333333E-02
1 -3.134939 1.000000
2 -0.935733 1.000000
3 2.110130 1.000000
4 3.099901 1.000000
5 6.706483 0.000000
6 8.211360 0.000000
7 13.214533 0.000000
8 13.220533 0.000000
9 16.198634 0.000000
10 16.352134 0.000000
11 17.952739 0.000000
12 18.337310 0.000000
13 20.438011 0.000000
14 21.229740 0.000000
15 21.346183 0.000000
16 24.140395 0.000000
17 24.309466 0.000000
18 25.015944 0.000000
19 26.159430 0.000000
20 28.317656 0.000000
21 28.501148 0.000000
22 29.095947 0.000000
23 29.955178 0.000000
24 31.974111 0.000000
25 34.671032 0.000000
26 34.969725 0.000000
27 37.411801 0.000000
28 37.602814 0.000000

0.5000000E+00 0.5000000E+00 0.1842105E+00 0.8333333E-02
1 -3.262197 1.000000
2 -0.804473 1.000000
3 2.037418 1.000000
4 3.192276 1.000000
5 6.827276 0.000000
6 8.715101 0.000000
7 12.666889 0.000000
8 12.717924 0.000000
9 16.098602 0.000000
10 16.290184 0.000000
11 17.930928 0.000000
12 18.339243 0.000000
13 19.853105 0.000000
14 21.605264 0.000000
15 21.970417 0.000000
16 24.196810 0.000000
17 24.341871 0.000000
18 25.062347 0.000000
19 25.931784 0.000000
20 28.142446 0.000000
21 29.104356 0.000000
22 29.524839 0.000000
23 29.998022 0.000000
24 32.685538 0.000000
25 34.461645 0.000000
26 34.631634 0.000000
27 36.624181 0.000000
28 37.395036 0.000000

0.5000000E+00 0.5000000E+00 0.2105263E+00 0.8333333E-02
1 -3.376849 1.000000
2 -0.721082 1.000000
3 2.032057 1.000000
4 3.296342 1.000000
5 6.963216 0.000000
6 9.247731 0.000000
7 12.116174 0.000000
8 12.235702 0.000000
9 15.981575 0.000000
10 16.228414 0.000000
11 17.885339 0.000000
12 18.323147 0.000000
13 19.265811 0.000000
14 21.965307 0.000000
15 22.558182 0.000000
16 24.367726 0.000000
17 24.399264 0.000000
18 25.082050 0.000000
19 25.615922 0.000000
20 28.128438 0.000000
21 29.639064 0.000000
22 29.726256 0.000000
23 30.261900 0.000000
24 33.483511 0.000000
25 33.976341 0.000000
26 34.587557 0.000000
27 35.853922 0.000000
28 37.039048 0.000000

0.5000000E+00 0.5000000E+00 0.2368421E+00 0.8333333E-02
1 -3.478861 1.000000
2 -0.690614 1.000000
3 2.103184 1.000000
4 3.411274 1.000000
5 7.112443 0.000000
6 9.805698 0.000000
7 11.571144 0.000000
8 11.769081 0.000000
9 15.840773 0.000000
10 16.183869 0.000000
11 17.816840 0.000000
12 18.269936 0.000000
13 18.745399 0.000000
14 22.258237 0.000000
15 23.082885 0.000000
16 24.303279 0.000000
17 24.675774 0.000000
18 25.076978 0.000000
19 25.457469 0.000000
20 28.265278 0.000000
21 29.443300 0.000000
22 30.356924 0.000000
23 30.786856 0.000000
24 33.451746 0.000000
25 34.388125 0.000000
26 34.547415 0.000000
27 35.114537 0.000000
28 36.712102 0.000000

0.5000000E+00 0.5000000E+00 0.2631579E+00 0.8333333E-02
1 -3.568755 1.000000
2 -0.708909 1.000000
3 2.248003 1.000000
4 3.535662 1.000000
5 7.271601 0.000000
6 10.375164 0.000000
7 11.049957 0.000000
8 11.323556 0.000000
9 15.668342 0.000000
10 16.150745 0.000000
11 17.728668 0.000000
12 18.089160 0.000000
13 18.404102 0.000000
14 22.460703 0.000000
15 23.540276 0.000000
16 23.882144 0.000000
17 25.123110 0.000000
18 25.252423 0.000000
19 25.485956 0.000000
20 28.504225 0.000000
21 29.171901 0.000000
22 30.989737 0.000000
23 31.329007 0.000000
24 33.049591 0.000000
25 34.308287 0.000000
26 34.626261 0.000000
27 35.195260 0.000000
28 36.424034 0.000000

0.5000000E+00 0.5000000E+00 0.2894737E+00 0.8333333E-02
1 -3.646589 1.000000
2 -0.763433 1.000000
3 2.455484 1.000000
4 3.666646 1.000000
5 7.435655 0.000000
6 10.488349 0.000000
7 10.900973 0.000000
8 11.021784 0.000000
9 15.453801 0.000000
10 16.127778 0.000000
11 17.623414 0.000000
12 17.760110 0.000000
13 18.280769 0.000000
14 22.454572 0.000000
15 23.485090 0.000000
16 23.932644 0.000000
17 25.513751 0.000000
18 25.609146 0.000000
19 25.667875 0.000000
20 28.772527 0.000000
21 28.917539 0.000000
22 31.606838 0.000000
23 31.790058 0.000000
24 32.774010 0.000000
25 33.652316 0.000000
26 34.616983 0.000000
27 35.772425 0.000000
28 36.257417 0.000000

0.5000000E+00 0.5000000E+00 0.3157895E+00 0.8333333E-02
1 -3.713011 1.000000
2 -0.839989 1.000000
3 2.711110 1.000000
4 3.802062 1.000000
5 7.595424 0.000000
6 10.018103 0.000000
7 10.508657 0.000000
8 11.617661 0.000000
9 15.198960 0.000000
10 16.117555 0.000000
11 17.471720 0.000000
12 17.509262 0.000000
13 18.198418 0.000000
14 22.052647 0.000000
15 23.421539 0.000000
16 24.313610 0.000000
17 25.646593 0.000000
18 25.918484 0.000000
19 26.263778 0.000000
20 28.539918 0.000000
21 29.206202 0.000000
22 31.908870 0.000000
23 32.181845 0.000000
24 32.871082 0.000000
25 33.009933 0.000000
26 34.703984 0.000000
27 35.780133 0.000000
28 36.084590 0.000000

0.5000000E+00 0.5000000E+00 0.3421053E+00 0.8333333E-02
1 -3.768634 1.000000
2 -0.925964 1.000000
3 3.000422 1.000000
4 3.938260 1.000000
5 7.732611 0.000000
6 9.577442 0.000000
7 10.148904 0.000000
8 12.233278 0.000000
9 14.920611 0.000000
10 16.117497 0.000000
11 17.255897 0.000000
12 17.390383 0.000000
13 18.117642 0.000000
14 21.415698 0.000000
15 23.571810 0.000000
16 24.703829 0.000000
17 25.741341 0.000000
18 26.257443 0.000000
19 26.865279 0.000000
20 28.227337 0.000000
21 29.613071 0.000000
22 31.731298 0.000000
23 32.410921 0.000000
24 32.670672 0.000000
25 33.248854 0.000000
26 34.897646 0.000000
27 35.637967 0.000000
28 35.693854 0.000000

0.5000000E+00 0.5000000E+00 0.3684211E+00 0.8333333E-02
1 -3.814092 1.000000
2 -1.011521 1.000000
3 3.309386 1.000000
4 4.070657 1.000000
5 7.810358 0.000000
6 9.215060 0.000000
7 9.824167 0.000000
8 12.829578 0.000000
9 14.660695 0.000000
10 16.127232 0.000000
11 17.104676 0.000000
12 17.270347 0.000000
13 18.029865 0.000000
14 20.715132 0.000000
15 23.784351 0.000000
16 25.104404 0.000000
17 25.810416 0.000000
18 26.567224 0.000000
19 27.399878 0.000000
20 27.928964 0.000000
21 30.049595 0.000000
22 31.524992 0.000000
23 31.920319 0.000000
24 32.982028 0.000000
25 33.552145 0.000000
26 35.169269 0.000000
27 35.240545 0.000000
28 35.719340 0.000000

0.5000000E+00 0.5000000E+00 0.3947368E+00 0.8333333E-02
1 -3.850060 1.000000
2 -1.089291 1.000000
3 3.624599 1.000000
4 4.194170 1.000000
5 7.773263 0.000000
6 8.990327 0.000000
7 9.546535 0.000000
8 13.327032 0.000000
9 14.523194 0.000000
10 16.146148 0.000000
11 17.004917 0.000000
12 17.158796 0.000000
13 17.930962 0.000000
14 20.014826 0.000000
15 24.034586 0.000000
16 25.523625 0.000000
17 25.842440 0.000000
18 26.829216 0.000000
19 27.676606 0.000000
20 27.813386 0.000000
21 30.504916 0.000000
22 31.363638 0.000000
23 31.579925 0.000000
24 33.156835 0.000000
25 33.631540 0.000000
26 34.724506 0.000000
27 35.728822 0.000000
28 35.982013 0.000000

0.5000000E+00 0.5000000E+00 0.4210526E+00 0.8333333E-02
1 -3.877197 1.000000
2 -1.154312 1.000000
3 3.928804 1.000000
4 4.301305 1.000000
5 7.601498 0.000000
6 8.924324 0.000000
7 9.319533 0.000000
8 13.527231 0.000000
9 14.726609 0.000000
10 16.171472 0.000000
11 16.940821 0.000000
12 17.060091 0.000000
13 17.801440 0.000000
14 19.355177 0.000000
15 24.297848 0.000000
16 25.810745 0.000000
17 25.964884 0.000000
18 27.028204 0.000000
19 27.494910 0.000000
20 28.008118 0.000000
21 30.955786 0.000000
22 31.266493 0.000000
23 31.462842 0.000000
24 33.185774 0.000000
25 33.506198 0.000000
26 34.334580 0.000000
27 36.301126 0.000000
28 36.439077 0.000000

0.5000000E+00 0.5000000E+00 0.4473684E+00 0.8333333E-02
1 -3.896097 1.000000
2 -1.203094 1.000000
3 4.195162 1.000000
4 4.385183 1.000000
5 7.374115 0.000000
6 8.948738 0.000000
7 9.148445 0.000000
8 13.469324 0.000000
9 15.240830 0.000000
10 16.197925 0.000000
11 16.901623 0.000000
12 16.978229 0.000000
13 17.585541 0.000000
14 18.811427 0.000000
15 24.562462 0.000000
16 25.701832 0.000000
17 26.410409 0.000000
18 27.147704 0.000000
19 27.399903 0.000000
20 27.943132 0.000000
21 31.191594 0.000000
22 31.419890 0.000000
23 31.577710 0.000000
24 33.108994 0.000000
25 33.266324 0.000000
26 34.016045 0.000000
27 36.722410 0.000000
28 36.980955 0.000000

0.5000000E+00 0.5000000E+00 0.4736842E+00 0.8333333E-02
1 -3.907231 1.000000
2 -1.233257 1.000000
3 4.386316 1.000000
4 4.438973 1.000000
5 7.188759 0.000000
6 8.988917 0.000000
7 9.042246 0.000000
8 13.380799 0.000000
9 15.832452 0.000000
10 16.219543 0.000000
11 16.879924 0.000000
12 16.922850 0.000000
13 17.211063 0.000000
14 18.490046 0.000000
15 24.803941 0.000000
16 25.543664 0.000000
17 26.853995 0.000000
18 27.195251 0.000000
19 27.379039 0.000000
20 27.680009 0.000000
21 31.192802 0.000000
22 31.778384 0.000000
23 31.813652 0.000000
24 32.968673 0.000000
25 33.012351 0.000000
26 33.795233 0.000000
27 36.480618 0.000000
28 37.509813 0.000000

0.5000000E+00 0.5000000E+00 0.5000000E+00 0.8333333E-02
1 -3.910408 1.000000
2 -1.243254 1.000000
3 4.458259 1.000000
4 4.458259 1.000000
5 7.117444 0.000000
6 9.006841 0.000000
7 9.006841 0.000000
8 13.345713 0.000000
9 16.253576 0.000000
10 16.253576 0.000000
11 16.848968 0.000000
12 16.904027 0.000000
13 16.904027 0.000000
14 18.396764 0.000000
15 24.930341 0.000000
16 25.448446 0.000000
17 27.207295 0.000000
18 27.207295 0.000000
19 27.392642 0.000000
20 27.392642 0.000000
21 31.204230 0.000000
22 31.958837 0.000000
23 31.958837 0.000000
24 32.885067 0.000000
25 32.885067 0.000000
26 33.714144 0.000000
27 36.367045 0.000000
28 37.848671 0.000000

while I try step-size from 0.005 to 0.05, all the results are not right.
the result from other calculation: 0.26 and 0.29me
while one of results from emc is

+++++++++++++++++++++++
Effective mass calculator 1.51py
Stencil: 3
License: MIT
Developed by: Alexandr Fonari and Chris Sutton
Started at: 2017-11-17 16:03

Contents of the input_file_G file:

0.4210526 0.4210526 0.0000000
0.02
5
V
0.000000000 2.732854000 2.732854000
2.732854000 0.000000000 2.732854000
2.732854000 2.732854000 0.000000000

==========

Successfully opened EIGENVAL, preparing to parse it...

-> fd_effmass_st3: Effective mass tensor:

 6.27586577      9.24066340      6.54606517
 9.24066340     -2.77935136      2.64544601
 6.54606517      2.64544601    -34.02472892

Principle effective masses and directions:

Effective mass (0): -0.028
Original eigenvectors: -0.14770 -0.03865 0.98828
Normal fractional coordinates: -0.93418 -0.74852 1.00000

Effective mass (1): -0.118
Original eigenvectors: -0.51604 0.85545 -0.04366
Normal fractional coordinates: -0.93829 1.00000 -0.27069

Effective mass (2): 0.077
Original eigenvectors: 0.84373 0.51644 0.14630
Normal fractional coordinates: -0.14911 0.39015 1.00000
+++++++++++++++++++++++++++++++=

I have some problems:
(1) the basis in input file is from the optimized structure or initial structure?

(2) for different systems, what's the value of stepsize is better?

(3) What's the relationship between "Original eigenvectors" and "reciprocal lattice vectors" from OUTCAR?
Thanks a lot!

effective mass calculation using emc

Hello, I found this while calculating the effective mass using emc for my system. I have done the nscf calculation using the VASP and got the EIGENVAL file aslo.

"Was expecting k point on the line 0 (3 floats), didn't get it, exiting..."

Here is my input file.
0.000 0.000 0.000
0.01
9
V
3.728230000 0.000000000 0.000000000
-1.864115000 3.228647180 0.000000000
0.000000000 0.000000000 20.000000000

Please help me out with this, is this error due to the first line? K points 0.000 0.000 0.000. If it is then what value should I put here.

Hint on Eq.(7) in the paper

Hi Alexandr,

Thank you for creating this project. I was reading Paper-03-18-2013 about the theory, implementation and tests.

For the numerical differentiation, I managed to find Eq.(6) for the second-order derivative w.r.t. x in the Abramowitz and Stegun's book (1972, p884, 25.3.24), but failed for the mixed one, i.e. Eq.(7). Could you give some hint on its source?

Thanks!

Cheers
Minye

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.