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
deeea9f0
Commit
deeea9f0
authored
Sep 06, 2019
by
Jacob Davison
Browse files
container module for testing IMSRG(2)
parent
35659c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
oop_imsrg/tests2B.py
View file @
deeea9f0
...
...
@@ -150,7 +150,7 @@ def test_exact(plots_dir, main):
data
=
main
(
4
,
4
,
d
=
1.0
,
g
=
g
,
pb
=
0.0
)
E_vals
=
data
[
7
]
E_corr
=
E_vals
[
-
1
]
E_exact
=
exact_diagonalization
(
1.0
,
g
)
E_exact
=
ci_matrix
.
exact_diagonalization
(
1.0
,
g
)
E_corrs
.
append
(
E_corr
-
(
2
-
g
))
E_exacts
.
append
(
E_exact
-
(
2
-
g
))
...
...
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