forked from Amber-MD/cpptraj
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize Drude particles, improve handling of lone pairs (Amber-MD#1099
) * Start reading lone pairs * Add check for zero total mass when using mass weighting for distance * Check for zero mass in masks for angle/dihedral calcs * Read and store lone pairs * Read the lone pair atoms * Add bonds from lone pair info * Prefer https, more portable * Check for zero mass last to preserve backwards compat. as much as possible. * Add Drude element. Add support for detecting Drude particles from charmm PSF * Add geom keyword to vector, check for zero mass in masks * Hide some debug info * Version 6.29.0. Minor version bump for recognition of Drude particles and checks for zero mass in distance/angle/dihedral/vector * Add bondparminfo command * Add angle * If adding a duplicate bond, if the existing bond has no parameter but there is a parameter being passed in, use the passed in parameter. * Add some defaults for lone pair bonds * Save dihedrals. Not sure if saving torsion in phase is ok for lone pairs... * Add 'debye' keyword to report 'vector dipole' units as Debye * Add drude versions of ala3 * Add Drude PSF read test * Fix help * Document bondparminfo * Document vector geom and debye * Add old Atom constructor back for pytraj * Increase tag size by 1 for storing null for sscanf("%10s") * Add PDF versions of the manual and dev guide. * Disable automatic build of the manual until lyx on Jenkins is updated. * Change documentation URLs to GitHub for now until Jenkins is updated.
- Loading branch information
Showing
28 changed files
with
995 additions
and
90 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.