forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue to move the deepks output files into the OUT folder (#4924)
* change the output dir of dm_eig.npy * add doc for output dir of deepks files * change the output file of v_delta_precalc, psialpha and gevdm * Revert "add doc for output dir of deepks files" This reverts commit 86113ba. * add doc
- Loading branch information
1 parent
4318ae0
commit fddcdda
Showing
12 changed files
with
38 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import numpy | ||
a=numpy.load('dm_eig.npy') | ||
a=numpy.load('OUT.autotest/deepks_dm_eig.npy') | ||
b=numpy.load('OUT.autotest/deepks_etot.npy') | ||
c=numpy.load('OUT.autotest/deepks_ebase.npy') | ||
print(numpy.sum(numpy.absolute(a))+numpy.sum(b)+numpy.sum(c)) |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import numpy | ||
a=numpy.load('dm_eig.npy') | ||
a=numpy.load('OUT.autotest/deepks_dm_eig.npy') | ||
b=numpy.load('OUT.autotest/deepks_etot.npy') | ||
c=numpy.load('OUT.autotest/deepks_ebase.npy') | ||
print(numpy.sum(numpy.absolute(a))+numpy.sum(b)+numpy.sum(c)) |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import numpy | ||
a=numpy.load('dm_eig.npy') | ||
a=numpy.load('OUT.autotest/deepks_dm_eig.npy') | ||
b=numpy.load('OUT.autotest/deepks_etot.npy') | ||
c=numpy.load('OUT.autotest/deepks_ebase.npy') | ||
print(numpy.sum(numpy.absolute(a))+numpy.sum(b)+numpy.sum(c)) |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import numpy | ||
a=numpy.load('dm_eig.npy') | ||
a=numpy.load('OUT.autotest/deepks_dm_eig.npy') | ||
b=numpy.load('OUT.autotest/deepks_etot.npy') | ||
c=numpy.load('OUT.autotest/deepks_ebase.npy') | ||
print(numpy.sum(numpy.absolute(a))+numpy.sum(b)+numpy.sum(c)) |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import numpy | ||
a=numpy.load('dm_eig.npy') | ||
a=numpy.load('OUT.autotest/deepks_dm_eig.npy') | ||
b=numpy.load('OUT.autotest/deepks_etot.npy') | ||
c=numpy.load('OUT.autotest/deepks_ebase.npy') | ||
print(numpy.sum(numpy.absolute(a))+numpy.sum(b)+numpy.sum(c)) |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import numpy | ||
a=numpy.load('dm_eig.npy') | ||
a=numpy.load('OUT.autotest/deepks_dm_eig.npy') | ||
b=numpy.load('OUT.autotest/deepks_etot.npy') | ||
c=numpy.load('OUT.autotest/deepks_ebase.npy') | ||
print(numpy.sum(numpy.absolute(a))+numpy.sum(b)+numpy.sum(c)) |
This file contains 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