construct_dummy_bead_library
despasito.equations_of_state.eos_toolbox.construct_dummy_bead_library
- construct_dummy_bead_library(input_dict, keys=None)[source]
Using arrays of values, a dictionary is populated like a bead_library.
If keys are included, they are used, otherwise, integers are used.
- Parameters:
input_dict (dict) – A dictionary where parameter names are the keys to access EOS arrays of self-interaction parameters.
keys (list[str], Optional, default=None) – List must be the same length as the lists in input_dict. These are used as labels.
- Returns:
output_dict – Dictionary of outputs, with the same keys used in combining dict for the respective interaction matrix
- Return type:
dict