Skip to content

stefanbringuier/KMCNotes

Repository files navigation

🎥 PRESENTATION

Presentation: Kinetic Monte Carlo Review Notes

The review notes focus on background and use cases of kinetic Monte Carlo methods with a focus on materials simulation.

The presentation can be viewed on https://stefanbringuier.github.io/KMCNotes and PDF report-style version can be accessed here. This presentation uses the quarto package to build a revealjs presentation.

Cite

Setup to render presentation

The document preparation is carried out in VSCode using the quarto extension. The executed code blocks in this presentation are done in python or Julia.

  1. Install Quarto
  2. Install Julia
    1. Add IJulia and Revise
      julia> using Pkg
      julia> Pkg.add("IJulia")
      julia> Pkg.add("Revise")
    2. (Optional) Create julia startup files for IJulia and Revise
    3. Clone repo and Instantiate package environment:
      julia> using Pkg
      julia> Pkg.activate()
      julia> Pkg.instantiate()
  3. Add the quarto extension:
    quarto install extension quarto-ext/fontawesome
  4. Render document/project :
    quarto render .

Peforming these steps will produce a revealjs in the output folder along with a report style pdf.