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

cp2k_pdos.py on ldos files #3

Open
alinelena opened this issue Aug 17, 2020 · 2 comments
Open

cp2k_pdos.py on ldos files #3

alinelena opened this issue Aug 17, 2020 · 2 comments

Comments

@alinelena
Copy link

Hi,

I try to use cp2k_pdos .py to process a file that comes from

relevant input in the cp2k input file

     &PRINT
         &pdos
            nlumo -1
            components .true.
            &ldos
                components .true.
                list 13, 129, 159, 160, 224, 251, 257, 367, 377, 726
            &end
         &end
     &END PRINT

of course the produced file fails on cp2k_pdos.py

I understand why it fails. and I can patch it to read the file but my question: are there any pitfalls that I shall have in mind on using this on a subgroup of atoms, rather than the full system?

Regards,
Alin

@dev-zero
Copy link
Owner

From a script perspective: not that I could think of. But also from the CP2K-side should everything work as expected (especially since it's in the postprocessing part).
cp2k_pdos.py is the only tool I haven't migrated yet to https://github.com/cp2k/cp2k-output-tools

@alinelena
Copy link
Author

Great! I wanted to be sure I missed nothing.

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

No branches or pull requests

2 participants