2021-05-19 Wagner/Mitchell Check in
Participants
@Jeffrey Wagner
@Josh Mitchell
Discussion topics
Item | Notes |
---|---|
Recap |
|
Working on |
from openff.toolkit.topology import Molecule, Topology
mol = Molecule.from_smiles('C=CO')
print(mol.to_smiles(mapped=True))
mol.properties['atom_map'] = {0:1, 1:2, 2:3, 6:4}
print(mol.to_smiles(mapped=True)) [C:1](=[C:2]([O:3][H:7])[H:6])([H:4])[H:5]
[H][C:1]([H])=[C:2]([H])[O:3][H:4] Opened |
Next stuff |
|
Action items
Decisions
Â