Skip to content

Commit

Permalink
Aldrichs -> Ahlrichs
Browse files Browse the repository at this point in the history
  • Loading branch information
wavefunction91 committed Aug 18, 2023
1 parent 12f9a0c commit ecb84e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/grid_factory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <integratorxx/quadratures/lebedev_laikov.hpp>
#include <integratorxx/quadratures/muraknowles.hpp>
#include <integratorxx/quadratures/mhl.hpp>
#include <integratorxx/quadratures/treutleraldrichs.hpp>
#include <integratorxx/quadratures/treutlerahlrichs.hpp>
#include <integratorxx/composite_quadratures/spherical_quadrature.hpp>
#include <gauxc/exceptions.hpp>

Expand All @@ -32,7 +32,7 @@ Grid AtomicGridFactory::generate_unpruned_grid( RadialQuad rq, RadialSize nrad,

using mk_type = IntegratorXX::MuraKnowles<double,double>;
using mhl_type = IntegratorXX::MurrayHandyLaming<double,double>;
using ta_type = IntegratorXX::TreutlerAldrichs<double,double>;
using ta_type = IntegratorXX::TreutlerAhlrichs<double,double>;
using ll_type = IntegratorXX::LebedevLaikov<double>;

ll_type ang_quad( nang.get() );
Expand Down Expand Up @@ -95,7 +95,7 @@ Grid AtomicGridFactory::generate_pruned_grid( RadialQuad rq,

using mk_type = IntegratorXX::MuraKnowles<double,double>;
using mhl_type = IntegratorXX::MurrayHandyLaming<double,double>;
using ta_type = IntegratorXX::TreutlerAldrichs<double,double>;
using ta_type = IntegratorXX::TreutlerAhlrichs<double,double>;

switch( rq ) {

Expand Down

0 comments on commit ecb84e7

Please sign in to comment.