Home
last modified time | relevance | path

Searched refs:atomproperty (Results 1 – 8 of 8) sorted by relevance

/dports/science/py-ase/ase-3.22.0/ase/
H A Datom.py17 def atomproperty(name, doc): function
201 symbol = atomproperty('symbol', 'Chemical symbol')
202 number = atomproperty('number', 'Atomic number')
203 position = atomproperty('position', 'XYZ-coordinates')
204 tag = atomproperty('tag', 'Integer tag')
205 momentum = atomproperty('momentum', 'XYZ-momentum')
206 mass = atomproperty('mass', 'Atomic mass')
207 magmom = atomproperty('magmom', 'Initial magnetic moment')
208 charge = atomproperty('charge', 'Initial atomic charge')
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DT.java231 public final static int atomproperty = (1 << 22) | misc; field in T
234 public final static int strproperty = (1 << 23) | atomproperty; // string property
235 public final static int intproperty = (1 << 24) | atomproperty; // int parameter
236 public final static int floatproperty = (1 << 25) | atomproperty; // float parameter
527 public final static int xyz =10 | mathproperty | atomproperty | settable;
528 public final static int fracxyz =11 | mathproperty | atomproperty | settable;
529 public final static int screenxyz =12 | mathproperty | atomproperty | settable;
530 public final static int fuxyz =13 | mathproperty | atomproperty | settable;
531 public final static int unitxyz =14 | mathproperty | atomproperty;
532 public final static int vibxyz =15 | mathproperty | atomproperty | settable;
[all …]
H A DScriptTokenParser.java540 if (T.tokAttr(tok, T.atomproperty)) { in clausePrimitive()
H A DScriptExpr.java1092 || (tokWhat & T.PROPERTYFLAGS) == T.atomproperty); // point in getComparison()
1542 if (T.tokAttrOr(tok, T.atomproperty, T.mathproperty) || xTok == T.hash) in getBitsetPropertySelector()
H A DScriptEval.java8563 && T.tokAttr((tok = getToken(++index).tok), T.atomproperty) in colorShape()
/dports/polish/kadu/kadu-4.3/kadu-core/os/x11/
H A Dx11tools.cpp927 Atom atomproperty = XInternAtom( display, property, False ); in X11_windowChangeProperty() local
929 …XChangeProperty( display, window, atomproperty, XA_ATOM, 32, PropModeReplace, (unsigned char *)&at… in X11_windowChangeProperty()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DLabelToken.java634 case T.atomproperty: in appendAtomTokenValue()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DCmdExt.java2619 || !T.tokAttr(tokProp1 = tokAt(++e.iToken), T.atomproperty)) in mapProperty()
2628 if (T.tokAttr(tokKey = tokAt(e.iToken + 1), T.atomproperty)) in mapProperty()
3316 if (propToks[i] != T.property && !T.tokAttr(propToks[i], T.atomproperty)) in plot()