I’m trying to use rerun command to do single-site calculation, namely using a different set of parameters to calculcate forces based on existed trajectory. My package is lammps/02Aug2023. But when I tried to do the rerun, it keeps giving the error Read_dump triclinic status does not match simulation.
However, I think both my simulation box and dump snapshots give triclinic box. Here is the box dimesnison in my read_data file:
-12.341150 38.501150 xlo xhi
-0.118002 47.078001 ylo yhi
0.051495 44.898503 zlo zhi
2.88992e-15 -19.172298 4.16047e-15 xy xz yz
And here is the dimension of one frame of dump snapshots:
ITEM: BOX BOUNDS pp pp pp xy xz yz
-30.9722 39.1342 2.88787e-15
-0.916262 46.2463 -19.198
0.0184216 44.8616 4.16244e-15.
And the attached are all the scripts used in my command. Please tell me my mistakes, and if there are other potential errors, please inform me as well. I really appreciate your help.
Try replacing: ITEM: BOX BOUNDS pp pp pp xy xz yz
with: ITEM: BOX BOUNDS xy xz yz
in the file am_mapping_slab2.lammpstrj. Besides that, I get unrelated errors using your input files.
Thank you for your help. This solves the problem. But I didn’t get other errors from it. Can you specify which? Also, can you please explain to me why changing “pp pp pp xy xz yz” to “xy xz yz” will solve the problem? I thought “pp” means periodic boundary.