jaxrts.models.SchumacherImpulseFitRk.cite_keys
- SchumacherImpulseFitRk.cite_keys: list[str] | list[tuple[str, str]] | list[tuple[list[str], str]] = ['Schumacher.1975', ('Holm.1989', 'Corrects contribution for n equals 1 and 2.'), ('Gu.2008', 'Edge positions.'), ('Dornheim.2024', 'Intensity normalization due to f-sum rule')]
A list of bibtex keys. Can be in the format
[key1, key2], for general keys,[(key1, comment1), (key2, comment2)], if comments are desired, of[([key1, key2], comment1), (key3, comment2)]if the comment should apply to multiple keys.