2022-02-03 Davel/Madin/Wagner Meeting notes
Date
Feb 3, 2022
Participants
@Jeffrey Wagner
@Connor Davel
@Owen Madin
Discussion topics
Item | Notes |
---|---|
General updates |
|
Polymer chemical recognition |
# ACE ALA TPO sidechain ring CO NME
mol = Molecule.from_smiles('CC(=O)N[C@H](C)C(=O)N[C@H](Cc1ccc(OP([O-])([O-])(=O))cc1)C(=O)NC')
mol.generate_conformers()
mol.to_topology().to_file('ALA_TPO.pdb', positions=mol.conformers[0])
mol
|
|
“Here’s the prevalence of connectivity rearrangements in AM1 and they’re easy to detect if you care to look” “OpenEye uses constrained minimization, but we can’t implement it elsewhere so we just do maxcyc=0, here’s how different the results are” “Here’s how important ELF conformer selection is for CONSISTENCY BETWEEN DIFFERENT PIPELINES, even if the quality isn’t improved at all” “Sometimes antechamber and QuacPac apply different BCCs and we don’t know why” (maybe don’t make a big deal about this?)
|
|
|