refactor: Lint

This commit is contained in:
jstoobysmith 2024-12-04 16:24:23 +00:00
parent c72ca4b7f8
commit e1513d201e
9 changed files with 69 additions and 47 deletions

View file

@ -131,7 +131,7 @@ informal_lemma timeOrder_pair where
informal_definition WickMap where
math :≈ "A linear map `vev` from the Wick algebra `A` to the underlying field such that
`vev(...ψd(t)) = 0` and `vev(ψc(t)...) = 0`."
`vev(...ψd(t)) = 0` and `vev(ψc(t)...) = 0`."
physics :≈ "An abstraction of the notion of a vacuum expectation value, containing
the necessary properties for lots of theorems to hold."
deps :≈ [``WickAlgebra, ``WickMonomial]