paduagroup/clandpol

Input file problem

Closed this issue · 3 comments

@agiliopadua

Traceback (most recent call last):
File "polarizer.py", line 1243, in
main()
File "polarizer.py", line 1237, in main
data.lmpscript(drude, args.outdfile, args.thole, args.cutoff)
File "polarizer.py", line 617, in lmpscript
with open(inpstack, 'x') as f:
ValueError: mode string must begin with one of 'r', 'w', 'a' or 'U', not 'x'

I will fix it.

@agiliopadua It works only with python3.