Home
last modified time | relevance | path

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

/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DFCI.cpp2270 const int orbitalLeft = orbsLeft[ cnt_left ]; in GFmatrix_addition() local
2271 if ( getOrb2Irrep( orbitalLeft ) == getOrb2Irrep( orbitalRight ) ){ in GFmatrix_addition()
2272 …additionFCI.ActWithSecondQuantizedOperator( 'C', isUp, orbitalLeft, addVector, this, GSvector ); /… in GFmatrix_addition()
2361 const int orbitalLeft = orbsLeft[ cnt_left ]; in GFmatrix_removal() local
2362 if ( getOrb2Irrep( orbitalLeft ) == getOrb2Irrep( orbitalRight ) ){ in GFmatrix_removal()
2363 …removalFCI.ActWithSecondQuantizedOperator( 'A', isUp, orbitalLeft, removeVector, this, GSvector );… in GFmatrix_removal()