-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve atom mapping between chiral centers (#1111)
* New method of mapping atoms bonded to chiral atoms when there are 4 bonded atoms and 2 are known; use the sign of the improper torsion instead of a delta. Should be more robust to any distortions in structures. * Make chiral improper cutoff a class variable * Separate out case where chiral centers only have one unmapped atom each * Use map_atoms * Remove old 1 to 1 chiral map code * Warn about large deltas when mapping based on chiral sign * Add function to set chiral improper cut. Use forward declare. * Add chiralimpcut keyword * Version 6.29.5. Revision bump for new chiral map code and addition of chiralimpcut keyword to atommap * Add chiralimpcut keyword to manual. * Update manual pdf
- Loading branch information
Showing
7 changed files
with
183 additions
and
41 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
b37726e7a841f6fc695ecd7fb040ffbf CpptrajDevelopmentGuide.lyx | ||
151841b1d3283890c425aaae5a923e7f cpptraj.lyx | ||
786c4aec62d60a3f9265dec52b767e02 cpptraj.lyx | ||
07c4039e732fc2eb1df0c1e0863cb949 CpptrajManual.lyx |
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
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