Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCAP
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AUSA
Oliskir
DCAP
Commits
955bc0c3
Commit
955bc0c3
authored
4 years ago
by
oliver.kirsebom@dal.ca
Browse files
Options
Downloads
Patches
Plain Diff
added res and readme
parent
d3d6d58e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+17
-26
17 additions, 26 deletions
README.md
res/dcap_notes.pdf
+0
-0
0 additions, 0 deletions
res/dcap_notes.pdf
res/rolfs1973.pdf
+0
-0
0 additions, 0 deletions
res/rolfs1973.pdf
with
17 additions
and
26 deletions
README.md
+
17
−
26
View file @
955bc0c3
Open R-matrix (ORM
)
=====================
=======
Direct CAPture (DCAP
)
=====================
This an implementation of R-matrix theory as summarized by
[
Lane and Thomas
][
LT
]
.
The emphasis of this implementation is on beta- and gamma decay experiments.
ORM provides the following capabilities:
+
A commandline interface
+
A library for performing R-matrix calculations
+
An open code structure that encourages extension
+
Fast routines for calculating the penetrability and shift function. See
[
this note
][
Approx
]
.
+
Accurate calculations of the penetrability and shift function using the Mitchel routines.
+
Implementation for gamma-decays to unbound states.
+
Extensive unit tests of all functionality
This is an implementation of the direct capture model of
[
Rolfs (1973)
](
res/rolfs1973.pdf
)
for calculating capture cross sections in light nuclei. The various formulas and their
implementation are summarized in
[
this note
](
res/dcap_note.pdf
)
.
Structure
--------------------------
The directory structure is
+
include/source contains the library code
+
test contains the unit tests of the library
+
bench contains benchmark code
+
runner contains the executable
+
[
include
](
include/
)
/
[
source
](
source/
)
contain the library code
+
[
test
](
test/
)
contains the unit tests of the library
+
[
main.cpp
](
main.cpp
)
contains a usage example
Installation
--------------------------
ORM
depends on the following packages
DCAP
depends on the following packages
+
CMake
+
GSL
+
readLine
...
...
@@ -32,19 +23,19 @@ ORM depends on the following packages
+
ROOT
+
AUSAlib (
[
Install guide
][
AUSAguide
]
)
+
log-ft (
[
Repo
][
log-ft
]
)
+
ORM (
[
Repo
][
ORM
]
)
+
sim3a (
[
Repo
][
sim3a
]
)
Except for the last
two
packages, the remaining libraries should be available in your package manager.
Except for the last
four
packages, the remaining libraries should be available in your package manager.
When you have installed these package, execute:
```
bash
mkdir
build
cd
build
cmake <ORM-directory>
make
cmake ./
make
-jN
```
This will compile the library and executable
[
LT
]:
https://doi.org/10.1103/RevModPhys.30.257
"A. M. Lane and R. G. Thomas, Rev. Mod. Phys. __30__ 257 (1958)"
[
Approx
]:
https://wiki.kern.phys.au.dk/interpolation.pdf
"Jonas Refsgaard, Efficient and accurate approximation of R-matrix functions"
[
AUSAguide
]:
https://git.kern.phys.au.dk/ausa/ausalib/wikis/Getting-AUSAlib
"AUSAlib install guide"
[
log-ft
]:
https://git.kern.phys.au.dk/Munken/log-ft
"log-ft git repo"
\ No newline at end of file
[
log-ft
]:
https://git.kern.phys.au.dk/Munken/log-ft
"log-ft git repo"
[
ORM
]:
https://git.kern.phys.au.dk/Munken/ORM
"ORM git repo"
[
sim3a
]:
https://git.kern.phys.au.dk/ausa/sim3a
"sim3a git repo"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
res/dcap_notes.pdf
0 → 100644
+
0
−
0
View file @
955bc0c3
File added
This diff is collapsed.
Click to expand it.
res/rolfs1973.pdf
0 → 100644
+
0
−
0
View file @
955bc0c3
File added
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