Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alberto Ramos Martinez
LatticeGPU.jl
Commits
9e30ec05
Commit
9e30ec05
authored
1 year ago
by
Fernando Pérez Panadero
Browse files
Options
Download
Email Patches
Plain Diff
Typo in documentation
parent
30d3c2ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Groups/AlgebraU2.jl
+1
-1
src/Groups/AlgebraU2.jl
src/Groups/AlgebraU3.jl
+1
-1
src/Groups/AlgebraU3.jl
with
2 additions
and
2 deletions
+2
-2
src/Groups/AlgebraU2.jl
View file @
9e30ec05
...
...
@@ -16,7 +16,7 @@ end
"""
antsym(a::SU2{T}) where T <: AbstractFloat
Returns the antisymmetrization of the SU2 element `a`, that is `\`\
a - a^{
\\
dagger} `\`. This method returns al element of `U2alg{T}`.
Returns the antisymmetrization of the SU2 element `a`, that is `\`\
` `
a - a^{
\\
dagger}
`
`\`. This method returns al element of `U2alg{T}`.
"""
function
antsym
(
a
::
SU2
{
T
})
where
T
<:
AbstractFloat
return
U2alg
{
T
}(
2.0
*
imag
(
a
.
t1
),
-
2.0
*
imag
(
a
.
t1
),
2.0
*
a
.
t2
)
...
...
This diff is collapsed.
Click to expand it.
src/Groups/AlgebraU3.jl
View file @
9e30ec05
...
...
@@ -17,7 +17,7 @@ end
"""
antsym(a::SU3{T}) where T <: AbstractFloat
Returns the antisymmetrization of the SU3 element `a`, that is `\`\
a - a^{
\\
dagger} `\`. This method returns al element of `U3alg{T}`.
Returns the antisymmetrization of the SU3 element `a`, that is `\`\
` `
a - a^{
\\
dagger}
`
`\`. This method returns al element of `U3alg{T}`.
"""
function
antsym
(
a
::
SU3
{
T
})
where
T
<:
AbstractFloat
t1
=
2.0
*
imag
(
a
.
u11
)
...
...
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
Menu
Projects
Groups
Snippets
Help