Commit 06428115 authored by ChayaSt's avatar ChayaSt
Browse files

changed AtomTypePair to NBFIxPair

parent 6786edce
...@@ -1710,7 +1710,7 @@ class LennardJonesGenerator(object): ...@@ -1710,7 +1710,7 @@ class LennardJonesGenerator(object):
for LJ in element.findall('Atom'): for LJ in element.findall('Atom'):
generator.registerLennardJones(LJ.attrib) generator.registerLennardJones(LJ.attrib)
for Nbfix in element.findall('AtomTypePair'): for Nbfix in element.findall('NBFixPair'):
generator.registerNBFIX(Nbfix.attrib) generator.registerNBFIX(Nbfix.attrib)
def createForce(self, sys, data, nonbondedMethod, nonbondedCutoff, args): def createForce(self, sys, data, nonbondedMethod, nonbondedCutoff, args):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment