13c13
< def __call__(self, step, time, configuration, forces, stress):
---
> def __call__(self, step, time, configuration):
35c35
< configuration.setBravaisLattice(UnitCell(u1,u2,u3))
---
> configuration._setBravaisLattice(UnitCell(u1,u2,u3))
48,49d47
<