Skip to content

Commit c0512f7

Browse files
Updates
1 parent 4c9f9db commit c0512f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/DynamicalODE/Quadrupole_boson_Hamiltonian_energy_conservation_benchmark.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function g(resid, u, p)
6767
end
6868

6969
const E = H(iip_p0, iip_q0, nothing)
70-
const cb = ManifoldProjection(g, autodiff=true, nlopts=Dict(:ftol=>1e-13));
70+
const cb = ManifoldProjection(g, nlopts=Dict(:ftol=>1e-13));
7171
```
7272

7373
For the comparison we will use the following function

0 commit comments

Comments
 (0)