Home
last modified time | relevance | path

Searched defs:atomSymbols (Results 1 – 8 of 8) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemTransforms/
H A DMolFragmenter.h113 std::vector<std::string> atomSymbols; member
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/SmilesParse/
H A DSmilesWrite.cpp299 const std::vector<std::string> *atomSymbols = nullptr, in FragmentSmilesConstruct()
608 const std::vector<std::string> *atomSymbols, in MolFragmentToSmiles()
777 const std::vector<std::string> *atomSymbols, in MolFragmentToCXSmiles()
/dports/science/cdk/cdk-cdk-2.3/tool/group/src/main/java/org/openscience/cdk/group/
H A DAtomRefinable.java197 List<String> atomSymbols = new ArrayList<String>(cellMap.keySet()); in getInitialPartition() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A Dnew_canon.cpp469 const std::vector<std::string> *atomSymbols, in initFragmentCanonAtoms()
640 const std::vector<std::string> *atomSymbols, in rankFragmentAtoms()
H A DFindStereo.cpp324 std::vector<std::string> atomSymbols(mol.getNumAtoms()); in findPotentialStereo() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A Drdmolfiles.cpp292 python::object atomSymbols, python::object bondSymbols, in MolFragmentToSmilesHelper()
331 python::object atomSymbols, bool breakTies = true, in CanonicalRankAtomsInFragment()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtilsVASP.c1142 gint read_geometry_vasp_xml_file(gchar* fileName, gint numgeom, gchar** atomSymbols[], gdouble* pos… in read_geometry_vasp_xml_file()
/dports/science/gabedit/GabeditSrc251_300720/src/Crystallography/
H A DCrystallo.c699 gint crystalloBuildTablesSymbolsXYZ(GList* atoms, gchar** atomSymbols[], gdouble* positions[]) in crystalloBuildTablesSymbolsXYZ()