Open Tetracarbonylnickel opened 6 months ago
I'll like this here, because the bug should be fixed there and the module should just be imported here https://github.com/apax-hub/apax/blob/main/apax/nodes/md.py
atoms = self.data[self.data_id]
if self.repeat is not None:
atoms = atoms.repeat(self.repeat)
it's using ASE repeat, if this doesn't work, it's an ASE bug.
Is repeating the cell but just as mirrors of the input cell. So with repeat = (2, 1, 1) "repeated" part of the cell just mirroring the init cell during the simulation.