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 from_mbuild function #1109

Open
mikemhenry opened this issue Nov 15, 2024 · 1 comment
Open

add from_mbuild function #1109

mikemhenry opened this issue Nov 15, 2024 · 1 comment
Labels
needs-info Needs more information from user(s)

Comments

@mikemhenry
Copy link
Contributor

Description

mBuild has some nice lattice building tooling that would be nice to use with interchange.

@mattwthompson
Copy link
Member

Part of this exists here (Foyer ingesting OpenFF topologies): https://github.com/mosdef-hub/foyer/blob/9c564385fb2106229a406173ec276bcdbd15ee61/foyer/topology_graph.py#L166

Implementing this without a force field would look like:

def _simple_topology_from_openmm(openmm_topology: "openmm.app.Topology") -> Topology:

@mattwthompson mattwthompson added the needs-info Needs more information from user(s) label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info Needs more information from user(s)
Projects
None yet
Development

No branches or pull requests

2 participants