Skip to content

Commit

Permalink
Change spinopt default
Browse files Browse the repository at this point in the history
  • Loading branch information
shivupa committed Jul 28, 2021
1 parent 8f33e03 commit b2e5933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCWaveFunctions/Jastrow/RadialJastrowBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ std::unique_ptr<WaveFunctionComponent> RadialJastrowBuilder::buildComponent(xmlN
aAttrib.add(NameOpt, "name");
aAttrib.add(TypeOpt, "type");
aAttrib.add(Jastfunction, "function");
aAttrib.add(SpinOpt, "spin", {"yes", "no"});
aAttrib.add(SpinOpt, "spin", {"no", "yes"});
#if defined(ENABLE_OFFLOAD)
aAttrib.add(useGPU, "gpu", {"yes", "no"});
#endif
Expand Down

0 comments on commit b2e5933

Please sign in to comment.