tblite
Light-weight tight-binding framework
|
Defininition of the parametrization data format. More...
Data Types | |
type | param_record |
Complete self-contained representation of a complete parametrization record. More... | |
Functions/Subroutines | |
subroutine | load_from_toml (self, table, error) |
Read parametrization data from TOML data structure. | |
Defininition of the parametrization data format.
subroutine tblite_param::load_from_toml | ( | class(param_record), intent(inout) | self, |
type(toml_table), intent(inout) | table, | ||
type(error_type), intent(out), allocatable | error ) |
Read parametrization data from TOML data structure.
[in,out] | self | Instance of the parametrization data |
[in,out] | table | Data structure |
[out] | error | Error handling |