Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WHIZARD etc.
OMega
Commits
b09bb469
Commit
b09bb469
authored
Jul 19, 2016
by
Thorsten Ohl
Browse files
UFO.translate_gauge_vertex4 functional
parent
44a58928
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/Makefile.sources
View file @
b09bb469
# Makefile.sources -- Makefile component for O'Mega
# $Id: Makefile.sources 765
3
2016-07-18 1
1:37:04
Z ohl $
# $Id: Makefile.sources 765
5
2016-07-18 1
6:40:19
Z ohl $
##
## Process Makefile.am with automake to include this file in Makefile.in
##
...
...
src/omega.tex
View file @
b09bb469
% $Id: omega.tex 765
3
2016-07-18 1
1:37:04
Z ohl $
% $Id: omega.tex 765
5
2016-07-18 1
6:40:19
Z ohl $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat
{
LaTeX2e
}
\RequirePackage
{
ifpdf
}
...
...
src/uFO.ml
View file @
b09bb469
...
...
@@ -1584,21 +1584,24 @@ i.e.
and
q2
=
Q
.
mul
q2
q2'
and
q3
=
Q
.
mul
q3
q3'
in
if
Q
.
abs
q1
=
Q
.
abs
q2
&&
Q
.
abs
q2
=
Q
.
abs
q3
then
begin
begin
match
contraction11
,
contraction12
with
|
(
C_12_34
,
C_13_42
)
->
()
|
(
C_12_34
,
C_14_23
)
->
()
|
(
C_13_42
,
C_14_23
)
->
()
end
;
begin
match
contraction21
,
contraction22
with
|
(
C_12_34
,
C_13_42
)
->
()
|
(
C_12_34
,
C_14_23
)
->
()
|
(
C_13_42
,
C_14_23
)
->
()
end
;
begin
match
contraction31
,
contraction32
with
|
(
C_12_34
,
C_13_42
)
->
()
|
(
C_12_34
,
C_14_23
)
->
()
|
(
C_13_42
,
C_14_23
)
->
()
end
;
let
eps1
=
begin
match
contraction11
,
contraction12
with
|
(
C_13_42
,
C_14_23
)
->
1
|
(
C_14_23
,
C_13_42
)
->
-
1
|
_
->
invalid_arg
"translate_gauge_vertex4: mismatch"
end
and
eps2
=
begin
match
contraction21
,
contraction22
with
|
(
C_14_23
,
C_12_34
)
->
1
|
(
C_12_34
,
C_14_23
)
->
-
1
|
_
->
invalid_arg
"translate_gauge_vertex4: mismatch"
end
and
eps3
=
begin
match
contraction31
,
contraction32
with
|
(
C_12_34
,
C_13_42
)
->
1
|
(
C_13_42
,
C_12_34
)
->
-
1
|
_
->
invalid_arg
"translate_gauge_vertex4: mismatch"
end
in
prerr_endline
(
"unhandled 4-vertex w/multiple Lorentz structures: "
^
(
String
.
concat
", "
...
...
@@ -1611,21 +1614,24 @@ i.e.
and
q2
=
Q
.
mul
q2
q2'
and
q3
=
Q
.
mul
q3
q3'
in
if
Q
.
abs
q1
=
Q
.
abs
q2
&&
Q
.
abs
q2
=
Q
.
abs
q3
then
begin
begin
match
contraction11
,
contraction12
with
|
(
C_12_34
,
C_13_42
)
->
()
|
(
C_12_34
,
C_14_23
)
->
()
|
(
C_13_42
,
C_14_23
)
->
()
end
;
begin
match
contraction21
,
contraction22
with
|
(
C_12_34
,
C_13_42
)
->
()
|
(
C_12_34
,
C_14_23
)
->
()
|
(
C_13_42
,
C_14_23
)
->
()
end
;
begin
match
contraction31
,
contraction32
with
|
(
C_12_34
,
C_13_42
)
->
()
|
(
C_12_34
,
C_14_23
)
->
()
|
(
C_13_42
,
C_14_23
)
->
()
end
;
let
eps1
=
begin
match
contraction11
,
contraction12
with
|
(
C_13_42
,
C_14_23
)
->
1
|
(
C_14_23
,
C_13_42
)
->
-
1
|
_
->
invalid_arg
"translate_gauge_vertex4: mismatch"
end
and
eps2
=
begin
match
contraction21
,
contraction22
with
|
(
C_12_34
,
C_13_42
)
->
1
|
(
C_13_42
,
C_12_34
)
->
-
1
|
_
->
invalid_arg
"translate_gauge_vertex4: mismatch"
end
and
eps3
=
begin
match
contraction31
,
contraction32
with
|
(
C_14_23
,
C_12_34
)
->
1
|
(
C_12_34
,
C_14_23
)
->
-
1
|
_
->
invalid_arg
"translate_gauge_vertex4: mismatch"
end
in
prerr_endline
(
"unhandled 4-vertex w/multiple Lorentz structures: "
^
(
String
.
concat
", "
...
...
tests/Makefile.am
View file @
b09bb469
# Makefile.am -- Makefile for O'Mega within and without WHIZARD
# $Id: Makefile.am 765
3
2016-07-18 1
1:37:04
Z ohl $
# $Id: Makefile.am 765
5
2016-07-18 1
6:40:19
Z ohl $
##
## Process this file with automake to produce Makefile.in
##
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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