Skip to content

Commit

Permalink
Merge pull request #5287 from camelto2/fix_hybridrep_builder_spinor
Browse files Browse the repository at this point in the history
disable norm check for hybridrep on spinor WFs
  • Loading branch information
ye-luo authored Jan 20, 2025
2 parents f28d436 + 1c32747 commit e75a7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QMCWaveFunctions/BsplineFactory/HybridRepSetReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ std::unique_ptr<SPOSet> HybridRepSetReader<SA>::create_spline_set(const std::str
int spin,
const BandInfoGroup& bandgroup)
{
spline_reader_.setCheckNorm(checkNorm);
auto bspline = std::make_unique<SA>(my_name);
app_log() << " ClassName = " << bspline->getClassName() << std::endl;
// set info for Hybrid
Expand Down

0 comments on commit e75a7ee

Please sign in to comment.