forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Feature: Support machine-learning based kinetic energy density functional for OFDFT #5777
Open
sunliang98
wants to merge
73
commits into
deepmodeling:develop
Choose a base branch
from
sunliang98:ML_KEDF_merge-develop
base: develop
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
Feature: Support machine-learning based kinetic energy density functional for OFDFT #5777
sunliang98
wants to merge
73
commits into
deepmodeling:develop
from
sunliang98:ML_KEDF_merge-develop
+6,428
−42
Conversation
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
…ut variable 'pseudo_type'. Now the type of pseudopotential is assigned in STRU, not INPUT, and different type of pseudopotentials can be assigned for different elements in one calculation. Following are the supported format of STRU: Al 26.98 Al_ONCV_PBE-1.2.upf Al 26.98 Al_ONCV_PBE-1.2.upf auto Al 26.98 Al_ONCV_PBE-1.2.upf upf201 Al 26.98 Al_ONCV_PBE-1.2.upf upf201 # annotations... If no pseudo_type is assigned in STRU, the default value is 'auto', and ABACUS will recongnize the pp by itself.
… them into STRU. Add two integrate tests, `101_PW_upf201_blps_pseudopots` and `101_PW_upf201_upf100_pseudopots`, which contain two elements (Mg3Al), and different types of pseudopotentials are specified for different elements.
…into ML_KEDF_merge
…develop into ML_KEDF_merge
…into ML_KEDF_merge
mohanchen
reviewed
Dec 28, 2024
mohanchen
added
Features Needed
The features are indeed needed, and developers should have sophisticated knowledge
Compile & CICD & Docs & Dependencies
Issues related to compiling ABACUS
labels
Dec 28, 2024
…auliPotential). 2. Replace si.gga.psp used by 902_OF_KE_CPN5 with si.lda.lps.
…into ML_KEDF_merge-develop
…into ML_KEDF_merge-develop
mohanchen
reviewed
Jan 2, 2025
source/module_hamilt_pw/hamilt_ofdft/ml_tools/pauli_potential.h
Outdated
Show resolved
Hide resolved
…into ML_KEDF_merge-develop
…into ML_KEDF_merge-develop
YuLiu98
reviewed
Jan 5, 2025
…nergy contributed by local pseudopotential.
…s not considered. Delet the output of Ekinetic, since it only works for local pp.
…into ML_KEDF_merge-develop
mohanchen
reviewed
Jan 6, 2025
|
||
Data::~Data() | ||
{ | ||
delete[] load_gammanl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems dangerous to delete here without knowing where is the 'new'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…into ML_KEDF_merge-develop
…/abacus-develop into ML_KEDF_merge-develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Compile & CICD & Docs & Dependencies
Issues related to compiling ABACUS
Features Needed
The features are indeed needed, and developers should have sophisticated knowledge
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.
Reminder
Linked Issue
Fix #...
Unit Tests and/or Case Tests for my changes
What's changed?
source/module_hamilt_pw/hamilt_ofdft
.source/module_hamilt_pw/hamilt_ofdft/ml_tools
.ENABLE_MLKEDF
for CMake and Makefile to turn on the ML-based KEDF.902_OF_KE_MPN
and902_OF_KE_CPN5
.This Pr is not complete yet.
Any changes of core modules? (ignore if not applicable)