Skip to content
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

Add UpfData input namespace #194

Merged
merged 13 commits into from
Jan 30, 2025
Merged

Add UpfData input namespace #194

merged 13 commits into from
Jan 30, 2025

Conversation

yakutovicha
Copy link
Contributor

@yakutovicha yakutovicha commented Aug 24, 2023

port of #195

@yakutovicha yakutovicha force-pushed the feature/add-upfdata-input branch from d3b58cb to 154825b Compare August 28, 2023 14:09
- Add aiida-pseudo dependency.
- Install SSSP/1.3/PBE/efficiency pseudo using aiida-sssp
- Add an example run
@yakutovicha yakutovicha merged commit 4354b0a into main Jan 30, 2025
4 checks passed
@yakutovicha yakutovicha deleted the feature/add-upfdata-input branch January 30, 2025 16:21
@@ -316,6 +327,12 @@ def prepare_for_submission(self, folder):
)
write_pseudos(inp, self.inputs.pseudos, folder)

if "pseudos_upf" in self.inputs:
for atom_kind, pseudo in self.inputs.pseudos_upf.items():
pseudo_dict = upf_to_json(pseudo.get_content(), atom_kind)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, since cp2k/cp2k#3651 CP2K+SIRIUS can read UPF potentials directly.

conftest.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants