Skip to content

Instantly share code, notes, and snippets.

View willdye's full-sized avatar

William L. Dye willdye

  • Lincoln, Nebraska (USA)
View GitHub Profile
@willdye
willdye / feynman.ml
Created August 17, 2017 03:58 — forked from tobia/feynman.ml
PBS SpaceTime Feynman Diagram Challenge
(*
Compute all possible Feynman diagrams with 1 el + 1 pos input,
1 el + 1 pos output, 4 nodes, and no self-energetic transitions.
*)
open Core.Std
type particle = Electron | Positron | Photon [@@deriving compare, sexp]
let inverse = function
| Photon -> Photon
@willdye
willdye / confs.md
Last active August 29, 2015 14:08 — forked from mattdsteele/confs.md