dpgen icon indicating copy to clipboard operation
dpgen copied to clipboard

[Feature Request] GPAW implementation

Open thangckt opened this issue 2 years ago • 3 comments

Summary

Dear Developers,

I wonder if you have plan to implement GPAW?

Detailed Description

Thanks

Further Information, Files, and Links

No response

thangckt avatar Jan 07 '24 17:01 thangckt

@njzjz Can you have a little guide on how to add a new DFT calculator to dpgen? I want to try with gpaw

Thank

thangckt avatar Mar 08 '24 05:03 thangckt

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)

njzjz avatar Mar 08 '24 05:03 njzjz

hi @njzjz

Thank you for your guide.

thangckt avatar Mar 14 '24 08:03 thangckt