Skip to content

Commit

Permalink
updates on some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
freeenergylab committed Aug 29, 2024
1 parent cc7a6f5 commit b7fb655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions abfe/abfe_alchemy_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _parse_args():
)
boresch_grp.add_argument(
'-dc', '--dihedral_const', default=100.0, type=float,
help='Force constant for dihedral restraint, in kcal/mol'
help='Force constant for dihedral restraint, in kcal/mol/radian^2'
)
boresch_grp.add_argument(
'-rs', '--restraint_seed', type=int, default=None,
Expand Down Expand Up @@ -843,4 +843,4 @@ def _add_boresch_restraint(args, prmtop, lig_masks, rec_masks, lig_idx, rst_refs
_, out, _ = ctools.command_caller(command=shcmd, shell=True)
jobid = re.findall(r"job (.*?)\n", str(out))
with open('slurm_jobid.log', 'w') as f:
f.writelines(f'INFO: ARRAY JOB ID {jobid[0]}')
f.writelines(f'INFO: ARRAY JOB ID {jobid[0]}')
2 changes: 1 addition & 1 deletion testing/abfe_testing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"bond_const": 10.0, # force constant for Boresch-style bond restraint, in kcal/mol/A^2
"angle_const": 100.0, # force constant for Boresch-style angle restraint, in kcal/mol/radian^2
"dihedral_const": 100.0, # force constant for Boresch-style dihedral restraint, in kcal/mol
"dihedral_const": 100.0, # force constant for Boresch-style dihedral restraint, in kcal/mol/radian^2
"abfe_solvated_vdw_lambdas": [ # lambda windows for solvated decoupled leg
0.0, 0.05, 0.10, 0.15, 0.20,
0.25, 0.30, 0.35, 0.40, 0.45,
Expand Down
2 changes: 1 addition & 1 deletion testing/ahfe_testing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"bond_const": 10.0, # force constant for Boresch-style bond restraint, in kcal/mol/A^2
"angle_const": 100.0, # force constant for Boresch-style angle restraint, in kcal/mol/radian^2
"dihedral_const": 100.0, # force constant for Boresch-style dihedral restraint, in kcal/mol
"dihedral_const": 100.0, # force constant for Boresch-style dihedral restraint, in kcal/mol/radian^2
"abfe_solvated_vdw_lambdas": [ # lambda windows for solvated decoupled leg
0.0, 0.05, 0.10, 0.15, 0.20,
0.25, 0.30, 0.35, 0.40, 0.45,
Expand Down

0 comments on commit b7fb655

Please sign in to comment.