refactor: Fix field struct defn. (#284)

This commit is contained in:
Joseph Tooby-Smith 2025-01-20 16:16:09 +00:00 committed by GitHub
parent 17f84b7153
commit bb1db930b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ structure FieldStruct where
/-- The type of fields. This also includes anti-states. -/
Fields : Type
/-- The specification if a field is bosonic or fermionic. -/
statistics : 𝓕 → FieldStatistic
statistics : Fields → FieldStatistic
namespace FieldStruct
variable (𝓕 : FieldStruct)