From 253a116cdab13daef44e1fcb0decc2c57669fcca Mon Sep 17 00:00:00 2001 From: Tim Vandermeersch <65219298+tim-vdm@users.noreply.github.com> Date: Sat, 25 Jan 2025 22:10:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e207c8..aad1216 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Kitimar is a container project for CTSmarts providing utilities for development, ## CTSmarts: C++ compile-time SMARTS expressions -`CTSmarts` provides fast compile-time SMARTS expressions with support for matching, counting, mapping and capturing. +`CTSmarts` provides fast compile-time [SMARTS expressions](https://en.wikipedia.org/wiki/SMILES_arbitrary_target_specification) with support for matching, counting, mapping and capturing. The SMARTS expressions are parsed at compile-time resulting in a minimal amount of assembly code and need for dynamically alocated data structures at run-time. @@ -457,7 +457,7 @@ null_bond(mol) -> Bond; // e.g. nullptr, -1, ... | Util | Utility functions | fmt | | CTLayout | Compile time serialized data structures | Util, Molecule, mio | | OpenBabel | Molecule interface for OpenBabel | Molecule, OpenBabel | -| RDKit | Molecule interface for OpenBabel | Molecule, RDKit | +| RDKit | Molecule interface for RDKit | Molecule, RDKit | ## Thanks