Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
0c03d32d
Commit
0c03d32d
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
computation more compact using v{b}
parent
af4e71dd
No related branches found
No related tags found
1 merge request
!1674
DevRef: document computation of matrices kappa and delta. Rename some variables in code.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/DevRef/DevRef.pdf
+0
-0
0 additions, 0 deletions
Doc/DevRef/DevRef.pdf
Doc/DevRef/Polarized.tex
+8
-8
8 additions, 8 deletions
Doc/DevRef/Polarized.tex
with
8 additions
and
8 deletions
Doc/DevRef/DevRef.pdf
+
0
−
0
View file @
0c03d32d
No preview for this file type
This diff is collapsed.
Click to expand it.
Doc/DevRef/Polarized.tex
+
8
−
8
View file @
0c03d32d
...
...
@@ -182,24 +182,24 @@ implemented in functions
With the abbreviations
\begin{equation}
\alpha
\coloneqq
\evp
_
+ +
\evp
_
-
\quad\text
{
and
}
\quad
\
beta
\coloneqq
\
evp
_
+ -
\evp
_
-
,
\alpha
\coloneqq
\evp
_
+ +
\evp
_
-
,
\quad
\beta
\coloneqq
\evp
_
+ -
\evp
_
-,
\quad\text
{
and
}
\quad
\
v
{
b
}
\coloneqq
\
beta
\eB
,
\end{equation}
the wavenumber operator~
\cref
{
Ehp1
}
is computed as
\begin{equation}
\opkappa
=
\frac
{
1
}{
2
}
\left
(
\alpha
+
\
beta
\;
\eB
\Pauli
\right
)
\opkappa
=
\frac
{
1
}{
2
}
\left
(
\alpha
+
\
v
{
b
}
\Pauli
\right
)
=
\frac
{
1
}{
2
}
\begin{pmatrix}
\alpha
+
\beta
e
_
z
&
\beta
\left
( e
_
x - i
e
_
y
\right
)
\\
\beta
\left
( e
_
x + i
e
_
y
\right
)
&
\alpha
-
\beta
e
_
z
\alpha
+
b
_
z
&
b
_
x - i
b
_
y
\\
b
_
x + i
b
_
y
&
\alpha
-
b
_
z
\end{pmatrix}
.
\end{equation}
The inverse~
\cref
{
Ehpi
}
is computed as
\begin{equation}
\opkappa
^{
-1
}
=
\frac
{
2
}{
\alpha
^
2 -
\beta
^
2
}
=
\begin{pmatrix}
\alpha
-
\beta
e
_
z
&
-
\beta
\left
( e
_
x
-
i
e
_
y
\right
)
\\
-
\beta
\left
( e
_
x
+
i
e
_
y
\right
)
&
\alpha
+
\beta
e
_
z
\alpha
-
b
_
z
&
-b
_
x
+
i
b
_
y
\\
-
b
_
x
-
i
b
_
y
&
\alpha
+
b
_
z
\end{pmatrix}
\,
.
\end{equation}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment