Skip to content

Commit

Permalink
Factor one half missing in tau
Browse files Browse the repository at this point in the history
  • Loading branch information
susilehtola committed Jan 12, 2024
1 parent d16d37b commit d1289ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class SlaterTypeAtomicShell {
for(size_t iorb = 0; iorb < occs.size(); iorb++) {
tau += occs[iorb] * dorbs[iorb] * dorbs[iorb];
}
tau *= 0.5;
return tau;
}

Expand Down

0 comments on commit d1289ef

Please sign in to comment.