5.5.1. config.ConfigClass¶
- class eminus.config.ConfigClass[source]¶
Configuration class holding user specifiable variables.
An instance of this class will be set as the same name as this module. This will effectively make this module a singleton data class.
Methods
info
()Print configuration and performance information.
Attributes
Whether to use SciPy or a different backend if installed.
Number of threads used in FFT calculations.
Whether to use the GPU if available.
Whether to use pylibxc or PySCF for functionals if both are installed.
Logger verbosity level.
- property backend¶
Whether to use SciPy or a different backend if installed.
- property threads¶
Number of threads used in FFT calculations.
- property use_gpu¶
Whether to use the GPU if available.
- property use_pylibxc¶
Whether to use pylibxc or PySCF for functionals if both are installed.
- property verbose¶
Logger verbosity level.