[lammps-users] How I can get the force value from indent process

Dear All, I am wondering how I can get the force value from indent process?
The manual said “The forces due to this fix are imposed during an energy minimization, invoked by the minimize command”
I don’t know what is the meaning of this.
Many thanks

Those are 2 Qs.

You get the force from fix indent by accessing it in thermo or in a variable
as f_name[n] where name is the fix ID and n = 1,2,3. This is discussed
several places in the manual

Read about the minimize command and how it interacts with fixes to
use fix indent during a minimization.

Steve