Commit 6f26c4c5 authored by peastman's avatar peastman
Browse files

Added PDB files for POPC and POPE

parent 18295108
This diff is collapsed.
This diff is collapsed.
......@@ -1325,7 +1325,7 @@ class Modeller(object):
# Create a System for the lipids, then add in the protein as stationary particles.
system = forcefield.createSystem(membraneTopology, nonbondedMethod=CutoffPeriodic)
proteinSystem = forcefield.createSystem(self.topology, nonbondedMethod=CutoffPeriodic)
proteinSystem = forcefield.createSystem(self.topology, nonbondedMethod=CutoffNonPeriodic)
numMembraneParticles = system.getNumParticles()
numProteinParticles = proteinSystem.getNumParticles()
for i in range(numProteinParticles):
......
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