-
Notifications
You must be signed in to change notification settings - Fork 0
/
.direcory_tree
192 lines (192 loc) · 8.59 KB
/
.direcory_tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
xAct
└── HiGGS
├── Binaries
│ ├── Contexts
│ │ ├── TangentM4`.mx
│ │ ├── xAct`HiGGS`.mx
│ │ ├── xAct`HiGGS`Private`.mx
│ │ ├── xAct`xTensor`.mx
│ │ └── xAct`xTensor`Private`.mx
│ └── Definitions
│ ├── CanonicalPhi.mx
│ ├── CDPiPToCDPiPO3.mx
│ ├── ChiPerp.mx
│ ├── ChiSing.mx
│ ├── CompleteO3Projections.mx
│ ├── GeneralComplements.mx
│ ├── IfConstraints
│ │ ├── VarPhiPara
│ │ │ └── Rules.mx
│ │ └── VarPhiPerp
│ │ └── Rules.mx
│ ├── NesterFormIfConstraints.mx
│ ├── NesterFormIfConstraintsVarPhi.mx
│ ├── NonCanonicalPhi.mx
│ ├── O13Projections.mx
│ ├── PiPToPiPO3.mx
│ ├── PrecomputeDerivativeProjections.mx
│ └── ProjectionNormalisations.mx
├── COPYING
├── Documentation
│ └── Examples
│ ├── appcg.job.m
│ ├── appcg.job.nb
│ ├── appcg.job.sh
│ ├── appcg.plt.py
│ ├── appcg.plt.sh
│ ├── fig
│ │ ├── poissonbracket_2
│ │ ├── poissonbracket_212-2fig.pdf
│ │ ├── poissonbracket_3
│ │ ├── poissonbracket_315-1fig.pdf
│ │ ├── poissonbracketreadme
│ │ ├── poissonbracketreadme8-1fig.pdf
│ │ ├── yonester
│ │ ├── yonester17-10fig.pdf
│ │ ├── yonester17-2fig.pdf
│ │ ├── yonester17-3fig.pdf
│ │ ├── yonester17-4fig.pdf
│ │ ├── yonester17-5fig.pdf
│ │ ├── yonester17-6fig.pdf
│ │ ├── yonester17-7fig.pdf
│ │ ├── yonester17-8fig.pdf
│ │ └── yonester17-9fig.pdf
│ ├── peta4.job.m
│ ├── peta4.job.nb
│ ├── peta4.job.sh
│ ├── peta4.job.slm
│ ├── peta4.plt.py
│ ├── peta4.plt.sh
│ ├── peta4.rdm.png
│ ├── peta4.svy.m
│ ├── peta4.svy.nb
│ ├── svy
│ │ ├── EinsteinCartan.thr.mx
│ │ ├── EinsteinCartan_vel.thr.mx
│ │ ├── simple_spin_1p.thr.mx
│ │ └── simple_spin_1p_vel.thr.mx
│ ├── tutor.nb
│ └── tutor.png
├── HiGGS.m
├── Kernel
│ └── init.wl
└── Sources
├── Package
│ ├── BuildHiGGS
│ │ ├── LoadBinaryContext.m
│ │ ├── LoadHiGGS.m
│ │ ├── SaveBinaryContext.m
│ │ └── SaveBinaryContexts.m
│ ├── BuildHiGGS.m
│ ├── CovD.m
│ ├── DefTheory
│ │ ├── ComputeShellFreedoms.m
│ │ ├── DefAngularSuperMomentum.m
│ │ ├── DefFieldStrengthShell.m
│ │ ├── DefIfConstraints.m
│ │ ├── DefIfConstraintToTheoryNesterForm.m
│ │ ├── DefLinearSuperMomentum.m
│ │ ├── DefMomentaShell.m
│ │ ├── DefNesterFormShell.m
│ │ ├── DefO3MomentaShell.m
│ │ ├── DefSuperHamiltonian.m
│ │ ├── ImposeTheory.m
│ │ ├── TheoryQ.m
│ │ ├── UndefTheory.m
│ │ └── UpdateTheoryAssociation.m
│ ├── DefTheory.m
│ ├── HiGGSParallelSubmit.m
│ ├── Induced.m
│ ├── InternalIndices.m
│ ├── MakeQuotientRule.m
│ ├── PoissonBracket
│ │ ├── AllocatedPoissonBracket.m
│ │ ├── BracketSimplify.m
│ │ ├── LeibnizListCovDQ.m
│ │ ├── LeibnizListCovInt.m
│ │ ├── LeibnizList.m
│ │ ├── ManualCovariantDerivative.m
│ │ ├── PoissonBracketOfAtoms.m
│ │ ├── SmearedPoissonBracket.m
│ │ ├── SmearPoissonBracket.m
│ │ └── VarAction.m
│ ├── PoissonBracket.m
│ ├── Smearing.m
│ ├── StudyTheory.m
│ ├── ToBasicForm.m
│ ├── ToNesterForm
│ │ ├── CautiousNesterFormQ.m
│ │ ├── CDBToGaugeCovDJGaugeCovDV.m
│ │ ├── CDToLorentzGaugeCovD.m
│ │ ├── CollapseA.m
│ │ ├── NesterFormQ.m
│ │ ├── PreSimplify.m
│ │ ├── ToO3.m
│ │ └── TotalToO3.m
│ ├── ToNesterForm.m
│ ├── ToNewCanonical
│ │ ├── ActiveProjectorGP.m
│ │ ├── InertProjectorGP.m
│ │ └── RepairProjectorGP.m
│ ├── ToNewCanonical.m
│ ├── Utils.m
│ └── ViewTheory.m
└── Rebuild
├── BuildHiGGS.m
├── CanonicalPhi.m
├── CDBToGaugeCovDB.m
├── CDPiPToCDPiPO3.m
├── ChiPerp.m
├── ChiSing.m
├── CompleteO3Projections.m
├── ComputeShellFreedoms.m
├── CovD.m
├── DefFieldStrengthShell.m
├── DefManifold.m
├── GeneralComplements.m
├── GeometricMultipliers
│ ├── Lambda
│ │ ├── LambdaBasic.m
│ │ ├── LambdaParaSO3.m
│ │ ├── LambdaPerpParaDecompose.m
│ │ ├── LambdaPerpParaInverse.m
│ │ ├── LambdaPerpPara.m
│ │ ├── LambdaPerpSO3.m
│ │ ├── LambdaSO13.m
│ │ ├── LambdaSO3Inverse.m
│ │ └── LambdaSO3.m
│ └── LambdaPi
│ ├── LambdaPiBasic.m
│ ├── LambdaPiParaSO3.m
│ ├── LambdaPiPerpParaDecompose.m
│ ├── LambdaPiPerpParaInverse.m
│ ├── LambdaPiPerpPara.m
│ ├── LambdaPiPerpSO3.m
│ ├── LambdaPiSO13.m
│ ├── LambdaPiSO3Inverse.m
│ ├── LambdaPiSO3.m
│ └── LambdaPiToShell.m
├── IfConstraints
│ ├── ActivateGeneralO3Projections.m
│ ├── VarPhiPara
│ │ ├── Activation.m
│ │ ├── Definitions.m
│ │ └── Rules.m
│ └── VarPhiPerp
│ ├── Activation.m
│ ├── Definitions.m
│ └── Rules.m
├── Induced.m
├── InternalIndices.m
├── KarananasCouplings.m
├── NesterFormIfConstraints.m
├── NesterFormIfConstraintsVarPhi.m
├── NonCanonicalPhi.m
├── PiPToPiPO3.m
├── PoissonBracket.m
├── PrecomputeDerivativeProjections.m
├── ProjectionNormalisationsCheck.m
├── ProjectionNormalisations.m
├── Smearing.m
├── TransferCouplingsPerpPara.m
└── TransferCouplingsPerpPerp.m