Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LigpargenRunner #24

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Add LigpargenRunner #24

wants to merge 25 commits into from

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.

None yet

2 participants