You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run an I-Pi simulation with LAMMPS as a client. Dataset obtained of liquid water at P = 1 bar and T = 300 K, at the PI-AIMD level. The initial input of water molecules for LAMMPS simulation taken from deepmd/examples.
Issue -- I was getting a very high number of dangerous builds and tried to reduce neighbor and neigh_modify value, but the still dangerous build is coming high. Is it normal for a dangerous build to have such high value for an I-PI simulation with Lammps as a client or there is some mistake with the methodology?
Will a dangerous build affect RDF values?
Total # of neighbors = 43060
Average neighs/atom = 224.27083
Neighbor list builds = 584746
Dangerous builds = 548086
LAMMPS Code --
# bulk water
units metal
atom_style atomic
boundary p p p
read_data water.lmp
neighbor 2 bin
neigh_modify every 10 delay 0 check yes
mass 1 16
mass 2 1
pair_style deepmd ../240_25_viral/0.02_1_v/graph.pb
pair_coeff * *
timestep 0.00048
group Oatoms type 1
group Hatoms type 2
fix 1 all ipi localhost 8080 unix reset
thermo_style custom step temp ke pe etotal press vol
thermo 100
thermo_modify format line "%d %.6e %.6e %.6e %.6e %.6e %.6e %.6e %.6e %.6e"
dump my_dump all custom 100 lw_pimd.xyz id type x y z vx vy vz
dump_modify my_dump sort id
dump my_dump2 all atom 100 lw_pimd.lammps-dump-text
compute myRDF all rdf 100 1 1 1 2 2 2
fix 2 all ave/time 100 1 100 c_myRDF[*] file lw_pimd.rdf mode vector ave running
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried to run an I-Pi simulation with LAMMPS as a client. Dataset obtained of liquid water at P = 1 bar and T = 300 K, at the PI-AIMD level. The initial input of water molecules for LAMMPS simulation taken from deepmd/examples.
Issue -- I was getting a very high number of dangerous builds and tried to reduce neighbor and neigh_modify value, but the still dangerous build is coming high. Is it normal for a dangerous build to have such high value for an I-PI simulation with Lammps as a client or there is some mistake with the methodology?
Will a dangerous build affect RDF values?
Total # of neighbors = 43060 Average neighs/atom = 224.27083 Neighbor list builds = 584746 Dangerous builds = 548086
LAMMPS Code --
I-PI Code
Beta Was this translation helpful? Give feedback.
All reactions