Home
last modified time | relevance | path

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

/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dupdategroups.cpp167 int maxAtom; //!< The maximum atom index member
182 extremes.maxAtom = ilist.iatoms[i + 2]; in vsiteConstructRange()
186 extremes.maxAtom = std::max(extremes.maxAtom, ilist.iatoms[j]); in vsiteConstructRange()
211 extremes.maxAtom = std::max(extremes.maxAtom, atomJ); in constraintAtomRange()
315 else if (extremes.maxAtom <= lastAtom) in detectGroup()
612 int maxAtom = -1; in computeMaxUpdateGroupRadius() local
619 maxAtom = a; in computeMaxUpdateGroupRadius()
622 GMX_ASSERT(maxAtom >= 0 || !settles.empty(), in computeMaxUpdateGroupRadius()
624 if (maxAtom < 0) in computeMaxUpdateGroupRadius()
634 for (const int constraint : at2con[maxAtom]) in computeMaxUpdateGroupRadius()
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/simple/
H A DAmpacReader.java108 int maxAtom = asc.ac; in setPositions() local
110 for (int i = freqAtom0; i < maxAtom; i++) { in setPositions()
/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/
H A Dconvert.h75 unsigned maxAtom() const;
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/
H A Dconvert.h75 unsigned maxAtom() const;
/dports/math/clasp/clasp-3.3.5/libpotassco/tests/
H A Dtest_smodels.cpp442 int aux = (int)convert.maxAtom();
469 REQUIRE(convert.maxAtom() == 5);
505 REQUIRE(convert.maxAtom() == 3);
524 REQUIRE(convert.maxAtom() == 2);
533 REQUIRE(convert.maxAtom() == 3);
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/tests/
H A Dtest_smodels.cpp442 int aux = (int)convert.maxAtom();
469 REQUIRE(convert.maxAtom() == 5);
505 REQUIRE(convert.maxAtom() == 3);
524 REQUIRE(convert.maxAtom() == 2);
533 REQUIRE(convert.maxAtom() == 3);
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dspectrophore.cpp698 int maxAtom(0); in _orient() local
706 maxAtom = i; in _orient()
711 double angle(-atan2(_oricoor[maxAtom][1], _oricoor[maxAtom][0])); in _orient()
723 angle = -atan2(_oricoor[maxAtom][0], _oricoor[maxAtom][2]); in _orient()
/dports/math/clasp/clasp-3.3.5/libpotassco/src/
H A Dconvert.cpp178 unsigned SmodelsConvert::maxAtom() const { in maxAtom() function in Potassco::SmodelsConvert
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/src/
H A Dconvert.cpp178 unsigned SmodelsConvert::maxAtom() const { in maxAtom() function in Potassco::SmodelsConvert
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichiread.c6991 AT_NUMB last_atom[LAST_AT_LEN], curAtom, maxAtom; in ParseSegmentConnections() local
7087 maxAtom = 0; in ParseSegmentConnections()
7126 if ( maxAtom < curAtom ) in ParseSegmentConnections()
7127 maxAtom = curAtom; in ParseSegmentConnections()
7133 if ( maxAtom < nNumAtoms && nNumBonds ) { in ParseSegmentConnections()
7134 maxAtom = nNumAtoms; in ParseSegmentConnections()
7166 if ( maxAtom < curAtom ) in ParseSegmentConnections()
7167 maxAtom = curAtom; in ParseSegmentConnections()
7188 nNumAtoms = (int)maxAtom; /* 0 if empty connection table and no bonds present */ in ParseSegmentConnections()
7246 if ( last_atom[num_open] > maxAtom ) { in ParseSegmentConnections()