Skip to content

Commit

Permalink
Update templates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kimh310 authored Oct 29, 2024
1 parent 16da403 commit fa78b8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ptmpsi/gromacs/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@
; Dispersion Correction
DispCorr = EnerPres
; Distance Restraint
nstdisreout = 0
disre = simple
disre-weighting = conservative
disre-fc = 1000
; Distance Restraint ; We need to comment out this part as we do not use Dist. Restraint during the MD.
; nstdisreout = 0
; disre = simple
; disre-weighting = conservative
; disre-fc = 1000
"""

SLURM_header = """#!/bin/bash
Expand Down

0 comments on commit fa78b8b

Please sign in to comment.