Skip to content

xrf/phy982-proj

Repository files navigation

PHY982 project

Quick links: paper, presentation (pdf).

Source code for my PHY982 class project.

Building

First off, make sure you have the necessary dependencies.

  • To build the paper and presentation:

    make paper.pdf index.html
    
  • To run the calculations:

    make run
    

Dependencies

Figures (required for both paper and presentation)

Paper

  • LaTeX with the following packages:

    • bm
    • graphicx
    • hyperref
    • revtex4-1
    • xcolor

Presentation

Calculations