func Symbol(molecule *binary.Micromolecule) string {

    symbol := ""
    if reflect.ValueOf(molecule).Elem().Kind() == reflect.Struct {