mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Nonchiral atoms should be removed from StereoGroups This fixes a bug where atoms which have no chirality were left in StereoGroups In order to make this work, ROMol::setStereoGroups() needed to be made public. That shouldn't be a problem since it doesn't change connectivity. * support CXSmiles extensions in the hashes * initial tests for that * some cleanup * copyright header cleanup * minor refactoring * call out the changes in the release notes * extension and more testing * add python wrappers
13 lines
363 B
C
13 lines
363 B
C
//
|
|
// Copyright (C) 2020 Greg Landrum and other RDKit contributors
|
|
//
|
|
// @@ All Rights Reserved @@
|
|
// This file is part of the RDKit.
|
|
// The contents are covered by the terms of the BSD license
|
|
// which is included in the file license.txt, found at the root
|
|
// of the RDKit source tree.
|
|
//
|
|
#include <RDGeneral/export.h>
|
|
#pragma once
|
|
#include "nmmolhash.h"
|