Skip to content
#

amber

Here are 65 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('

Longbow is a tool for automating simulations on a remote HPC machine. Longbow is designed to mimic the normal way an application is run locally but allows simulations to be sent to powerful machines.

  • Updated Jan 13, 2020
  • Python

Improve this page

Add a description, image, and links to the amber 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 amber topic, visit your repo's landing page and select "manage topics."

Learn more