[New Feature]A Wannier90 interface for ABACUS: abacusw90#7248
Open
ZhouXY-PKU wants to merge 14 commits intodevelopfrom
Open
[New Feature]A Wannier90 interface for ABACUS: abacusw90#7248ZhouXY-PKU wants to merge 14 commits intodevelopfrom
ZhouXY-PKU wants to merge 14 commits intodevelopfrom
Conversation
Implement core interface class for ABACUS-Wannier90 workflow, including methods for setting parameters, preparing files, and executing the workflow.
This README provides an overview of the ABACUS Wannier90 interface, detailing features, installation instructions, a quick start guide, and workflow steps.
Updated script documentation for clarity and added details on post-processing checks.
This script demonstrates the use of LCAO basis with Gamma-only settings for ABACUS Wannier90, including structure definition and parameter settings.
| Input/Output utilities for ABACUS and Wannier90 files. | ||
| """ | ||
|
|
||
| import numpy as np |
| """ | ||
|
|
||
| import numpy as np | ||
| from pathlib import Path |
|
|
||
| import numpy as np | ||
| from pathlib import Path | ||
| from typing import List, Dict, Optional |
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.
Unit Tests and/or Case Tests for my changes
Any changes of core modules? (ignore if not applicable)
Please refer to README.md of abacusw90