env_sparse
This is summary documentation for hippynn.custom_kernels.env_sparse module. Click here for full documentation.
Links to Full Documentation:
Pure pytorch implementation of envsum operations
Functions
|
|
|
|
|
Construct sensitivities as a sparse matrix with shape (n_atoms * n_nu, n_atoms). |
|
Sparse sensesum implementation uses a sparsity matrix of zeros with shape (n_atoms x n_atoms), combined with the crucial function torch.sparse sampled_addmm. |