Home
last modified time | relevance | path

Searched refs:nostates (Results 1 – 5 of 5) sorted by relevance

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/statefilters/
H A DDensity_filter.cc46 Index nostates = orb.NumberofStates(type); in CalculateDNorm() local
47 Eigen::VectorXd norm = Eigen::VectorXd::Zero(nostates); in CalculateDNorm()
48 for (Index i = 0; i < nostates; i++) { in CalculateDNorm()
H A DOverlap_filter.cc87 Index nostates = orb.NumberofStates(type); in CalcExcitonAORepresentation() local
100 coeffs.resize(bse_size_ao, nostates); in CalcExcitonAORepresentation()
102 coeffs.resize(2 * bse_size_ao, nostates); in CalcExcitonAORepresentation()
105 for (Index i = 0; i < nostates; i++) { in CalcExcitonAORepresentation()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/statefilters/
H A DDensity_filter.cc46 Index nostates = orb.NumberofStates(type); in CalculateDNorm() local
47 Eigen::VectorXd norm = Eigen::VectorXd::Zero(nostates); in CalculateDNorm()
48 for (Index i = 0; i < nostates; i++) { in CalculateDNorm()
H A DOverlap_filter.cc87 Index nostates = orb.NumberofStates(type); in CalcExcitonAORepresentation() local
100 coeffs.resize(bse_size_ao, nostates); in CalcExcitonAORepresentation()
102 coeffs.resize(2 * bse_size_ao, nostates); in CalcExcitonAORepresentation()
105 for (Index i = 0; i < nostates; i++) { in CalcExcitonAORepresentation()
/dports/math/gap/gap-4.11.0/pkg/PatternClass-2.4.2/lib/
H A DsimpleChains.gi130 local nostates,init,accept,trans,i,n;
133 nostates:=2*k+7;
135 accept:=[k+4..nostates];
160 return Transducer(nostates,init,trans,accept);