Setup: OpenMM 8.0.0 installed via conda
openmmforcefields 0.13.0
RDKit 2023.03.3
Ubuntu 22.04 LTS, 64G RAM, 16G swap, 16 threads
Input SMILES (4x6 graphene fragment): C1=CC2=CC3=CC4=C5C6=C3C7=C2C(=C1)C8=C9C7=C1C6=C2C3=C6C1=C1C9=C(C=CC1=CC6=CC1=C3C3=C6C(=C1)C=C1C=CC=C7C1=C6C1=C6C3=C2C5=C2C6=C3C(=CC2=C4)C=CC2=C3C1=C7C=C2)C=C
System size: 708 atoms including solvent
Code: Select all
alog("creating simulation system...")
alog("length of pdb.positions: " + str(len(pdb.positions)))
system = forcefield.createSystem(
pdb.topology,
nonbondedMethod=PME,
nonbondedCutoff=1*unit.nanometer,
)
alog("system complete")
Any tips/tricks/RTFMs are welcome -- much appreciated. (For example, would a different choice for nonbondedMethod be more appropriate?)
Thanks,
Andrew