-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor general weight DPD potential (#81)
* Refactor Filenames DPDGeneralWeight * Rename parameters, add parameter struct * Add python class * Add test for DPDGeneralWeight * Fix typo and formatting * Move potentials to be alphabetical in pair.py * Remove unneccessary files * Fix whitespace * Fix docstring * Remove trailing whitespace * More whitespaces * Fix missing GPU in module.cc * configure whitespace settings * EOF fix? * more whitespace? * Add blank line * Applied clang-format * Remove whitespace from test py file * Apply formatting pre-commit :wq * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add DPD framework - rename files for consistency * add template class * Fix infrastructure * Fix wrong import GPU * More wrong imports * kT = 0 for potential test * Change RNG identifier * Add system test for DPD temperature * remove termalize momenta for just testing termostat * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix formatting * attempt to fix mpi in dpd test * Update unit-test.yaml * Simplify and fix DPD thermostat test * Follow azplugins naming conventions for DPD potential * Simplify pair potential special case * Cleanup DPD documentation * Don't execute GPU tests on GitHub Actions --------- Co-authored-by: Antonia Statt <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Howard <[email protected]>
- Loading branch information
1 parent
b32e900
commit 0c520e0
Showing
17 changed files
with
432 additions
and
167 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.