Replies: 2 comments 3 replies
-
By looking at the figures it seems that some of the predictions are ok but
some are bad. Can you see where it performs worse? (Say, by looking at the
performance at different temperatures)
Also, I noticed that you used cp2k AIMD. Are you sure that you are printing
out the forces without thermal noises? Please confirm.
If everything above goes reasonably well, then it could be a problem of the
model and there could be several ways to improve the model performance. But
before that let's see more details of data.
You may take a look at this article for your reference:
https://www.pnas.org/doi/full/10.1073/pnas.2302468120?doi=10.1073%2Fpnas.2302468120
…On Tue, Feb 13, 2024 at 12:22 beidouamg ***@***.***> wrote:
Hello DeePMDer,
I am a DeePMD beginner and trying to train a potential capable of
capturing the dissociation of water.
To build my training set, I use metadynamics to get the structures contain
OH- and H3O+ in the water solution. I'm sure that my DFT calculations are
converged and accurate, the whole cell is neutral, the total number of
structures for training are more than 50000 and they are as diverse as
possible.
After training, I got the results as below, the fitting for energy is
somehow good, *but the fitting for force deviates from the ideal values,
especially when the forces are large*.
I am not sure if DeePMD can capture the feature of charged ions. I would
appreciate if you can point out the possible problem in my training. The
input for DeepMD training is pasted below:
{
"model": {
"type_map": ["H", "O"],
"descriptor" :{
"type": "se_e2_a",
"sel": "auto",
"rcut_smth": 0.50,
"rcut": 6.50,
"neuron": [30, 60, 120],
"resnet_dt": false,
"axis_neuron": 16,
"seed": 11300402 },
"fitting_net" : {
"type": "ener",
"neuron": [240, 240, 240, 240],
"resnet_dt": true,
"seed": 11300402 }},
"learning_rate" :{
"type": "exp",
"decay_steps": 15000,
"start_lr": 0.001,
"stop_lr": 3.51e-8 },
"loss" :{
"type" :"ener",
"start_pref_e": 0.02,
"limit_pref_e": 1000,
"start_pref_f": 1000,
"limit_pref_f": 1000,
"start_pref_v": 0,
"limit_pref_v": 0 },
"training" : {
"training_data": {
"systems": ["../training_data/230K10",
"../training_data/330K10",
"../training_data/330K11",
"../training_data/430K10",
"../training_data/530K10"],
"batch_size": "auto",
"auto_prob": "prob_sys_size" },
"validation_data":{
"systems": ["../validation_data/230K10",
"../validation_data/330K10",
"../validation_data/330K11",
"../validation_data/430K10",
"../validation_data/530K10"],
"batch_size": "auto",
"numb_btch": 1 },
"numb_steps": 3000000,
"disp_file": "lcurve.out",
"disp_freq": 100,
"save_freq": 1000,
"seed": 11300402 }
}
energy.jpg (view on web)
<https://github.com/deepmodeling/deepmd-kit/assets/51835970/8b6ac84c-c6fa-4aac-861f-fd5e9e3994e6>
force.jpg (view on web)
<https://github.com/deepmodeling/deepmd-kit/assets/51835970/26d57684-1ef5-4fc3-ab5d-9c0368820373>
—
Reply to this email directly, view it on GitHub
<#3265>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJ6DC2QQC3EEENQLHLT63DYTLTBTAVCNFSM6AAAAABDF2QAXWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGIYTEMBWGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
#2704 may help |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello DeePMDer,
I am a DeePMD beginner and trying to train a potential capable of capturing the dissociation of water.
To build my training set, I use metadynamics to get the structures contain OH- and H3O+ in the water solution. I'm sure that my DFT calculations are converged and accurate, the whole cell is neutral, the total number of structures for training are more than 50000 and they are as diverse as possible.
After training, I got the results as below, the fitting for energy is somehow good, but the fitting for force deviates from the ideal values, especially when the forces are large.
I am not sure if DeePMD can capture the feature of charged ions. I would appreciate if you can point out the possible problem in my training. The input for DeepMD training is pasted below:
{
"model": {
"type_map": ["H", "O"],
"descriptor" :{
"type": "se_e2_a",
"sel": "auto",
"rcut_smth": 0.50,
"rcut": 6.50,
"neuron": [30, 60, 120],
"resnet_dt": false,
"axis_neuron": 16,
"seed": 11300402 },
"fitting_net" : {
"type": "ener",
"neuron": [240, 240, 240, 240],
"resnet_dt": true,
"seed": 11300402 }},
}


Beta Was this translation helpful? Give feedback.
All reactions