Skip to content
#

openmm

Here are 45 public repositories matching this topic...

mattwthompson
mattwthompson commented Oct 7, 2020

Is your feature request related to a problem? Please describe.
Some, likely many, I/O operations work on path strings but not pathlib.Path objects.

>>> from openforcefield.topology import Molecule
>>> from pathlib import Path
>>> Molecule.from_file('mol.sdf', file_format='sdf')
Molecule with name '' and SMILES '[H]C([H])([H])C([H])([H])O[H]'
>>> Molecule.from_file(Path('

Improve this page

Add a description, image, and links to the openmm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openmm topic, visit your repo's landing page and select "manage topics."

Learn more