Skip to content

Commit

Permalink
print initial positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCann committed Oct 21, 2024
1 parent d88e975 commit 3e0278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NoiseMD/NoiseMD.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def runMD(self, nsteps):
self.progression[1] = self.positions[i][1]



print(self.initial_positions)
for i in range(len(self.methods)) :
if step%self.strides[i]==0 : self.methods[i](self)

Expand Down

0 comments on commit 3e0278a

Please sign in to comment.