mwistey
Results
1
issues of
mwistey
Thanks for the python interface! In procar.py, I would suggest replacing this: regex = re.compile( 'k-point\s+(\d+)\s*:\s+([- ][01].\d{8})([- ][01].\d{8})([- ][01].\d{8})\s+weight = ([01].\d+)' ) ...with this... regex = re.compile( 'k-point\s+(\d+)\s*:\s+([- ][01].\d+)([- ][01].\d+)([-...