vice.yields.agb.interpolator.metallicities ========================================== Type : ``list`` [elements of type ``float``] The metallicities by mass :math:`Z = M_z / M_\star` of the AGB stars on which the yield grid is sampled. Example Code ------------ >>> import vice >>> example = vice.yields.agb.interpolator('c') >>> example.metallicities [0.0001, 0.0003, 0.001, 0.002, 0.003, 0.006, 0.008, 0.01, 0.014, 0.02] >>> example = vice.yields.agb.interpolator('c', study = "karakas10") >>> example.metallicities [0.0001, 0.004, 0.008, 0.02]