increase python 2 - 3 compatibility

python 2 vs 3 imports
This commit is contained in:
danielque
2023-08-10 16:44:58 +02:00
parent e77a3e64b9
commit 50efb8ee82
19 changed files with 50 additions and 32 deletions

View File

@ -10,7 +10,7 @@
# Imports and external programs
from __future__ import absolute_import
from __future__ import print_function, absolute_import
from math import sqrt
oneline = "Compute LAMMPS pairwise energies"