Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Davison, Jacob
tfimsrg
Commits
90a741e3
Commit
90a741e3
authored
Mar 11, 2021
by
Davison, Jacob
Browse files
just making sure ensemble results are consistent in branches
parent
ecc649d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
90a741e3
...
...
@@ -358,8 +358,8 @@ if __name__ == '__main__':
ref
=
0.5
*
np
.
asarray
(
refs
[
0
])
+
(
1.0
-
0.5
)
/
4.0
*
(
np
.
asarray
(
refs
[
1
])
+
np
.
asarray
(
refs
[
2
])
+
np
.
asarray
(
refs
[
3
])
+
np
.
asarray
(
refs
[
4
]))
# main(4,4, g=5, ref=[1,1,1,1,0,0,0,0])
main
(
4
,
4
,
g
=
0.5
,
pb
=
0.0
,
generator
=
'white'
)
ref
=
0.8
*
np
.
array
([
1
,
1
,
1
,
1
,
0
,
0
,
0
,
0
])
+
0.2
*
np
.
array
([
1
,
1
,
0
,
0
,
1
,
1
,
0
,
0
])
main
(
4
,
4
,
g
=
2
,
ref
=
ref
,
pb
=
0.0
,
generator
=
'white'
)
# H1B_true, H2B_true = pickle.load(open('comparison.p','rb'))
# H1B, H2B = pickle.load(open('vac_coeffs_unevolved.p', 'rb'))
...
...
Write
Preview
Markdown
is supported
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