openforcefield / openff-benchmark

Comparison benchmarks between public force fields and Open Force Field Initiative force fields
MIT License
11 stars 2 forks source link

Conformer generation and validation cleanups #19

Closed j-wags closed 3 years ago

j-wags commented 3 years ago

Questions

Remaining to-dos

Status

[1] Note to self: here's how to reproduce toolkit bug

from openforcefield.topology import Molecule
mol = Molecule.from_smiles('C=C')
mol.generate_conformers()
mol.to_file('xxx.sdf', file_format='sdf')
mol2 = Molecule.from_file('xxx.sdf')