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
partons
core
partons
Commits
a8efa8ff
Commit
a8efa8ff
authored
Jul 12, 2021
by
Jose Manuel Morgado Chávez
Browse files
xi=x=1 limit ERBL \neq 0
parent
3fb95fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partons/modules/gpd/pionGPD/algebraicToyModel.cpp
View file @
a8efa8ff
...
...
@@ -285,16 +285,17 @@ PARTONS::PartonDistribution algebraicToyModel::computeH()
{
if
(
m_xi
==
1
)
{
if
(
m_x
==
1
)
{
uVal
=
0.
;
uValM
=
0.
;
// Verify this limit.
}
else
{
uVal
=
-
3.75
*
(
1
-
pow
(
m_x
,
2
))
*
(
(((
1
-
pow
(
m_x
,
2
))
+
c1
*
(
1
-
4
*
pow
(
m_x
,
3
)
+
3
*
pow
(
m_x
,
4
)))
/
pow
(
1
+
c1
*
(
1
-
pow
(
m_x
,
2
)),
2
))
-
log
(
1
+
c1
*
(
1
-
pow
(
m_x
,
2
)))
/
c1
)
/
(
c1
*
pow
(
1
-
m_x
,
2
));
uValM
=
-
3.75
*
(
1
-
pow
(
m_x
,
2
))
*
(
(((
1
-
pow
(
m_x
,
2
))
+
c1
*
(
1
+
4
*
pow
(
m_x
,
3
)
+
3
*
pow
(
m_x
,
4
)))
/
pow
(
1
+
c1
*
(
1
-
pow
(
m_x
,
2
)),
2
))
-
log
(
1
+
c1
*
(
1
-
pow
(
m_x
,
2
)))
/
c1
)
/
(
c1
*
pow
(
1
+
m_x
,
2
));
if
(
m_x
==
1
)
{
uVal
=
0.
;
uValM
=
0.
;
// Verify this limit.
}
}
else
// The following expression shows a "fake" divergence in the limit \xi->1.
{
...
...
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