Files
rdkit/Code/GraphMol
ptosco 1957baadb0 - replaced the call to sanitizeMMFFMol() in the MMFFMolProperties
constructor (which is overkill, if the molecule had already been
  sanitized) with a call to MolOps::Kekulize(). Thus it is not
  necessary to call Kekulize() either from Python or from C++,
  and no changes are required to the scripts/source codes
  previously used for UFF
- removed the code which throws an exception asking to reload the
  molecule with sanitize=false since it is not necessary:
  only one test in the MMFF validation suite fails if the
  molecule is aromatized and then re-kekulized (CIKSEU10), and
  it represents a case where the position of double bonds in
  a conjugated, non-aromatic system makes a difference for atom
  type assignments, which in general is a nonsense. This is not
  due to a bug in the code, but rather depends on MMFF atom
  typing rules. Hence, I kept the sanitize=false and the call to
  sanitizeMMFFMol() in testMMFFForceField.cpp, but I would not
  generalize this requirement to "normal" molecules, because it
  is really not necessary, since you do not have a reference
  kekulization to refer to in the real world.
- updated Docs/Book/GettingStartedInPython.rst accordingly
- updated tests accordingly
2013-10-01 23:16:15 +02:00
..
2013-08-21 20:45:54 +02:00
2013-09-21 14:44:18 +02:00
2013-05-01 03:43:53 +00:00
2012-07-02 04:01:27 +00:00
2006-05-06 22:20:08 +00:00
2013-03-22 04:01:54 +00:00
2013-04-20 05:59:18 +00:00
2013-07-09 12:32:54 +02:00
2012-09-13 04:40:28 +00:00
2013-08-25 06:36:10 +02:00
2006-05-06 22:20:08 +00:00
2013-08-25 06:36:10 +02:00
2013-09-18 01:56:15 +02:00
2012-04-25 03:11:07 +00:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2012-05-19 03:50:31 +00:00
2013-08-23 12:58:41 +02:00
2010-09-26 17:04:37 +00:00
2013-08-09 10:14:48 +02:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2012-09-23 10:13:46 +00:00
2010-09-26 17:04:37 +00:00
2013-07-09 14:54:32 +02:00
2012-02-26 08:47:14 +00:00
2013-06-08 06:01:54 +02:00
2013-03-28 12:51:05 +00:00
2012-03-22 04:17:47 +00:00
2010-09-26 17:04:37 +00:00
2013-07-04 06:47:03 +02:00
2013-07-04 06:47:03 +02:00
2011-12-31 15:58:57 +00:00
2013-06-08 06:01:54 +02:00
2012-06-11 03:21:30 +00:00
2010-09-26 17:04:37 +00:00
2010-09-26 17:04:37 +00:00
2006-05-06 22:20:08 +00:00
2012-07-26 14:34:35 +00:00
2010-09-26 17:04:37 +00:00
2013-07-15 17:14:37 +02:00
2013-05-01 07:51:03 +00:00
2010-09-26 17:04:37 +00:00
2013-08-23 12:58:41 +02:00