Source code for equation_database.isbn_9780201503975

from equation_database.util.doc import bib


# http://home.ustc.edu.cn/~gengb/200923/Peskin,%20An%20Introduction%20to%20Quantum%20Field%20Theory.pdf
[docs] @bib() def bibtex(): bibtex: str = r""" @book{Peskin:1995ev, author = "Peskin, Michael E. and Schroeder, Daniel V.", title = "{An Introduction to quantum field theory}", isbn = "978-0-201-50397-5", publisher = "Addison-Wesley", address = "Reading, USA", year = "1995" } """ return bibtex