Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
GitLab will be unavailable Saturday, August 20, 2022, 7:00 - 8:00 pm, during planned maintenance.
Open sidebar
Davison, Jacob
tfimsrg
Commits
a7fe7a02
Commit
a7fe7a02
authored
Aug 22, 2019
by
Jacob Davison
Browse files
fixed line
parent
76f03bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
a7fe7a02
...
@@ -184,8 +184,7 @@ def main(n_holes, n_particles, ref=None, d=1.0, g=0.5, pb=0.0):
...
@@ -184,8 +184,7 @@ def main(n_holes, n_particles, ref=None, d=1.0, g=0.5, pb=0.0):
# if iters % 1000 == 0:
# if iters % 1000 == 0:
# print('Iteration {:>06d}'.format(iters))
# print('Iteration {:>06d}'.format(iters))
# flow
flowf
=
time
.
time
()
f
=
time
.
time
()
end
=
time
.
time
()
end
=
time
.
time
()
time_str
=
"{:2.5f}
\n
"
.
format
(
end
-
start
)
time_str
=
"{:2.5f}
\n
"
.
format
(
end
-
start
)
print
(
"IM-SRG(2) converged in {:2.5f} seconds"
.
format
(
flowf
-
flowi
))
print
(
"IM-SRG(2) converged in {:2.5f} seconds"
.
format
(
flowf
-
flowi
))
...
...
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