|
tblite
Light-weight tight-binding framework
|
Definition of list of general interaction contaienrs. More...
Data Types | |
| type | container_list |
| List of interaction containers. More... | |
| interface | resize |
| Reallocate list of containers. More... | |
| type | cache_list |
| List of container cache instances. More... | |
Functions/Subroutines | |
| subroutine | set_partition (self, partition) |
| Assign an externally managed share of the interaction loops to every container. | |
Definition of list of general interaction contaienrs.
| subroutine tblite_container_list::set_partition | ( | class(container_list), intent(inout) | self, |
| type(work_partition), intent(in) | partition ) |
Assign an externally managed share of the interaction loops to every container.
| [in,out] | self | Instance of the interaction container |
| [in] | partition | Share of the interaction loops evaluated by this instance |