Home
last modified time | relevance | path

Searched refs:bits_up (Results 1 – 2 of 2) sorted by relevance

/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DFCI.cpp1474 int * bits_up = new int[ L ]; in DiagHam() local
1496 delete [] bits_up; in DiagHam()
1642 const int special_ak = ( bits_up[a] * ( 1 - bits_up[k] ) in DiagHamSquared()
1644 const int local_ak_up = bits_up[a] * ( 1 - bits_up[k] ); in DiagHamSquared()
1680 delete [] bits_up; in DiagHamSquared()
1961 int * bits_up = new int[ L ]; in ActWithNumberOperator() local
1970 delete [] bits_up; in ActWithNumberOperator()
1988 int * bits_up = new int[ L ]; in ActWithSecondQuantizedOperator() local
1997 bits_up[ orbIndex ] = 0; in ActWithSecondQuantizedOperator()
2032 bits_up[ orbIndex ] = 1; in ActWithSecondQuantizedOperator()
[all …]
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/include/chemps2/
H A DFCI.h290 double getFCIcoeff(int * bits_up, int * bits_down, double * vector) const;
325 …void getBitsOfCounter(const int irrep_center, const unsigned int counter, int * bits_up, int * bit…