Implementation of ABF PES scanning for MM#72
Open
mattiafelice-palermo wants to merge 3 commits intoselimsami:abf_scanfrom
Open
Implementation of ABF PES scanning for MM#72mattiafelice-palermo wants to merge 3 commits intoselimsami:abf_scanfrom
mattiafelice-palermo wants to merge 3 commits intoselimsami:abf_scanfrom
Conversation
Modified the function _read_orca_allxyz so that it accepts both "generic"and "orca-flavoured" (with xyz structures separated by ">") xyz multi-structure files. Also, fixed a bug in reading the Mayer bond order where the letter B was used as a separator to split the various records, leading to crash when the atom name is "Br, Be, Ba" etc...
Modified dihedral_scan.py and forcefield.py to support ABF scan. Missing features: - automatic box sizing - automatic determination of # of argon - automatic multithread based on atom numbers for ABF run
Removed debug print statements and unused functions. Increased md runtime for debug purposes.
Owner
|
Thanks a lot Matteo. Looks exciting! Best, |
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.
This pull request introduces the implementation of the Adaptive Biasing Force (ABF) technique in QForce, aimed at enhancing the capability of the software in obtaining Molecular Mechanics Potential Energy Surface (PES) profiles for dihedral angles. The ABF method offers a significant improvements in terms of accuracy of the MM energy landscape, particularly for challenging systems with complex PES.
Implementation Details
Functions to be implemented - Checklist