Home
last modified time | relevance | path

Searched refs:from_atoms (Results 1 – 10 of 10) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/external/coordgen-master/coordgen/
H A DsketcherMaeReading.h42 auto from_atoms = bond_data->getIntProperty(schrodinger::mae::BOND_ATOM_1); in mol_from_mae_block() local
45 const auto size = from_atoms->size(); in mol_from_mae_block()
49 auto* from_atom = molecule->getAtoms().at(from_atoms->at(i) - 1); in mol_from_mae_block()
/dports/science/coordgenlibs/coordgenlibs-3.0.0/
H A DsketcherMaeReading.h46 auto from_atoms = in mol_from_mae_block() local
51 const auto size = from_atoms->size(); in mol_from_mae_block()
55 auto* from_atom = molecule->getAtoms().at(from_atoms->at(i) - 1); in mol_from_mae_block()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Database/
H A Ddatabase.cpp119 database_rep::from_atoms (db_atoms a) { in from_atoms() function in database_rep
311 return db->from_atoms (_vals); in get_field()
327 return db->from_atoms (_attrs); in get_attributes()
357 return db->from_atoms (_ids); in query()
H A Ddatabase.hpp95 strings from_atoms (db_atoms a);
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DMaeMolSupplier.cpp328 const auto from_atoms = bond_block.getIntProperty(mae::BOND_ATOM_1); in addBonds() local
331 const auto size = from_atoms->size(); in addBonds()
335 const auto from_atom = from_atoms->at(i) - 1; in addBonds()
/dports/science/py-pyberny/pyberny-0.6.3/src/berny/
H A Dgeomlib.py37 def from_atoms(cls, atoms, lattice=None, unit=1.0): member in Geometry
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dlazyio.py301 d_out = simplemmtf.from_atoms(atoms, bonds)
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dpov.py288 def from_atoms(cls, atoms, **kwargs): member in POVRAY
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/include/tng/
H A Dtng_io.h2323 int64_t **from_atoms,
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/lib/
H A Dtng_io.c8240 int64_t **from_atoms, in tng_molsystem_bonds_get() argument
8250 TNG_ASSERT(from_atoms, "TNG library: from_atoms must not be a NULL pointer."); in tng_molsystem_bonds_get()
8273 *from_atoms = (int64_t *)malloc(sizeof(int64_t) * (*n_bonds)); in tng_molsystem_bonds_get()
8274 if(!*from_atoms) in tng_molsystem_bonds_get()
8285 free(*from_atoms); in tng_molsystem_bonds_get()
8286 *from_atoms = 0; in tng_molsystem_bonds_get()
8302 (*from_atoms)[cnt] = from_atom; in tng_molsystem_bonds_get()