Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Davison, Jacob
tfimsrg
Commits
1cd1f4df
Commit
1cd1f4df
authored
Sep 07, 2020
by
Jacob August Davison
Browse files
disabled some prints
parent
78c2d824
Changes
1
Hide whitespace changes
Inline
Side-by-side
oop_imsrg/generator.py
View file @
1cd1f4df
...
...
@@ -692,8 +692,8 @@ class WhiteGeneratorMP(Generator):
eta1B
[
a
,
i
]
=
result
eta1B
[
i
,
a
]
=
-
result
if
denom
<
1
:
print
(
'one body {}{},'
.
format
(
a
,
i
),
denom
)
#
if denom < 1:
#
print('one body {}{},'.format(a, i), denom)
for
a
in
particles
:
for
b
in
particles
:
...
...
@@ -707,8 +707,8 @@ class WhiteGeneratorMP(Generator):
eta2B
[
a
,
b
,
i
,
j
]
=
result
eta2B
[
i
,
j
,
a
,
b
]
=
-
result
if
denom
<
1
:
print
(
'two body {}{}{}{},'
.
format
(
a
,
b
,
i
,
j
),
denom
)
#
if denom < 1:
#
print('two body {}{}{}{},'.format(a,b,i,j), denom)
#print(eta2B[5,4,3,2])
...
...
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