Configuration of settings
The current settings of chemcoord can be seen with cc.settings.
If it is necessary to change these settings permamently there is
the possibility to write a configuration file of the current settings,
that is read automatically while importing the module.
The configuration file is in the yaml format and
can be changed with any text editor.
The possible settings and their defaults are:
- class chemcoord.configuration.Settings(*, defaults=Defaults(atomic_radius_data='atomic_radius_cc', viewer='gv.exe', list_viewer_file='molden'))[source]
Methods
write([path])Write the settings to a yaml file
Attributes
- Parameters:
defaults (Defaults)