Commit graph

903 commits

Author SHA1 Message Date
jstoobysmith
dcbd67012d feat: some time-ordering lemmas 2025-01-27 16:13:54 +00:00
jstoobysmith
835c47dbf8 refactor: Change notation for normal order 2025-01-27 12:19:21 +00:00
jstoobysmith
ec2e1e7df9 refactor: Lint 2025-01-27 11:26:02 +00:00
jstoobysmith
21f81a9331 feat: Time order for CrAnAlgebra
Also remove StateAlgebra
2025-01-27 11:12:48 +00:00
jstoobysmith
3abc31af98 feat: Add FieldOpAlgebra 2025-01-27 06:20:25 +00:00
jstoobysmith
7738be4443 refactor: improve remarks 2025-01-24 13:48:00 +00:00
jstoobysmith
c7bd59c981 refactor: Lint 2025-01-24 11:25:22 +00:00
jstoobysmith
2490535569 refactor: improve docs 2025-01-24 11:09:25 +00:00
jstoobysmith
eeacdef74e refactor: Notation for insertAndContract 2025-01-24 09:03:42 +00:00
jstoobysmith
fa7536bea9 refactor: Rename InsertList and Insert 2025-01-24 07:18:48 +00:00
jstoobysmith
321e69e52e refactor: Change in contraction notation 2025-01-24 06:39:30 +00:00
jstoobysmith
6701ee7b37 refactor: Simplify some notation 2025-01-24 05:19:04 +00:00
jstoobysmith
7d053695dd refactor: supercommute notation 2025-01-23 15:06:11 +00:00
jstoobysmith
5a25cd0f5c refactor: Lint 2025-01-23 14:31:03 +00:00
jstoobysmith
fca75098f1 Merge branch 'master' into Docs 2025-01-23 14:22:25 +00:00
jstoobysmith
7fbf228468 feat: Wick contraction docs 2025-01-23 14:18:02 +00:00
jstoobysmith
c9deac6cfe refactor: Rename asymptotic states 2025-01-23 10:46:50 +00:00
Pietro Monticone
a326d40ae9
Merge pull request #293 from HEPLean/pitmonticone/golf 2025-01-23 10:36:32 +01:00
jstoobysmith
ba51484b1f feat: Curated Notes 2025-01-23 06:31:11 +00:00
Pietro Monticone
902434cb08 fix lint 2025-01-23 01:47:25 +01:00
Pietro Monticone
7bbe035616 Update NormalOrder.lean 2025-01-23 01:44:02 +01:00
Pietro Monticone
bd35e5522d Update NormalOrder.lean 2025-01-23 01:43:55 +01:00
Pietro Monticone
50556354fa Update NormalOrder.lean 2025-01-23 01:16:12 +01:00
Pietro Monticone
5b2a36e344 Update Basic.lean 2025-01-23 01:16:08 +01:00
Pietro Monticone
06de6fe570 Update Boosts.lean 2025-01-23 01:16:02 +01:00
Pietro Monticone
291f97eaed Update StandardParameters.lean 2025-01-23 01:15:59 +01:00
Pietro Monticone
61137e22e0 Update Basic.lean 2025-01-23 01:15:54 +01:00
Pietro Monticone
6589b45edf Update LineInCubic.lean 2025-01-23 01:15:52 +01:00
Pietro Monticone
748188f81a Update LineInCubic.lean 2025-01-23 01:15:49 +01:00
Pietro Monticone
0cc03c09ad Update WicksTheorem.lean 2025-01-23 00:58:26 +01:00
Pietro Monticone
a328a9ec39 Update Sign.lean 2025-01-23 00:58:24 +01:00
Pietro Monticone
b078f63ffb Update InsertList.lean 2025-01-23 00:58:22 +01:00
Pietro Monticone
3447a2fc08 Update Insert.lean 2025-01-23 00:58:18 +01:00
Pietro Monticone
dd66b00dbb Update InsertionSort.lean 2025-01-23 00:58:15 +01:00
Pietro Monticone
7025a2922b Update List.lean 2025-01-23 00:58:12 +01:00
Pietro Monticone
29f55e526a Update Involutions.lean 2025-01-23 00:58:09 +01:00
Pietro Monticone
f91f535d99 Update ToSols.lean 2025-01-23 00:58:05 +01:00
Pietro Monticone
0a93029436 fix typos in TODOs 2025-01-23 00:22:30 +01:00
jstoobysmith
ca044d3786 feat: Improved todo list 2025-01-22 10:32:39 +00:00
jstoobysmith
1b2cc5338f refactor: Lint 2025-01-22 08:57:46 +00:00
jstoobysmith
c86974a617 refactor: Rename OperatorAlgebra 2025-01-22 08:53:08 +00:00
jstoobysmith
4ca4eac8c5 refactor: Uncontracted List organization 2025-01-22 06:48:58 +00:00
jstoobysmith
27cbb03275 refactor: Normal order results 2025-01-22 06:26:28 +00:00
jstoobysmith
509d536577 refactor: Organize supercommute for CrAnAlgebra 2025-01-22 05:51:52 +00:00
Joseph Tooby-Smith
2fcafb1796
Docs: Documentation related to Wick contraction (#287)
* refactor: Fix field struct defn.

* rename: FieldStruct to FieldSpecification

* feat: Add examples of field specifications

* docs: Slight improvement of module docs

* refactor: Rename CreateAnnihilate

* docs: Algebras

* Update CrAnStates.lean
2025-01-21 10:23:05 +00:00
Joseph Tooby-Smith
b5c987180a
refactor: Some properties of field specifications (#285)
* refactor: Fix field struct defn.

* rename: FieldStruct to FieldSpecification

* feat: Add examples of field specifications

* docs: Slight improvement of module docs
2025-01-21 06:11:47 +00:00
Joseph Tooby-Smith
bb1db930b5
refactor: Fix field struct defn. (#284) 2025-01-20 16:16:09 +00:00
Joseph Tooby-Smith
17f84b7153
feat: Time dependent Wick theorem. (#274)
feat: Proof of the time-dependent Wick's theorem
2025-01-20 15:17:48 +00:00
KUO-TSAN HSU (Gordon)
656a3e422f
chore: bump toolchain to v4.15.0
#281 adapt code to v4.15.0 and fix long heartbeats, e.g., toDualRep_apply_eq_contrOneTwoLeft.

---------

Co-authored-by: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com>
2025-01-20 15:42:53 +08:00
Pietro Monticone
7b8a6f6ce6 fix typos 2025-01-16 11:28:08 +01:00