Skip to content

Conversation

@Brunoo-LBC
Copy link

@Brunoo-LBC Brunoo-LBC commented Jan 23, 2024

Summary

Adding a new class LigpargenRunner for obtaining OPLSAA force field parameter and generating LAMMPS data file:

  • Generating LAMMPS data files from molecule structure using LigParGen 2.1 and BOSS 5.0.
  • Writing the structure in the LigParGen generated data file as .xyz.

Additional dependencies introduced (if any)

TODO (if any)

Data file format problem. Data files with empty sections such as 'Dihedral Coeff' can not read successfully.

Checklist

Work-in-progress pull requests are encouraged. Please put [WIP]
in the pull request title.

Before a pull request can be merged, the following items must be checked:

  • Code is in the standard Python style. The easiest way to handle this
    is to run the following in the correct sequence on your local machine. Start with running
    black on your new code. This will automatically reformat
    your code to PEP8 conventions and removes most issues. Then run
    pycodestyle, followed by
    flake8.
  • Docstrings have been added in the Google docstring format.
    Run pydocstyle on your code.
  • Type annotations are highly encouraged. Run mypy to type check your code.
  • Tests have been added for any new functionality or bug fixes.
  • All linting and tests pass.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants