Wrapping Up
Having trouble with file size/type restrictions so I went with a dropbox folder for uploads. Contents include:
BESL2013 work
The 1-D analyses of step data and freecools for Cu55-xZr45Alx, x = {7, 8, 9, 10, 12} generated over the summer are in their respective /BESL 2013/STL13XYZ folders on the hard drive. Here is a .zip of all the S(q) files used in the final analysis, performed using the following
S(q) analysis Matlab code
Contents of the .zip:
S_peakfind.mis a function to determine peak information from S(q) .csv filesS_q1_evol.mis a function to perform peak fits across temperatures and a linear fit on S(q1) for a single compositionS_q1.mis the big-picture function to analyze across compositions and temperatures
Could run as follows: >> S_q1('/home/sussmanl/Data/', 3, 800, true, 1)
Parameter interpretation:
- n_sigma = 3 is the error multiplier for each S(q1) value, used to determine uncertainty in linear fits across temperatures
- T_min = 800 is the lower temperature cutoff for fits
- do_plot = true will plot the results, and
- file_out = 1 prints results to the console (otherwise prints to the file path specified).
Output will look like this:
x m err_m_u err_m_l 0.000000 8.884653 0.551413 0.576458 2.000000 8.478724 0.323882 0.361227 4.000000 8.145996 0.283907 0.114391 6.000000 8.026923 0.237747 0.161743 7.000000 7.972041 0.370155 0.321799 8.000000 7.636627 0.221637 0.299425 9.000000 7.833311 0.442020 0.313923 10.000000 8.406356 0.441755 0.415206 12.000000 8.127207 0.286038 0.179636
Thanks again for a fantastic summer!
Leo