Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309085
colors.sin
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
colors.sin
View Options
# SINDARIN input for WHIZARD self test
?logging = true
?openmp_logging = false
?vis_history = false
?integration_timer = false
alias parton = u:b:B:g
process colors_bbg = e1, E1 => b, B, g
process colors_ugug = u, g => u, g
compile
!---------------------------------------------
sqrts = 500 GeV
cuts = all Pt >= 50 GeV [parton]
and all M2 >= (50 GeV)^2 [combine [parton, parton]]
!!! Tests should be run single-threaded
openmp_num_threads = 1
?read_color_factors = true # compute color factors in OMega (default)
seed = 0
beams = e1, E1
integrate (colors_bbg) { iterations = 2:1000 }
real integral_bbg_omega = integral (colors_bbg)
beams = u, g
integrate (colors_ugug) { iterations = 2:1000 }
real integral_ugug_omega = integral (colors_ugug)
?read_color_factors = false # compute color factors in WHIZARD
seed = 0
beams = e1, E1
integrate (colors_bbg) { iterations = 2:1000 }
real integral_bbg_whizard = integral (colors_bbg)
beams = u, g
integrate (colors_ugug) { iterations = 2:1000 }
real integral_ugug_whizard = integral (colors_ugug)
tolerance = 1e-10
expect (integral_bbg_omega == integral_bbg_whizard)
expect (integral_ugug_omega == integral_ugug_whizard)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 2:15 PM (11 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022259
Default Alt Text
colors.sin (1 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment