dpgen
dpgen copied to clipboard
[Feature Request] GPAW implementation
Summary
Dear Developers,
I wonder if you have plan to implement GPAW?
Detailed Description
Thanks
Further Information, Files, and Links
No response
@njzjz Can you have a little guide on how to add a new DFT calculator to dpgen? I want to try with gpaw
Thank
First, add the input/output format to dpdata. Examples are:
- https://github.com/deepmodeling/dpdata/pull/597
- https://github.com/deepmodeling/dpdata/pull/564
- https://github.com/deepmodeling/dpdata/pull/511
- https://github.com/deepmodeling/dpdata/pull/457
Then you may do a similar work to https://github.com/deepmodeling/dpgen/pull/1244. (Or perhaps you may find #1244 is enough)
hi @njzjz
Thank you for your guide.