Skip to content

Commit

Permalink
ACEBEvaluator: make A_active_set_inv public to make it accessible for…
Browse files Browse the repository at this point in the history
… another implementations (i.e. KOKKOS)
  • Loading branch information
yury-lysogorskiy committed Jan 3, 2023
1 parent ed8121b commit 576b941
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ML-PACE/ace/ace_b_evaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ class ACEBEvaluator : public ACEEvaluator {

void init(ACEBBasisSet *basis_set);

// active sets
map<SPECIES_TYPE, Array2D<DOUBLE_TYPE>> A_active_set_inv;

bool is_linear_extrapolation_grade = true;

void resize_projections();
Expand All @@ -56,6 +53,8 @@ class ACEBEvaluator : public ACEEvaluator {
void validate_ASI_shape(const string &element_name, SPECIES_TYPE st, const vector<size_t> &shape);

public:
// active sets
map<SPECIES_TYPE, Array2D<DOUBLE_TYPE>> A_active_set_inv;

ACEBEvaluator() = default;

Expand Down

0 comments on commit 576b941

Please sign in to comment.