Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 9420073 commit a969443
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions openforcefields/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OpenFF Force fields
"""

from openforcefields.openforcefields import get_forcefield_dirs_paths

from . import _version
Expand Down
1 change: 1 addition & 0 deletions openforcefields/openforcefields.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
files.
"""

from importlib.resources import files


Expand Down
1 change: 1 addition & 0 deletions scripts/write_opc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Water hydrogen charge from $AMBERHOME/dat/leap/lib/solvents.lib
Ion Lennard-Jones parameters from $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_opc3
"""

from pathlib import Path

import pandas
Expand Down
1 change: 1 addition & 0 deletions scripts/write_opc3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Water hydrogen charge from $AMBERHOME/dat/leap/lib/solvents.lib
Ion Lennard-Jones parameters from $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_opc3
"""

from pathlib import Path

import pandas
Expand Down
1 change: 1 addition & 0 deletions scripts/write_tip3p_fb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
https://github.com/pandegroup/tip3p-tip4p-fb/blob/master/OpenMM/tip3p-fb/tip3p-fb.xml
Ion Lennard-Jones parameters from $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_fb3
"""

from pathlib import Path

import pandas
Expand Down
1 change: 1 addition & 0 deletions scripts/write_tip4p_ew.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Write TIP3P-EW parameters into a SMIRNOFF force field. Based on
https://github.com/openmm/openmm/blob/116aed3927066b0a53eba929110d73f3daew64bd/wrappers/python/openmm/app/data/tip4pew.xml
"""

from pathlib import Path

from openff.toolkit.typing.engines.smirnoff.forcefield import ForceField
Expand Down
1 change: 1 addition & 0 deletions scripts/write_tip4p_fb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
https://github.com/pandegroup/tip3p-tip4p-fb/blob/master/OpenMM/tip4p-fb/tip4p-fb.xml
Ion Lennard-Jones parameters from $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_fb4
"""

from pathlib import Path

import pandas
Expand Down
1 change: 1 addition & 0 deletions scripts/write_tip5p.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Write TIP5P parameters into a SMIRNOFF force field. Based on
https://docs.lammps.org/Howto_tip5p.html
"""

from pathlib import Path

from openff.toolkit.typing.engines.smirnoff.forcefield import ForceField
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
openff-forcefields
"""

from setuptools import setup

import versioneer
Expand Down

0 comments on commit a969443

Please sign in to comment.