-
Notifications
You must be signed in to change notification settings - Fork 580
Refactor property fitting interface #4471
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
wanghan-iapcm
merged 97 commits into
deepmodeling:devel
from
Chengqian-Zhang:refactor_property
Dec 25, 2024
Merged
Changes from 94 commits
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
4a69e22
change property.npy to any name
Chengqian-Zhang 157f70c
Init branch
Chengqian-Zhang 6172dc4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0608e17
Merge branch 'devel' into refactor_property
Chengqian-Zhang 4c2033f
change | to Union
Chengqian-Zhang ac5fa5c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 69803d6
change sub_var_name default to []
Chengqian-Zhang 1fcf82c
Solve pre-commit
Chengqian-Zhang 5be3457
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9637b6a
solve scanning github
Chengqian-Zhang 5ce6d31
fix UT
Chengqian-Zhang 5a3bf94
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 13e1911
delete useless file
Chengqian-Zhang ff4650e
Solve some UT
Chengqian-Zhang 9637390
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4edf26f
Solve precommit
Chengqian-Zhang 4d35df2
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 7f09038
slove pre
Chengqian-Zhang 32e6deb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8fec403
Solve dptest UT, dpatomicmodel UT, code scannisang
Chengqian-Zhang ba54bcc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b52065c
delete param and
Chengqian-Zhang c0f09e6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2566b2e
Solve UT fail caused by task_dim and property_name
Chengqian-Zhang 3af4970
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang b1e834a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e33d6e6
Fix UT
Chengqian-Zhang 5e1e892
Solve conflict
Chengqian-Zhang cdd4e18
Fix UT
Chengqian-Zhang 86f6744
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d75ea7a
Fix UT
Chengqian-Zhang 0dbd2b4
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 1cc5c37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 44fa4d6
Fix permutation error
Chengqian-Zhang 3249891
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 8e9bbc5
Add property bias UT
Chengqian-Zhang 1b8d92f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c83d91e
recover rcond doc
Chengqian-Zhang 63cec86
recover blank
Chengqian-Zhang 99df857
Change code according according to coderabbitai
Chengqian-Zhang 4155294
solve pre-commit
Chengqian-Zhang a1a6583
Fix UT
Chengqian-Zhang 2859f02
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5d3c50b
change apply_bias doc
Chengqian-Zhang 1094032
update the version compatibility
Chengqian-Zhang c9b7ab4
Merge branch 'devel' into refactor_property
Chengqian-Zhang 15eb6d0
delete sub_var_name
Chengqian-Zhang dbf394c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fd42d53
recover to property key
Chengqian-Zhang e48eb8b
Solve conflict
Chengqian-Zhang 5036545
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a125d38
Fix conflict
Chengqian-Zhang bff3378
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 85f9166
Merge branch 'devel' into refactor_property
Chengqian-Zhang d384f62
Fix UT
Chengqian-Zhang d43da75
Add document of property fitting
Chengqian-Zhang f4aeeaf
Delete checkpoint
Chengqian-Zhang 4613425
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f07f1b2
Add get_property_name to DeepEvalBackend
Chengqian-Zhang 120d9d8
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 2dc6486
Merge branch 'devel' into refactor_property
Chengqian-Zhang 1d2d866
change doc to py
Chengqian-Zhang a50d363
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 2e18007
Add out_bias out_std doc
Chengqian-Zhang 4ff2a23
Merge branch 'devel' into refactor_property
Chengqian-Zhang eff7eb1
change bias method to compute_stats_do_not_distinguish_types
Chengqian-Zhang c9e47a3
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang 28ef352
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e74a6ac
change var_name to property_name
Chengqian-Zhang 6615837
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a88a655
change logic of extensive bias
Chengqian-Zhang d10a4ba
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9219ee1
add doc for neww added parameter
Chengqian-Zhang 35bb6a7
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang ec3369d
change doc for compute_stats_do_not_distinguish_types
Chengqian-Zhang ed59869
try to fix dptest
Chengqian-Zhang 15846fd
change all property to property_name
Chengqian-Zhang 34cc7ce
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a1d2608
Fix UT
Chengqian-Zhang c70a887
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c3f82aa
Delete key 'property' completely
Chengqian-Zhang a392718
Solve conflict
Chengqian-Zhang 9bf75cb
Fix UT
Chengqian-Zhang 6e428a7
Fix dptest UT
Chengqian-Zhang 14a9a89
Merge branch 'devel' into refactor_property
Chengqian-Zhang f963383
Merge branch 'devel' into refactor_property
Chengqian-Zhang 9e09892
Delete attribute
Chengqian-Zhang d097bfa
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang f7cf9e1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f9d1b55
Solve comment
Chengqian-Zhang 9ae4dfd
Merge branch 'refactor_property' of github.com:Chengqian-Zhang/deepmd…
Chengqian-Zhang ce24784
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 211ec00
Solve error
Chengqian-Zhang 42cfe99
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b473b6a
delete property_name in serialize
Chengqian-Zhang af8789f
Update train-fitting-property.md
Chengqian-Zhang 6638ba6
Update train-fitting-property.md
Chengqian-Zhang 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
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.
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.