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

Update ParmEd converter for new components #45

Merged
merged 16 commits into from
Nov 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
LINT: Flake8
  • Loading branch information
mattwthompson committed Nov 12, 2020
commit 3a0bb8140f73e57efd44f4e810fcfe3b7dc1ac35
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import numpy as np
import parmed as pmd
import pytest
from intermol.gromacs import energies as gmx_energy
from openforcefield.topology import Molecule, Topology
from pkg_resources import resource_filename
from simtk import unit as omm_unit

from openff.system.components.system import System
from openff.system.stubs import ForceField
from openff.system.utils import simtk_to_pint

Expand Down