Currently schema has some fields with confusing names:
input_params
local_variables
linked_params
This naming is not very consistent, as "params" and "variables" are used interchangeably here. According to the distinction introduced here, it
It has been also slightly confusing when working on Qualtran integration.
It seems that better language would be renaming it in the following way:
input_params -> input_symbols
local_variables -> local_symbols
linked_params -> linked_symbols
Open to other suggestions though.
Currently schema has some fields with confusing names:
input_paramslocal_variableslinked_paramsThis naming is not very consistent, as "params" and "variables" are used interchangeably here. According to the distinction introduced here, it
It has been also slightly confusing when working on Qualtran integration.
It seems that better language would be renaming it in the following way:
input_params->input_symbolslocal_variables->local_symbolslinked_params->linked_symbolsOpen to other suggestions though.