-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
hoomd.md.improper.Periodic
in to_hoomd_forcefield
(
#807) * add dict entry for periodic impropers * add sign factor (d) to Periodic Improper * Change key name to match GAFF, hard code d = 1 * remove d param from template * Remove d from expression * change d from int to float * update python version, remove ethanol from unit test * if wild card in member classes, use member types instead * use wildcard check for all forcefield writers * fix typo in env files * Fix variable name. * use .get() for d parameter * change box size and seed for packing in test --------- Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com>
- Loading branch information
1 parent
aa365b4
commit 9b7ae65
Showing
4 changed files
with
72 additions
and
22 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
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