Home
last modified time | relevance | path

Searched defs:spinorLength (Results 1 – 3 of 3) sorted by relevance

/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DColumnBundle.h51 int spinorLength() const { return isSpinor() ? 2 : 1; } in spinorLength() function
H A DElecInfo.h76 int spinorLength() const { return isNoncollinear() ? 2 : 1; } in spinorLength() function
H A DSymmetries.cpp237 int spinorLength = e->eInfo.spinorLength(); in symmetrizeSpherical() local