Go to the source code of this file.
|
| module | skala_gpw_features |
| | Build SKALA TorchScript feature dictionaries from CP2K GPW real-space grids.
|
| |
|
| subroutine, public | skala_gpw_features::skala_gpw_feature_build (features, rho_set, rho_r, particle_set, cell, requires_grad, weights, requires_coordinate_grad, use_atom_chunks, route_atom_chunks) |
| | Build a flat SKALA molecular feature dictionary from a local GPW grid.
|
| |
| subroutine, public | skala_gpw_features::skala_gpw_feature_release (features) |
| | Release Torch objects and backing arrays owned by a feature bundle.
|
| |