Replies: 1 comment 15 replies
-
What I see from the code is that the init_surf generates a lot of structures but doesn't calculate the DFT energy. Does the dpgen do the DFT calculation in another process? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
DPGEN Version and Platform
Job submission and computing cluster configuration
Details
In the dpgen manual, there are only two steps for the dpgen init_surf:
_**Basically init_surf can be devided into two parts , denoted as stages in PARAM:
For the first step, the software generates some initial surfaces with a vacuum and calculates their energy with DFT method. Then the second step will give perturbation and scale to the initial structure generated in the first step, so are there any DFT calculations for the new structures generated in the second step? I don't find any DFT calculation yet in my test. For the dpgen init_bulk, I know there will be AIMD calculations for the structures generated in the second step which is step 3. However, there is no step 3 in init_surf.
Beta Was this translation helpful? Give feedback.
All reactions