I have an additional question regarding the MBX fix command for a graphene oxide (GO)/water slab system in LAMMPS.
For the graphene/water slab system, the atom IDs were assigned as GRA(1:C) Water(2:O 3:H), and the external charge was specified as:
fix fxmbx all mbx 2 dp1 1 1 1 1 h2o 2 3 3 2 3 3 json mbx.json
For a GO system with atom IDs GO(1:C 2:O 3:H) Water(4:O 5:H), which of the following MBX fix commands is correct?
(1) fix fxmbx all mbx 2 dp1 1 3 1 1 h2o 4 5 3 4 5 5 json mbx.json
(2) fix fxmbx all mbx 2 dp1 1 3 3 1 2 3 h2o 4 5 3 4 5 5 json mbx.json
Could you clarify which one accurately reflects the atom types and their interactions for the GO/water system?
Best,