foyer
foyer copied to clipboard
A package for atom-typing as well as applying and disseminating forcefields
Dihedral terms (whether periodic or Ryckaert-Bellemans) are assigned such that those without wildcard characters are considered more specific than those containing wildcard characters, and are given precedence in assignment. Looking...
Basically take this from the docs and turn it into something interactive: https://github.com/mosdef-hub/foyer/blob/master/docs/smarts.md#overriding-atomtypes
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
### PR Summary: Slight change in error string to provide guidance to a user on how to resolve it. ### PR Checklist ------------ - [NA] Includes appropriate unit test(s) -...
[Quickstart](https://github.com/mosdef-hub/foyer/blob/main/docs/source/getting_started/quickstart.rst#quickstart) example fails / is wrong / outdated : `mol = parmed.load("ethane.pdb")` - not `load`, but `load_file` Moreover, when using provided `ethane.pdb` molecule from `./docs/source/files/`, got the error: ``` Traceback...
### PR Summary: This PR does the same as https://github.com/mosdef-hub/gmso/pull/819 in GMSO closes #572 ### PR Checklist ------------ - [ ] Includes appropriate unit test(s) - [ ] Appropriate docstring(s)...
**Describe the behavior you would like added to Foyer** A clear and concise description of what the proposed idea is. **Describe the solution you'd like** A clear and concise description...
pydocstyle is no longer maintained, we should switch the pre-commit workflows over to [ruff](https://github.com/astral-sh/ruff). https://github.com/mosdef-hub/gmso/pull/819 for a starting point.