-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add sGNN generator fixed a few problems in ADMPPmeGenerator * remove debugging codes * Fix the two examples: * fluctuated_leading_term_waterff * peg_slater_isa Make map_atomtype and map_poltype available in generator * Fix the jupyter notebook * Update fluctuated_leading_term_waterff and water_fullpol example * Fix the ADMP examples, also improve the way map_atomtypes and map_poltypes are accessed. * Break a long line in code * Fix the ADMP aux test
- Loading branch information
Showing
24 changed files
with
3,284 additions
and
3,168 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .classical import * | ||
from .admp import * | ||
from .ml import * | ||
from .qeq import * | ||
from .qeq import * |
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.