madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

Output results from Stoichiometry in terms of component names #184

Open skrueger111 opened 1 month ago

skrueger111 commented 1 month ago

The current output is confusing since the resultant molecular weights, weight fractions and volume fractions are output as molecular weight 1, volume fraction 1, etc. It would be much less confusing to refer to the component names.

Change to:

molecular_weight_1 => component_name[1] Mw weight_fraction_1 => component_name[1] weight fraction volume_fraction_1 => component_name[1] volume fraction

etc.