-
Notifications
You must be signed in to change notification settings - Fork 599
make deep tensor deriv again #805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
18816b9
fix build bug with cuda 11
y1xiaoc 9cfd68e
git ignore files generated during build
y1xiaoc 2559b16
global, force, virial for tensor model in python
y1xiaoc b7e88c4
speed up reverse_map in deep_eval
y1xiaoc 6941126
add atom_virial in tensor model; handle suffix
y1xiaoc 731d160
support tensor force and virial in python infer
y1xiaoc 58b69d2
update gitignore to exclude c++ test builds
y1xiaoc 17fda2a
add a new dipole unit test to reveal the cpp bug
y1xiaoc b67f7b2
fix the c++ deeptensor sorting bug (I assume)
y1xiaoc c3c1481
change graph output tensor to rank 2
y1xiaoc 2f513da
fix the missing semicolon
y1xiaoc 39f404a
implement c++ tensor force and virial bug have a bug with nlist
y1xiaoc 1ad33f9
fix some other bugs, but the nlist on remains
y1xiaoc c4980e8
add finite difference for tensor py infer test
y1xiaoc 136609a
fix the nlist bug!
y1xiaoc f1853cc
add unittests for c++ deeppolar force
y1xiaoc 7eb73a3
skip new tests if tf version is too low
y1xiaoc cb4b748
update .gitignore
y1xiaoc 1006b03
add print summary for deep tensor
y1xiaoc a051b96
fix tab alignment for new functions
y1xiaoc 7102d2a
reorganize overloads, refine finite difference
y1xiaoc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,3 +29,5 @@ _templates | |
| API_CC | ||
| dp/ | ||
| build_lammps/ | ||
| build_tests/ | ||
| build_cc_tests | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| op/_*.py | ||
| pkg_config | ||
| !op/__init__.py | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.