Home
last modified time | relevance | path

Searched refs:AROMATICITY_SIMPLE (Results 1 – 5 of 5) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DMolOps.h538 AROMATICITY_SIMPLE = 0x2, enumerator
H A DAromaticity.cpp939 case AROMATICITY_SIMPLE: in setAromaticity()
H A Dmolopstest.cpp6632 MolOps::setAromaticity(*m, MolOps::AROMATICITY_SIMPLE); in testSimpleAromaticity()
6646 MolOps::setAromaticity(*m, MolOps::AROMATICITY_SIMPLE); in testSimpleAromaticity()
6660 MolOps::setAromaticity(*m, MolOps::AROMATICITY_SIMPLE); in testSimpleAromaticity()
6674 MolOps::setAromaticity(*m, MolOps::AROMATICITY_SIMPLE); in testSimpleAromaticity()
6688 MolOps::setAromaticity(*m, MolOps::AROMATICITY_SIMPLE); in testSimpleAromaticity()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A Drough_test.py4529 Chem.SetAromaticity(m, Chem.AROMATICITY_SIMPLE)
4539 Chem.SetAromaticity(m, Chem.AROMATICITY_SIMPLE)
4549 Chem.SetAromaticity(m, Chem.AROMATICITY_SIMPLE)
4559 Chem.SetAromaticity(m, Chem.AROMATICITY_SIMPLE)
4569 Chem.SetAromaticity(m, Chem.AROMATICITY_SIMPLE)
H A DMolOps.cpp1483 .value("AROMATICITY_SIMPLE", MolOps::AROMATICITY_SIMPLE) in wrap()