![]() |
Octopus
|
Integration tests for ISDF. More...
Integration tests for ISDF.
Functions/Subroutines | |
subroutine | map_centroid_positions_to_indices (mesh, positions, indices) |
Helper function: Map centroid positions to indices. More... | |
subroutine, public | test_isdf (namespace) |
Set up an electron system, compute some optimal centroid positions, and use these to build a set of ISDF vectors for molecular systems. More... | |
|
private |
Helper function: Map centroid positions to indices.
[in] | mesh | Mesh or grid instance |
[in] | positions | Centroid positions |
[out] | indices | Indices of centroids on the grid |
Definition at line 137 of file test_isdf.F90.
subroutine, public test_isdf_oct_m::test_isdf | ( | type(namespace_t), intent(in) | namespace | ) |
Set up an electron system, compute some optimal centroid positions, and use these to build a set of ISDF vectors for molecular systems.
Definition at line 171 of file test_isdf.F90.