Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LGPU FPP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fernando Pérez Panadero
LGPU FPP
Commits
8c3fe4dc
Commit
8c3fe4dc
authored
1 year ago
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This work.
parent
82e6f49e
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/Dirac/Dirac.jl
src/Dirac/Dirac.jl
+0
-1
src/Groups/Groups.jl
src/Groups/Groups.jl
+4
-2
No files found.
src/Dirac/Dirac.jl
View file @
8c3fe4dc
...
...
@@ -19,7 +19,6 @@ using ..Fields
using
..
YM
using
..
Spinors
import
..
Groups
.
SU2fund
struct
DiracParam
{
T
,
R
}
m0
::
T
...
...
This diff is collapsed.
Click to expand it.
src/Groups/Groups.jl
View file @
8c3fe4dc
...
...
@@ -54,11 +54,13 @@ export Group, Algebra, GMatrix
# SU(2) and 2x2 matrix operations
##
include
(
"SU2Types.jl"
)
export
SU2
,
SU2alg
,
M2x2
,
SU2fund
,
U2alg
include
(
"GroupSU2.jl"
)
include
(
"M2x2.jl"
)
include
(
"AlgebraSU2.jl"
)
include
(
"FundamentalSU2.jl"
)
include
(
"AlgebraU2.jl"
)
export
SU2
,
SU2alg
,
M2x2
,
SU2fund
,
U2alg
## END SU(2)
##
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment