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
04723123
Commit
04723123
authored
10 years ago
by
Van Herck, Walter
Browse files
Options
Downloads
Patches
Plain Diff
Added magnetic T,R amplitudes in MatrixRTCoefficients
parent
e2776af8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/Algorithms/inc/MatrixRTCoefficients.h
+8
-0
8 additions, 0 deletions
Core/Algorithms/inc/MatrixRTCoefficients.h
with
8 additions
and
0 deletions
Core/Algorithms/inc/MatrixRTCoefficients.h
+
8
−
0
View file @
04723123
...
...
@@ -53,6 +53,14 @@ private:
Eigen
::
Vector2cd
lambda
;
// positive eigenvalues of transfer matrix
Eigen
::
Vector4cd
phi_psi_plus
;
//!< boundary values for up-polarization
Eigen
::
Vector4cd
phi_psi_min
;
//!< boundary values for down-polarization
Eigen
::
Vector2cd
t1_plus
;
//!< boundary value for up-polarization
Eigen
::
Vector2cd
t2_plus
;
//!< boundary value for up-polarization
Eigen
::
Vector2cd
r1_plus
;
//!< boundary value for up-polarization
Eigen
::
Vector2cd
r2_plus
;
//!< boundary value for up-polarization
Eigen
::
Vector2cd
t1_min
;
//!< boundary value for down-polarization
Eigen
::
Vector2cd
t2_min
;
//!< boundary value for down-polarization
Eigen
::
Vector2cd
r1_min
;
//!< boundary value for down-polarization
Eigen
::
Vector2cd
r2_min
;
//!< boundary value for down-polarization
Eigen
::
Matrix4cd
T1m
;
//!< matrix selecting the transmitted part of
//!< the first eigenmode
Eigen
::
Matrix4cd
R1m
;
//!< matrix selecting the reflected part of
...
...
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