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
TOFarmer edited this page Apr 29, 2019
·
13 revisions
Developer Documentation
Please read this documentation before modifying the MDMC code base. Any pull requests that are not consistent with this documentation will not be merged.
Coding Standards
Follow standards described in PEP 8, except where it differs from standards already adopted in surrounding code. For example, snake_case is used for all variables names, except when the variable contains an abbreviation. So a variable related to a molecular dynamics (MD) engine is MD_engine, rather than md_engine.