mtenn.readout.Readout
- class mtenn.readout.Readout(*args, **kwargs)[source]
Bases:
Module,ABCAbstract base class for the
Readoutblock. Any subclass needs to implement theforwardmethod in order to be used.Methods
forward(delta_g)For any readout class, this function should take the predicted \(\mathrm{\Delta G}\) value as input, and return whatever transformed value the class is implementing.