paduagroup / clandpol

Polarisable force field for ionic liquids
10 stars 17 forks source link

Added tgnpt to examples and doc, plus some cosmetics #6

Closed agiliopadua closed 3 years ago

kateryna-goloviznina commented 3 years ago

File "polarizer.py", line 665 SyntaxError: Non-ASCII character '\xc3' in file polarizer.py on line 665, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

line 665 print("# temperature-grouped multiple Nosé-Hoover thermostats and barostat")

Error observed only for python2; python3 works fine.

Encoding specification is required line 2 # -*- coding: iso-8859-15 -*-