Skip to content

Commit

Permalink
Merge pull request #137 from HanatoK/fix_fit_gradients
Browse files Browse the repository at this point in the history
fix: use fit gradients for default
  • Loading branch information
fhh2626 authored Oct 18, 2024
2 parents d35f54c + 4c43127 commit ba7726c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BFEE2/templates_namd/configTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def cvEulerAngleTemplate(
indexGroup ligand \n\
centerReference on \n\
rotateReference on \n\
enableFitGradients no \n\
fittingGroup {{ \n\
indexGroup protein \n\
}} \n\
Expand Down Expand Up @@ -637,7 +636,6 @@ def cvPolarAngleTemplate(
indexGroup reference \n\
centerReference on \n\
rotateReference on \n\
enableFitGradients no \n\
fittingGroup {{ \n\
indexGroup protein \n\
}} \n\
Expand All @@ -647,7 +645,6 @@ def cvPolarAngleTemplate(
indexGroup ligand \n\
centerReference on \n\
rotateReference on \n\
enableFitGradients no \n\
fittingGroup {{ \n\
indexGroup protein \n\
}} \n\
Expand Down Expand Up @@ -707,7 +704,6 @@ def newCvEulerAngleTemplate(
centerReference on \n\
rotateReference on \n\
centerToOrigin on \n\
enableFitGradients on \n\
fittingGroup {{ \n\
indexGroup protein \n\
}} \n\
Expand Down

0 comments on commit ba7726c

Please sign in to comment.