Skip to content

Commit

Permalink
Fix broken mdef_baoab test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgardner1421 committed Nov 6, 2023
1 parent b028f32 commit 467c3ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Dynamics/mdef_baoab.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ g(u,p,t) = diagm(ones(length(u)))

p = Simulation(Atoms([:H,:H]), NQCModels.Free(2); temperature=100)

ff_harmonic = DynamicalSDEFunction(f1_harmonic,f2_harmonic,g)
prob1 = DynamicalSDEProblem(ff_harmonic,g,v0,u0,(0.0,0.5),p)
prob1 = DynamicalSDEProblem(f1_harmonic, f2_harmonic ,g,v0,u0,(0.0,0.5),p)

sol1 = solve(prob1,DynamicsMethods.IntegrationAlgorithms.MDEF_BAOAB();dt=1/10,save_noise=true)

Expand Down

0 comments on commit 467c3ca

Please sign in to comment.