Skip to content

Commit

Permalink
fixed accumulator example.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwagner committed Jan 5, 2021
1 parent cbe77a3 commit 0fb0f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class DipoleAccumulator:
return d
def keys(self):
return set(k in self.shapes().keys())
return self.shapes().keys()
import pyqmc.recipes
pyqmc.recipes.VMC("h2o.hdf5", "dipole.hdf5",
Expand Down

0 comments on commit 0fb0f32

Please sign in to comment.