Skip to content

Commit

Permalink
ab tutorial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cortner committed Oct 21, 2024
1 parent bdba721 commit 0793298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Tutorial/ACE+AtomsBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sys_md = Molly.System(
energy = Molly.PotentialEnergyLogger(typeof(1.0u"eV"), 100),), )
simulator = Molly.VelocityVerlet(
dt = 1.0u"fs",
coupling = Molly.AndersenThermostat(temp, 1.0u"ps"), )
coupling = Molly.AndersenThermostat(temp, 3.0u"fs"), )

Molly.simulate!(sys_md, simulator, 1000)

Expand Down

0 comments on commit 0793298

Please sign in to comment.