-
Notifications
You must be signed in to change notification settings - Fork 7
Enable total energy extractor from ABACUS output #20
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
Open
AsymmetryChou
wants to merge
42
commits into
deepmodeling:main
Choose a base branch
from
AsymmetryChou:etot_add
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
e3a3d08
update get_basis
AsymmetryChou ef97257
update get_structure
AsymmetryChou 36e9430
update check_siesta.ipynb
AsymmetryChou d09c362
update check_siesta.ipynb
AsymmetryChou 5dba3e2
Merge branch 'main' into io_siesta
AsymmetryChou 8087e74
feat( SIESTA parser): enhance find_content method and implement get_e…
AsymmetryChou 39d4144
fix(README): update SIESTA support status to include eigenvalues
AsymmetryChou c89819d
feat(siesta_parser): add k-points unit conversion and improve eigenva…
AsymmetryChou 413a430
feat(test): add test data for SIESTA
AsymmetryChou 5fc959d
update try_siesta.ipynb
AsymmetryChou 309502b
fix(try_siesta): update notebook
AsymmetryChou a67cbca
set find_content as staticmethod
AsymmetryChou a2cff97
feature(siesta_parse): add unittest
AsymmetryChou 092c7fb
Add unit test for parsing Siesta output data
AsymmetryChou 1ec76f2
add PROJECT_ROOT to enforce pytest the local code ./dftio
AsymmetryChou 250210d
add DM file
AsymmetryChou 2b937d8
add PROJECT_root and test for DM
AsymmetryChou b95f5fd
update try_siesta.ipynb
AsymmetryChou 36571a9
增强SiestaParser以支持多个文件搜索和错误处理,改进LatticeVectors和.band解析
AsymmetryChou 5373c0e
更新SiestaParser以扩展跳过文件格式的列表,增加对'ion'和'psdump'格式的支持
AsymmetryChou 0d5f02d
更新SiestaParser以改进警告信息,明确未找到目标字符串时使用SIESTA默认值
AsymmetryChou 8f0264f
增强SiestaParser以检查SIESTA输入文件中WriteKbands设置,确保其为true以提取k点和特征值
AsymmetryChou 235f8b6
增强SiestaParser findcontent函数以支持不区分大小写的字符串搜索
AsymmetryChou eaeba14
增强SiestaParser以支持不区分大小写的字符串搜索,并改进WriteKbands设置检查
AsymmetryChou 5835a1a
增强SiestaParser以检查SIESTA输入文件中的WriteKbands设置,并确保SystemLabel被定义
AsymmetryChou e5ea14b
Add support for isolated system's enegy level plot in Bandplot
AsymmetryChou 8c81a6e
Merge branch 'main' into io_siesta
AsymmetryChou b0b05d1
更新 .gitignore,添加测试文件和示例文件的忽略规则
AsymmetryChou 6d79f49
add total energy extractor and its unittest (to do: check func in `md…
AsymmetryChou 1dbac38
rename abacus as abacus_scf
AsymmetryChou c777c64
add abacus_md test data
AsymmetryChou b73b5b6
update test_abacus_energy.py with accuracy float64 and correct path
AsymmetryChou ce32e8b
add abacus_relax test data
AsymmetryChou 5311322
将能量返回类型从 float32 更改为 float64,以提高精度
AsymmetryChou a8eecfb
更新 AbacusParser 以支持 MD 和 RELAX 模式下的能量提取,并添加相应的测试用例
AsymmetryChou ac56166
在能量提取函数中添加关于 ABACUS 版本 3.9.0 的验证说明
AsymmetryChou 9b74469
remove un-necessary nframe and change _extract_energy_from_log as sta…
AsymmetryChou 7e5e07e
change total_energy.npy as .dat format
AsymmetryChou 1ac08b0
添加对未收敛帧的支持,包括在能量提取和写入过程中记录未收敛帧的索引
AsymmetryChou d5573f7
更新 AbacusParser 文档,详细说明能量提取返回值和未收敛帧的处理逻辑
AsymmetryChou dd216ce
Refactor: add _get_output_dir for general case
AsymmetryChou 8852590
replace subprocee with os.system for safer operation
AsymmetryChou 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
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.