Skip to content
#

Molecular Dynamics

Molecular dynamics allows the atoms and molecules to interact for a fixed period of time, giving a view of the dynamic "evolution" of the system.

Here are 567 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('
freud
jgreener64
jgreener64 commented Oct 29, 2018

This issue is a roadmap for Molly.jl development. Feel free to discuss things here or submit a PR. Bear in mind that significant refactoring will probably occur as the package develops.

Low hanging fruit

Want to get involved? These issues might be the place to start:

  • Speedups to the code. Both on the level of individual functions and the overall algorithm. [Getting there]
  • Look over