Skip to content

Commit

Permalink
introduced SeparatedConvolution::get_{k,rank}
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Dec 27, 2024
1 parent 2d8e16e commit d27d486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/madness/mra/operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ namespace madness {

const double& gamma() const {return info.mu;}
const double& mu() const {return info.mu;}
const int get_rank() const { return rank; }
const int get_k() const { return k; }

private:

Expand Down

0 comments on commit d27d486

Please sign in to comment.