dachengx / cross_section

A cross section calculation handbook for students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross_section

DOI Test package PyPI version shields.io CodeFactor Documentation Status pre-commit.ci status

A cross section calculation handbook for students

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

The python codes in this repository are licensed under MIT license.

What are the goals of this handbook?

  1. Unified notation system
  2. Derivation of cross section, tree-level and a bit loop
  3. Electromagnetism and weak interaction covered
  4. Reference of textbooks for each step
  5. Reference of literatures for final numerical results
  6. Comparison to latest experiment results
  7. Focus on simplified theory
  8. Python codes provided

The short-term plan: processes to cover

  1. neutrino - lepton
  2. neutrino - quark & nucleus
  3. WIMP - nucleon
  4. dark photon - electron
  5. axion - electron

How to generate the handbook

inside note folder, run

latexmk -C && latexmk --lualatex main.tex --shell-escape

How to install the package

pip install xsectron

Credit of template usage

The template used in LaTex codes is modified based on Physics Book Template, published at Overleaf under Creative Commons CC BY 4.0 license, by Charles Averill.

About

A cross section calculation handbook for students

License:MIT License


Languages

Language:TeX 50.5%Language:Jupyter Notebook 46.0%Language:Python 3.6%