From: hackbard Date: Wed, 20 Feb 2008 12:41:15 +0000 (+0100) Subject: safety checkin X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=24b25f0a6b5a931c3fcda31a305d4fcee1ce03b4 safety checkin --- diff --git a/posic/plot/sic_pc.gpi b/posic/plot/sic_pc.gpi new file mode 100644 index 0000000..c1a5525 --- /dev/null +++ b/posic/plot/sic_pc.gpi @@ -0,0 +1,146 @@ +#!/usr/bin/gnuplot -persist +# +# +# G N U P L O T +# Version 4.2 patchlevel 2 +# last modified 31 Aug 2007 +# System: Linux 2.6.22-2-686 +# +# Copyright (C) 1986 - 1993, 1998, 2004, 2007 +# Thomas Williams, Colin Kelley and many others +# +# Type `help` to access the on-line reference manual. +# The gnuplot FAQ is available from http://www.gnuplot.info/faq/ +# +# Send bug reports and suggestions to +# +set terminal eepic default color +set output 'sic_pc.tex' +unset clip points +set clip one +unset clip two +set bar 1.000000 +set border 31 front linetype -1 linewidth 1.000 +set xdata +set ydata +set zdata +set x2data +set y2data +set timefmt x "%d/%m/%y,%H:%M" +set timefmt y "%d/%m/%y,%H:%M" +set timefmt z "%d/%m/%y,%H:%M" +set timefmt x2 "%d/%m/%y,%H:%M" +set timefmt y2 "%d/%m/%y,%H:%M" +set timefmt cb "%d/%m/%y,%H:%M" +set boxwidth +set style fill empty border +set style rectangle back fc lt -3 fillstyle solid 1.00 border -1 +set dummy x,y +set format x "% g" +set format y "% g" +set format x2 "% g" +set format y2 "% g" +set format z "% g" +set format cb "% g" +set angles radians +unset grid +set key title "" +set key inside right top vertical Right noreverse enhanced autotitles nobox +set key noinvert samplen 4 spacing 1 width 0 height 0 +unset label +unset arrow +set style increment default +unset style line +unset style arrow +set style histogram clustered gap 2 title offset character 0, 0, 0 +unset logscale +set offsets 0, 0, 0, 0 +set pointsize 1 +set encoding default +unset polar +unset parametric +unset decimalsign +set view 60, 30, 1, 1 +set samples 100, 100 +set isosamples 10, 10 +set surface +unset contour +set clabel '%8.3g' +set mapping cartesian +set datafile separator whitespace +unset hidden3d +set cntrparam order 4 +set cntrparam linear +set cntrparam levels auto 5 +set cntrparam points 5 +set size ratio 0 1,1 +set origin 0,0 +set style data points +set style function lines +set xzeroaxis linetype -2 linewidth 1.000 +set yzeroaxis linetype -2 linewidth 1.000 +set zzeroaxis linetype -2 linewidth 1.000 +set x2zeroaxis linetype -2 linewidth 1.000 +set y2zeroaxis linetype -2 linewidth 1.000 +set ticslevel 0.5 +set mxtics default +set mytics default +set mztics default +set mx2tics default +set my2tics default +set mcbtics default +set xtics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 +set xtics autofreq +set noytics +set ztics border in scale 1,0.5 nomirror norotate offset character 0, 0, 0 +set ztics autofreq +set nox2tics +set noy2tics +set cbtics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 +set cbtics autofreq +set title "Pair correlation function of 3C-SiC" +set title offset character 0, 0, 0 font "" norotate +set timestamp bottom +set timestamp "" +set timestamp offset character 0, 0, 0 font "" norotate +set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] ) +set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) +set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) +set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) +set xlabel "$r\\, [\\AA]$" +set xlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate +set x2label "" +set x2label offset character 0, 0, 0 font "" textcolor lt -1 norotate +set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) +set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) +set ylabel "$g(r)$" +set ylabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90 +set y2label "" +set y2label offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90 +set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) +set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) +set zlabel "" +set zlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate +set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) +set cblabel "" +set cblabel offset character 0, 0, 0 font "" textcolor lt -1 norotate +set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) +set zero 1e-08 +set lmargin -1 +set bmargin -1 +set rmargin -1 +set tmargin -1 +set locale "C" +set pm3d explicit at s +set pm3d scansautomatic +set pm3d interpolate 1,1 flush begin noftriangles nohidden3d corners2color mean +set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB +set palette rgbformulae 7, 5, 15 +set colorbox default +set colorbox vertical origin screen 0.9, 0.2, 0 size screen 0.05, 0.6, 0 bdefault +set loadpath +set fontpath +set fit noerrorvariables +GNUTERM = "wxt" +plot [1.5:6] "sic_pc_20.txt" w l t "$20\\, ^{\\circ}C$", "sic_pc_450.txt" w l t "$450\\, ^{\\circ}C$" +# EOF diff --git a/posic/plot/sic_pc.tex b/posic/plot/sic_pc.tex new file mode 100644 index 0000000..ea2a342 Binary files /dev/null and b/posic/plot/sic_pc.tex differ diff --git a/posic/plot/sic_pc_20.txt b/posic/plot/sic_pc_20.txt new file mode 100644 index 0000000..aaca138 --- /dev/null +++ b/posic/plot/sic_pc_20.txt @@ -0,0 +1,593 @@ +#r #ab #aa #bb +0.000000 0.000000 0.000000 0.000000 +0.010000 0.000000 0.000000 0.000000 +0.020000 0.000000 0.000000 0.000000 +0.030000 0.000000 0.000000 0.000000 +0.040000 0.000000 0.000000 0.000000 +0.050000 0.000000 0.000000 0.000000 +0.060000 0.000000 0.000000 0.000000 +0.070000 0.000000 0.000000 0.000000 +0.080000 0.000000 0.000000 0.000000 +0.090000 0.000000 0.000000 0.000000 +0.100000 0.000000 0.000000 0.000000 +0.110000 0.000000 0.000000 0.000000 +0.120000 0.000000 0.000000 0.000000 +0.130000 0.000000 0.000000 0.000000 +0.140000 0.000000 0.000000 0.000000 +0.150000 0.000000 0.000000 0.000000 +0.160000 0.000000 0.000000 0.000000 +0.170000 0.000000 0.000000 0.000000 +0.180000 0.000000 0.000000 0.000000 +0.190000 0.000000 0.000000 0.000000 +0.200000 0.000000 0.000000 0.000000 +0.210000 0.000000 0.000000 0.000000 +0.220000 0.000000 0.000000 0.000000 +0.230000 0.000000 0.000000 0.000000 +0.240000 0.000000 0.000000 0.000000 +0.250000 0.000000 0.000000 0.000000 +0.260000 0.000000 0.000000 0.000000 +0.270000 0.000000 0.000000 0.000000 +0.280000 0.000000 0.000000 0.000000 +0.290000 0.000000 0.000000 0.000000 +0.300000 0.000000 0.000000 0.000000 +0.310000 0.000000 0.000000 0.000000 +0.320000 0.000000 0.000000 0.000000 +0.330000 0.000000 0.000000 0.000000 +0.340000 0.000000 0.000000 0.000000 +0.350000 0.000000 0.000000 0.000000 +0.360000 0.000000 0.000000 0.000000 +0.370000 0.000000 0.000000 0.000000 +0.380000 0.000000 0.000000 0.000000 +0.390000 0.000000 0.000000 0.000000 +0.400000 0.000000 0.000000 0.000000 +0.410000 0.000000 0.000000 0.000000 +0.420000 0.000000 0.000000 0.000000 +0.430000 0.000000 0.000000 0.000000 +0.440000 0.000000 0.000000 0.000000 +0.450000 0.000000 0.000000 0.000000 +0.460000 0.000000 0.000000 0.000000 +0.470000 0.000000 0.000000 0.000000 +0.480000 0.000000 0.000000 0.000000 +0.490000 0.000000 0.000000 0.000000 +0.500000 0.000000 0.000000 0.000000 +0.510000 0.000000 0.000000 0.000000 +0.520000 0.000000 0.000000 0.000000 +0.530000 0.000000 0.000000 0.000000 +0.540000 0.000000 0.000000 0.000000 +0.550000 0.000000 0.000000 0.000000 +0.560000 0.000000 0.000000 0.000000 +0.570000 0.000000 0.000000 0.000000 +0.580000 0.000000 0.000000 0.000000 +0.590000 0.000000 0.000000 0.000000 +0.600000 0.000000 0.000000 0.000000 +0.610000 0.000000 0.000000 0.000000 +0.620000 0.000000 0.000000 0.000000 +0.630000 0.000000 0.000000 0.000000 +0.640000 0.000000 0.000000 0.000000 +0.650000 0.000000 0.000000 0.000000 +0.660000 0.000000 0.000000 0.000000 +0.670000 0.000000 0.000000 0.000000 +0.680000 0.000000 0.000000 0.000000 +0.690000 0.000000 0.000000 0.000000 +0.700000 0.000000 0.000000 0.000000 +0.710000 0.000000 0.000000 0.000000 +0.720000 0.000000 0.000000 0.000000 +0.730000 0.000000 0.000000 0.000000 +0.740000 0.000000 0.000000 0.000000 +0.750000 0.000000 0.000000 0.000000 +0.760000 0.000000 0.000000 0.000000 +0.770000 0.000000 0.000000 0.000000 +0.780000 0.000000 0.000000 0.000000 +0.790000 0.000000 0.000000 0.000000 +0.800000 0.000000 0.000000 0.000000 +0.810000 0.000000 0.000000 0.000000 +0.820000 0.000000 0.000000 0.000000 +0.830000 0.000000 0.000000 0.000000 +0.840000 0.000000 0.000000 0.000000 +0.850000 0.000000 0.000000 0.000000 +0.860000 0.000000 0.000000 0.000000 +0.870000 0.000000 0.000000 0.000000 +0.880000 0.000000 0.000000 0.000000 +0.890000 0.000000 0.000000 0.000000 +0.900000 0.000000 0.000000 0.000000 +0.910000 0.000000 0.000000 0.000000 +0.920000 0.000000 0.000000 0.000000 +0.930000 0.000000 0.000000 0.000000 +0.940000 0.000000 0.000000 0.000000 +0.950000 0.000000 0.000000 0.000000 +0.960000 0.000000 0.000000 0.000000 +0.970000 0.000000 0.000000 0.000000 +0.980000 0.000000 0.000000 0.000000 +0.990000 0.000000 0.000000 0.000000 +1.000000 0.000000 0.000000 0.000000 +1.010000 0.000000 0.000000 0.000000 +1.020000 0.000000 0.000000 0.000000 +1.030000 0.000000 0.000000 0.000000 +1.040000 0.000000 0.000000 0.000000 +1.050000 0.000000 0.000000 0.000000 +1.060000 0.000000 0.000000 0.000000 +1.070000 0.000000 0.000000 0.000000 +1.080000 0.000000 0.000000 0.000000 +1.090000 0.000000 0.000000 0.000000 +1.100000 0.000000 0.000000 0.000000 +1.110000 0.000000 0.000000 0.000000 +1.120000 0.000000 0.000000 0.000000 +1.130000 0.000000 0.000000 0.000000 +1.140000 0.000000 0.000000 0.000000 +1.150000 0.000000 0.000000 0.000000 +1.160000 0.000000 0.000000 0.000000 +1.170000 0.000000 0.000000 0.000000 +1.180000 0.000000 0.000000 0.000000 +1.190000 0.000000 0.000000 0.000000 +1.200000 0.000000 0.000000 0.000000 +1.210000 0.000000 0.000000 0.000000 +1.220000 0.000000 0.000000 0.000000 +1.230000 0.000000 0.000000 0.000000 +1.240000 0.000000 0.000000 0.000000 +1.250000 0.000000 0.000000 0.000000 +1.260000 0.000000 0.000000 0.000000 +1.270000 0.000000 0.000000 0.000000 +1.280000 0.000000 0.000000 0.000000 +1.290000 0.000000 0.000000 0.000000 +1.300000 0.000000 0.000000 0.000000 +1.310000 0.000000 0.000000 0.000000 +1.320000 0.000000 0.000000 0.000000 +1.330000 0.000000 0.000000 0.000000 +1.340000 0.000000 0.000000 0.000000 +1.350000 0.000000 0.000000 0.000000 +1.360000 0.000000 0.000000 0.000000 +1.370000 0.000000 0.000000 0.000000 +1.380000 0.000000 0.000000 0.000000 +1.390000 0.000000 0.000000 0.000000 +1.400000 0.000000 0.000000 0.000000 +1.410000 0.000000 0.000000 0.000000 +1.420000 0.000000 0.000000 0.000000 +1.430000 0.000000 0.000000 0.000000 +1.440000 0.000000 0.000000 0.000000 +1.450000 0.000000 0.000000 0.000000 +1.460000 0.000000 0.000000 0.000000 +1.470000 0.000000 0.000000 0.000000 +1.480000 0.000000 0.000000 0.000000 +1.490000 0.000000 0.000000 0.000000 +1.500000 0.000000 0.000000 0.000000 +1.510000 0.000000 0.000000 0.000000 +1.520000 0.000000 0.000000 0.000000 +1.530000 0.000000 0.000000 0.000000 +1.540000 0.000000 0.000000 0.000000 +1.550000 0.000000 0.000000 0.000000 +1.560000 0.000000 0.000000 0.000000 +1.570000 0.000000 0.000000 0.000000 +1.580000 0.000000 0.000000 0.000000 +1.590000 0.000000 0.000000 0.000000 +1.600000 0.000000 0.000000 0.000000 +1.610000 0.000000 0.000000 0.000000 +1.620000 0.000000 0.000000 0.000000 +1.630000 0.000000 0.000000 0.000000 +1.640000 0.000000 0.000000 0.000000 +1.650000 0.000000 0.000000 0.000000 +1.660000 0.000000 0.000000 0.000000 +1.670000 0.000000 0.000000 0.000000 +1.680000 0.000000 0.000000 0.000000 +1.690000 0.000000 0.000000 0.000000 +1.700000 0.000000 0.000000 0.000000 +1.710000 0.000000 0.000000 0.000000 +1.720000 0.000000 0.000000 0.000000 +1.730000 0.000000 0.000000 0.000000 +1.740000 0.000000 0.000000 0.000000 +1.750000 0.000000 0.000000 0.000000 +1.760000 0.000000 0.000000 0.000000 +1.770000 0.957579 0.000000 0.000000 +1.780000 4.418634 0.000000 0.000000 +1.790000 7.178303 0.000000 0.000000 +1.800000 17.283951 0.000000 0.000000 +1.810000 43.954702 0.000000 0.000000 +1.820000 77.285352 0.000000 0.000000 +1.830000 120.338021 0.000000 0.000000 +1.840000 197.010870 0.000000 0.000000 +1.850000 242.512783 0.000000 0.000000 +1.860000 315.354376 0.000000 0.000000 +1.870000 373.187681 0.000000 0.000000 +1.880000 376.867361 0.000000 0.000000 +1.890000 364.211528 0.000000 0.000000 +1.900000 332.686981 0.000000 0.000000 +1.910000 253.830761 0.000000 0.000000 +1.920000 200.466580 0.000000 0.000000 +1.930000 142.017235 0.000000 0.000000 +1.940000 93.527474 0.000000 0.000000 +1.950000 51.019066 0.000000 0.000000 +1.960000 35.401916 0.000000 0.000000 +1.970000 21.129120 0.000000 0.000000 +1.980000 9.947964 0.000000 0.000000 +1.990000 5.050378 0.000000 0.000000 +2.000000 3.250000 0.000000 0.000000 +2.010000 1.732630 0.000000 0.000000 +2.020000 0.245074 0.000000 0.000000 +2.030000 0.000000 0.000000 0.000000 +2.040000 0.000000 0.000000 0.000000 +2.050000 0.000000 0.000000 0.000000 +2.060000 0.000000 0.000000 0.000000 +2.070000 0.000000 0.000000 0.000000 +2.080000 0.000000 0.000000 0.000000 +2.090000 0.000000 0.000000 0.000000 +2.100000 0.000000 0.000000 0.000000 +2.110000 0.000000 0.000000 0.000000 +2.120000 0.000000 0.000000 0.000000 +2.130000 0.000000 0.000000 0.000000 +2.140000 0.000000 0.000000 0.000000 +2.150000 0.000000 0.000000 0.000000 +2.160000 0.000000 0.000000 0.000000 +2.170000 0.000000 0.000000 0.000000 +2.180000 0.000000 0.000000 0.000000 +2.190000 0.000000 0.000000 0.000000 +2.200000 0.000000 0.000000 0.000000 +2.210000 0.000000 0.000000 0.000000 +2.220000 0.000000 0.000000 0.000000 +2.230000 0.000000 0.000000 0.000000 +2.240000 0.000000 0.000000 0.000000 +2.250000 0.000000 0.000000 0.000000 +2.260000 0.000000 0.000000 0.000000 +2.270000 0.000000 0.000000 0.000000 +2.280000 0.000000 0.000000 0.000000 +2.290000 0.000000 0.000000 0.000000 +2.300000 0.000000 0.000000 0.000000 +2.310000 0.000000 0.000000 0.000000 +2.320000 0.000000 0.000000 0.000000 +2.330000 0.000000 0.000000 0.000000 +2.340000 0.000000 0.000000 0.000000 +2.350000 0.000000 0.000000 0.000000 +2.360000 0.000000 0.000000 0.000000 +2.370000 0.000000 0.000000 0.000000 +2.380000 0.000000 0.000000 0.000000 +2.390000 0.000000 0.000000 0.000000 +2.400000 0.000000 0.000000 0.000000 +2.410000 0.000000 0.000000 0.000000 +2.420000 0.000000 0.000000 0.000000 +2.430000 0.000000 0.000000 0.000000 +2.440000 0.000000 0.000000 0.000000 +2.450000 0.000000 0.000000 0.000000 +2.460000 0.000000 0.000000 0.000000 +2.470000 0.000000 0.000000 0.000000 +2.480000 0.000000 0.000000 0.000000 +2.490000 0.000000 0.000000 0.000000 +2.500000 0.000000 0.000000 0.000000 +2.510000 0.000000 0.000000 0.000000 +2.520000 0.000000 0.000000 0.000000 +2.530000 0.000000 0.000000 0.000000 +2.540000 0.000000 0.000000 0.000000 +2.550000 0.000000 0.000000 0.000000 +2.560000 0.000000 0.000000 0.000000 +2.570000 0.000000 0.000000 0.000000 +2.580000 0.000000 0.000000 0.000000 +2.590000 0.000000 0.000000 0.000000 +2.600000 0.000000 0.000000 0.000000 +2.610000 0.000000 0.000000 0.000000 +2.620000 0.000000 0.000000 0.000000 +2.630000 0.000000 0.000000 0.000000 +2.640000 0.000000 0.000000 0.000000 +2.650000 0.000000 0.000000 0.000000 +2.660000 0.000000 0.000000 0.000000 +2.670000 0.000000 0.000000 0.000000 +2.680000 0.000000 0.000000 0.000000 +2.690000 0.000000 0.000000 0.000000 +2.700000 0.000000 0.000000 0.000000 +2.710000 0.000000 0.000000 0.000000 +2.720000 0.000000 0.000000 0.000000 +2.730000 0.000000 0.000000 0.000000 +2.740000 0.000000 0.000000 0.000000 +2.750000 0.000000 0.000000 0.000000 +2.760000 0.000000 0.000000 0.000000 +2.770000 0.000000 0.000000 0.000000 +2.780000 0.000000 0.000000 0.000000 +2.790000 0.000000 0.000000 0.000000 +2.800000 0.000000 0.000000 0.000000 +2.810000 0.000000 0.000000 0.000000 +2.820000 0.000000 0.000000 0.000000 +2.830000 0.000000 0.000000 0.000000 +2.840000 0.000000 0.000000 0.000000 +2.850000 0.000000 0.000000 0.000000 +2.860000 0.000000 0.000000 0.000000 +2.870000 0.000000 0.000000 0.000000 +2.880000 0.000000 0.000000 0.000000 +2.890000 0.000000 0.000000 0.119730 +2.900000 0.000000 0.000000 0.237812 +2.910000 0.000000 0.000000 0.354271 +2.920000 0.000000 0.000000 0.703697 +2.930000 0.000000 0.116484 1.164836 +2.940000 0.000000 0.809848 1.156925 +2.950000 0.000000 2.987647 2.872738 +2.960000 0.000000 6.049123 7.647005 +2.970000 0.000000 9.976306 10.543142 +2.980000 0.000000 17.679384 20.044142 +2.990000 0.000000 28.635026 27.069048 +3.000000 0.000000 41.666667 35.555556 +3.010000 0.000000 55.738899 62.582091 +3.020000 0.000000 75.983509 74.229200 +3.030000 0.000000 99.445588 100.099119 +3.040000 0.000000 123.247057 120.758310 +3.050000 0.000000 141.037356 140.177372 +3.060000 0.000000 140.010252 141.825793 +3.070000 0.000000 155.439315 154.802703 +3.080000 0.000000 155.485748 156.750717 +3.090000 0.000000 151.129544 145.788167 +3.100000 0.000000 144.536941 137.148803 +3.110000 0.000000 122.930904 124.998708 +3.120000 0.000000 100.365713 100.057528 +3.130000 0.000000 86.966285 86.047627 +3.140000 0.000000 64.809931 63.288572 +3.150000 0.000000 45.855379 44.847569 +3.160000 0.000000 28.240667 31.445281 +3.170000 0.000000 21.494890 21.395377 +3.180000 0.000000 11.569954 14.141055 +3.190000 0.000000 6.190977 9.532139 +3.200000 0.000000 4.199219 5.566406 +3.210000 0.000000 2.620316 2.135072 +3.220000 0.000000 1.736044 1.253810 +3.230000 0.000000 0.479253 0.766805 +3.240000 0.000000 0.285780 0.285780 +3.250000 0.000000 0.189349 0.094675 +3.260000 0.000000 0.000000 0.188189 +3.270000 0.000000 0.000000 0.093520 +3.280000 0.000000 0.000000 0.000000 +3.290000 0.000000 0.000000 0.092386 +3.300000 0.000000 0.000000 0.000000 +3.310000 0.000000 0.000000 0.000000 +3.320000 0.000000 0.000000 0.000000 +3.330000 0.000000 0.000000 0.000000 +3.340000 0.000000 0.000000 0.000000 +3.350000 0.000000 0.000000 0.000000 +3.360000 0.000000 0.000000 0.000000 +3.370000 0.000000 0.000000 0.000000 +3.380000 0.000000 0.000000 0.000000 +3.390000 0.000000 0.000000 0.000000 +3.400000 0.086505 0.000000 0.000000 +3.410000 0.000000 0.000000 0.000000 +3.420000 0.170993 0.000000 0.000000 +3.430000 0.339994 0.000000 0.000000 +3.440000 1.098567 0.000000 0.000000 +3.450000 0.756144 0.000000 0.000000 +3.460000 2.338869 0.000000 0.000000 +3.470000 3.903363 0.000000 0.000000 +3.480000 6.193024 0.000000 0.000000 +3.490000 12.971979 0.000000 0.000000 +3.500000 19.836735 0.000000 0.000000 +3.510000 29.220542 0.000000 0.000000 +3.520000 40.676653 0.000000 0.000000 +3.530000 58.824001 0.000000 0.000000 +3.540000 79.638673 0.000000 0.000000 +3.550000 104.661773 0.000000 0.000000 +3.560000 128.534907 0.000000 0.000000 +3.570000 145.391490 0.000000 0.000000 +3.580000 167.051590 0.000000 0.000000 +3.590000 183.812975 0.000000 0.000000 +3.600000 191.512346 0.000000 0.000000 +3.610000 200.351440 0.000000 0.000000 +3.620000 189.325723 0.000000 0.000000 +3.630000 181.074456 0.000000 0.000000 +3.640000 153.891438 0.000000 0.000000 +3.650000 138.637643 0.000000 0.000000 +3.660000 115.411030 0.000000 0.000000 +3.670000 84.862164 0.000000 0.000000 +3.680000 73.399102 0.000000 0.000000 +3.690000 52.217595 0.000000 0.000000 +3.700000 35.719503 0.000000 0.000000 +3.710000 23.030928 0.000000 0.000000 +3.720000 15.897792 0.000000 0.000000 +3.730000 9.128219 0.000000 0.000000 +3.740000 6.005319 0.000000 0.000000 +3.750000 3.555556 0.000000 0.000000 +3.760000 2.122001 0.000000 0.000000 +3.770000 1.125738 0.000000 0.000000 +3.780000 0.699868 0.000000 0.000000 +3.790000 0.139236 0.000000 0.000000 +3.800000 0.069252 0.000000 0.000000 +3.810000 0.137778 0.000000 0.000000 +3.820000 0.068529 0.000000 0.000000 +3.830000 0.068171 0.000000 0.000000 +3.840000 0.000000 0.000000 0.000000 +3.850000 0.000000 0.000000 0.000000 +3.860000 0.000000 0.000000 0.000000 +3.870000 0.000000 0.000000 0.000000 +3.880000 0.000000 0.000000 0.000000 +3.890000 0.000000 0.000000 0.000000 +3.900000 0.000000 0.000000 0.000000 +3.910000 0.000000 0.000000 0.000000 +3.920000 0.000000 0.000000 0.000000 +3.930000 0.000000 0.000000 0.000000 +3.940000 0.000000 0.000000 0.000000 +3.950000 0.000000 0.000000 0.000000 +3.960000 0.000000 0.000000 0.000000 +3.970000 0.000000 0.000000 0.000000 +3.980000 0.000000 0.000000 0.000000 +3.990000 0.000000 0.000000 0.000000 +4.000000 0.000000 0.000000 0.000000 +4.010000 0.000000 0.000000 0.000000 +4.020000 0.000000 0.000000 0.000000 +4.030000 0.000000 0.000000 0.000000 +4.040000 0.000000 0.000000 0.000000 +4.050000 0.000000 0.000000 0.000000 +4.060000 0.000000 0.000000 0.000000 +4.070000 0.000000 0.000000 0.000000 +4.080000 0.000000 0.000000 0.000000 +4.090000 0.000000 0.000000 0.000000 +4.100000 0.000000 0.000000 0.000000 +4.110000 0.000000 0.000000 0.000000 +4.120000 0.000000 0.000000 0.000000 +4.130000 0.000000 0.000000 0.000000 +4.140000 0.000000 0.000000 0.000000 +4.150000 0.000000 0.000000 0.058064 +4.160000 0.000000 0.000000 0.000000 +4.170000 0.000000 0.057508 0.057508 +4.180000 0.000000 0.057233 0.057233 +4.190000 0.000000 0.113921 0.113921 +4.200000 0.000000 0.396825 0.396825 +4.210000 0.000000 0.225681 0.564204 +4.220000 0.000000 1.010759 0.393073 +4.230000 0.000000 1.117762 1.061874 +4.240000 0.000000 1.891242 2.113742 +4.250000 0.000000 2.380623 2.878893 +4.260000 0.000000 4.353193 4.077674 +4.270000 0.000000 6.526663 4.771594 +4.280000 0.000000 8.079308 7.478819 +4.290000 0.000000 9.074065 10.215115 +4.300000 0.000000 12.222823 11.141157 +4.310000 0.000000 14.427140 13.781149 +4.320000 0.000000 15.914352 16.450189 +4.330000 0.000000 18.774435 17.441023 +4.340000 0.000000 20.333836 20.227654 +4.350000 0.000000 22.090104 19.659136 +4.360000 0.000000 18.779985 20.621160 +4.370000 0.000000 19.165414 19.898518 +4.380000 0.000000 16.628094 16.680219 +4.390000 0.000000 13.231563 14.269332 +4.400000 0.000000 11.725207 12.706612 +4.410000 0.000000 9.923849 10.283781 +4.420000 0.000000 8.804079 8.752892 +4.430000 0.000000 5.859902 6.726149 +4.440000 0.000000 5.579904 4.362471 +4.450000 0.000000 2.423936 3.585406 +4.460000 0.000000 2.161717 1.960627 +4.470000 0.000000 1.601529 1.000956 +4.480000 0.000000 0.896843 1.195791 +4.490000 0.000000 0.297618 0.496029 +4.500000 0.000000 0.246914 0.395062 +4.510000 0.000000 0.098328 0.245820 +4.520000 0.000000 0.146840 0.195787 +4.530000 0.000000 0.000000 0.097462 +4.540000 0.000000 0.048516 0.048516 +4.550000 0.000000 0.048303 0.000000 +4.560000 0.048092 0.000000 0.000000 +4.570000 0.383052 0.000000 0.047881 +4.580000 0.429054 0.000000 0.000000 +4.590000 0.854372 0.000000 0.000000 +4.600000 1.228733 0.000000 0.000000 +4.610000 2.258600 0.000000 0.000000 +4.620000 4.357115 0.000000 0.000000 +4.630000 6.997280 0.000000 0.000000 +4.640000 11.890606 0.000000 0.000000 +4.650000 17.435542 0.000000 0.000000 +4.660000 26.386561 0.000000 0.000000 +4.670000 34.435483 0.000000 0.000000 +4.680000 47.209438 0.000000 0.000000 +4.690000 60.601652 0.000000 0.000000 +4.700000 71.616116 0.000000 0.000000 +4.710000 85.151077 0.000000 0.000000 +4.720000 95.204323 0.000000 0.000000 +4.730000 102.981732 0.000000 0.000000 +4.740000 108.645338 0.000000 0.000000 +4.750000 98.969529 0.000000 0.000000 +4.760000 96.876986 0.000000 0.000000 +4.770000 90.274207 0.000000 0.000000 +4.780000 82.850440 0.000000 0.000000 +4.790000 67.511909 0.000000 0.000000 +4.800000 53.515625 0.000000 0.000000 +4.810000 42.141934 0.000000 0.000000 +4.820000 33.272499 0.000000 0.000000 +4.830000 22.632872 0.000000 0.000000 +4.840000 14.855543 0.000000 0.000000 +4.850000 11.223297 0.000000 0.000000 +4.860000 5.630917 0.000000 0.000000 +4.870000 3.794762 0.000000 0.000000 +4.880000 2.141561 0.000000 0.000000 +4.890000 1.463694 0.000000 0.000000 +4.900000 0.708038 0.000000 0.000000 +4.910000 0.456278 0.000000 0.000000 +4.920000 0.123934 0.000000 0.000000 +4.930000 0.082288 0.000000 0.000000 +4.940000 0.000000 0.000000 0.000000 +4.950000 0.040812 0.000000 0.000000 +4.960000 0.040648 0.000000 0.000000 +4.970000 0.000000 0.000000 0.000000 +4.980000 0.000000 0.000000 0.000000 +4.990000 0.000000 0.000000 0.000000 +5.000000 0.000000 0.000000 0.000000 +5.010000 0.000000 0.000000 0.000000 +5.020000 0.000000 0.000000 0.000000 +5.030000 0.000000 0.000000 0.000000 +5.040000 0.000000 0.000000 0.000000 +5.050000 0.000000 0.000000 0.000000 +5.060000 0.000000 0.000000 0.000000 +5.070000 0.000000 0.000000 0.000000 +5.080000 0.000000 0.000000 0.000000 +5.090000 0.000000 0.000000 0.000000 +5.100000 0.000000 0.000000 0.000000 +5.110000 0.000000 0.000000 0.000000 +5.120000 0.000000 0.000000 0.038147 +5.130000 0.000000 0.037998 0.000000 +5.140000 0.000000 0.000000 0.037851 +5.150000 0.000000 0.037704 0.301631 +5.160000 0.000000 0.112674 0.413136 +5.170000 0.000000 0.299302 0.299302 +5.180000 0.000000 0.484489 0.670831 +5.190000 0.000000 0.853873 1.113747 +5.200000 0.000000 1.886095 1.886095 +5.210000 0.000000 2.799872 2.173585 +5.220000 0.000000 4.991119 5.174616 +5.230000 0.000000 8.262378 7.531194 +5.240000 0.000000 10.488899 9.578405 +5.250000 0.000000 15.383220 14.839002 +5.260000 0.000000 19.517414 20.710145 +5.270000 0.000000 25.636502 25.960559 +5.280000 0.000000 33.072199 31.745007 +5.290000 0.000000 40.201400 37.628510 +5.300000 0.000000 45.461018 43.182627 +5.310000 0.000000 47.453371 46.850451 +5.320000 0.000000 50.985075 53.175702 +5.330000 0.000000 54.982769 54.982769 +5.340000 0.000000 55.758953 53.304156 +5.350000 0.000000 50.659446 48.772819 +5.360000 0.000000 42.569336 44.762196 +5.370000 0.000000 39.428649 39.914138 +5.380000 0.000000 33.754370 34.341703 +5.390000 0.000000 27.674419 28.328417 +5.400000 0.000000 22.085048 20.404664 +5.410000 0.000000 16.195107 17.561782 +5.420000 0.000000 10.927139 11.982408 +5.430000 0.000000 7.902350 9.937290 +5.440000 0.000000 5.170037 5.913441 +5.450000 0.000000 4.073731 4.275734 +5.460000 0.000000 2.046183 2.247447 +5.470000 0.167107 1.169751 1.136329 +5.480000 0.033300 0.699291 1.065587 +5.490000 0.199070 0.530854 0.564033 +5.500000 0.495868 0.165289 0.363636 +5.510000 1.054015 0.131752 0.197628 +5.520000 1.509662 0.065637 0.098456 +5.530000 2.256310 0.000000 0.098100 +5.540000 3.258220 0.000000 0.065164 +5.550000 4.447691 0.000000 0.000000 +5.560000 6.793127 0.000000 0.000000 +5.570000 9.540724 0.000000 0.000000 +5.580000 14.388304 0.000000 0.000000 +5.590000 16.705016 0.000000 0.000000 +5.600000 22.767857 0.000000 0.000000 +5.610000 28.247241 0.000000 0.000000 +5.620000 30.173123 0.000000 0.000000 +5.630000 34.829905 0.000000 0.000000 +5.640000 35.618178 0.000000 0.000000 +5.650000 37.277782 0.000000 0.000000 +5.660000 39.237598 0.000000 0.000000 +5.670000 37.699579 0.000000 0.000000 +5.680000 33.506497 0.000000 0.000000 +5.690000 29.064650 0.000000 0.000000 +5.700000 25.946445 0.000000 0.000000 +5.710000 20.733589 0.000000 0.000000 +5.720000 16.748985 0.000000 0.000000 +5.730000 12.548389 0.000000 0.000000 +5.740000 9.651689 0.000000 0.000000 +5.750000 6.472590 0.000000 0.000000 +5.760000 4.732108 0.000000 0.000000 +5.770000 2.943571 0.000000 0.000000 +5.780000 1.795956 0.000000 0.000000 +5.790000 1.461635 0.000000 0.000000 +5.800000 0.535077 0.000000 0.000000 +5.810000 0.414740 0.000000 0.000000 +5.820000 0.354271 0.000000 0.000000 +5.830000 0.058843 0.000000 0.000000 +5.840000 0.058641 0.000000 0.000000 +5.850000 0.058441 0.000000 0.000000 +5.860000 0.000000 0.000000 0.000000 +5.870000 0.000000 0.000000 0.000000 +5.880000 0.000000 0.000000 0.000000 +5.890000 0.000000 0.000000 0.000000 +5.900000 0.000000 0.000000 0.000000 +5.910000 0.000000 0.000000 0.000000 diff --git a/posic/plot/sic_pc_450.txt b/posic/plot/sic_pc_450.txt new file mode 100644 index 0000000..9cd4610 --- /dev/null +++ b/posic/plot/sic_pc_450.txt @@ -0,0 +1,593 @@ +#r #ab #aa #bb +0.000000 0.000000 0.000000 0.000000 +0.010000 0.000000 0.000000 0.000000 +0.020000 0.000000 0.000000 0.000000 +0.030000 0.000000 0.000000 0.000000 +0.040000 0.000000 0.000000 0.000000 +0.050000 0.000000 0.000000 0.000000 +0.060000 0.000000 0.000000 0.000000 +0.070000 0.000000 0.000000 0.000000 +0.080000 0.000000 0.000000 0.000000 +0.090000 0.000000 0.000000 0.000000 +0.100000 0.000000 0.000000 0.000000 +0.110000 0.000000 0.000000 0.000000 +0.120000 0.000000 0.000000 0.000000 +0.130000 0.000000 0.000000 0.000000 +0.140000 0.000000 0.000000 0.000000 +0.150000 0.000000 0.000000 0.000000 +0.160000 0.000000 0.000000 0.000000 +0.170000 0.000000 0.000000 0.000000 +0.180000 0.000000 0.000000 0.000000 +0.190000 0.000000 0.000000 0.000000 +0.200000 0.000000 0.000000 0.000000 +0.210000 0.000000 0.000000 0.000000 +0.220000 0.000000 0.000000 0.000000 +0.230000 0.000000 0.000000 0.000000 +0.240000 0.000000 0.000000 0.000000 +0.250000 0.000000 0.000000 0.000000 +0.260000 0.000000 0.000000 0.000000 +0.270000 0.000000 0.000000 0.000000 +0.280000 0.000000 0.000000 0.000000 +0.290000 0.000000 0.000000 0.000000 +0.300000 0.000000 0.000000 0.000000 +0.310000 0.000000 0.000000 0.000000 +0.320000 0.000000 0.000000 0.000000 +0.330000 0.000000 0.000000 0.000000 +0.340000 0.000000 0.000000 0.000000 +0.350000 0.000000 0.000000 0.000000 +0.360000 0.000000 0.000000 0.000000 +0.370000 0.000000 0.000000 0.000000 +0.380000 0.000000 0.000000 0.000000 +0.390000 0.000000 0.000000 0.000000 +0.400000 0.000000 0.000000 0.000000 +0.410000 0.000000 0.000000 0.000000 +0.420000 0.000000 0.000000 0.000000 +0.430000 0.000000 0.000000 0.000000 +0.440000 0.000000 0.000000 0.000000 +0.450000 0.000000 0.000000 0.000000 +0.460000 0.000000 0.000000 0.000000 +0.470000 0.000000 0.000000 0.000000 +0.480000 0.000000 0.000000 0.000000 +0.490000 0.000000 0.000000 0.000000 +0.500000 0.000000 0.000000 0.000000 +0.510000 0.000000 0.000000 0.000000 +0.520000 0.000000 0.000000 0.000000 +0.530000 0.000000 0.000000 0.000000 +0.540000 0.000000 0.000000 0.000000 +0.550000 0.000000 0.000000 0.000000 +0.560000 0.000000 0.000000 0.000000 +0.570000 0.000000 0.000000 0.000000 +0.580000 0.000000 0.000000 0.000000 +0.590000 0.000000 0.000000 0.000000 +0.600000 0.000000 0.000000 0.000000 +0.610000 0.000000 0.000000 0.000000 +0.620000 0.000000 0.000000 0.000000 +0.630000 0.000000 0.000000 0.000000 +0.640000 0.000000 0.000000 0.000000 +0.650000 0.000000 0.000000 0.000000 +0.660000 0.000000 0.000000 0.000000 +0.670000 0.000000 0.000000 0.000000 +0.680000 0.000000 0.000000 0.000000 +0.690000 0.000000 0.000000 0.000000 +0.700000 0.000000 0.000000 0.000000 +0.710000 0.000000 0.000000 0.000000 +0.720000 0.000000 0.000000 0.000000 +0.730000 0.000000 0.000000 0.000000 +0.740000 0.000000 0.000000 0.000000 +0.750000 0.000000 0.000000 0.000000 +0.760000 0.000000 0.000000 0.000000 +0.770000 0.000000 0.000000 0.000000 +0.780000 0.000000 0.000000 0.000000 +0.790000 0.000000 0.000000 0.000000 +0.800000 0.000000 0.000000 0.000000 +0.810000 0.000000 0.000000 0.000000 +0.820000 0.000000 0.000000 0.000000 +0.830000 0.000000 0.000000 0.000000 +0.840000 0.000000 0.000000 0.000000 +0.850000 0.000000 0.000000 0.000000 +0.860000 0.000000 0.000000 0.000000 +0.870000 0.000000 0.000000 0.000000 +0.880000 0.000000 0.000000 0.000000 +0.890000 0.000000 0.000000 0.000000 +0.900000 0.000000 0.000000 0.000000 +0.910000 0.000000 0.000000 0.000000 +0.920000 0.000000 0.000000 0.000000 +0.930000 0.000000 0.000000 0.000000 +0.940000 0.000000 0.000000 0.000000 +0.950000 0.000000 0.000000 0.000000 +0.960000 0.000000 0.000000 0.000000 +0.970000 0.000000 0.000000 0.000000 +0.980000 0.000000 0.000000 0.000000 +0.990000 0.000000 0.000000 0.000000 +1.000000 0.000000 0.000000 0.000000 +1.010000 0.000000 0.000000 0.000000 +1.020000 0.000000 0.000000 0.000000 +1.030000 0.000000 0.000000 0.000000 +1.040000 0.000000 0.000000 0.000000 +1.050000 0.000000 0.000000 0.000000 +1.060000 0.000000 0.000000 0.000000 +1.070000 0.000000 0.000000 0.000000 +1.080000 0.000000 0.000000 0.000000 +1.090000 0.000000 0.000000 0.000000 +1.100000 0.000000 0.000000 0.000000 +1.110000 0.000000 0.000000 0.000000 +1.120000 0.000000 0.000000 0.000000 +1.130000 0.000000 0.000000 0.000000 +1.140000 0.000000 0.000000 0.000000 +1.150000 0.000000 0.000000 0.000000 +1.160000 0.000000 0.000000 0.000000 +1.170000 0.000000 0.000000 0.000000 +1.180000 0.000000 0.000000 0.000000 +1.190000 0.000000 0.000000 0.000000 +1.200000 0.000000 0.000000 0.000000 +1.210000 0.000000 0.000000 0.000000 +1.220000 0.000000 0.000000 0.000000 +1.230000 0.000000 0.000000 0.000000 +1.240000 0.000000 0.000000 0.000000 +1.250000 0.000000 0.000000 0.000000 +1.260000 0.000000 0.000000 0.000000 +1.270000 0.000000 0.000000 0.000000 +1.280000 0.000000 0.000000 0.000000 +1.290000 0.000000 0.000000 0.000000 +1.300000 0.000000 0.000000 0.000000 +1.310000 0.000000 0.000000 0.000000 +1.320000 0.000000 0.000000 0.000000 +1.330000 0.000000 0.000000 0.000000 +1.340000 0.000000 0.000000 0.000000 +1.350000 0.000000 0.000000 0.000000 +1.360000 0.000000 0.000000 0.000000 +1.370000 0.000000 0.000000 0.000000 +1.380000 0.000000 0.000000 0.000000 +1.390000 0.000000 0.000000 0.000000 +1.400000 0.000000 0.000000 0.000000 +1.410000 0.000000 0.000000 0.000000 +1.420000 0.000000 0.000000 0.000000 +1.430000 0.000000 0.000000 0.000000 +1.440000 0.000000 0.000000 0.000000 +1.450000 0.000000 0.000000 0.000000 +1.460000 0.000000 0.000000 0.000000 +1.470000 0.000000 0.000000 0.000000 +1.480000 0.000000 0.000000 0.000000 +1.490000 0.000000 0.000000 0.000000 +1.500000 0.000000 0.000000 0.000000 +1.510000 0.000000 0.000000 0.000000 +1.520000 0.000000 0.000000 0.000000 +1.530000 0.000000 0.000000 0.000000 +1.540000 0.000000 0.000000 0.000000 +1.550000 0.000000 0.000000 0.000000 +1.560000 0.000000 0.000000 0.000000 +1.570000 0.000000 0.000000 0.000000 +1.580000 0.000000 0.000000 0.000000 +1.590000 0.000000 0.000000 0.000000 +1.600000 0.000000 0.000000 0.000000 +1.610000 0.000000 0.000000 0.000000 +1.620000 0.000000 0.000000 0.000000 +1.630000 0.000000 0.000000 0.000000 +1.640000 0.000000 0.000000 0.000000 +1.650000 0.000000 0.000000 0.000000 +1.660000 0.000000 0.000000 0.000000 +1.670000 0.000000 0.000000 0.000000 +1.680000 0.000000 0.000000 0.000000 +1.690000 0.000000 0.000000 0.000000 +1.700000 0.346021 0.000000 0.000000 +1.710000 0.341986 0.000000 0.000000 +1.720000 1.014062 0.000000 0.000000 +1.730000 1.002372 0.000000 0.000000 +1.740000 3.302946 0.000000 0.000000 +1.750000 8.489796 0.000000 0.000000 +1.760000 14.204545 0.000000 0.000000 +1.770000 24.258674 0.000000 0.000000 +1.780000 34.717839 0.000000 0.000000 +1.790000 49.936019 0.000000 0.000000 +1.800000 82.716049 0.000000 0.000000 +1.810000 94.319465 0.000000 0.000000 +1.820000 140.079701 0.000000 0.000000 +1.830000 170.205142 0.000000 0.000000 +1.840000 204.395085 0.000000 0.000000 +1.850000 212.710007 0.000000 0.000000 +1.860000 230.373454 0.000000 0.000000 +1.870000 243.644371 0.000000 0.000000 +1.880000 246.435038 0.000000 0.000000 +1.890000 241.034685 0.000000 0.000000 +1.900000 213.296399 0.000000 0.000000 +1.910000 214.632274 0.000000 0.000000 +1.920000 182.020399 0.000000 0.000000 +1.930000 161.883540 0.000000 0.000000 +1.940000 121.691997 0.000000 0.000000 +1.950000 92.833662 0.000000 0.000000 +1.960000 90.326947 0.000000 0.000000 +1.970000 58.749259 0.000000 0.000000 +1.980000 43.873074 0.000000 0.000000 +1.990000 35.857680 0.000000 0.000000 +2.000000 26.500000 0.000000 0.000000 +2.010000 18.811416 0.000000 0.000000 +2.020000 10.048035 0.000000 0.000000 +2.030000 6.309301 0.000000 0.000000 +2.040000 3.604383 0.000000 0.000000 +2.050000 1.903629 0.000000 0.000000 +2.060000 1.413894 0.000000 0.000000 +2.070000 1.400266 0.000000 0.000000 +2.080000 0.693417 0.000000 0.000000 +2.090000 0.457865 0.000000 0.000000 +2.100000 0.453515 0.000000 0.000000 +2.110000 0.000000 0.000000 0.000000 +2.120000 0.000000 0.000000 0.000000 +2.130000 0.000000 0.000000 0.000000 +2.140000 0.000000 0.000000 0.000000 +2.150000 0.000000 0.000000 0.000000 +2.160000 0.000000 0.000000 0.000000 +2.170000 0.000000 0.000000 0.000000 +2.180000 0.000000 0.000000 0.000000 +2.190000 0.000000 0.000000 0.000000 +2.200000 0.000000 0.000000 0.000000 +2.210000 0.000000 0.000000 0.000000 +2.220000 0.000000 0.000000 0.000000 +2.230000 0.000000 0.000000 0.000000 +2.240000 0.000000 0.000000 0.000000 +2.250000 0.000000 0.000000 0.000000 +2.260000 0.000000 0.000000 0.000000 +2.270000 0.000000 0.000000 0.000000 +2.280000 0.000000 0.000000 0.000000 +2.290000 0.000000 0.000000 0.000000 +2.300000 0.000000 0.000000 0.000000 +2.310000 0.000000 0.000000 0.000000 +2.320000 0.000000 0.000000 0.000000 +2.330000 0.000000 0.000000 0.000000 +2.340000 0.000000 0.000000 0.000000 +2.350000 0.000000 0.000000 0.000000 +2.360000 0.000000 0.000000 0.000000 +2.370000 0.000000 0.000000 0.000000 +2.380000 0.000000 0.000000 0.000000 +2.390000 0.000000 0.000000 0.000000 +2.400000 0.000000 0.000000 0.000000 +2.410000 0.000000 0.000000 0.000000 +2.420000 0.000000 0.000000 0.000000 +2.430000 0.000000 0.000000 0.000000 +2.440000 0.000000 0.000000 0.000000 +2.450000 0.000000 0.000000 0.000000 +2.460000 0.000000 0.000000 0.000000 +2.470000 0.000000 0.000000 0.000000 +2.480000 0.000000 0.000000 0.000000 +2.490000 0.000000 0.000000 0.000000 +2.500000 0.000000 0.000000 0.000000 +2.510000 0.000000 0.000000 0.000000 +2.520000 0.000000 0.000000 0.000000 +2.530000 0.000000 0.000000 0.000000 +2.540000 0.000000 0.000000 0.000000 +2.550000 0.000000 0.000000 0.000000 +2.560000 0.000000 0.000000 0.000000 +2.570000 0.000000 0.000000 0.000000 +2.580000 0.000000 0.000000 0.000000 +2.590000 0.000000 0.000000 0.000000 +2.600000 0.000000 0.000000 0.000000 +2.610000 0.000000 0.000000 0.000000 +2.620000 0.000000 0.000000 0.000000 +2.630000 0.000000 0.000000 0.000000 +2.640000 0.000000 0.000000 0.000000 +2.650000 0.000000 0.000000 0.000000 +2.660000 0.000000 0.000000 0.000000 +2.670000 0.000000 0.000000 0.000000 +2.680000 0.000000 0.000000 0.000000 +2.690000 0.000000 0.000000 0.000000 +2.700000 0.000000 0.000000 0.000000 +2.710000 0.000000 0.000000 0.000000 +2.720000 0.000000 0.000000 0.000000 +2.730000 0.000000 0.000000 0.000000 +2.740000 0.000000 0.000000 0.000000 +2.750000 0.000000 0.000000 0.000000 +2.760000 0.000000 0.000000 0.000000 +2.770000 0.000000 0.000000 0.000000 +2.780000 0.000000 0.000000 0.000000 +2.790000 0.000000 0.000000 0.000000 +2.800000 0.000000 0.000000 0.127551 +2.810000 0.000000 0.000000 0.000000 +2.820000 0.000000 0.000000 0.000000 +2.830000 0.000000 0.000000 0.249722 +2.840000 0.000000 0.000000 0.991867 +2.850000 0.000000 0.000000 0.492459 +2.860000 0.000000 0.000000 0.855788 +2.870000 0.000000 0.000000 1.699669 +2.880000 0.000000 0.000000 3.375772 +2.890000 0.000000 0.000000 4.190563 +2.900000 0.000000 0.237812 5.231867 +2.910000 0.000000 0.472361 7.793956 +2.920000 0.000000 2.462939 10.672734 +2.930000 0.000000 6.406598 13.861548 +2.940000 0.000000 15.040030 16.428340 +2.950000 0.000000 22.407354 25.280092 +2.960000 0.000000 30.017348 28.191198 +2.970000 0.000000 35.597275 33.896768 +2.980000 0.000000 45.493446 43.691726 +2.990000 0.000000 53.243252 55.592219 +3.000000 0.000000 62.555556 58.777778 +3.010000 0.000000 75.495855 64.679198 +3.020000 0.000000 75.764221 77.408886 +3.030000 0.000000 92.474594 80.819963 +3.040000 0.000000 100.415512 91.542590 +3.050000 0.000000 99.220640 95.243214 +3.060000 0.000000 102.738263 100.815925 +3.070000 0.000000 109.391081 94.536812 +3.080000 0.000000 110.263114 98.983808 +3.090000 0.000000 100.438831 95.202187 +3.100000 0.000000 101.664932 99.791883 +3.110000 0.000000 93.671488 92.534196 +3.120000 0.000000 87.216469 86.086456 +3.130000 0.000000 74.717513 72.982270 +3.140000 0.000000 67.954075 68.258347 +3.150000 0.000000 56.135047 56.840514 +3.160000 0.000000 48.069220 50.272392 +3.170000 0.000000 42.790753 47.666909 +3.180000 0.000000 34.017642 36.489854 +3.190000 0.000000 28.006800 30.758346 +3.200000 0.000000 19.238281 23.828125 +3.210000 0.000000 15.721897 19.603847 +3.220000 0.000000 13.020331 14.177694 +3.230000 0.000000 8.434855 10.543569 +3.240000 0.000000 4.858253 7.716049 +3.250000 0.000000 4.165680 6.437870 +3.260000 0.094095 2.822839 3.481501 +3.270000 0.000000 2.338000 3.086160 +3.280000 0.000000 1.022457 2.044914 +3.290000 0.000000 0.923864 2.124888 +3.300000 0.091827 0.459137 1.101928 +3.310000 0.000000 0.182547 0.638913 +3.320000 0.090724 0.272173 0.544346 +3.330000 0.180361 0.180361 0.360721 +3.340000 0.448205 0.089641 0.268923 +3.350000 0.445534 0.000000 0.000000 +3.360000 0.708617 0.000000 0.000000 +3.370000 1.056626 0.000000 0.000000 +3.380000 1.312979 0.000000 0.000000 +3.390000 2.610489 0.000000 0.000000 +3.400000 2.941176 0.000000 0.000000 +3.410000 4.213930 0.000000 0.000000 +3.420000 6.326733 0.000000 0.000000 +3.430000 9.519843 0.000000 0.000000 +3.440000 11.746214 0.000000 0.000000 +3.450000 15.626969 0.000000 0.000000 +3.460000 19.963915 0.000000 0.000000 +3.470000 24.832031 0.000000 0.000000 +3.480000 33.937772 0.000000 0.000000 +3.490000 41.214768 0.000000 0.000000 +3.500000 47.836735 0.000000 0.000000 +3.510000 60.794961 0.000000 0.000000 +3.520000 71.103435 0.000000 0.000000 +3.530000 83.220313 0.000000 0.000000 +3.540000 87.379106 0.000000 0.000000 +3.550000 100.773656 0.000000 0.000000 +3.560000 106.678450 0.000000 0.000000 +3.570000 116.281807 0.000000 0.000000 +3.580000 120.626697 0.000000 0.000000 +3.590000 124.688666 0.000000 0.000000 +3.600000 128.163580 0.000000 0.000000 +3.610000 130.523860 0.000000 0.000000 +3.620000 125.301425 0.000000 0.000000 +3.630000 119.603245 0.000000 0.000000 +3.640000 117.965825 0.000000 0.000000 +3.650000 106.736724 0.000000 0.000000 +3.660000 99.211681 0.000000 0.000000 +3.670000 89.836587 0.000000 0.000000 +3.680000 78.346526 0.000000 0.000000 +3.690000 68.007726 0.000000 0.000000 +3.700000 65.522279 0.000000 0.000000 +3.710000 51.292856 0.000000 0.000000 +3.720000 39.961267 0.000000 0.000000 +3.730000 34.356604 0.000000 0.000000 +3.740000 30.455546 0.000000 0.000000 +3.750000 20.195556 0.000000 0.000000 +3.760000 15.066206 0.000000 0.000000 +3.770000 12.805268 0.000000 0.000000 +3.780000 11.057921 0.000000 0.000000 +3.790000 8.563015 0.000000 0.000000 +3.800000 5.055402 0.000000 0.000000 +3.810000 3.375562 0.000000 0.000000 +3.820000 2.741153 0.000000 0.000000 +3.830000 1.499772 0.000000 0.000000 +3.840000 1.627604 0.000000 0.000000 +3.850000 0.674650 0.000000 0.000000 +3.860000 0.536927 0.000000 0.000000 +3.870000 0.133539 0.000000 0.000000 +3.880000 0.265703 0.000000 0.000000 +3.890000 0.000000 0.000000 0.000000 +3.900000 0.065746 0.000000 0.000000 +3.910000 0.065410 0.000000 0.000000 +3.920000 0.065077 0.000000 0.000000 +3.930000 0.000000 0.000000 0.000000 +3.940000 0.000000 0.000000 0.000000 +3.950000 0.000000 0.000000 0.000000 +3.960000 0.000000 0.000000 0.000000 +3.970000 0.000000 0.000000 0.000000 +3.980000 0.000000 0.000000 0.000000 +3.990000 0.000000 0.000000 0.000000 +4.000000 0.000000 0.000000 0.000000 +4.010000 0.000000 0.000000 0.000000 +4.020000 0.000000 0.000000 0.000000 +4.030000 0.000000 0.000000 0.000000 +4.040000 0.000000 0.061269 0.000000 +4.050000 0.000000 0.000000 0.060966 +4.060000 0.000000 0.000000 0.000000 +4.070000 0.000000 0.000000 0.000000 +4.080000 0.000000 0.000000 0.120146 +4.090000 0.000000 0.059780 0.000000 +4.100000 0.000000 0.059488 0.237954 +4.110000 0.000000 0.236797 0.177598 +4.120000 0.000000 0.058912 0.353473 +4.130000 0.000000 0.117255 0.000000 +4.140000 0.000000 0.466755 0.408411 +4.150000 0.000000 0.522572 0.929017 +4.160000 0.000000 0.231139 0.924556 +4.170000 0.000000 0.690095 0.805111 +4.180000 0.000000 1.259129 1.716994 +4.190000 0.000000 1.708808 2.848013 +4.200000 0.000000 2.324263 2.324263 +4.210000 0.000000 2.708177 2.764597 +4.220000 0.000000 3.537656 3.706116 +4.230000 0.000000 3.576838 4.135719 +4.240000 0.000000 4.616857 4.728106 +4.250000 0.000000 4.705882 5.868512 +4.260000 0.000000 7.053274 7.328793 +4.270000 0.000000 8.501116 7.842965 +4.280000 0.000000 9.880776 8.516028 +4.290000 0.000000 10.595465 9.400079 +4.300000 0.000000 11.411574 11.249324 +4.310000 0.000000 11.358681 10.389694 +4.320000 0.000000 10.823903 12.967250 +4.330000 0.000000 12.107377 11.894031 +4.340000 0.000000 13.325830 11.839283 +4.350000 0.000000 13.793103 11.890606 +4.360000 0.000000 14.098140 12.046545 +4.370000 0.000000 12.096204 13.143494 +4.380000 0.000000 11.884656 10.998520 +4.390000 0.000000 11.156023 11.259800 +4.400000 0.000000 10.640496 10.278926 +4.410000 0.000000 10.078105 11.055065 +4.420000 0.000000 8.650519 8.087467 +4.430000 0.000000 7.949085 6.929972 +4.440000 0.050726 6.492979 7.862592 +4.450000 0.000000 6.211337 5.201363 +4.460000 0.050272 4.524523 5.178065 +4.470000 0.000000 4.254063 3.303155 +4.480000 0.000000 3.089126 4.284917 +4.490000 0.148809 2.281735 2.678558 +4.500000 0.049383 1.728395 1.975309 +4.510000 0.245820 1.425755 2.359870 +4.520000 0.293680 1.125773 1.272613 +4.530000 0.828424 1.120809 0.730962 +4.540000 1.601040 0.679229 0.776262 +4.550000 2.366864 0.386427 0.627943 +4.560000 3.174054 0.529009 0.336642 +4.570000 5.027556 0.239407 0.335170 +4.580000 6.292786 0.143018 0.095345 +4.590000 8.069071 0.047465 0.379721 +4.600000 11.389414 0.094518 0.000000 +4.610000 14.963227 0.000000 0.141163 +4.620000 21.176515 0.000000 0.046851 +4.630000 22.951080 0.046649 0.046649 +4.640000 29.169144 0.046448 0.000000 +4.650000 31.494971 0.000000 0.000000 +4.660000 39.096318 0.000000 0.000000 +4.670000 46.724044 0.000000 0.045853 +4.680000 50.725035 0.000000 0.000000 +4.690000 57.464732 0.000000 0.000000 +4.700000 59.438660 0.000000 0.000000 +4.710000 66.849681 0.000000 0.000000 +4.720000 64.546826 0.000000 0.000000 +4.730000 71.068123 0.000000 0.000000 +4.740000 71.258167 0.000000 0.000000 +4.750000 67.855956 0.000000 0.000000 +4.760000 65.849869 0.000000 0.000000 +4.770000 63.332586 0.000000 0.000000 +4.780000 62.017472 0.000000 0.000000 +4.790000 55.221168 0.000000 0.000000 +4.800000 49.218750 0.000000 0.000000 +4.810000 45.340399 0.000000 0.000000 +4.820000 40.848126 0.000000 0.000000 +4.830000 33.949308 0.000000 0.000000 +4.840000 28.558500 0.000000 0.000000 +4.850000 24.317143 0.000000 0.000000 +4.860000 18.543921 0.000000 0.000000 +4.870000 16.233150 0.000000 0.000000 +4.880000 11.883566 0.000000 0.000000 +4.890000 8.991264 0.000000 0.000000 +4.900000 7.371928 0.000000 0.000000 +4.910000 6.180495 0.000000 0.000000 +4.920000 4.709498 0.000000 0.000000 +4.930000 3.168085 0.000000 0.000000 +4.940000 2.663541 0.000000 0.000000 +4.950000 1.305989 0.000000 0.000000 +4.960000 0.853603 0.000000 0.000000 +4.970000 0.566781 0.000000 0.000000 +4.980000 0.806439 0.000000 0.000000 +4.990000 0.401605 0.000000 0.040160 +5.000000 0.120000 0.000000 0.000000 +5.010000 0.239043 0.000000 0.000000 +5.020000 0.119046 0.000000 0.039682 +5.030000 0.079049 0.000000 0.079049 +5.040000 0.039368 0.000000 0.118103 +5.050000 0.000000 0.000000 0.117636 +5.060000 0.000000 0.039057 0.234342 +5.070000 0.000000 0.000000 0.272322 +5.080000 0.000000 0.116250 0.426251 +5.090000 0.000000 0.038598 0.192990 +5.100000 0.000000 0.461361 0.307574 +5.110000 0.000000 0.191482 0.727632 +5.120000 0.000000 0.419617 1.029968 +5.130000 0.000000 0.987958 1.557934 +5.140000 0.000000 1.627580 2.271041 +5.150000 0.000000 2.299934 3.393345 +5.160000 0.000000 3.154858 3.680668 +5.170000 0.000000 3.629031 5.761554 +5.180000 0.000000 4.397668 5.925672 +5.190000 0.000000 5.383110 7.462105 +5.200000 0.000000 8.394970 9.356509 +5.210000 0.000000 9.873232 11.199487 +5.220000 0.000000 12.514496 13.615478 +5.230000 0.000000 14.623678 15.647335 +5.240000 0.000000 18.391993 19.011130 +5.250000 0.000000 20.897959 21.297052 +5.260000 0.000000 23.276323 22.878746 +5.270000 0.000000 26.572666 24.988388 +5.280000 0.000000 31.493916 27.835170 +5.290000 0.000000 31.446429 30.052780 +5.300000 0.000000 34.887860 31.790673 +5.310000 0.000000 36.210682 33.267012 +5.320000 0.000000 36.640002 31.905421 +5.330000 0.000000 35.517039 34.566632 +5.340000 0.000000 36.681676 32.718933 +5.350000 0.069875 34.727924 32.317233 +5.360000 0.000000 31.396191 30.769659 +5.370000 0.104033 30.447101 29.753545 +5.380000 0.034549 28.122884 28.053786 +5.390000 0.068842 26.951580 25.712427 +5.400000 0.137174 21.982167 23.868313 +5.410000 0.273335 19.953465 20.431801 +5.420000 0.510614 18.314021 18.926758 +5.430000 0.373072 14.515905 15.906447 +5.440000 0.946151 12.773032 13.550227 +5.450000 1.111018 9.898157 10.268496 +5.460000 1.174040 8.453085 8.620805 +5.470000 1.503965 6.784555 7.452984 +5.480000 2.597368 5.161436 6.093825 +5.490000 3.317839 4.213656 4.943580 +5.500000 4.495868 2.710744 3.504132 +5.510000 5.599455 2.272720 3.227921 +5.520000 6.301197 1.936305 2.494224 +5.530000 7.913436 0.981004 1.635007 +5.540000 9.188182 0.781973 0.944884 +5.550000 10.810811 0.616833 0.714228 +5.560000 13.133378 0.420527 0.452875 +5.570000 14.407782 0.064464 0.257857 +5.580000 16.764944 0.256934 0.192701 +5.590000 18.593130 0.064004 0.192012 +5.600000 20.153061 0.063776 0.127551 +5.610000 21.955955 0.063548 0.000000 +5.620000 23.872545 0.000000 0.094984 +5.630000 24.734280 0.000000 0.000000 +5.640000 23.169106 0.000000 0.031437 +5.650000 25.373953 0.000000 0.000000 +5.660000 24.628850 0.000000 0.000000 +5.670000 24.542053 0.000000 0.000000 +5.680000 22.595963 0.000000 0.000000 +5.690000 22.331288 0.000000 0.000000 +5.700000 20.714066 0.000000 0.000000 +5.710000 18.371923 0.000000 0.000000 +5.720000 17.207443 0.000000 0.000000 +5.730000 15.380914 0.000000 0.000000 +5.740000 13.081378 0.000000 0.000000 +5.750000 11.674858 0.000000 0.000000 +5.760000 9.856047 0.000000 0.000000 +5.770000 8.410202 0.000000 0.000000 +5.780000 6.615103 0.000000 0.000000 +5.790000 5.041150 0.000000 0.000000 +5.800000 3.894174 0.000000 0.000000 +5.810000 2.547688 0.000000 0.000000 +5.820000 2.479895 0.000000 0.000000 +5.830000 1.941810 0.000000 0.000000 +5.840000 1.143507 0.000000 0.000000 +5.850000 0.876616 0.000000 0.000000 +5.860000 0.815385 0.000000 0.000000 +5.870000 0.348261 0.000000 0.000000 +5.880000 0.231385 0.000000 0.028923 +5.890000 0.201775 0.000000 0.000000 +5.900000 0.287274 0.000000 0.143637 +5.910000 0.171781 0.000000 0.085891 diff --git a/posic/talks/dpg_2008.tex b/posic/talks/dpg_2008.tex index 740bf29..d9a903d 100644 --- a/posic/talks/dpg_2008.tex +++ b/posic/talks/dpg_2008.tex @@ -20,6 +20,9 @@ \usepackage{pstricks} \usepackage{pst-node} +\usepackage{epic} +\usepackage{eepic} + \usepackage{graphicx} \graphicspath{{../img/}} @@ -679,6 +682,15 @@ SiC-precipitation experiments: + \begin{minipage}[t]{6.3cm} + %\input{../plot/sic_prec} + \includegraphics[width=6.0cm]{../plot/sic_prec_energy.ps} + \includegraphics[width=6.0cm]{../plot/sic_prec_temp.ps} + \end{minipage} + \begin{minipage}[t]{6cm} + \includegraphics[width=6.0cm]{../plot/sic_pc.ps} + \end{minipage} + \end{slide} \begin{slide} @@ -687,6 +699,21 @@ Conclusion / Outlook } +\begin{itemize} + \item Importance of understanding C in Si + \item Interstitial configurations in silicon using the Albe potential + \item Indication of SiC precipitation +\end{itemize} + +\vspace{16pt} + +\begin{itemize} + \item Displacement and stress calculations + \item Diffusion dependence of temperature and carbon concentration + \item Analyzing results of the precipitation simulation runs + \item Analyzing self-designed Si/SiC interface +\end{itemize} + \end{slide} \end{document}