Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PWA
Pawian
Commits
b4602786
Commit
b4602786
authored
14 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
bug fix in OmegaPiLh.cc
parent
8a2d6689
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/pbarpToOmegaPi/GOmegaPiProject.cfg
+2
-2
2 additions, 2 deletions
Examples/pbarpToOmegaPi/GOmegaPiProject.cfg
Examples/pbarpToOmegaPi/OmegaPiLh.cc
+1
-1
1 addition, 1 deletion
Examples/pbarpToOmegaPi/OmegaPiLh.cc
with
3 additions
and
3 deletions
Examples/pbarpToOmegaPi/GOmegaPiProject.cfg
+
2
−
2
View file @
b4602786
...
...
@@ -6,10 +6,10 @@
# The
amount of random number producer threads
#nProducerThreads
= 8
nProducerThreads
=
2
nProducerThreads
=
4
# The
amount of threads processing individuals simultaneously
#nEvaluationThreads
= 16
nEvaluationThreads
=
4
nEvaluationThreads
=
8
# The
size of the population
populationSize
= 100
# The
number of parents in the population
...
...
This diff is collapsed.
Click to expand it.
Examples/pbarpToOmegaPi/OmegaPiLh.cc
+
1
−
1
View file @
b4602786
...
...
@@ -90,7 +90,7 @@ complex<double> OmegaPiLh::calcCoherentAmp(Spin lamgamma, Spin Minit, std::map<
for
(
it
=
fitParm
.
begin
();
it
!=
fitParm
.
end
();
++
it
){
boost
::
shared_ptr
<
const
JPCLS
>
theJPCLS
=
it
->
first
;
if
(
fabs
(
lamomega
)
>
theJPCLS
->
J
)
continue
;
complex
<
double
>
omegaDecAmp
=
Clebsch
(
1
,
0
,
1
,
lamgamma
,
1
,
lamgamma
)
*
Clebsch
(
1
,
lamgamma
,
0
,
0
,
1
,
lamgamma
)
*
theData
.
Df
p
[
1
][
lamomega
][
lamgamma
];
complex
<
double
>
omegaDecAmp
=
Clebsch
(
1
,
0
,
1
,
lamgamma
,
1
,
lamgamma
)
*
Clebsch
(
1
,
lamgamma
,
0
,
0
,
1
,
lamgamma
)
*
theData
.
Df
d
[
1
][
lamomega
][
lamgamma
];
double
theMag
=
it
->
second
.
first
;
double
thePhi
=
it
->
second
.
second
;
complex
<
double
>
expiphi
(
cos
(
thePhi
),
sin
(
thePhi
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment