Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
090d2479
Commit
090d2479
authored
Mar 20, 2017
by
Matthieu Schaller
Browse files
Typo in multipole generating code
parent
cc4a3c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
theory/Multipoles/multipoles.py
View file @
090d2479
...
...
@@ -158,7 +158,7 @@ for i in range(order+1):
for
j
in
range
(
order
+
1
):
for
k
in
range
(
order
+
1
):
if
i
+
j
+
k
==
order
:
print
"m_a->
.
M_%d%d%d = m_b->M_%d%d%d"
%
(
i
,
j
,
k
,
i
,
j
,
k
),
print
"m_a->M_%d%d%d = m_b->M_%d%d%d"
%
(
i
,
j
,
k
,
i
,
j
,
k
),
for
ii
in
range
(
order
+
1
):
for
jj
in
range
(
order
+
1
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment