|
LAMMPS_MINIMIZE_VOLUME = "fix ensemble all box/relax iso 0.0" |
As this page states, iso 0 means the sum of the diagonal components of the pressure tensor becomes zero, while aniso 0 means each of the diagonal components must become zero. Is iso 0 really what we want?
atomistics/src/atomistics/calculators/lammps/commands.py
Line 17 in c548214
As this page states,
iso 0means the sum of the diagonal components of the pressure tensor becomes zero, whileaniso 0means each of the diagonal components must become zero. Isiso 0really what we want?