Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
7a801abe
Commit
7a801abe
authored
5 years ago
by
Adam J. Jackson
Browse files
Options
Downloads
Patches
Plain Diff
Abins broadening: Release notes
(And a typo in one of the test cases.)
parent
7c26355b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/release/v4.3.0/indirect_geometry.rst
+15
-0
15 additions, 0 deletions
docs/source/release/v4.3.0/indirect_geometry.rst
scripts/test/Abins/AbinsBroadeningTest.py
+1
-1
1 addition, 1 deletion
scripts/test/Abins/AbinsBroadeningTest.py
with
16 additions
and
1 deletion
docs/source/release/v4.3.0/indirect_geometry.rst
+
15
−
0
View file @
7a801abe
...
...
@@ -10,6 +10,21 @@ Indirect Geometry Changes
improvements, followed by bug fixes.
Improvements
############
- In Abins the instrumental broadening implementation has been overhauled.
- Output spectra from Abins should now be smooth and free of artefacts.
- A fast approximate scheme is implemented and automatically applied
when appropriate for simulations of TOSCA spectra. Alternative
broadening implementations may be selected through the
AbinsParameters system, including slow reference methods.
- Spectra now follow the broader Mantid convention for histograms:
values correspond to frequencies at the mid-points of the
histogram bins. (Previously the values would correspond to one
bin-edge.)
BugFixes
########
...
...
This diff is collapsed.
Click to expand it.
scripts/test/Abins/AbinsBroadeningTest.py
+
1
−
1
View file @
7a801abe
...
...
@@ -59,7 +59,7 @@ class AbinsBroadeningTest(unittest.TestCase):
self
.
assertAlmostEqual
(
sum
(
curve
),
1
)
def
test_nor
a
ml_sum
(
self
):
def
test_norm
a
l_sum
(
self
):
"""
Check that normally-distributed kernel sums to unity
"""
# Note that unlike Gaussian kernel, this totals intensity 1 even with absurdly large bins
...
...
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