29 if(
debug_) std::cerr <<
"WF@ Constructor" << std::endl;
36 std::ostringstream oss;
38 for(
unsigned int i = 0; i !=
sampling_; ++i)
41 for(
unsigned int j = 0; j !=
sampling_; ++j)
43 oss << ((*this)[i][j]);
void set(unsigned int i, unsigned int j, const std::complex< double > &value)
std::complex< double > get(unsigned int i, unsigned int j) const
unsigned int sampling() const
ARWavefunction(unsigned int sampling_in, bool debug=false)
const std::complex< double > & operator()(unsigned int i, unsigned int j) const
const std::vector< std::complex< double > > & operator[](unsigned int i) const
std::string print() const
std::vector< std::vector< std::complex< double > > > wavefunction_
THE MAIN GENIE PROJECT NAMESPACE