-
Hello, The goal is to reproduce this graph-- Dataset I am using examples/water/se_e2_a I think I need to change only the argument of pair_style. But I don't know what should I put. Please help in resolving this issue LAMMPS Code ---- timestep 0.0005 group Oatoms type 1 fix 1 all npt temp 300 300 0.05 iso 1.0 1.0 0.5 thermo_style custom step temp ke pe etotal press vol dump my_dump all custom 100 h2o.xyz id type x y z vx vy vz compute myRDF all rdf 100 1 1 1 2 2 2 compute msd_O Oatoms msd run 100000 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can refer to the existing codes about calculating RDF, such as VMD and MDAnalysis. |
Beta Was this translation helpful? Give feedback.
-
We can create RDF directly using deepmd binary data using following code.-- |
Beta Was this translation helpful? Give feedback.
We can create RDF directly using deepmd binary data using following code.--
Link - https://github.com/deepmodeling/dpdata/blob/master/dpdata/md/rdf.py