Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ss0832 authored Mar 3, 2025
1 parent de88d4f commit 1417d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biaspotpy/optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def apply_projection_constraints_to_geometry(self, projection_constrain, PC, new
if projection_constrain:
tmp_new_geometry = new_geometry / self.bohr2angstroms
adjusted_geometry = PC.adjust_init_coord(tmp_new_geometry) * self.bohr2angstroms
return adjusted_geometry
return adjusted_geometry, PC

return new_geometry, PC

Expand Down

0 comments on commit 1417d13

Please sign in to comment.