1 #ifndef QNANO_NEW_CDAGGERC_ITERATOR_DEFINED_H 2 #define QNANO_NEW_CDAGGERC_ITERATOR_DEFINED_H 4 #include "manybody/CdaggerC_Iterator_SingleI.h" 17 return cur_col>=(int)fi_ref.size();
19 inline int get_n()
const{
return it.get_n();}
20 inline int get_m()
const{
return it.get_m();}
21 inline double get_sign()
const{
return it.get_sign();}
22 inline const Fermion_Index& get_fi()
const{
return it.get_fi();}
28 if(cur_col<(
int)fi_ref.size()){
29 it.setup(fi_ref, cur_col, n_max);
38 it.setup(fi, cur_col, n_max);
Definition: CdaggerC_Iterator_SingleI.h:8
Definition: Fermion_Index.h:19
Definition: CdaggerC_Iterator.h:6