[lammps-users] Mixed mode (I + II)

Hi
I want to simulate my sample in mixed mode condition using fix deform but I can’t apply more than one fix at a time. Is there any better way to do it?
Below is my deformation code
fix 1 all nvt temp 300.0 300.0 0.1 drag 2
variable srate equal 1.0e10
variable srate1 equal “v_srate / 1.0e11”
fix 4 all deform 1 xy erate {srate1} units box remap x fix 5 all deform 1 x erate {srate1} units box remap x

Thanks

Hi
I want to simulate my sample in mixed mode condition using fix deform but I can’t apply more than one fix at a time. Is there any better way to do it?

yes. use only one fix. read the documentation!!

Thanks, I will.