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
ffb3b6f4
Commit
ffb3b6f4
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
clang-format
parent
35892b79
No related branches found
No related tags found
1 merge request
!1707
clarify polarized T/R computation, and other improvements to the reference
Pipeline
#103216
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resample/Specular/ComputeFluxMagnetic.h
+3
-3
3 additions, 3 deletions
Resample/Specular/ComputeFluxMagnetic.h
Resample/Specular/ComputeFluxScalar.h
+1
-1
1 addition, 1 deletion
Resample/Specular/ComputeFluxScalar.h
with
4 additions
and
4 deletions
Resample/Specular/ComputeFluxMagnetic.h
+
3
−
3
View file @
ffb3b6f4
...
@@ -41,9 +41,9 @@ Fluxes polarizedFluxes(const SliceStack& slices, const R3& k, bool forward);
...
@@ -41,9 +41,9 @@ Fluxes polarizedFluxes(const SliceStack& slices, const R3& k, bool forward);
//! Computes the Fresnel R coefficient for the top layer only
//! Computes the Fresnel R coefficient for the top layer only
//! Introduced in order to speed up pure reflectivity computations
//! Introduced in order to speed up pure reflectivity computations
SpinMatrix
polarizedReflectivity
(
SpinMatrix
polarizedReflectivity
(
const
SliceStack
&
slices
,
const
std
::
vector
<
complex_t
>&
kzs
,
const
SliceStack
&
slices
,
const
std
::
vector
<
complex_t
>&
kzs
,
bool
forward
);
bool
forward
);
}
// namespace Compute
::SpecularMagnetic
}
// namespace Compute
#endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXMAGNETIC_H
#endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXMAGNETIC_H
This diff is collapsed.
Click to expand it.
Resample/Specular/ComputeFluxScalar.h
+
1
−
1
View file @
ffb3b6f4
...
@@ -37,6 +37,6 @@ Fluxes scalarFluxes(const SliceStack& slices, const R3& k);
...
@@ -37,6 +37,6 @@ Fluxes scalarFluxes(const SliceStack& slices, const R3& k);
//! Introduced in order to speed up pure reflectivity computations.
//! Introduced in order to speed up pure reflectivity computations.
complex_t
scalarReflectivity
(
const
SliceStack
&
slices
,
const
std
::
vector
<
complex_t
>&
kz
);
complex_t
scalarReflectivity
(
const
SliceStack
&
slices
,
const
std
::
vector
<
complex_t
>&
kz
);
}
// namespace Compute
::SpecularScalar
}
// namespace Compute
#endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXSCALAR_H
#endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXSCALAR_H
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