Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix velocity Verlet interface #3388

Merged
merged 2 commits into from
Dec 24, 2019
Merged

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented Dec 24, 2019

Fixes the bug found in #3271.
Same as #3274, but for the development branch.

When setting up the NPT integrator, then the VV integrator, the core
integrator remains on NPT. Since NVT and VV are the same, we can set
the core integrator to NVT when the interface is set to VV.
@jngrad jngrad added the BugFix label Dec 24, 2019
@codecov
Copy link

codecov bot commented Dec 24, 2019

Codecov Report

Merging #3388 into python will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           python   #3388   +/-   ##
======================================
  Coverage      86%     86%           
======================================
  Files         537     537           
  Lines       25287   25287           
======================================
  Hits        21806   21806           
  Misses       3481    3481
Impacted Files Coverage Δ
src/core/electrostatics_magnetostatics/p3m.cpp 85% <0%> (-1%) ⬇️
src/core/particle_data.cpp 97% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf4e8a6...8177a67. Read the comment docs.

@jngrad jngrad requested a review from KaiSzuttor December 24, 2019 15:14
@KaiSzuttor KaiSzuttor added the automerge Merge with kodiak label Dec 24, 2019
@kodiakhq kodiakhq bot merged commit 364c0b4 into espressomd:python Dec 24, 2019
@jngrad jngrad added this to the Espresso 4.2 milestone Jan 20, 2020
@jngrad jngrad deleted the fix-3271-v420 branch January 18, 2022 12:08
@jngrad jngrad removed this from the Espresso 4.2 milestone Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge with kodiak BugFix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants