Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
marty
marty-public
Commits
2f1c58d6
Commit
2f1c58d6
authored
May 13, 2021
by
Grégoire Uhlrich
Browse files
Final MARTY-1.3
parent
f66032e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
marty/src/feynmanRule.cpp
marty/src/feynmanRule.cpp
+0
-4
marty/src/interactionTerm.cpp
marty/src/interactionTerm.cpp
+0
-2
No files found.
marty/src/feynmanRule.cpp
View file @
2f1c58d6
...
...
@@ -54,10 +54,6 @@ FeynmanRule::FeynmanRule(
TermType
const
&
t_term
)
:
FeynmanRule
()
{
std
::
cout
<<
"HERE"
<<
'\n'
;
std
::
cout
<<
*
t_term
<<
'\n'
;
for
(
const
auto
&
field
:
t_term
->
getContent
())
std
::
cout
<<
field
<<
" : "
<<
field
.
getParent_info
()
<<
'\n'
;
std
::
vector
<
csl
::
Tensor
>
momenta
(
t_term
->
getContent
().
size
());
setInteractionTerm
(
t_term
);
std
::
vector
<
csl
::
Expr
>
insertions
;
...
...
marty/src/interactionTerm.cpp
View file @
2f1c58d6
...
...
@@ -408,8 +408,6 @@ csl::Expr InteractionTerm::getFullExpression() const
csl
::
Expr
res
=
applyFactorAndSymmetriesOn
(
getFieldProduct
());
res
=
DeepRefreshed
(
res
);
if
(
csl
::
Abbrev
::
getFreeStructure
(
res
->
getIndexStructure
()).
size
()
>
0
)
{
std
::
cout
<<
*
this
<<
std
::
endl
;
std
::
cout
<<
"RES = "
<<
res
<<
std
::
endl
;
CallHEPError
(
mty
::
error
::
IndexError
,
""
)
}
return
res
;
...
...
Write
Preview
Markdown
is supported
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