Skip to content

Commit

Permalink
Merge pull request #1 from mir-group/david/development
Browse files Browse the repository at this point in the history
Cleans up y_grad and removes loop
  • Loading branch information
jonpvandermause authored Jan 10, 2020
2 parents fdde161 + eaa4ea5 commit 58bd607
Show file tree
Hide file tree
Showing 2 changed files with 801 additions and 1,299 deletions.
4 changes: 2 additions & 2 deletions src/ace.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class DescriptorCalculator{

// Spherical harmonics.
void get_Y(std::vector<double> & Y, std::vector<double> & Yx,
std::vector<double> & Yy, std::vector<double> & Yz, double x,
double y, double z, int l);
std::vector<double> & Yy, std::vector<double> & Yz, const double x,
const double y, const double z, const int l);

// Radial basis sets.
void equispaced_gaussians(double * basis_vals, double * basis_derivs,
Expand Down
Loading

0 comments on commit 58bd607

Please sign in to comment.