-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Hi,
To convert LAMMPS inputs to Gromacs inputs by using Intermol, I get this error:
File "/usr/local/lib/python3.9/site-packages/intermol/lammps/lammps_parser.py", line 529, in parse_pair_style
raise UnimplementedSetting(line, ENGINE)
intermol.exceptions.UnimplementedSetting: ['pair_style', 'hybrid', 'lj/cut/coul/long', '12.0', 'morse', '12.0'] has not yet been implemented in InterMol for LAMMPS.
I see that there are previous similar issues here, is there any progress with this error?
There is also another error for a different file, please see the last lines:
File "/usr/local/lib/python3.9/site-packages/intermol/forces/forcefunctions.py", line 139, in create_kwds_from_entries
kwds[p] = float(entries[offset+i]) * u[i]
IndexError: list index out of range
Could you comment on these errors?