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
d5301f87
Commit
d5301f87
authored
Jul 20, 2020
by
Jacob August Davison
Browse files
added how to import code package
parent
0bec8599
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d5301f87
...
...
@@ -5,6 +5,13 @@ The purpose of this code is to write the IM-SRG flow solution for the pairing mo
We solve the IMSRG flow in two architectures; 1) pure TensorFlow and 2) TensorNetwork, a library that uses TensorFlow as a backend.
#### HOW TO IMPORT PACKAGE:
For practical use, include these lines at the top of your Python code:
`sys.path.append('../im-srg_tensorflow/')
`
from main import main
`
#### FILES:
* `
testing_tensorflow_v2.ipynb
`: main notebook for TensorFlow implementation
* `
IMSRG_tensornetwork.ipynb
`: main notebook for TensorNetwork implementation
...
...
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