Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent authored Aug 9, 2022
1 parent 2df839b commit 4713e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCWaveFunctions/EinsplineSetBuilder_createSPOs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ std::unique_ptr<SPOSet> EinsplineSetBuilder::createSPOSetFromXML(xmlNodePtr cur)
const auto iter = SPOSetMap.find(aset);
if ((iter != SPOSetMap.end()) && (!NewOcc))
app_warning() << "!!!!!!! Identical SPOSet detected in EinsplineSetBuilder! "
"Implicit sharing one SPOSet for spin-up and spin-down electrions has been removed. "
"Implicit sharing one SPOSet for spin-up and spin-down electrons has been removed. "
"Create a single SPO set outside determinantset instead. "
"Use sposet_collection to construct an explicit sposet for explicit sharing."
<< std::endl;
Expand Down

0 comments on commit 4713e13

Please sign in to comment.