Hello everyone,
I am trying to calculate the depletion force between two arms placed in an active bath. For this, I have considered the depletion force as:
F(r, depletion) = f12(r) (forces between the two arms) + F1i(r) (forces from all the active particles in the bath).
To compute these forces, I used the following LAMMPS commands:
compute force_gg arm1_poly group/group except_arm1
and
2compute force_ft arm1_poly force/tally except_arm1
However, in both cases, I am getting a zero value, even though the depletion force should result in the arms pairing together.
Could you suggest a possible solution or point out any issues with the approach?