utils.database_symbols_to_fit
utils.database_symbols_to_fit(dbf, symbol_regex='^V[V]?([0-9]+)$')
Return names of the symbols to fit that match the regular expression
Parameters
Name | Type | Description | Default |
---|---|---|---|
dbf |
Database | pycalphad Database | required |
symbol_regex |
str | Regular expression of the fitting symbols. Defaults to V or VV followed by one or more numbers. | '^V[V]?([0-9]+)$' |
Returns
Type | Description |
---|---|
dict | Context dictionary for different methods of calculation the error. |