|
tblite
Light-weight tight-binding framework
|
Definition of list of general interaction contaienrs. More...
Data Types | |
| type | cache_list |
| List of container cache instances. More... | |
| type | container_list |
| List of interaction containers. More... | |
| interface | resize |
| Reallocate list of containers. More... | |
Functions/Subroutines | |
| subroutine | update (self, mol, cache) |
| Update container cache. | |
Definition of list of general interaction contaienrs.
| subroutine tblite_container_list::update | ( | class(container_list), intent(in) | self, |
| type(structure_type), intent(in) | mol, | ||
| type(container_cache), intent(inout) | cache ) |
Update container cache.
| [in] | self | Instance of the interaction container |
| [in] | mol | Molecular structure data |
| [in,out] | cache | Cached data between different runs |