You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2024. It is now read-only.
v0.6.0
- Allow temp, tau, and n_steps to be lists of values to be executed in order
- Change shrink_kT_reduced to shrink_kT
- Add shrink_tau parameter
- Remove defaults for temp, tau, and n_steps
v0.5.0
BUGFIX
- Using default r_cut value in create_hoomd_simulation was causing potentials to be purely
repulsive. See mosdef-hub/mbuild#947
This update allows r_cut to be set and sets a better default when using
autoscale=True
v0.4.0
- Code has been refactored:
- all typed compounds have gaff added in their name so it is more clear what FF they are typed with (e.g. P3HT_typed.mol2 --> P3HT-gaff_typed.mol2)
- force_fields directory renamed to forcefields
- COMPOUND_FILE and FORCE_FIELD dicts renamed to COMPOUND and FORCEFIELD
- deleted cml and untyped mol2 files in compounds directory
- Added pre-commit yaml to automatically lint the code:
- many whitespace changes were made (eol and eof whitespace deleted)
- docstrings updated