targets module
Full Documentation for hippynn.graphs.nodes.targets
module.
Click here for a summary page.
Nodes for prediction of variables from network features.
- class HBondNode(name, parents, module='auto', module_kwargs=None, **kwargs)[source]
Bases:
ExpandParents
,AutoKw
,MultiNode
Predict an pair-level scalar such as bond order from local features on both atoms
Note
This node has parent expansion, following these procedures.
If matching (_BaseNode), then apply expand0
If matching (_BaseNode, _BaseNode), then apply expand1
- class HChargeNode(name, parents, module='auto', module_kwargs=None, **kwargs)[source]
Bases:
Charges
,HAtomRegressor
,AutoKw
,ExpandParents
,MultiNode
Predict an atom-level scalar such as charge from local features.
Note
This node has parent expansion, following these procedures.
If matching (Network), then apply expansion0
- class HEnergyNode(name, parents, first_is_interacting=False, module='auto', module_kwargs=None, **kwargs)[source]
Bases:
Energies
,HAtomRegressor
,AutoKw
,ExpandParents
,MultiNode
Predict a system-level scalar such as energy from a sum over local components.
Note
This node has parent expansion, following these procedures.
If matching (Network), then apply expansion0
- class LocalChargeEnergy(name, parents, **kwargs)[source]
Bases:
Energies
,ExpandParents
,HAtomRegressor
,MultiNode