Can you please let me know on how to calculate the number of stereocenters with AND configurations. I was able to calculate the number of stereocenters with ABS and OR configurations using knownResolvedCenters and unknownResolvedCenters .
You can get the number of enhanced stereochemistry centers by using the Chemical Terms node with the stereoAnalysis() function. Be sure to set the output column type to String. The output of that node can then be parsed with the String Manipulation node with the expression count($stereoAnalysis$,“AND” )