Problem in running the example zundel #26
-
|
When I change input the element O to C for test ,CP2K is ok to run. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
The label property "pred*" refers to properties calculated during prediction, therefore the problem likely came up during the prediction of either training or remaining candidate structures with N2P2. Furthermore: For each iteration the calculations are saved in directories named |
Beta Was this translation helpful? Give feedback.
The label property "pred*" refers to properties calculated during prediction, therefore the problem likely came up during the prediction of either training or remaining candidate structures with N2P2.
In this case the prediction failed because the structures in the zundel example contain only hydrogen and oxygen atoms. When you replace oxygen with carbon in your input file without changing the structures, N2P2 will fail because it can't find any carbon (and doesn't know what to do with the oxygen). I'm actually a bit surprised that the error didn't already occur earlier during training. If you want to make such a change, you will have to make the changes consistently throughout the exampl…