mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* refactor skeleton * fix contribs * adapt documentation * clarify function names * make variable names more readable and update documentation * switch boost dynamic bitset with std::vector<bool> * clearer const name * fix typo and go back to dynamic bitset * go back to old function signature * add inline overload with fewer arguments * remove unecessary doc lines and add tol to distance directly in function call * use constexpr for known distance force constant * update documentation * enhance documentation * english Co-authored-by: Greg Landrum <greg.landrum@gmail.com> * make changes requested by @greglandrum * make all constexprs --------- Co-authored-by: Greg Landrum <greg.landrum@gmail.com>