Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 353 Bytes

dynamite.config.rst

File metadata and controls

16 lines (11 loc) · 353 Bytes

dynamite.config

The dynamite._Config class is instantiated by dynamite as dynamite.config. This is the object on which one should call these functions. For example:

from dynamite import config

config.initialize(['-mfn_ncv','20'])
config.L = 24

dynamite._Config