Skip to content

Commit

Permalink
Revert the density sign change because it breaks the orthoTest [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed May 13, 2024
1 parent 10c01fe commit 6d876d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions expui/BiorthBess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ void BiorthBess::get_dens(double r, Eigen::MatrixXd& p)
aa*dens_grid[l].rw2(n, klo) + bb*dens_grid[l].rw2(n, khi);
}
}

p *= -1.0;
}


Expand Down Expand Up @@ -111,8 +109,6 @@ void BiorthBess::get_potl_dens(double r, Eigen::MatrixXd& p, Eigen::MatrixXd& d)
aa*dens_grid[l].rw2(n, klo) + bb*dens_grid[l].rw2(n, khi);
}
}

d *= -1.0;
}

double BiorthBess::dens(double r, int n)
Expand Down

0 comments on commit 6d876d8

Please sign in to comment.