atomicPercentage_from_weightPercentage : Calculating the atomic percentage from weight percentage

c3dp.instruments.atomicPercentage_from_weightPencentage.atomic_percentage_from_weight_percentage(weight_percentage={}, atomic_weight={})[source]

calculating atomic percentage from weight percentage

Parameters
  • weight_percentage (ordered dictionary) – elements as keys and their weight percentage as values in a component

  • atomic_weight (ordered dictionary) – elements as keys and their atomic weights as values in a component

Returns

atomic percentage – elements as keys and their atomic percentage as values in a component

Return type

ordered dictionary