Home
last modified time | relevance | path

Searched refs:getCharges (Results 1 – 19 of 19) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/External/YAeHMOP/Wrap/
H A DrdEHTTools.cpp103 PyObject *getCharges(EHTTools::EHTResults &self) { in getCharges() function
153 .def("GetAtomicCharges", getCharges, in wrap()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/more/
H A DMdTopReader.java76 getCharges(); in checkLine()
225 private void getCharges() throws Exception { in getCharges() method in MdTopReader
/dports/science/gromacs/gromacs-2021.4/api/nblib/
H A Dtopology.h97 std::vector<real> getCharges() const;
H A Dtopology.cpp290 std::vector<real> Topology::getCharges() const in getCharges() function in nblib::Topology
H A Dgmxsetup.cpp325 system.topology().getCharges()); in setupGmxForceCalculator()
/dports/science/plumed/plumed2-2.7.2/src/core/
H A DMDAtoms.h97 virtual void getCharges(const std::vector<int>&index,std::vector<double>&c)const=0;
H A DMDAtoms.cpp99 void getCharges(const vector<int>&index,vector<double>&) const override;
180 void MDAtomsTyped<T>::getCharges(const vector<int>&index,vector<double>&charges)const { in getCharges() function in PLMD::MDAtomsTyped
H A DAtoms.cpp218 mdatoms->getCharges(gatindex,charges); in share()
/dports/games/powder/powder118_src/
H A Dai.cpp1122 if (mtype == MAGICTYPE_WAND && (item->getCharges() > 0)) in aiDoFleeMelee()
1408 else if (mtype == MAGICTYPE_WAND && item->getCharges() > 0 && in aiDoBattlePrep()
1728 else if (mtype == MAGICTYPE_WAND && (item->getCharges() > 0)) in aiDoHealSelf()
1872 if (item->getCharges() > 0) in aiDoFreezeMySquare()
1972 if (wand == WAND_POLYMORPH && item->getCharges() > 0) in aiDoStopStoningSelf()
2053 if (item->getCharges() > 0) in aiDoWandAttack()
H A Ditem.h314 int getCharges() const;
H A Daction.cpp2963 min_range *= item->getCharges(); in actionEat()
2964 max_range *= item->getCharges(); in actionEat()
3783 if (item->getCharges()) in actionRead()
H A Ditem.cpp2540 ITEM::getCharges() const in getCharges() function in ITEM
H A Dcreature.cpp4452 if (!weapon->getCharges()) in receiveDamage()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/cython/
H A Dwrappers.h128 THERMO_1D(getCharges)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DPhase.h470 void getCharges(double* charges) const;
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DIsoExt.java120 boolean getCharges = false; in dipole()
137 getCharges = true; in dipole()
170 getCharges = true; in dipole()
183 getCharges = true; in dipole()
186 getCharges = true; in dipole()
242 if (getCharges) { in dipole()
246 getCharges = false; in dipole()
/dports/science/gromacs/gromacs-2021.4/api/nblib/tests/
H A Dtopology.cpp101 const std::vector<real>& test = watersTopology.getCharges(); in TEST()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DPhase.cpp514 void Phase::getCharges(double* charges) const in getCharges() function in Cantera::Phase
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/clib/
H A Dct.cpp293 p.getCharges(sc); in thermo_getCharges()