Skip to content

Commit

Permalink
Update admp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXinyan940 committed Oct 24, 2023
1 parent 6de2f47 commit cf07e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmff/generators/admp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def createPotential(
):
methodMap = {
app.CutoffPeriodic: "CutoffPeriodic",
app.CutoffNonPeriodic, "CutoffNonPeriodic",
app.CutoffNonPeriodic: "CutoffNonPeriodic",
app.NoCutoff: "NoCutoff",
app.PME: "PME",
}
Expand Down

0 comments on commit cf07e05

Please sign in to comment.