MasterNNP

class hdnnpy.model.models.MasterNNP(elements, *args)[source]

Bases: chainer.link.ChainList

Responsible for managing the parameters of each element.

It is implemented as a simple ChainList of SubNNP.

Parameters:
  • elements (list [str]) – Element symbols must be unique.
  • *args – Positional arguments that is passed to SubNNP.
dump_params()[source]

Dump its own parameters as str.

Returns:Formed parameters.
Return type:str