docs: Docs for Wick contractions
This commit is contained in:
parent
ce9668a3cd
commit
c9607c459f
13 changed files with 123 additions and 64 deletions
|
@ -314,8 +314,11 @@ lemma take_uncontractedIndexEquiv_symm (k : c.uncontracted) :
|
|||
|
||||
-/
|
||||
|
||||
/-- Given a Wick Contraction `φsΛ` for a list of states `φs`. The list of uncontracted
|
||||
states in `φs`. -/
|
||||
/-- Given a Wick Contraction `φsΛ` of a list `φs` of `𝓕.FieldOp`. The list
|
||||
`φsΛ.uncontractedListGet` of `𝓕.FieldOp` is defined as the list `φs` with
|
||||
all contracted positions removed, leaving the uncontracted `𝓕.FieldOp`.
|
||||
|
||||
The notation `[φsΛ]ᵘᶜ` is used for `φsΛ.uncontractedListGet`. -/
|
||||
def uncontractedListGet {φs : List 𝓕.FieldOp} (φsΛ : WickContraction φs.length) :
|
||||
List 𝓕.FieldOp := φsΛ.uncontractedList.map φs.get
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue