switch proc_grid to procgrid with backward compatibility for PyLammps

This commit is contained in:
Axel Kohlmeyer
2024-06-18 21:13:14 -04:00
parent d2ea3b1ac5
commit 19a8313578
4 changed files with 8 additions and 9 deletions

View File

@ -891,7 +891,7 @@ class lammps(object):
# set length of vector for items that are not a scalar
vec_dict = { 'boxlo':3, 'boxhi':3, 'sublo':3, 'subhi':3,
'sublo_lambda':3, 'subhi_lambda':3, 'periodicity':3,
'special_lj':4, 'special_coul':4, 'proc_grid':3 }
'special_lj':4, 'special_coul':4, 'procgrid':3 }
if name in vec_dict:
veclen = vec_dict[name]
elif name == 'respa_dt':