Instructions for Coherency Strain Tutorial

  • Using temp directory for speed and space:

    cd /tmp

    mkdir sstu-#

    cd sstu-#

    Here, # is the number of your userid. If you are user sstu-12, you need to type mkdir sstu-12. DO NOT USE #.

    If you get, mkdir: cannot create directory `sstu-12': File exists, ignore the warning.

  • Download the tutorial materials :

    strain_lab.pdf

    strain_lab.nb (Mathematica Notebook)

    initialize_hamiltonian.m

    simulated_annealing.m

    compute_energy.m

    ga_lab.pdf

    enumerate.m

  • On ehlnx#.ews.uiuc.edu, type

    cp ~mcc-adm/public_html/strain_lab.pdf .

    cp ~mcc-adm/public_html/strain_lab.nb .

    cp ~mcc-adm/public_html/initialize_hamiltonian.m .

    cp ~mcc-adm/public_html/simulated_annealing.m .

    cp ~mcc-adm/public_html/compute_energy.m .

    cp ~mcc-adm/public_html/ga_lab.pdf .

    cp ~mcc-adm/public_html/enumerate.m .