Hello Rob,
Yes, you can request to have the components of the stress tensor calculated and included in the results. Here are some options you can use: StressTensorxxEnum, StressTensorxyEnum, StressTensorxzEnum, StressTensoryyEnum, StressTensoryzEnum, StressTensorzzEnum, StressMaxPrincipalEnum, DeviatoricStressxx, etc. You should request them using something like:
md.transient.requested_outputs = {'default','DeviatoricStressxx','StressTensorxx'};
Best
Helene