Abinit DFPT#1474
Open
emarazzi wants to merge 219 commits intomaterialsproject:mainfrom
Open
Conversation
…-commit-autoupdate Auto-update pre-commit hooks
Abinit workflows
Quick fix
1st round of guido's review + linting
address 2nd round Guido's review
Fix append_name rf jobs
Continuation DFPT
Sync upstream
…it_dfpt pull trunk main
update abipy and merge main
Collaborator
|
Thanks @emarazzi, @VicTrqt, and @davidwaroquiers! To make the review a bit easier, could you:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi everyone,
Together with @VicTrqt and @gpetretto, we updated and extended the previous ABINIT DFPT PR.
We went through several rounds of internal revisions.
Looking forward to your feedback.
Summary of Changes
1. Core Workflow Enhancements
New DFPT (Density Functional Perturbation Theory) Workflows:
DfptFlowMakerclass insrc/atomate2/abinit/flows/dfpt_base.pyto generate workflows for DFPT calculations.SHGFlowMakerandPhononFlowMakerclasses insrc/atomate2/abinit/flows/dfpt_core.pyto generate workflows for second-harmonic generation and phonon calculations.Updated Workflows:
RelaxFlowMakerinsrc/atomate2/abinit/flows/core.py.BandStructureMakerinsrc/atomate2/abinit/flows/core.py.2. File Handling Improvements
del_gzip_filesJob to delete and gzip files from previous jobs/flows, with configurable exclusions/inclusions, when appended at the end of a flow.3. Binary File Storage
AbinitStoredFileclass insrc/atomate2/abinit/schemas/outfiles.pyto store raw ABINIT output files (e.g.,out_DDB,out_POT,out_WFK) as binary or string data in a serializable format in the additional Store.Dependencies
abinit(for perturbation generation in CI).abipy >= 1.0.0.