Hi,
I have a problem to combine dihedral_style and improper_style for both MOF and guest molecule. I want to calculate the mean square displacement for 1-phenylamine in UMCM-1. However, the bond style, angle style, dihedral style, and improper style for MOF generated by lammps-interface is different with 1-phenylamine generated by LigParGen (OPLS-AA force field).
Input file for MOF:
units real
atom_style full
boundary p p p
pair_style lj/cut/coul/long 12.500
bond_style harmonic
angle_style hybrid fourier cosine/periodic
dihedral_style harmonic
improper_style fourier
kspace_style ewald 0.000001
special_bonds lj/coul 0.0 0.0 1.0
dielectric 1.0
pair_modify tail yes mix arithmetic
box tilt large
read_data data.UMCM1
Input file for 1-phenyamine by Ligpargen server:
units real
atom_style full
dimension 3
boundary p p p
pair_style lj/cut/coul/cut 20.0 20.0
pair_modify mix geometric
bond_style harmonic
angle_style harmonic
dihedral_style opls
improper_style cvff
special_bonds lj/coul 0.0 0.0 0.5
read_data 1phenylamine.lmp
They have different angle_style, dihedral_style, and improper_style. How can I combine my guest molecule and MOF to simulate the MSD with different angle, dihedral, and improper styles?
Thanks