Closed unkcpz closed 10 months ago
Attention: 25 lines
in your changes are missing coverage. Please review.
Comparison is base (
8dd0f06
) 82.45% compared to head (b9d6601
) 80.05%.
Files | Patch % | Lines |
---|---|---|
src/file/upf2.jl | 91.74% | 18 Missing :warning: |
src/file/upf.jl | 73.33% | 4 Missing :warning: |
src/save.jl | 50.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Really cool, thanks, Jason! I'll look this over tomorrow; hopefully we can get it merged soon.
Thanks again for the great work! You've inspired me a bit to give a crack at the O
part of the package.
I just made a draft PR #13 that I'll merge after this is done.
There, I've implemented UPF <--> PSP8 conversion for non-relativistic pseudos and a writer for PSP8. This should make it possible to convert UPF files to PSP8 files (on disk) and back (the conversion process is a bit lossy, but all the important parts are retained).
I just made a draft PR https://github.com/azadoks/PseudoPotentialIO.jl/pull/13 that I'll merge after this is done. There, I've implemented UPF <--> PSP8 conversion for non-relativistic pseudos and a writer for PSP8.
Super cool, and fast! I worked on this PR because I want to do trim on the UPF as you guys did in the ACWF paper which is a small goal, then I went to the ambition to exactly you did for the converter between upf <-> psp8 but give up on some details.
Could you ping me to have a look at your PR before merging? I am looking forward to learning more details.
No idea how to fix failed nightly tests. It is ready for another look.
@azadoks thanks a lot for such a nice tool. In this PR I try to add the "O" part of this IO package to upf2 format.