Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New experimental autoimage mode (#1119)
* Start preparing for new autoimage method * Add mode variable * Try to implement algorithm which looks at the original orientation of a fixed molecule w.r.t. the anchor molecule and tries to move it in as close a configuration as possible to the original orientation * Actually image the fixed unit if needed * Convert back to Cartesian * Wrap mobile molecules * Hide some debug info * Add converttofrac command for converting coordinates to fractional space * For testing a new imaged distance calc * Action to test speed of distance calculations * Test out a new imaging routine that tries to only look for images that can potentially be close * Create a version of the distance calc that takes wrapped fractional coords * Do the 'familiar' truncated octahedron wrapping. * Add some code doc * Hide debug * Hide converttofrac * Note that converttofrac is only for debug * Note that 'moveanchor' can still be active for mode byvec for the first frame * Add a description for 'mode byvec' in help. * Clean up help text * Fix up help text * Add missing manual entry for moveanchor keyword of autoiamge. Add manual entry for new mode keyword of autoimage. * 6.29.8. Revision bump for addition of 'mode byvec' keyword to autoimage. * Add autoimage mode byvec test * Add warning that mode byvec still needs more testing * Revision bump for experimental autoimage mode byvec * Revert to 6.29.8. Forgot I already bumped the revision * 6.29.9. 6.29.8 was PR #1116
- Loading branch information