Skip to content

Commit a01338f

Browse files
committed
up
1 parent bd707dc commit a01338f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/optimization.jl

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ function _minimize_energy!(system, calculator, solver;
118118
system = convert_to_updatable(system)
119119

120120
# TODO Think carefully whether this is the best interface and integration
121-
# Some tests for DofManager
122121
clamp = [iatom for (iatom, atom) in enumerate(system) if get(atom, :clamp, false)]
123122
dofmgr = DofManager(system; variablecell, clamp)
124123
geoopt_state = GeometryOptimizationState(system, calculator)

0 commit comments

Comments
 (0)