{% extends "thapp/base.html" %} {% load staticfiles %} {% block content %}

Insert new theory

Insert new theory id and update the theory database.

Insert New Theory
logo

Browse and download grids

Select your theory and click on the ID number to download the respective tables.

{% for theory in theories %} {% endfor %}
ID Comments PTO FNS DAMP IC ModEv $\xi_R$ $\xi_F$ $n_{f,\rm FF}$ $n_{f,\alpha_s}^{\textrm{max}}$ $n_{f,\rm PDF}^{\rm max}$ $Q_0$ $\alpha_s$ $Q_{\rm ref}$ QED $\alpha$ $Q_{\rm ref}^{\rm QED}$ SxRes SxOrd HQ $m_{c}$ $Q_{m_{c}}$ kcThr $m_{b}$ $Q_{m_{b}}$ kbThr $m_{t}$ $Q_{m_{t}}$ ktThr CKM $M_{Z}$ $M_{W}$ $G_F$ $\sin^2(\theta_W)$ TMC $M_{p}$
{{theory.id}} {{theory.comments}} {{theory.pto}} {{theory.fns}} {{theory.damp}} {{theory.ic}} {{theory.modev}} {{theory.xir}} {{theory.xif}} {{theory.nfff}} {{theory.maxnfas}} {{theory.maxnfpdf}} {{theory.q0}} {{theory.alphas}} {{theory.qref}} {{theory.qed}} {{theory.alphaqed}} {{theory.qedref}} {{theory.sxres}} {{theory.sxord}} {{theory.hq}} {{theory.mc}} {{theory.qmc}} {{theory.kcthr}} {{theory.mb}} {{theory.qmb}} {{theory.kbthr}} {{theory.mt}} {{theory.qmt}} {{theory.ktthr}} {{theory.ckm}} {{theory.mz}} {{theory.mw}} {{theory.gf}} {{theory.sin2tw}} {{theory.tmc}} {{theory.mp}}
{% endblock %}