refactor: Fix field struct defn. (#284)
This commit is contained in:
parent
17f84b7153
commit
bb1db930b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue