Home
last modified time | relevance | path

Searched defs:atom_coords (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-kliff/kliff-0.3.0/kliff/neighbor/
H A Dneighbor_list.cpp299 const double * atom_coords = coordinates + (DIM * i); in nbl_create_paddings() local
400 double atom_coords[3] = {i + x, j + y, k + z}; in nbl_create_paddings() local
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/hessian/
H A Dthermo.py110 def rotation_const(mass, atom_coords, unit='GHz'): argument
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/solvent/
H A Dddcosmo.py614 def atoms_with_vdw_overlap(atm_id, atom_coords, r_vdw): argument
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/Tersoff_LAMMPS__MD_077075034781_004/
H A Dmodel_driver_Tersoff.cpp191 Array2D<const double> atom_coords(atom_coords_ptr, *n_atoms, 3); in compute() local
H A Dpair_tersoff.cpp84 const Array2D<const double>& atom_coords, in compute()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/gto/
H A Dmole.py2989 def atom_coords(self, unit='Bohr'): member in Mole
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dgrid-gen.c93 const GridGenAtom* atom_coords;/* array with atom data */ member