2020-11-18 Benchmarking for Industry Partners - Development Meeting notes
Date
Nov 18, 2020
Participants
@David Dotson
@David Hahn
@Joshua Horton
@Jeffrey Wagner
Goals
Updates from project team members
Identify and address development issues encountered
Identify and address project risks
Discussion topics
Item | Notes |
---|---|
Progress updates |
|
JW: Code snippet for handling SD data in OpenFF mols: from openforcefield.topology import Molecule
offmol = Molecule.from_smiles('CCO')
offmol.generate_conformers()
offmol.properties['groupID'] = 'OpenFF'
offmol.to_file('test.sdf', file_format='sdf')
 (off-dev) jeffreywagner@JW-MBP$ cat test.sdf
These last two lines are the result of the | |
Risks |
|