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
3ace390f
Commit
3ace390f
authored
Aug 23, 2019
by
Jacob August Davison
Browse files
removed explicit tensorflow import
parent
d53e39a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
main3b.py
View file @
3ace390f
...
...
@@ -15,6 +15,7 @@ import os, sys
#from memory_profiler import profile
import
itertools
import
random
import
tensornetwork
# user files
# sys.path.append('C:\\Users\\davison\\Research\\exact_diagonalization\\')
...
...
oop_imsrg/flow.py
View file @
3ace390f
import
tensorflow
as
tf
#
import tensorflow as tf
# tf.enable_v2_behavior()
from
tensornetwork
import
*
import
numpy
as
np
...
...
oop_imsrg/generator.py
View file @
3ace390f
import
tensorflow
as
tf
#
import tensorflow as tf
# tf.enable_v2_behavior()
from
tensornetwork
import
*
import
numpy
as
np
...
...
oop_imsrg/hamiltonian.py
View file @
3ace390f
import
numpy
as
np
import
tensorflow
as
tf
#
import tensorflow as tf
# tf.enable_v2_behavior()
from
tensornetwork
import
*
...
...
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