jaxrts.models.SommerfeldChemPotential.citation
- SommerfeldChemPotential.citation(style: Literal['plain', 'bibtex', 'cite'] = 'plain', comment: str | None = None) str
Return bibliographic information for the Model used.
- Parameters:
style ("plain", "cite", or "bibtex") – When
"plain", the literature references are formatted in a human-readable format. If"bibtex", the citations are given as bibtex entries, which can then be copied into a literature collection. If"cite", the citation keys are not evaluated, but just retuned, wrapped in a tex\cite{...}command.comment (str or None, default None) – (Additional) comment to give to the citation entry.
- Returns:
str – The information about the model used