19#ifndef _AR_WAVEFUNCTION_H_
20#define _AR_WAVEFUNCTION_H_
38 std::string
print()
const;
40 const std::vector<std::complex<double> >&
operator[] (
unsigned int i)
const;
42 const std::complex<double> &
operator() (
unsigned int i,
unsigned int j)
const;
44 std::complex<double>
get(
unsigned int i,
unsigned int j)
const;
46 void set(
unsigned int i,
unsigned int j,
const std::complex<double> & value);
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