If you use the ScriptGenerator:
You will only do a stress optimization if you uncheck the "Constrain Lattice Vectors" box, no matter what stress error tolerance value you give.
If you set up the calculation in a script:
Whether you do a stress optimization or not, depends on if you set the parameter
to True (no stress optimization) or False (so a stress optimization).
If you don't set this keyword, the default is False, that means by default you do a stress optimization (see
http://docs.quantumwise.com/manuals/Types/OptimizeGeometry/OptimizeGeometry.html#optimizegeometry-f).
That also means you will perform a stress optimization, even if you don't explicitly give the stress error tolerance (i.e. via the
keyword). In that case the default stress tolerance of 0.1*GPa will be used.
Same with the
, here the default is 0.0*GPa, unless you specify something else.