Dear MBX users and developers,
I'm using MB-pol with i-Pi software for PIMD simulations.
My systems are some water clusters, and I followed the example in plugins/i-pi/examples/molecular_dynamics/gas_phase/3h2o/100K/1-nvt.
Simulating a system about 5ps with a timestep of 0.5fs, a proton transfer led to the appearance of OH- and H3O+ ions, and then the system immediately collapsed.
I think the problem should be in config.nrg.
config.nrg should no longer follow the initial configuration after the system changes.
I would appreciate it if someone could give me some suggestions.
These are my mbx.json input.
{
"Note" : "This is a cofiguration file",
"MBX" : {
"box" : [],
"twobody_cutoff" : 100.0,
"threebody_cutoff" : 4.5,
"dipole_tolerance" : 1E-8,
"dipole_max_it" : 100,
"dipole_method" : "cg",
"alpha_ewald_elec" : 0.0,
"grid_density_elec" : 2.5,
"spline_order_elec" : 6,
"alpha_ewald_disp" : 0.0,
"grid_density_disp" : 2.5,
"spline_order_disp" : 6,
"ignore_2b_poly" : [],
"ignore_3b_poly" : [],
"ttm_pairs" : []
} ,
"i-pi" : {
"port" : ,
"localhost" : " "
}
}
Thank you very much for your time.