I am running a Brownian dynamics simulation (openmm.BrownianIntegrator(300 kelvin, 91/ps, 2 fs)) for a protein in the presence of ions. I want to calculate the dynamic properties like the translational diffusion coefficient. For calculating the dynamic properties we need unwrapped trajectories. Therefore, I used dcdreporters as simulation.reporters.append(app.DCDReporter('traj.dcd',2 fs,enforcePeriodicBox=False)).
However, after running 2 microseconds, there is only 45 angstrom translation in the center of mass of the protein. Is it enough to write only enforcePeriodicBox=False in the dcdreporter to turn off pbc wrapping?
I am running a Brownian dynamics simulation (openmm.BrownianIntegrator(300 kelvin, 91/ps, 2 fs)) for a protein in the presence of ions. I want to calculate the dynamic properties like the translational diffusion coefficient. For calculating the dynamic properties we need unwrapped trajectories. Therefore, I used dcdreporters as simulation.reporters.append(app.DCDReporter('traj.dcd',2 fs,enforcePeriodicBox=False)).
However, after running 2 microseconds, there is only 45 angstrom translation in the center of mass of the protein. Is it enough to write only enforcePeriodicBox=False in the dcdreporter to turn off pbc wrapping?