Home
last modified time | relevance | path

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

/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DFCI.cpp2244 const int orbitalRight = orbsRight[ cnt_right ]; in GFmatrix_addition() local
2247 …if ( getOrb2Irrep( orbsLeft[ cnt_left] ) == getOrb2Irrep( orbitalRight ) ){ matchingIrrep = true; } in GFmatrix_addition()
2254 const int addIrrep = Irreps::directProd( getTargetIrrep(), getOrb2Irrep( orbitalRight ) ); in GFmatrix_addition()
2259 …additionFCI.ActWithSecondQuantizedOperator( 'C', isUp, orbitalRight, addVector, this, GSvector ); … in GFmatrix_addition()
2271 if ( getOrb2Irrep( orbitalLeft ) == getOrb2Irrep( orbitalRight ) ){ in GFmatrix_addition()
2335 const int orbitalRight = orbsRight[ cnt_right ]; in GFmatrix_removal() local
2338 …if ( getOrb2Irrep( orbsLeft[ cnt_left] ) == getOrb2Irrep( orbitalRight ) ){ matchingIrrep = true; } in GFmatrix_removal()
2345 … const int removeIrrep = Irreps::directProd( getTargetIrrep(), getOrb2Irrep( orbitalRight ) ); in GFmatrix_removal()
2350 …removalFCI.ActWithSecondQuantizedOperator( 'A', isUp, orbitalRight, removeVector, this, GSvector )… in GFmatrix_removal()
2362 if ( getOrb2Irrep( orbitalLeft ) == getOrb2Irrep( orbitalRight ) ){ in GFmatrix_removal()