Conversation
Ewald_ParticleMesh and implement GIST-related PME stuff
implementation of ErfcFxn
solute separate from atom_voxel since we now might care about whether solute is on or off the grid.
energy kernel. Use adjust energy kernel. Make PME GIST output file v3 because of additional PME columns
Contributor
Author
GRR....it's a bit maddening when the CI framework fails... |
Collaborator
|
The PGI build in Jenkins failed. |
|
This pull request introduces 2 alerts when merging f77ad43 into 113407f - view on LGTM.com new alerts:
|
|
This pull request introduces 2 alerts when merging 9c1c496 into 113407f - view on LGTM.com new alerts:
|
Contributor
Author
|
@swails I'm seeing a lot of docker-related failures with Jenkins this morning. Is this something that will likely clear up if I try later? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details in https://doi.org/10.26434/chemrxiv.13140011.v2, soon to be published in JCTC. Updates version to 5.2.0.
This adds particle mesh Ewald to GIST. Right now it is turned off by default, but can be turned on via the new
pmekeyword. The updated GIST syntax is:The PME keywords function as they do in the
energycommand (and indeed, under the hood they are using the same code). The PME code is still a bit of a work in progress in terms of formatting the output, but it is functional as-is.This PR also improves the automatic shader model detection for the CUDA code, and adds support for CUDA 11. A general overhaul of the CUDA code is overdue...