Python package that enables high throughput analysis of interfaces(two dimensional materials, hetero-structures, nanoparticles with and without ligands/solvents).
Line 282 changed from:
return val.comment
to
return val.comment.replace(' ','').replace('\t','')
to provide a temporary fix for the bug that creates folders with space characters in the folder name.
Line 282 changed from: return val.comment to return val.comment.replace(' ','').replace('\t','') to provide a temporary fix for the bug that creates folders with space characters in the folder name.