Skip to content
Discussion options

You must be logged in to vote

I'm surprised that your simulations ran successfully before. In my experience, dt=0.01 is far too large to be stable for WCA simulations with the ConstantVolume and ConstantPressure integration methods. I have often used dt=0.005 in the past for LJ/WCA simulations (epsilon=1, sigma=1, kT=~1-3). Although detailed testing shows that dt=0.001 is necessary for accurate results.

You are also using Brownian which requires even smaller dt due to its O(dt) error (compared to O(dt**2) for ConstantVolume and ConstantPressure).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@idop11
Comment options

@joaander
Comment options

Answer selected by joaander
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants