pwtools.parse.PwSCFOutputFile.raw_return¶
- PwSCFOutputFile.raw_return(attr_name)¶
Call
try_set_attr(_<attr_name>_raw)and return it if set, else None. This is faster but the same the same asraw_slice_get(<attr_name>, sl=slice(None), axis=0)or axis=1 or any other valid axis.