Dear Axel:
I am very apprecited for your uesful help! Following your suggestions, I increased the skin size to 500 bin, and timestep decreased to 0.005 ps, for the nanoparticles has angular momentun, I used “sphere atom_style”, setting 60A (6nm) diameter of nanoparcticle and mass m=1.0. and the particles in a 2d lattice of hex, eventually it did work! I am very sorry to have three more questions, First, how can I insert a large amounts of particles into system randomly(not creat atoms in lattice style),Does any commands can finish it? Second, in my primary simulation, my timestep is very large probabely due to the wrong unit conversion, in the reference, the author stated as follows:" the diameter of nanoparticle is 6nm, and in Brownian dynamics simulation, we set particle diameter d=1 and measure all distances in units of d, we set timestep is 0.005 in reduced units of d(m/KT)^(1/2) with m=1." if the temperature is 300K, how can I make unit conversion of “metal units” in this case? Third, you said “the tabulation seems to be more suitable for nanoparticles in solution(where they rarely will come close or move as fast relative to their diameter).” ,is it means that my table potential is better than lj potential in the case of nanoparticles in solution? but my table file is absent in the range of 60A-66A! and do not have stronger repulsion as lj .Do you think if it will make a big difference due to the absence of a short potential range? looking forward to your reply, thank you very much!
the latest input file is as follows, and the table file remains unchanged.
------------------------ INITIALIZATION ----------------------------
units metal
atom_style sphere
dimension 2
boundary p p p
neighbor 500.0 bin
neigh_modify every 1 delay 3 check yes
variable latparam equal 75
----------------------- Colloids DEFINITION ----------------------------
lattice hex {latparam}
region box block 0 50 0 50 0 1
create_box 1 box
lattice hex {latparam} orient x 1 0 0 orient y 0 1 0
create_atoms 1 box
set type 1 mass 1.0
set type 1 diameter 60.0
velocity all create 1.0 482748 dist uniform
------------------------ FORCE FIELDS ------------------------------
pair_style table linear 9001
pair_coeff * * NPaticle.table NPs_NPs 120
#pair_write 1 1 18001 r 50.0 120.0 table1_6.c NPs_NPs
EQUILIBRATION
minimize 1.0e-12 1.0e-12 100 1000
compute mytemp all temp
compute 1 all gyration
timestep 0.005
fix 1 all langevin 300.0 300.0 100.0 12345
fix 2 all nve/sphere
dump 1 all atom 500 dump.lammpstrj
thermo_style custom step c_mytemp c_1 epair etotal press
thermo 500
run 20000
best wishes
Xuepeng liu