tblite
Light-weight tight-binding framework
|
Declaration of options for the optimization driver. More...
Data Types | |
type | fit_settings |
Optimization configuration. More... | |
Functions/Subroutines | |
subroutine | load_from_toml (self, table, error) |
Read parametrization data from TOML data structure. | |
Declaration of options for the optimization driver.
subroutine tblite_fit_settings::load_from_toml | ( | class(fit_settings), 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 |