Hello,
So with the molecule file, I found the “unknown section”, as it was the lines of comments after the script; there were some #s missing so it ruined the file.
Now, I got it to run and am getting the error message that not all per-type masses are set, but I am fairly certain I set all the masses. Below is the input script.
#Variables
#variable fname index data.UIO-66-2.ddec
#variable latparam equal
# Initialization
log log.UIO-66 append
units real
boundary p p p
atom_style full
# Dreiding Potential Info
neighbor 2.0 bin
neigh_modify every 1 delay 0 check yes
bond_style harmonic
angle_style hybrid cosine/periodic fourier
dihedral_style harmonic
pair_style lj/cut/coul/long 12.500
improper_style fourier
kspace_style ewald 1e-5
special_bonds lj/coul 0 0 1.0
dielectric 1
pair_modify tail yes mix arithmetic
read_data data.UIO-66-2.ddec extra/atom/types 12 extra/bond/types 11 extra/angle/types 19 extra/dihedral/types 6
#Adding in DMMP
#lattice fcc 0.8
#region box_DMMP block 0 41.4008 0 41.4008 0 41.4008
molecule DMMP data.dmmpMolecule offset 5 7 14 3 1
#group MyDMMP DMMP
#fix 1 all deposit 1 0 1 9123654 region box_DMMP near 2 attempt 100 mol DMMP
create_atoms 0 single 10 10 10 mol DMMP 754901 units box
mass 6 15.0345
mass 7 30.97699
mass 8 15.9994
mass 9 15.9994
mass 10 15.9994
mass 11 15.0345
mass 12 15.0345
#Simulation
velocity all create 500.0 1234
timestep 1
dump 1 all custom 100 DUMP_F.lammpstrj id mol type x y z ix iy iz
fix 2 all nve temp 500.0 500.0 100.0
fix 3 all langevin 500.0 500.0 10.0 853910
thermo 100
thermo_style custom step temp pe lx ly lz press pxx pyy pzz
run 100000
print “All done”
Sorry if I am bothering you alot, I am just really tired of hitting these brick walls and learning this program is a challenge. I greatly appreciate the help you are giving!
Thanks,
Dorian Thompson
University of Pittsburgh
Department of Chemical & Petroleum Engineering
Class of 2019