sisl.mixing.BaseMixer

class sisl.mixing.BaseMixer(weight=0.2)

Bases: object

Base class mixer

Methods

set_weight(weight)

Set a new weight for this mixer

weight

This mixers mixing weight, the weight is the fractional contribution of the derivative

__init__(weight=0.2)[source]
set_weight(weight)[source]

Set a new weight for this mixer

Parameters

weight (float) – the new weight for this mixer, it must be bigger than 0

property weight

This mixers mixing weight, the weight is the fractional contribution of the derivative