• Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Discussion
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

MainPage

FLAG 2027

  • Submission form

Figures for download

  • Quark masses

  • $V_{ud}$ and $V_{us}$

  • Kaon mixing

  • $\small{D}$-meson decay constants and form factors

  • $\small{B}$-meson decay constants, mixing parameters, and form factors

  • The strong coupling $\alpha_s$

  • Nucleon matrix elements

  • Scale setting

Navigation

  • RecentChanges
  • FindPage
  • HelpContents
Flag:
  • attachment:ms.py of Media

Attachment 'ms.py'

Download

   1 # Using the magic encoding
   2 # -*- coding: utf-8 -*-
   3 # FLAG plot for ms
   4 # check whether numpy library is present
   5 try: 
   6  import numpy
   7 except ImportError:
   8  print ("numpy library not found. If you want the FLAG-logo to be added to the")
   9  print ("plot, please install this library")
  10 import numpy as np
  11 ################################################################################
  12 # Please edit the following blocks #############################################
  13 ################################################################################
  14 
  15 # layout specifications
  16 titlestring	= "$\\rm m_s$"			# plot title
  17 plotnamestring	= "ms"			# filename for plot
  18 plotxticks	= ([[80., 90., 100.]])# locations for x-ticks
  19 yaxisstrings	= [				# x,y-location for y-strings
  20 		   [+70.,25.5,"$\\rm N_f=2+1+1$"],
  21 		   [+70.,13.5,"$\\rm N_f=2+1$"],
  22                    [+70.,3,"pheno."]
  23 		   ]
  24 		   
  25 LABEL=1
  26 xaxisstrings	= [				# x,y-location for x-strings
  27 		   [+121.,-3.3,"MeV"] 	 		    
  28                    ]		   
  29 		   
  30 xlimits		= [80.,140.]			# plot's xlimits
  31 logo		= 'upper left'			# either of 'upper right'
  32 					  	#           'upper left'
  33 					  	#           'lower left'
  34 					  	#           'lower right'
  35 tpos = 120.					# x-position for the data labels
  36 	
  37 
  38 # the following blocks contain the list of 
  39 # lattice results that will be plotted, one block for 2, 2+1 and 2+1+1, 
  40 # respectively
  41 # 
  42 # column	item
  43 # 0		central value
  44 # 2		neg. stat. error
  45 # 3		pos. stat. error
  46 # 4		neg. tot. error
  47 # 5		pos. tot. error
  48 # 6		Collaboration string
  49 # 7		this column contains layout parameters for the plot-symbol and
  50 #  		and the collaboration text:
  51 #		column	item
  52 #		0 	marker style (see bottom of this file for a full list)
  53 #		1	marker face color r=red, b=blue, k=black, w=white
  54 #					  g=green
  55 #		2	marker color (errorbar and frame), color coding as 
  56 #			for face color
  57 #		3	color intensity 0=full, 1=soso, 2=bleak
  58 #               4       position of label
  59 dat2p1p1=[
  60 [99.6, 4.3,4.3,3.6, 3.6, "ETM 14"		,['s','g','g',0,tpos]],
  61 [93.7, 0.8, 0.8, 0., 0., "HPQCD 14A "		,['s','g','g',0,tpos]],
  62 [92.52, 0.69,0.69,0.,0., "FNAL/MILC/TUMQCD 18"		,['s','g','g',0,tpos]],
  63 [94.49, 0.96,0.96,0.,0., "HPQCD 18  "		,['s','g','g',0,tpos]],
  64 ] 
  65 dat2p1=[
  66 # [76, 7.6, 7.6, 0.0, 0.0, "MILC 04, HPQCD/MILC/UKQCD 04" 	,['D','w','r',0,tpos]],
  67 # [87, 5.7, 5.7, 0.0, 0.0, "HPQCD 05"   	    	,['D','w','g',0,tpos]],
  68 # [90.1, 6.1, 17.2, 4.3, 4.3, "CP-PACS/JLQCD 07"  ,['D','w','r',0,tpos]],
  69 # [107.3, 11.7, 11.7, 4.4, 4.4, "RBC/UKQCD 08"	,['s','w','r',0,tpos]],
  70 # [72.72, 0.78, 0.78, 0.0, 0.0, "PACS-CS 08"	,['D','w','r',0,tpos]],
  71 # [88, 5.0, 5.0, 0.0, 0.0, "MILC 09"   	    	,['D','w','g',0,tpos]],
  72 [89, 4.78, 4.78, 0.2, 0.2, "MILC 09A"  	    	,['D','g','g',0,tpos]],
  73 [92.4, 1.5, 1.5, 0.0, 0.0, "HPQCD 09A" 		,['s','l','g',0,tpos]],
  74 [92.75, 1.11, 1.11, 0.58, 0.58, "PACS-CS 09"	,['s','w','r',0,tpos]],
  75 [97.6, 6.22, 6.22, 2.9, 2.9, "Blum 10"		,['s','w','r',0,tpos]],
  76 [96.2, 2.6, 2.6, 1.6, 1.6, "RBC/UKQCD 10A"	,['s','l','g',0,tpos]],
  77 [92.2, 1.3, 1.3, 0.0, 0.0, "HPQCD 10"		,['s','g','g',0,tpos]],
  78 [86.7, 2.3, 2.3, 0.0, 0.0, "PACS-CS 10"		,['s','w','r',0,tpos]],
  79 [95.5, 1.86, 1.86, 1.1, 1.1, "BMW 10A, 10B"	,['s','g','g',0,tpos]],
  80 #[94.2, 5.86, 5.86, 1.4, 1.4, "Laiho 11"		,['D','w','g',0,tpos]],
  81 [83.60, 2.30, 2.30, 0.58, 0.58, "PACS-CS 12"	,['s','w','r',0,tpos]],
  82 [92.31, 1.88, 1.88, 1.26, 1.26,  "RBC/UKQCD 12"	,['s','l','g',0,tpos]],
  83 [90.3, 1.35, 1.35, 0.9, 0.9,  "RBC/UKQCD 14B"	,['s','g','g',0,tpos]],
  84 [92.0, 1.7, 1.7, 0.0, 0.0,  "Maezawa 16"	,['s','g','g',0,tpos]],
  85 ]
  86 datapheno=[
  87 [102, 0,0,0,0, "Vainshtein 78",['o','b','b',0,tpos]],
  88 [104, 15,15,0,0, "Narison 06",['o','b','b',0,tpos]],
  89 [92, 9,9,0,0, "Jamin 06",['o','b','b',0,tpos]],
  90 [105, 9.2,9.2,0,0, "Chetyrkin 06",['o','b','b',0,tpos]],
  91 [103, 8,8,0,0, "Dominguez 09",['o','b','b',0,tpos]],
  92 #[93.5, 2.5, 2.5, 0, 0, "PDG",['^','k','k',0,tpos]],
  93 [95, 5, 5, 0, 0, "PDG",['^','k','k',0,tpos]],
  94 ]
  95 # datapheno=[
  96 # [95, 5, 5, 5, 5, "PDG",['s','w','k',0,tpos],1]
  97 # ]
  98 # The color coding for the FLAG-average (below) is as for the data itself; 
  99 # the additional list at the end is the RGB-code for the errorband.
 100 # Please note that the order inside the list FLAGaverage (if there is more 
 101 # than one) # is significant, the last item will be plotted last and will 
 102 # therefore be plotted on top of all others.
 103 
 104 FLAGaverage=[ # there should be as many entries for average as there are data sets
 105 	      # in the case where no average is provided for a given data set
 106 	      # just replace the central value by "NaN"
 107 	      # 
 108 	      # with respect to the above there is another column at the end specifying
 109 	      # the type of FLAG-band
 110 	      # 0 -> dashed lines marking the edge of the interval
 111 	      # 1 -> grey area bounded by solid black lines
 112 #[95, 6.32, 6.32, 2, 2, "our estimate for $N_f=2^x$",['s','w','k',0,tpos],1],
 113 #[95, 5, 5, 0, 0, "",['^','k','k',0,tpos],1],
 114 [np.nan, 2.5, 2.5, 0, 0, "",['^','k','k',0,tpos],1],
 115 #[0,0,0,0.,0., "dummy",['s','k','k',0,0],0],
 116  [92.03,0.88,0.88,0.,0., "FLAG average for $\\rm N_f=2+1$",['s','k','k',0,tpos],1],
 117 [93.12,0.69,0.69,0.,0., "FLAG average for $\\rm N_f=2+1+1$",['s','k','k',0,tpos],1]]
 118 
 119 # The follwing list should contain the list names of the previous DATA-blocks
 120 datasets=[datapheno,dat2p1,dat2p1p1]
 121 
 122 ################################################################################
 123 # DO NOT EDIT THE FOLLOWING ####################################################
 124 ################################################################################
 125 
 126 
 127 # Now that all the relevant has been specified, generate the plot.
 128 # Please make sure that you have a directory called "plots" in you current 
 129 # working directory. That's where all plots will be stored 
 130 #execfile('FLAGplot.py')
 131 exec(compile(open('FLAGplot.py').read(), 'FLAGplot.py', 'exec'))
 132 
 133 # additional documentation:
 134 # '.' 	point marker
 135 # ',' 	pixel marker
 136 # 'o' 	circle marker
 137 # 'v' 	triangle_down marker
 138 # '^' 	triangle_up marker
 139 # '<' 	triangle_left marker
 140 # '>' 	triangle_right marker
 141 # '1' 	tri_down marker
 142 # '2' 	tri_up marker
 143 # '3' 	tri_left marker
 144 # '4' 	tri_right marker
 145 # 's' 	square marker
 146 # 'p' 	pentagon marker
 147 # '*' 	star marker
 148 # 'h' 	hexagon1 marker
 149 # 'H' 	hexagon2 marker
 150 # '+' 	plus marker
 151 # 'x' 	x marker
 152 # 'D' 	diamond marker
 153 # 'd' 	thin_diamond marker
 154 # '|' 	vline marker
 155 # '_' 	hline marker

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2024-11-05 08:36:49, 0.2 KB) [[attachment:._FLAG_Alpha_s.pdf]]
  • [get | view] (2024-11-05 08:36:36, 0.2 KB) [[attachment:._FLAG_BK.pdf]]
  • [get | view] (2024-11-05 08:36:45, 0.2 KB) [[attachment:._FLAG_HQB.pdf]]
  • [get | view] (2024-11-05 08:36:39, 0.2 KB) [[attachment:._FLAG_HQD.pdf]]
  • [get | view] (2024-11-05 08:36:54, 0.2 KB) [[attachment:._FLAG_NME.pdf]]
  • [get | view] (2024-11-05 08:36:57, 0.2 KB) [[attachment:._FLAG_ScaleSetting.pdf]]
  • [get | view] (2024-11-05 08:36:32, 0.2 KB) [[attachment:._FLAG_VudVus.pdf]]
  • [get | view] (2024-11-05 08:37:00, 0.2 KB) [[attachment:._FLAG_glossary.pdf]]
  • [get | view] (2024-11-05 08:37:04, 0.2 KB) [[attachment:._FLAG_notes.pdf]]
  • [get | view] (2024-11-05 08:36:29, 0.2 KB) [[attachment:._FLAG_qmass.pdf]]
  • [get | view] (2024-11-26 08:49:51, 2.7 KB) [[attachment:BB.bib]]
  • [get | view] (2024-10-30 15:17:41, 34.8 KB) [[attachment:BB2.pdf]]
  • [get | view] (2024-10-30 15:22:19, 187.6 KB) [[attachment:BB2.png]]
  • [get | view] (2024-11-26 08:49:51, 2.7 KB) [[attachment:BBs.bib]]
  • [get | view] (2024-11-04 23:33:24, 3.2 KB) [[attachment:BDstar_dGdchi_2+1+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 99.8 KB) [[attachment:BDstar_dGdchi_2+1+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 151.1 KB) [[attachment:BDstar_dGdchi_2+1+1.png]]
  • [get | view] (2024-11-04 23:33:33, 4.0 KB) [[attachment:BDstar_dGdchi_2+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 102.3 KB) [[attachment:BDstar_dGdchi_2+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 150.9 KB) [[attachment:BDstar_dGdchi_2+1.png]]
  • [get | view] (2024-11-04 23:33:14, 3.2 KB) [[attachment:BDstar_dGdctD_2+1+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 111.3 KB) [[attachment:BDstar_dGdctD_2+1+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 150.5 KB) [[attachment:BDstar_dGdctD_2+1+1.png]]
  • [get | view] (2024-11-04 23:33:41, 4.0 KB) [[attachment:BDstar_dGdctD_2+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 113.9 KB) [[attachment:BDstar_dGdctD_2+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 164.6 KB) [[attachment:BDstar_dGdctD_2+1.png]]
  • [get | view] (2024-11-04 23:33:04, 3.2 KB) [[attachment:BDstar_dGdctw_2+1+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 111.6 KB) [[attachment:BDstar_dGdctw_2+1+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 146.3 KB) [[attachment:BDstar_dGdctw_2+1+1.png]]
  • [get | view] (2024-11-04 23:33:49, 4.0 KB) [[attachment:BDstar_dGdctw_2+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 114.2 KB) [[attachment:BDstar_dGdctw_2+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 154.2 KB) [[attachment:BDstar_dGdctw_2+1.png]]
  • [get | view] (2024-11-04 23:06:33, 3.2 KB) [[attachment:BDstar_dGdw_2+1+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 100.1 KB) [[attachment:BDstar_dGdw_2+1+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 151.6 KB) [[attachment:BDstar_dGdw_2+1+1.png]]
  • [get | view] (2024-11-04 23:06:33, 4.0 KB) [[attachment:BDstar_dGdw_2+1.bib]]
  • [get | view] (2024-10-30 16:37:10, 102.8 KB) [[attachment:BDstar_dGdw_2+1.pdf]]
  • [get | view] (2024-10-30 16:37:10, 161.3 KB) [[attachment:BDstar_dGdw_2+1.png]]
  • [get | view] (2024-11-26 08:49:51, 3.6 KB) [[attachment:BK.bib]]
  • [get | view] (2024-10-30 15:17:41, 34.2 KB) [[attachment:BK.pdf]]
  • [get | view] (2024-10-30 15:22:13, 225.3 KB) [[attachment:BK.png]]
  • [get | view] (2024-11-26 08:49:51, 2.8 KB) [[attachment:BSMB2.bib]]
  • [get | view] (2024-11-26 08:49:51, 2.8 KB) [[attachment:BSMB3.bib]]
  • [get | view] (2024-11-26 08:49:51, 2.8 KB) [[attachment:BSMB4.bib]]
  • [get | view] (2024-11-26 08:49:51, 2.8 KB) [[attachment:BSMB5.bib]]
  • [get | view] (2024-10-30 15:22:13, 178.7 KB) [[attachment:BSM_B2.png]]
  • [get | view] (2024-10-30 15:22:13, 137.9 KB) [[attachment:BSM_B3.png]]
  • [get | view] (2024-10-30 15:22:13, 139.8 KB) [[attachment:BSM_B4.png]]
  • [get | view] (2024-10-30 15:22:13, 109.0 KB) [[attachment:BSM_B5.png]]
  • [get | view] (2021-01-06 10:27:33, 2.9 KB) [[attachment:BSM_all.bib]]
  • [get | view] (2024-10-30 15:17:41, 46.0 KB) [[attachment:BSM_all.pdf]]
  • [get | view] (2024-10-30 15:22:13, 215.5 KB) [[attachment:BSM_all.png]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:B_B0.bib]]
  • [get | view] (2024-10-30 15:17:41, 40.0 KB) [[attachment:CapitalDXUMD.pdf]]
  • [get | view] (2024-10-30 15:22:23, 190.8 KB) [[attachment:CapitalDXUMD.png]]
  • [get | view] (2024-10-30 15:48:45, 423.7 KB) [[attachment:D_to_K_fit_2024_N4_with_logo.png]]
  • [get | view] (2021-11-19 09:15:54, 111.3 KB) [[attachment:D_to_K_fit_with_logo.pdf]]
  • [get | view] (2021-11-19 09:21:00, 240.2 KB) [[attachment:D_to_K_fit_with_logo.png]]
  • [get | view] (2021-11-19 09:16:04, 356.0 KB) [[attachment:D_to_K_fit_with_logo.svg]]
  • [get | view] (2024-11-26 08:49:51, 1.8 KB) [[attachment:DtoK.bib]]
  • [get | view] (2021-11-19 09:29:21, 2.3 KB) [[attachment:DtoPiandDtoK.bib]]
  • [get | view] (2024-10-30 15:17:41, 33.8 KB) [[attachment:DtoPiandDtoK.pdf]]
  • [get | view] (2024-10-30 15:22:19, 189.8 KB) [[attachment:DtoPiandDtoK.png]]
  • [get | view] (2024-11-26 08:49:51, 1.2 KB) [[attachment:Dtopi.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:F0.bib]]
  • [get | view] (2024-11-04 23:21:50, 4.6 KB) [[attachment:F1_BDstar_latt+exp_w.bib]]
  • [get | view] (2024-10-30 16:27:48, 182.4 KB) [[attachment:F1_BDstar_latt+exp_w.pdf]]
  • [get | view] (2024-10-30 16:27:48, 151.7 KB) [[attachment:F1_BDstar_latt+exp_w.png]]
  • [get | view] (2024-11-04 23:17:32, 1.9 KB) [[attachment:F1_BDstar_latt_w.bib]]
  • [get | view] (2024-10-30 16:20:04, 185.3 KB) [[attachment:F1_BDstar_latt_w.pdf]]
  • [get | view] (2024-10-30 16:20:04, 180.7 KB) [[attachment:F1_BDstar_latt_w.png]]
  • [get | view] (2024-11-04 23:19:34, 0.6 KB) [[attachment:F1_BsDsstar_latt_w.bib]]
  • [get | view] (2024-11-06 14:52:34, 130.6 KB) [[attachment:F1_BsDsstar_latt_w.pdf]]
  • [get | view] (2024-11-06 14:52:34, 55.2 KB) [[attachment:F1_BsDsstar_latt_w.png]]
  • [get | view] (2024-11-04 23:21:53, 4.6 KB) [[attachment:F2_BDstar_latt+exp_w.bib]]
  • [get | view] (2024-10-30 16:27:48, 180.0 KB) [[attachment:F2_BDstar_latt+exp_w.pdf]]
  • [get | view] (2024-10-30 16:27:48, 138.4 KB) [[attachment:F2_BDstar_latt+exp_w.png]]
  • [get | view] (2024-11-04 23:17:41, 1.9 KB) [[attachment:F2_BDstar_latt_w.bib]]
  • [get | view] (2024-10-30 16:20:04, 181.9 KB) [[attachment:F2_BDstar_latt_w.pdf]]
  • [get | view] (2024-10-30 16:20:04, 145.3 KB) [[attachment:F2_BDstar_latt_w.png]]
  • [get | view] (2024-11-04 23:19:37, 0.6 KB) [[attachment:F2_BsDsstar_latt_w.bib]]
  • [get | view] (2024-11-06 14:52:34, 128.2 KB) [[attachment:F2_BsDsstar_latt_w.pdf]]
  • [get | view] (2024-11-06 14:52:34, 44.8 KB) [[attachment:F2_BsDsstar_latt_w.png]]
  • [get | view] (2019-02-14 01:01:07, 4.1 KB) [[attachment:FD.bib]]
  • [get | view] (2019-02-14 01:01:17, 5.4 KB) [[attachment:FDs.bib]]
  • [get | view] (2024-11-08 07:04:25, 18155.5 KB) [[attachment:FLAG.tar]]
  • [get | view] (2017-08-24 09:00:11, 33.5 KB) [[attachment:FLAG3_logo.png]]
  • [get | view] (2019-02-06 19:39:10, 49.4 KB) [[attachment:FLAG4_logo.png]]
  • [get | view] (2021-11-12 23:49:43, 66.6 KB) [[attachment:FLAG5_logo.png]]
  • [get | view] (2024-10-07 22:40:51, 64.7 KB) [[attachment:FLAG6_logo.png]]
  • [get | view] (2017-08-18 09:26:17, 3713.3 KB) [[attachment:FLAG_2013.pdf]]
  • [get | view] (2017-12-08 08:38:37, 5707.9 KB) [[attachment:FLAG_2016.pdf]]
  • [get | view] (2020-03-09 09:21:33, 7327.3 KB) [[attachment:FLAG_2019.pdf]]
  • [get | view] (2020-12-24 09:58:14, 6856.6 KB) [[attachment:FLAG_2020_webupdate.pdf]]
  • [get | view] (2022-10-26 15:04:20, 6096.1 KB) [[attachment:FLAG_2021.pdf]]
  • [get | view] (2023-03-24 15:21:07, 6041.9 KB) [[attachment:FLAG_2023_webupdate.pdf]]
  • [get | view] (2025-01-14 07:50:43, 7350.8 KB) [[attachment:FLAG_2024.pdf]]
  • [get | view] (2024-11-08 07:00:46, 879.9 KB) [[attachment:FLAG_Alpha_s.pdf]]
  • [get | view] (2024-11-08 07:00:31, 489.3 KB) [[attachment:FLAG_BK.pdf]]
  • [get | view] (2025-01-14 07:46:02, 3374.2 KB) [[attachment:FLAG_HQB.pdf]]
  • [get | view] (2024-11-08 07:00:35, 787.0 KB) [[attachment:FLAG_HQD.pdf]]
  • [get | view] (2024-03-05 09:56:13, 710.5 KB) [[attachment:FLAG_LECs.pdf]]
  • [get | view] (2025-01-14 07:47:14, 1616.5 KB) [[attachment:FLAG_NME.pdf]]
  • [get | view] (2024-11-08 07:00:20, 251.8 KB) [[attachment:FLAG_QCDconcensus.pdf]]
  • [get | view] (2024-11-08 07:00:54, 621.5 KB) [[attachment:FLAG_ScaleSetting.pdf]]
  • [get | view] (2025-01-14 07:44:30, 738.6 KB) [[attachment:FLAG_VudVus.pdf]]
  • [get | view] (2024-11-08 07:00:17, 313.3 KB) [[attachment:FLAG_criteria.pdf]]
  • [get | view] (2024-11-08 07:00:58, 268.0 KB) [[attachment:FLAG_glossary.pdf]]
  • [get | view] (2024-11-08 07:00:14, 417.9 KB) [[attachment:FLAG_introduction.pdf]]
  • [get | view] (2017-08-18 08:00:28, 5.2 KB) [[attachment:FLAG_logo_200x135.png]]
  • [get | view] (2024-11-08 07:01:02, 480.0 KB) [[attachment:FLAG_notes.pdf]]
  • [get | view] (2020-03-09 09:21:48, 660.9 KB) [[attachment:FLAG_notes_reduced.pdf]]
  • [get | view] (2024-11-08 07:00:24, 641.6 KB) [[attachment:FLAG_qmass.pdf]]
  • [get | view] (2024-03-05 11:00:23, 6136.2 KB) [[attachment:FLAG_webupdate_February2024.pdf]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:F_F0.bib]]
  • [get | view] (2024-11-26 08:49:51, 5.0 KB) [[attachment:FpioF.bib]]
  • [get | view] (2024-10-30 15:17:41, 40.3 KB) [[attachment:GA.pdf]]
  • [get | view] (2024-10-30 15:22:23, 216.2 KB) [[attachment:GA.png]]
  • [get | view] (2024-10-30 15:17:41, 34.4 KB) [[attachment:GAd.pdf]]
  • [get | view] (2024-10-30 15:22:23, 136.1 KB) [[attachment:GAd.png]]
  • [get | view] (2024-10-30 15:17:41, 35.2 KB) [[attachment:GAs.pdf]]
  • [get | view] (2024-10-30 15:22:23, 160.2 KB) [[attachment:GAs.png]]
  • [get | view] (2024-10-30 15:17:41, 33.4 KB) [[attachment:GAu.pdf]]
  • [get | view] (2024-10-30 15:22:23, 136.9 KB) [[attachment:GAu.png]]
  • [get | view] (2024-10-30 15:17:41, 39.5 KB) [[attachment:GS.pdf]]
  • [get | view] (2024-10-30 15:22:23, 190.4 KB) [[attachment:GS.png]]
  • [get | view] (2024-10-30 15:17:41, 40.8 KB) [[attachment:GT.pdf]]
  • [get | view] (2024-10-30 15:22:23, 225.4 KB) [[attachment:GT.png]]
  • [get | view] (2024-10-30 15:17:41, 32.7 KB) [[attachment:GTd.pdf]]
  • [get | view] (2024-10-30 15:22:23, 133.9 KB) [[attachment:GTd.png]]
  • [get | view] (2024-10-30 15:17:41, 32.5 KB) [[attachment:GTs.pdf]]
  • [get | view] (2024-10-30 15:22:24, 122.3 KB) [[attachment:GTs.png]]
  • [get | view] (2024-10-30 15:17:41, 32.6 KB) [[attachment:GTu.pdf]]
  • [get | view] (2024-10-30 15:22:24, 132.1 KB) [[attachment:GTu.png]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:ImA2.bib]]
  • [get | view] (2024-11-26 08:49:51, 0.9 KB) [[attachment:L4.bib]]
  • [get | view] (2024-11-26 08:49:51, 0.9 KB) [[attachment:L5.bib]]
  • [get | view] (2024-11-26 08:49:51, 0.9 KB) [[attachment:L6.bib]]
  • [get | view] (2024-11-26 08:49:51, 0.9 KB) [[attachment:L8.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.5 KB) [[attachment:M4ps.bib]]
  • [get | view] (2024-11-26 08:49:51, 2.2 KB) [[attachment:RBB.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:ReA2.bib]]
  • [get | view] (2025-01-14 12:30:56, 6.0 KB) [[attachment:RfKfpi.bib]]
  • [get | view] (2025-01-14 07:49:37, 48.3 KB) [[attachment:RfKfpi.pdf]]
  • [get | view] (2025-01-14 12:31:11, 300.8 KB) [[attachment:RfKfpi.png]]
  • [get | view] (2024-10-30 15:17:41, 48.4 KB) [[attachment:Rm0p3R6m0p5current2pt.pdf]]
  • [get | view] (2019-02-07 14:44:37, 279.6 KB) [[attachment:Rm0p3R6m0p5current2pt.png]]
  • [get | view] (2024-10-30 15:17:41, 40.3 KB) [[attachment:SIGMA.pdf]]
  • [get | view] (2024-10-30 15:22:24, 212.5 KB) [[attachment:SIGMA.png]]
  • [get | view] (2024-10-30 15:17:41, 37.1 KB) [[attachment:SIGMAS.pdf]]
  • [get | view] (2024-10-30 15:22:24, 188.8 KB) [[attachment:SIGMAS.png]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:Sigma0.bib]]
  • [get | view] (2024-11-26 08:49:51, 6.0 KB) [[attachment:Sigma13.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.4 KB) [[attachment:Sigma_Sigma0.bib]]
  • [get | view] (2024-10-30 15:17:41, 40.4 KB) [[attachment:Vcb.pdf]]
  • [get | view] (2024-10-30 15:22:19, 197.2 KB) [[attachment:Vcb.png]]
  • [get | view] (2021-11-19 08:33:49, 4.7 KB) [[attachment:Vcd.bib]]
  • [get | view] (2024-11-26 08:49:51, 7.2 KB) [[attachment:VcdancVcs.bib]]
  • [get | view] (2021-11-19 09:29:38, 7.7 KB) [[attachment:VcdandVcs.bib]]
  • [get | view] (2024-10-30 15:17:41, 45.5 KB) [[attachment:VcdandVcs.pdf]]
  • [get | view] (2024-10-30 15:22:19, 189.2 KB) [[attachment:VcdandVcs.png]]
  • [get | view] (2021-11-19 08:33:49, 6.7 KB) [[attachment:Vcs.bib]]
  • [get | view] (2024-10-30 15:17:41, 39.4 KB) [[attachment:Vub.pdf]]
  • [get | view] (2024-10-30 15:22:19, 248.1 KB) [[attachment:Vub.png]]
  • [get | view] (2023-03-21 08:40:41, 67.0 KB) [[attachment:VusVersusVud.pdf]]
  • [get | view] (2024-10-30 15:22:32, 290.9 KB) [[attachment:VusVersusVud.png]]
  • [get | view] (2021-11-13 08:51:20, 65.9 KB) [[attachment:VusVersusVud_em-lat.pdf]]
  • [get | view] (2024-10-30 15:22:32, 291.3 KB) [[attachment:VusVersusVud_em-lat.png]]
  • [get | view] (2025-01-14 12:35:58, 12.8 KB) [[attachment:Vusud.bib]]
  • [get | view] (2025-01-14 07:49:02, 52.8 KB) [[attachment:Vusud.pdf]]
  • [get | view] (2025-01-14 12:31:20, 267.9 KB) [[attachment:Vusud.png]]
  • [get | view] (2019-03-05 16:42:40, 15.0 KB) [[attachment:Vusud.py]]
  • [get | view] (2024-10-30 15:17:41, 38.6 KB) [[attachment:XUMD.pdf]]
  • [get | view] (2024-10-30 15:22:24, 242.6 KB) [[attachment:XUMD.png]]
  • [get | view] (2024-11-26 08:49:51, 1.1 KB) [[attachment:a02Mpi.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.6 KB) [[attachment:a0_1.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.6 KB) [[attachment:a0_1over2.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.6 KB) [[attachment:a0_3over2.bib]]
  • [get | view] (2024-11-25 14:27:08, 5.4 KB) [[attachment:alphaMSbarZ.bib]]
  • [get | view] (2024-10-30 15:17:41, 52.0 KB) [[attachment:alphasMSbarZ.pdf]]
  • [get | view] (2024-10-30 15:22:09, 297.7 KB) [[attachment:alphasMSbarZ.png]]
  • [get | view] (2024-10-30 15:17:41, 44.6 KB) [[attachment:alphasMSbarZ_a.pdf]]
  • [get | view] (2024-10-30 15:22:09, 296.3 KB) [[attachment:alphasMSbarZ_a.png]]
  • [get | view] (2024-10-30 15:17:41, 40.6 KB) [[attachment:alphasMSbarZ_b.pdf]]
  • [get | view] (2024-10-30 15:22:09, 222.7 KB) [[attachment:alphasMSbarZ_b.png]]
  • [get | view] (2024-11-26 09:05:20, 286.0 KB) [[attachment:bib.tar]]
  • [get | view] (2024-10-30 15:17:41, 36.2 KB) [[attachment:dXUMD.pdf]]
  • [get | view] (2024-10-30 15:22:24, 151.8 KB) [[attachment:dXUMD.png]]
  • [get | view] (2024-11-26 08:49:51, 2.0 KB) [[attachment:f+0.bib]]
  • [get | view] (2024-10-30 15:17:41, 37.5 KB) [[attachment:f+0.pdf]]
  • [get | view] (2024-10-30 15:22:32, 254.7 KB) [[attachment:f+0.png]]
  • [get | view] (2024-11-25 14:27:08, 0.5 KB) [[attachment:f4ps.bib]]
  • [get | view] (2024-11-26 08:49:51, 5.8 KB) [[attachment:fB.bib]]
  • [get | view] (2024-10-30 15:17:41, 35.7 KB) [[attachment:fB.pdf]]
  • [get | view] (2024-10-30 15:22:19, 258.5 KB) [[attachment:fB.png]]
  • [get | view] (2024-11-26 08:49:51, 5.8 KB) [[attachment:fBofBs.bib]]
  • [get | view] (2021-01-06 10:27:33, 5.4 KB) [[attachment:fBratio.bib]]
  • [get | view] (2024-10-30 15:17:41, 35.8 KB) [[attachment:fBratio.pdf]]
  • [get | view] (2024-10-30 15:22:19, 280.4 KB) [[attachment:fBratio.png]]
  • [get | view] (2024-11-26 08:49:51, 6.2 KB) [[attachment:fBs.bib]]
  • [get | view] (2024-10-30 15:17:41, 37.2 KB) [[attachment:fBs.pdf]]
  • [get | view] (2024-10-30 15:22:19, 251.2 KB) [[attachment:fBs.png]]
  • [get | view] (2024-11-26 08:49:51, 2.7 KB) [[attachment:fBsqrtBB.bib]]
  • [get | view] (2024-10-30 15:17:41, 35.8 KB) [[attachment:fBsqrtBB2.pdf]]
  • [get | view] (2024-10-30 15:22:19, 215.0 KB) [[attachment:fBsqrtBB2.png]]
  • [get | view] (2024-11-26 08:49:51, 2.7 KB) [[attachment:fBssqrtBBs.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.1 KB) [[attachment:fD.bib]]
  • [get | view] (2021-11-19 09:29:54, 4.3 KB) [[attachment:fDandfDs.bib]]
  • [get | view] (2024-10-30 15:17:41, 36.6 KB) [[attachment:fDandfDs.pdf]]
  • [get | view] (2024-10-30 15:22:19, 238.3 KB) [[attachment:fDandfDs.png]]
  • [get | view] (2024-10-30 15:17:41, 34.7 KB) [[attachment:fDratio.pdf]]
  • [get | view] (2024-10-30 15:22:19, 271.2 KB) [[attachment:fDratio.png]]
  • [get | view] (2024-11-26 08:49:51, 3.6 KB) [[attachment:fDs.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.1 KB) [[attachment:fDs_over_fD.bib]]
  • [get | view] (2021-01-06 10:27:33, 4.1 KB) [[attachment:fDsofD.bib]]
  • [get | view] (2025-01-14 12:30:47, 3.4 KB) [[attachment:fK.bib]]
  • [get | view] (2021-01-06 10:27:33, 5.0 KB) [[attachment:fKandfPi.bib]]
  • [get | view] (2019-02-08 15:38:58, 49.4 KB) [[attachment:fKandfPi.pdf]]
  • [get | view] (2024-10-30 15:22:32, 278.7 KB) [[attachment:fKandfPi.png]]
  • [get | view] (2024-11-04 23:21:47, 4.6 KB) [[attachment:f_BDstar_latt+exp_w.bib]]
  • [get | view] (2024-10-30 16:27:48, 172.1 KB) [[attachment:f_BDstar_latt+exp_w.pdf]]
  • [get | view] (2024-10-30 16:27:48, 136.4 KB) [[attachment:f_BDstar_latt+exp_w.png]]
  • [get | view] (2024-11-04 23:17:23, 1.9 KB) [[attachment:f_BDstar_latt_w.bib]]
  • [get | view] (2024-10-30 16:20:04, 169.4 KB) [[attachment:f_BDstar_latt_w.pdf]]
  • [get | view] (2024-10-30 16:20:04, 133.5 KB) [[attachment:f_BDstar_latt_w.png]]
  • [get | view] (2024-11-04 23:19:23, 0.6 KB) [[attachment:f_BsDsstar_latt_w.bib]]
  • [get | view] (2024-11-06 14:52:34, 120.2 KB) [[attachment:f_BsDsstar_latt_w.pdf]]
  • [get | view] (2024-11-06 14:52:34, 43.7 KB) [[attachment:f_BsDsstar_latt_w.png]]
  • [get | view] (2021-11-13 09:14:51, 87.0 KB) [[attachment:ff_BD_latt+exp-eps-converted-to.pdf]]
  • [get | view] (2021-01-06 10:27:33, 3.1 KB) [[attachment:ff_BD_latt+exp.bib]]
  • [get | view] (2024-10-30 16:24:19, 150.5 KB) [[attachment:ff_BD_latt+exp.pdf]]
  • [get | view] (2024-10-30 16:24:19, 181.4 KB) [[attachment:ff_BD_latt+exp.png]]
  • [get | view] (2019-12-10 17:25:29, 110.4 KB) [[attachment:ff_BD_latt+exp_nof0.pdf]]
  • [get | view] (2019-12-10 17:25:29, 151.0 KB) [[attachment:ff_BD_latt+exp_nof0.png]]
  • [get | view] (2021-11-13 09:14:26, 69.8 KB) [[attachment:ff_BD_latt-eps-converted-to.pdf]]
  • [get | view] (2021-01-06 10:27:33, 1.5 KB) [[attachment:ff_BD_latt.bib]]
  • [get | view] (2024-10-30 16:16:31, 145.7 KB) [[attachment:ff_BD_latt.pdf]]
  • [get | view] (2024-10-30 16:16:31, 140.8 KB) [[attachment:ff_BD_latt.png]]
  • [get | view] (2024-10-30 16:24:19, 150.0 KB) [[attachment:ff_BD_q2_latt+exp.pdf]]
  • [get | view] (2024-10-30 16:24:19, 178.2 KB) [[attachment:ff_BD_q2_latt+exp.png]]
  • [get | view] (2024-10-30 16:16:31, 145.4 KB) [[attachment:ff_BD_q2_latt.pdf]]
  • [get | view] (2024-10-30 16:16:31, 138.8 KB) [[attachment:ff_BD_q2_latt.png]]
  • [get | view] (2019-12-10 17:25:29, 170.2 KB) [[attachment:ff_BK_latt.pdf]]
  • [get | view] (2019-12-10 17:25:29, 198.9 KB) [[attachment:ff_BK_latt.png]]
  • [get | view] (2021-01-06 10:27:33, 1.5 KB) [[attachment:ff_BK_latt_p0.bib]]
  • [get | view] (2024-10-30 16:13:56, 188.5 KB) [[attachment:ff_BK_latt_p0.pdf]]
  • [get | view] (2024-10-30 16:13:56, 221.1 KB) [[attachment:ff_BK_latt_p0.png]]
  • [get | view] (2021-01-06 10:27:33, 1.5 KB) [[attachment:ff_BK_latt_t.bib]]
  • [get | view] (2024-10-30 16:14:33, 141.2 KB) [[attachment:ff_BK_latt_t.pdf]]
  • [get | view] (2024-10-30 16:14:33, 150.4 KB) [[attachment:ff_BK_latt_t.png]]
  • [get | view] (2024-10-30 16:14:11, 183.5 KB) [[attachment:ff_BK_q2_latt_p0.pdf]]
  • [get | view] (2024-10-30 16:14:11, 203.1 KB) [[attachment:ff_BK_q2_latt_p0.png]]
  • [get | view] (2024-10-30 16:14:23, 138.9 KB) [[attachment:ff_BK_q2_latt_t.pdf]]
  • [get | view] (2024-10-30 16:14:23, 147.0 KB) [[attachment:ff_BK_q2_latt_t.png]]
  • [get | view] (2023-03-24 16:01:13, 5.7 KB) [[attachment:ff_Bpi_latt+exp.bib]]
  • [get | view] (2024-11-06 14:53:22, 155.8 KB) [[attachment:ff_Bpi_latt+exp.pdf]]
  • [get | view] (2024-11-06 14:53:22, 267.8 KB) [[attachment:ff_Bpi_latt+exp.png]]
  • [get | view] (2019-12-10 17:25:29, 343.6 KB) [[attachment:ff_Bpi_latt+exp_nof0.eps]]
  • [get | view] (2024-11-06 14:53:22, 112.6 KB) [[attachment:ff_Bpi_latt+exp_nof0.pdf]]
  • [get | view] (2024-11-06 14:53:22, 192.6 KB) [[attachment:ff_Bpi_latt+exp_nof0.png]]
  • [get | view] (2023-03-24 15:24:35, 2.9 KB) [[attachment:ff_Bpi_latt.bib]]
  • [get | view] (2024-11-06 14:53:22, 145.8 KB) [[attachment:ff_Bpi_latt.pdf]]
  • [get | view] (2024-11-06 14:53:22, 178.8 KB) [[attachment:ff_Bpi_latt.png]]
  • [get | view] (2024-11-06 14:53:22, 145.4 KB) [[attachment:ff_Bpi_q2_latt+exp.pdf]]
  • [get | view] (2024-11-06 14:53:22, 227.2 KB) [[attachment:ff_Bpi_q2_latt+exp.png]]
  • [get | view] (2024-11-06 14:53:22, 135.2 KB) [[attachment:ff_Bpi_q2_latt.pdf]]
  • [get | view] (2024-11-06 14:53:22, 149.7 KB) [[attachment:ff_Bpi_q2_latt.png]]
  • [get | view] (2024-03-05 11:28:23, 2.6 KB) [[attachment:ff_BsK_latt.bib]]
  • [get | view] (2024-10-30 16:09:59, 122.8 KB) [[attachment:ff_BsK_latt.pdf]]
  • [get | view] (2024-10-30 16:10:09, 163.6 KB) [[attachment:ff_BsK_latt.png]]
  • [get | view] (2024-03-05 11:20:49, 123.1 KB) [[attachment:ff_BsK_latt_2023.pdf]]
  • [get | view] (2024-03-05 11:20:35, 180.3 KB) [[attachment:ff_BsK_latt_2023.png]]
  • [get | view] (2024-10-30 16:10:24, 122.2 KB) [[attachment:ff_BsK_q2_latt.pdf]]
  • [get | view] (2024-10-30 16:10:38, 148.5 KB) [[attachment:ff_BsK_q2_latt.png]]
  • [get | view] (2024-03-05 11:20:19, 122.6 KB) [[attachment:ff_BsK_q2_latt_2023.pdf]]
  • [get | view] (2024-03-05 11:20:09, 165.5 KB) [[attachment:ff_BsK_q2_latt_2023.png]]
  • [get | view] (2021-11-19 09:10:27, 133.3 KB) [[attachment:ff_DK_latt.pdf]]
  • [get | view] (2021-11-19 09:10:27, 124.9 KB) [[attachment:ff_DK_latt.png]]
  • [get | view] (2024-10-30 15:43:29, 79.3 KB) [[attachment:ff_DK_latt_2024_N4.pdf]]
  • [get | view] (2024-10-30 15:51:35, 48.9 KB) [[attachment:ff_DK_latt_2024_N4.png]]
  • [get | view] (2021-11-19 09:10:36, 132.6 KB) [[attachment:ff_DK_q2_latt.pdf]]
  • [get | view] (2021-11-19 09:10:36, 122.0 KB) [[attachment:ff_DK_q2_latt.png]]
  • [get | view] (2024-10-30 15:44:59, 114.5 KB) [[attachment:ff_DK_q2_latt_2024_N4.pdf]]
  • [get | view] (2024-10-30 15:45:50, 150.0 KB) [[attachment:ff_DK_q2_latt_2024_N4.png]]
  • [get | view] (2024-11-25 14:27:08, 1.4 KB) [[attachment:fpi.bib]]
  • [get | view] (2025-01-14 12:44:38, 5.3 KB) [[attachment:fpiandfk.bib]]
  • [get | view] (2025-01-14 07:48:17, 48.3 KB) [[attachment:fpiandfk.pdf]]
  • [get | view] (2025-01-14 12:31:31, 287.8 KB) [[attachment:fpiandfk.png]]
  • [get | view] (2024-11-26 08:49:51, 5.0 KB) [[attachment:gA.bib]]
  • [get | view] (2024-11-26 08:49:51, 1.0 KB) [[attachment:gAd.bib]]
  • [get | view] (2024-11-26 08:49:51, 1.0 KB) [[attachment:gAs.bib]]
  • [get | view] (2024-11-26 08:49:51, 1.0 KB) [[attachment:gAu.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.4 KB) [[attachment:gS.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.3 KB) [[attachment:gT.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.6 KB) [[attachment:gTd.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.6 KB) [[attachment:gTs.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.6 KB) [[attachment:gTu.bib]]
  • [get | view] (2024-11-04 23:06:33, 4.6 KB) [[attachment:g_BDstar_latt+exp_w.bib]]
  • [get | view] (2024-10-30 16:27:48, 171.5 KB) [[attachment:g_BDstar_latt+exp_w.pdf]]
  • [get | view] (2024-10-30 16:27:48, 141.3 KB) [[attachment:g_BDstar_latt+exp_w.png]]
  • [get | view] (2024-11-04 23:06:33, 1.9 KB) [[attachment:g_BDstar_latt_w.bib]]
  • [get | view] (2024-10-30 16:20:04, 171.9 KB) [[attachment:g_BDstar_latt_w.pdf]]
  • [get | view] (2024-10-30 16:20:04, 144.1 KB) [[attachment:g_BDstar_latt_w.png]]
  • [get | view] (2024-11-04 23:06:33, 0.6 KB) [[attachment:g_BsDsstar_latt_w.bib]]
  • [get | view] (2024-11-06 14:52:34, 119.4 KB) [[attachment:g_BsDsstar_latt_w.pdf]]
  • [get | view] (2024-11-06 14:52:34, 42.8 KB) [[attachment:g_BsDsstar_latt_w.png]]
  • [get | view] (2024-11-26 08:49:51, 1.7 KB) [[attachment:helicity.bib]]
  • [get | view] (2024-11-26 08:49:51, 4.6 KB) [[attachment:lbar3.bib]]
  • [get | view] (2024-11-26 08:49:51, 5.0 KB) [[attachment:lbar4.bib]]
  • [get | view] (2024-11-25 14:27:08, 1.0 KB) [[attachment:lbar6.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.1 KB) [[attachment:mb.bib]]
  • [get | view] (2024-10-30 15:17:41, 34.8 KB) [[attachment:mb.pdf]]
  • [get | view] (2024-10-30 15:22:37, 164.1 KB) [[attachment:mb.png]]
  • [get | view] (2024-11-26 08:49:51, 6.3 KB) [[attachment:mc.bib]]
  • [get | view] (2024-10-30 15:17:41, 36.4 KB) [[attachment:mc.pdf]]
  • [get | view] (2024-10-30 15:22:37, 203.3 KB) [[attachment:mc.png]]
  • [get | view] (2019-03-05 16:39:30, 5.1 KB) [[attachment:mc.py]]
  • [get | view] (2024-11-26 08:49:51, 1.8 KB) [[attachment:md.bib]]
  • [get | view] (2024-11-26 08:49:51, 2.7 KB) [[attachment:momfrac.bib]]
  • [get | view] (2024-11-26 08:49:51, 5.9 KB) [[attachment:ms.bib]]
  • [get | view] (2024-10-30 15:17:41, 38.3 KB) [[attachment:ms.pdf]]
  • [get | view] (2024-10-30 15:22:37, 283.0 KB) [[attachment:ms.png]]
  • [get | view] (2019-03-05 16:39:15, 6.2 KB) [[attachment:ms.py]]
  • [get | view] (2024-11-26 08:49:51, 1.8 KB) [[attachment:mu.bib]]
  • [get | view] (2024-11-26 08:49:51, 5.3 KB) [[attachment:mud.bib]]
  • [get | view] (2024-10-30 15:17:41, 39.1 KB) [[attachment:mud.pdf]]
  • [get | view] (2024-10-30 15:22:37, 334.2 KB) [[attachment:mud.png]]
  • [get | view] (2024-11-26 08:49:51, 3.5 KB) [[attachment:r0.bib]]
  • [get | view] (2024-10-30 15:17:41, 35.8 KB) [[attachment:r0.pdf]]
  • [get | view] (2024-10-30 15:22:27, 162.3 KB) [[attachment:r0.png]]
  • [get | view] (2024-10-30 15:17:41, 44.0 KB) [[attachment:r0LamMSbar.pdf]]
  • [get | view] (2024-10-30 15:22:09, 562.8 KB) [[attachment:r0LamMSbar.png]]
  • [get | view] (2024-10-30 15:17:41, 76.9 KB) [[attachment:r0LamMSbar_181030.pdf]]
  • [get | view] (2024-10-30 15:17:41, 42.1 KB) [[attachment:r0LamMSbar_Nf0.pdf]]
  • [get | view] (2024-10-30 15:22:09, 194.0 KB) [[attachment:r0LamMSbar_Nf0.png]]
  • [get | view] (2021-11-19 08:33:49, 12.8 KB) [[attachment:r0LambdaMSbar.bib]]
  • [get | view] (2024-11-25 14:27:08, 5.4 KB) [[attachment:r0LambdaMSbar3.bib]]
  • [get | view] (2024-11-25 14:27:08, 5.4 KB) [[attachment:r0LambdaMSbar4.bib]]
  • [get | view] (2024-11-25 14:27:08, 5.4 KB) [[attachment:r0LambdaMSbar5.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.4 KB) [[attachment:r1.bib]]
  • [get | view] (2024-10-30 15:17:41, 31.1 KB) [[attachment:r1.pdf]]
  • [get | view] (2024-10-30 15:22:27, 156.1 KB) [[attachment:r1.png]]
  • [get | view] (2024-11-26 08:49:51, 3.1 KB) [[attachment:ratio_mcms.bib]]
  • [get | view] (2024-10-30 15:17:41, 33.3 KB) [[attachment:ratio_mcms.pdf]]
  • [get | view] (2024-10-30 15:22:37, 137.1 KB) [[attachment:ratio_mcms.png]]
  • [get | view] (2024-11-26 08:49:51, 4.6 KB) [[attachment:ratio_msmud.bib]]
  • [get | view] (2024-10-30 15:17:41, 39.1 KB) [[attachment:ratio_msmud.pdf]]
  • [get | view] (2024-10-30 15:22:37, 282.7 KB) [[attachment:ratio_msmud.png]]
  • [get | view] (2024-11-26 08:49:51, 1.7 KB) [[attachment:ratio_mumd.bib]]
  • [get | view] (2024-10-30 15:17:41, 35.3 KB) [[attachment:ratio_mumd.pdf]]
  • [get | view] (2024-10-30 15:22:37, 192.5 KB) [[attachment:ratio_mumd.png]]
  • [get | view] (2019-03-01 09:18:32, 7.9 KB) [[attachment:ratio_mumd.py]]
  • [get | view] (2021-11-19 08:33:49, 1.6 KB) [[attachment:ratio_r0_r1.bib]]
  • [get | view] (2024-10-30 15:17:41, 30.7 KB) [[attachment:ratio_r0_r1.pdf]]
  • [get | view] (2024-10-30 15:22:27, 122.8 KB) [[attachment:ratio_r0_r1.png]]
  • [get | view] (2021-11-19 08:33:49, 0.9 KB) [[attachment:ratio_r1_w0.bib]]
  • [get | view] (2024-10-30 15:17:41, 28.5 KB) [[attachment:ratio_r1_w0.pdf]]
  • [get | view] (2024-10-30 15:22:27, 101.9 KB) [[attachment:ratio_r1_w0.png]]
  • [get | view] (2023-03-21 14:36:34, 1.0 KB) [[attachment:ratio_sqrt_t0_w0.bib]]
  • [get | view] (2024-10-30 15:17:41, 28.5 KB) [[attachment:ratio_sqrt_t0_w0.pdf]]
  • [get | view] (2024-10-30 15:22:27, 88.5 KB) [[attachment:ratio_sqrt_t0_w0.png]]
  • [get | view] (2019-02-07 14:37:22, 4.5 KB) [[attachment:scaledep_alpha_R4.pdf]]
  • [get | view] (2019-02-07 14:37:22, 7.3 KB) [[attachment:scaledep_alpha_R4.png]]
  • [get | view] (2024-11-26 08:49:51, 3.6 KB) [[attachment:sigmapiN.bib]]
  • [get | view] (2024-11-26 08:49:51, 3.9 KB) [[attachment:sigmas.bib]]
  • [get | view] (2024-11-26 08:49:51, 4.2 KB) [[attachment:sqrt_t0.bib]]
  • [get | view] (2024-10-30 15:17:41, 33.9 KB) [[attachment:sqrt_t0.pdf]]
  • [get | view] (2024-10-30 15:22:27, 167.6 KB) [[attachment:sqrt_t0.png]]
  • [get | view] (2024-10-30 15:17:41, 40.7 KB) [[attachment:su2_Fpi_F.pdf]]
  • [get | view] (2021-11-12 07:38:14, 249.2 KB) [[attachment:su2_Fpi_F.png]]
  • [get | view] (2024-10-30 15:17:41, 43.7 KB) [[attachment:su2_Sigma.pdf]]
  • [get | view] (2021-11-12 07:38:14, 376.9 KB) [[attachment:su2_Sigma.png]]
  • [get | view] (2024-10-30 15:17:41, 29.4 KB) [[attachment:su2_a0.pdf]]
  • [get | view] (2021-11-12 07:38:14, 90.8 KB) [[attachment:su2_a0.png]]
  • [get | view] (2024-10-30 15:17:41, 34.8 KB) [[attachment:su2_a2.pdf]]
  • [get | view] (2021-11-12 07:38:14, 160.9 KB) [[attachment:su2_a2.png]]
  • [get | view] (2024-10-30 15:17:41, 38.7 KB) [[attachment:su2_l3bar.pdf]]
  • [get | view] (2021-11-12 07:38:14, 260.8 KB) [[attachment:su2_l3bar.png]]
  • [get | view] (2024-10-30 15:17:41, 39.8 KB) [[attachment:su2_l4bar.pdf]]
  • [get | view] (2021-11-12 07:38:14, 290.9 KB) [[attachment:su2_l4bar.png]]
  • [get | view] (2024-10-30 15:17:41, 34.2 KB) [[attachment:su2_l6bar.pdf]]
  • [get | view] (2021-11-12 07:38:14, 146.4 KB) [[attachment:su2_l6bar.png]]
  • [get | view] (2024-10-30 15:17:41, 30.4 KB) [[attachment:su2_rsqu_S.pdf]]
  • [get | view] (2021-11-12 07:38:14, 97.4 KB) [[attachment:su2_rsqu_S.png]]
  • [get | view] (2024-10-30 15:17:41, 36.9 KB) [[attachment:su2_rsqu_V.pdf]]
  • [get | view] (2021-11-12 07:38:14, 161.8 KB) [[attachment:su2_rsqu_V.png]]
  • [get | view] (2024-10-30 15:17:41, 33.3 KB) [[attachment:su3_2L6-L4.pdf]]
  • [get | view] (2021-11-12 07:38:14, 147.9 KB) [[attachment:su3_2L6-L4.png]]
  • [get | view] (2024-10-30 15:17:41, 33.5 KB) [[attachment:su3_2L8-L5.pdf]]
  • [get | view] (2021-11-12 07:38:14, 149.0 KB) [[attachment:su3_2L8-L5.png]]
  • [get | view] (2024-10-30 15:17:41, 32.1 KB) [[attachment:su3_L4.pdf]]
  • [get | view] (2021-11-12 07:38:14, 139.1 KB) [[attachment:su3_L4.png]]
  • [get | view] (2024-10-30 15:17:41, 32.2 KB) [[attachment:su3_L5.pdf]]
  • [get | view] (2021-11-12 07:38:14, 140.5 KB) [[attachment:su3_L5.png]]
  • [get | view] (2024-10-30 15:17:41, 32.9 KB) [[attachment:su3_L6.pdf]]
  • [get | view] (2021-11-12 07:38:14, 157.3 KB) [[attachment:su3_L6.png]]
  • [get | view] (2024-10-30 15:17:41, 32.4 KB) [[attachment:su3_L8.pdf]]
  • [get | view] (2021-11-12 07:38:14, 140.4 KB) [[attachment:su3_L8.png]]
  • [get | view] (2021-01-06 10:27:33, 1.3 KB) [[attachment:su3_LECs.bib]]
  • [get | view] (2024-10-30 15:17:41, 32.0 KB) [[attachment:su3_a0p5.pdf]]
  • [get | view] (2021-11-12 07:38:14, 97.0 KB) [[attachment:su3_a0p5.png]]
  • [get | view] (2024-10-30 15:17:41, 29.1 KB) [[attachment:su3_a1p0.pdf]]
  • [get | view] (2021-11-12 07:38:14, 97.4 KB) [[attachment:su3_a1p0.png]]
  • [get | view] (2024-10-30 15:17:41, 32.6 KB) [[attachment:su3_a1p5.pdf]]
  • [get | view] (2021-11-12 07:38:14, 98.0 KB) [[attachment:su3_a1p5.png]]
  • [get | view] (2024-11-26 08:49:51, 4.2 KB) [[attachment:t0.bib]]
  • [get | view] (2024-11-25 14:27:08, 0.5 KB) [[attachment:t0w0.bib]]
  • [get | view] (2024-11-26 08:49:51, 2.1 KB) [[attachment:transversity.bib]]
  • [get | view] (2024-10-30 16:38:51, 34.5 KB) [[attachment:vub_vcb.pdf]]
  • [get | view] (2024-10-30 16:38:51, 431.6 KB) [[attachment:vub_vcb.png]]
  • [get | view] (2021-11-13 09:13:12, 31.8 KB) [[attachment:vub_vcb_BGL-eps-converted-to.pdf]]
  • [get | view] (2021-11-18 14:00:32, 31.6 KB) [[attachment:vub_vcb_BGL.pdf]]
  • [get | view] (2024-10-30 15:22:19, 363.0 KB) [[attachment:vub_vcb_BGL.png]]
  • [get | view] (2021-11-13 09:12:56, 31.4 KB) [[attachment:vub_vcb_CLN-eps-converted-to.pdf]]
  • [get | view] (2021-11-18 14:01:01, 31.4 KB) [[attachment:vub_vcb_CLN.pdf]]
  • [get | view] (2024-10-30 15:22:19, 358.5 KB) [[attachment:vub_vcb_CLN.png]]
  • [get | view] (2024-11-26 08:49:51, 6.5 KB) [[attachment:w0.bib]]
  • [get | view] (2024-10-30 15:17:41, 32.7 KB) [[attachment:w0.pdf]]
  • [get | view] (2024-10-30 15:22:27, 160.7 KB) [[attachment:w0.png]]
  • [get | view] (2024-11-26 08:49:51, 2.2 KB) [[attachment:xi.bib]]
  • [get | view] (2021-11-19 09:50:49, 2.2 KB) [[attachment:xiandRBB.bib]]
  • [get | view] (2024-10-30 15:17:41, 35.8 KB) [[attachment:xiandRBB.pdf]]
  • [get | view] (2024-10-30 15:22:19, 195.9 KB) [[attachment:xiandRBB.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01