targets

This is summary documentation for hippynn.layers.targets module. Click here for full documentation.

Links to Full Documentation:

Layers for target prediction such as Energy and Charge

Classes

HBondSymmetric(feature_sizes, n_dist, ...[, ...])

HCharge(feature_sizes[, ...])

Predict an atom-level scalar such as charge from local features.

HEnergy(feature_sizes[, ...])

Predict a system-level scalar such as energy from a sum over local components.

LocalChargeEnergy(feature_sizes[, ...])