Configuration data for calculations of RMSDs between structures
Configuration data for RMSD calculations
procedure, public :: get_filter | Select a filter from the configuration data |
Create new configuration data from TOML data structure
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(rmsd_config_type), | intent(out) | :: | self | Instance of the configuration data |
||
type(toml_table), | intent(inout) | :: | table | TOML data structure |
||
type(error_type), | intent(out), | allocatable | :: | error | Error handling |