Skip to content

LAMMPS to Gromacs conversion errors #392

Description

@MM2023-1401

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions