Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
whizard
public
Commits
7f1f51aa
Commit
7f1f51aa
authored
Jul 01, 2019
by
Vincent Rothe
Browse files
v2.7.0
parent
06bf1f9d
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
BUGS
View file @
7f1f51aa
General:
* WHIZARD 2.4+ currently runs only with the NAGFOR 6.0 (or newer) and
gfortran 4.8.4 (or newer) Fortran compilers as well as Intel ifort
17.0.4 (or newer).
* WHIZARD 2.7+ currently runs only with the NAGFOR 6.1 (or newer) and
gfortran 5.1.0 (or newer) Fortran compilers as well as Intel ifort
17.0.4 (or newer). gfortran 6.5 has a severe regression, and cannot
be used, as well as Intel ifort 19.0.0/1.
[See the file EXTENSIONS for the list of Fortran 2003/2008/2018
features that the compiler must support.]
* WHIZARD 2.
6
+ incorporates all features from WHIZARD 1, making the
* WHIZARD 2.
7
+ incorporates all features from WHIZARD 1, making the
legacy branch obsolete now.
* Please report bugs and problems or performance issues
...
...
ChangeLog
View file @
7f1f51aa
...
...
@@ -2,7 +2,52 @@ ChangeLog -- Summary of changes to the WHIZARD package
Use svn log to see detailed changes.
Version 2.6.4
Version 2.7.0
2019-01-21
RELEASE: version 2.7.0
2018-12-18
Support RECOLA for integrated und unintegrated subtractions
2018-12-11
FCNC top-up sector in model SM_top_anom
2018-12-05
Use libtirpc instead of SunRPC on Arch Linux etc.
2018-11-30
Display rescaling factor for weighted event samples with cuts
2018-11-29
Reintroduce check against different masses in flavor sums
Bug fix for wrong couplings in the Littlest Higgs model(s)
2018-11-22
Bug fix for rescanning events with beam structure
2018-11-09
Major refactoring of internal process data
2018-11-02
PYTHIA8 interface
2018-10-29
Flat phase space parametrization with RAMBO (on diet) implemented
2018-10-17
Revise extended test suite
2018-09-27
Process container for RECOLA processes
2018-09-15
Fixes by M. Berggren for PYTHIA6 interface
2018-09-14
First fixes after HepForge modernization
##################################################################
2018-08-23
RELEASE: version 2.6.4
...
...
@@ -37,7 +82,7 @@ Use svn log to see detailed changes.
Extended QCD NLO test suite
2018-04-09
Bugfix for Higgs Singlet Extension model
Bug
fix for Higgs Singlet Extension model
2018-04-06
Workspace subdirectory for process generation and compilation
...
...
@@ -471,7 +516,7 @@ Use svn log to see detailed changes.
2015-08-11
RELEASE: version 2.2.7
2015-08-10
Infrastructure for damped POWHEG
Massive emitters in POWHEG
...
...
@@ -487,25 +532,25 @@ Use svn log to see detailed changes.
Revalidation of ILC WHIZARD-PYTHIA event chain
Extended test suite for showered events
Alpha version of massive FSR for POWHEG
2015-06-09
Fix memory leak in interaction for long cascades
Catch mismatch between beam definition and CIRCE2 spectrum
2015-06-08
Automated POWHEG matching: beta version
Infrastructure for GKS matching
Alpha version of fixed-order NLO events
CIRCE2 polarization averaged spectra with
explicitly polarized beams
2015-05-12
Abstract matching type: OO structure for matching/merging
2015-05-07
Bug fix in event record WHIZARD-PYTHIA6 transferral
Gaussian beam spectra for lepton colliders
##################################################################
2015-05-02
...
...
@@ -513,24 +558,24 @@ Use svn log to see detailed changes.
2015-05-01
Models for (unitarized) tensor resonances in VBS
2015-04-28
Bug fix in channel weights for event generation.
2015-04-18
Improved event record transfer WHIZARD/PYTHIA6
2015-03-19
POWHEG matching: alpha version
##################################################################
2015-02-27
RELEASE: version 2.2.5
2015-02-26
Abstract types for quantum numbers
2015-02-25
Read-in of StdHEP events, self-tests
...
...
INSTALL
View file @
7f1f51aa
...
...
@@ -50,7 +50,6 @@ WHIZARD:
-- PYTHIA8 for hadronization and showering. It is available
from http://home.thep.lu.se/~torbjorn/Pythia.html
[not yet functional]
-- LHAPDF for proton, pion and photon structure functions.
You can get it from: http://projects.hepforge.org/lhapdf
...
...
NEWS
View file @
7f1f51aa
...
...
@@ -3,5 +3,5 @@ NEWS -- User-visible changes for the WHIZARD package
(for NEWS on the O'Mega matrix element generator cf. its
corresponding NEWS file)
version 2.
6.4
version 2.
7.0
for details cf. the ChangeLog file
README
View file @
7f1f51aa
#######################################################################
# WHIZARD
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
TODO
View file @
7f1f51aa
WHIZARD Core
* 2.
6
* 2.
8
- EWA implementation (some progress in 2.2.0-2)
- integration of multiple observables (cf. VAMP)
- reenabling underlying event
* 2.
7
* 2.
9
- Mathematica interface
- Parton shower matching (MLM done, CKKW pending)
- GUI extension (partially done)
...
...
@@ -14,28 +14,28 @@ WHIZARD Core
- Tau decay module
O'Mega
* 2.
6
* 2.
8
- arbitrary Lorentz structure
- flavor sums
- model files unification
- helicity optimization (numerically done/analytically pending)
* 2.
6
* 2.
8
- W-gamma couplings to resonances
- W'
VAMP
* 2.
6
* 2.
8
- unify naming conventions for types with WHIZARD (JR will do,
e.g. type :: division -> division_t (partially done)
* 2.
7
* 2.
9
- integration of multiple observables
Misc
* Release 2.
6
* Release 2.
8
- Manual + O'Mega Paper (partially done)
* 2.
6
* 2.
8
- review gamelan (partially done, esp. docu)
...
...
circe1/Makefile.am
View file @
7f1f51aa
...
...
@@ -4,7 +4,7 @@
##
########################################################################
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/minuit/Makefile.am
View file @
7f1f51aa
...
...
@@ -4,7 +4,7 @@
##
########################################################################
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/share/Makefile.am
View file @
7f1f51aa
# Makefile.am --
########################################################################
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/share/doc/Makefile.am
View file @
7f1f51aa
# Makefile.am --
########################################################################
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/share/doc/circe1.pdf
View file @
7f1f51aa
No preview for this file type
circe1/src/Makefile.am
View file @
7f1f51aa
...
...
@@ -4,7 +4,7 @@
##
########################################################################
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/src/circe1.f90
View file @
7f1f51aa
! circe1.f90 -- canonical beam spectra for linear collider physics
! $Id: circe1.nw 8
10
4 201
7-12-10 11:22:23
Z jr_reuter $
! $Id: circe1.nw 8
22
4 201
9-01-01 23:37:54
Z jr_reuter $
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
@@ -821,7 +821,7 @@ contains
if
(
xchat
.ne.
0
)
then
call
circem
(
'MESSAGE'
,
'starting up ...'
)
call
circem
(
'MESSAGE'
,
&
'$Id: circe1.nw 8
10
4 201
7-12-10 11:22:23
Z jr_reuter $'
)
'$Id: circe1.nw 8
22
4 201
9-01-01 23:37:54
Z jr_reuter $'
)
endif
end
if
if
((
xchat
.ge.
0
)
.and.
(
xchat
.ne.
circe1_params
%
chat
))
then
...
...
circe1/src/circe1.nw
View file @
7f1f51aa
...
...
@@ -2,13 +2,13 @@
\section{Implementation of [[circe1]]}
<<[[circe1.f90]]>>=
! circe1.f90 -- canonical beam spectra for linear collider physics
! $Id: circe1.nw 8
10
4 201
7-12-10 11:22:23
Z jr_reuter $
! $Id: circe1.nw 8
22
4 201
9-01-01 23:37:54
Z jr_reuter $
<<Copyleft notice>>
<<Main module>>
@
<<Copyleft notice>>=
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
@@ -40,7 +40,7 @@ The file \texttt{circe.h} contains symbolic names for various magic
constants used by \Kirke/:
<<[[circe.h]]>>=
c circe.h -- canonical beam spectra for linear collider physics
c $Id: circe1.nw 8
10
4 201
7-12-10 11:22:23
Z jr_reuter $
c $Id: circe1.nw 8
22
4 201
9-01-01 23:37:54
Z jr_reuter $
<<Main module>>=
module circe1
use kinds
...
...
@@ -160,7 +160,7 @@ all negative variables to ensure initialization:
if (xchat .ne. 0) then
call circem ('MESSAGE', 'starting up ...')
call circem ('MESSAGE', &
'$Id: circe1.nw 8
10
4 201
7-12-10 11:22:23
Z jr_reuter $')
'$Id: circe1.nw 8
22
4 201
9-01-01 23:37:54
Z jr_reuter $')
endif
@
<<Update circe1 parameters>>=
...
...
circe1/src/minuit.nw
View file @
7f1f51aa
...
...
@@ -5,7 +5,7 @@
@
<<Copyleft notice>>=
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/tools/Makefile.am
View file @
7f1f51aa
...
...
@@ -4,7 +4,7 @@
##
########################################################################
#
# Copyright (C) 1999-201
8
by
# Copyright (C) 1999-201
9
by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/tools/circe1_fit.f90
View file @
7f1f51aa
! circe1_fit.f90 -- fitting for circe
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/tools/circe1_minuit1.f90
View file @
7f1f51aa
! circe1_minuit1.f90 -- fitting for circe
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/tools/circe1_minuit2.f90
View file @
7f1f51aa
! minuit2.f90 -- fitting for circe
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
circe1/tools/circe1_sample.f90
View file @
7f1f51aa
! circe1_sample.f90 -- canonical beam spectra for linear collider physics
! $Id: prelude.nw 6466 2015-01-10 16:06:40Z jr_reuter $
!
! Copyright (C) 1999-201
8
by
! Copyright (C) 1999-201
9
by
! Wolfgang Kilian <kilian@physik.uni-siegen.de>
! Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
! Juergen Reuter <juergen.reuter@desy.de>
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment