-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More comprehensive primitive generation (#314)
* initial commit * second commit * second commit * simplify code * linear angle * linear angle * test update, more fixes needed * unifinished update * linear angle update * unfinished update * unfinished update * unifinished update * unfinished update * better linear angles * better linear angles * minor change * fix linear bend code * fix some tests * add tests * fix failing test * add tests * minor dihedral fix * dihedral code fix * add test for linear bend with ref * add test for linear bend with ref * add tests * make bond angle consistent * add tests and fix value bug * add tests * fix test * change backup hessian update scheme for crfo * revert change to hessian update scheme * correction to angle code * assert only for graph * fix tests * pr suggestions 1 * pr suggestions 2 partial * test fix * put methods into anypic class * pr update 3 * pr update 4 * pr update 5 * pr update 6 * pr update 7 * pr update 8 * pr update * pr update, changelog update
- Loading branch information
1 parent
3199ba5
commit 05b2d98
Showing
14 changed files
with
910 additions
and
184 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from autode.opt.coordinates.base import OptCoordinates, CartesianComponent | ||
from autode.opt.coordinates.base import OptCoordinates | ||
from autode.opt.coordinates.cartesian import CartesianCoordinates | ||
from autode.opt.coordinates.dic import DIC, DICWithConstraints |
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.