Generation

Configuration related to the generation phase.

Main Generation Configuration

class Gauss.Generation.GaussGeneration(*args, **kwargs)[source]

Bases: GaussinoConfigurable

__apply_configuration__()[source]

Function to be overridden to convert the high level configuration into a low level one. The default implementation calls applyConf, which is the method defined in some ConfigurableUser implementations.