Skip to content

Commit

Permalink
updated drude openmm run file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKarwou authored May 15, 2024
1 parent 67e5b75 commit 199cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformato/bin/drude_openmm_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
else:
fftype = "charmm"
params = read_params("toppar.str")
top = CharmmPsfFile(f"lig_in_{env}_corr_wrapped.psf") #compatible with charmm calcs by SB
top = CharmmPsfFile(f"lig_in_{env}.psf") #compatible with charmm calcs by SB
crd = read_crd(f"lig_in_{env}.crd")
top = gen_box(top, crd)

Expand Down

0 comments on commit 199cc1f

Please sign in to comment.