Skip to content

Commit

Permalink
fix: use fit gradients for default
Browse files Browse the repository at this point in the history
  • Loading branch information
HanatoK committed Oct 17, 2024
1 parent 94acf26 commit 4c43127
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 4c43127

Please sign in to comment.