nesst

NeSST - Neutron Scattered Spectra Tool, primary and scattered fusion neutron spectroscopy analysis code

https://github.com/aidancrilly/nesst

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

NeSST - Neutron Scattered Spectra Tool, primary and scattered fusion neutron spectroscopy analysis code

Basic Info
  • Host: GitHub
  • Owner: aidancrilly
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 19 MB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 2
  • Open Issues: 14
  • Releases: 4
Created almost 5 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

Continuous Integration

NeSST

Neutron Scattered Spectra Tool: A python tool for ICF neutron spectroscopy in the single scatter regime

import NeSST as nst

A quick overview is given in the Jupyter notebook guide

Package Description

NeSST is a tool for producing singly scattered neutron spectra from ICF implosions. Various models for primary neutron spectra are given but the main focus of the code is on the scattered components. Total and differential cross sections for elastic and inelastic processes are used to form a singly scattered spectrum - the effect of areal density asymmetries can be incorporated into the resultant spectra. The effect of scattering ion velocities on the scattering kinematics are included in NeSST.

Example of code usage can be found in ./example directory

Author:

  • Aidan Crilly

E-mail: ac116@ic.ac.uk

Installation

  • Easier method: Install from PyPI

pip install NeSST

  • Clone git repository and pip install local copy

git clone https://github.com/aidancrilly/NeSST.git cd NeSST pip install -e .

Current model specifications:

  • Primary spectrum models for DT, DD and TT
  • Elastic and inelastic (n,2n) processes for D and T
  • ENDF file interface using ENDF-python
  • Relativistic corrections to elastic scattering kernels
  • Scattering of all primary neutron sources
  • Inclusion of areal density asymmetry effects and variable fuel fractions
  • Backscatter edge shape effects from scattering ion kinematics
  • Synthetic neutron time-of-flight tools

Future model developments:

  • Fitting models with ion kinematic approximations
  • Pre-computed table support for backscatter edge matrix
  • Knock-on ion spectra

Publications:

The models used in this code are described in the following publications:

The effect of areal density asymmetries on scattered neutron spectra in ICF implosions, PoP, 2021

Neutron backscatter edge: A measure of the hydrodynamic properties of the dense DT fuel at stagnation in ICF experiments, PoP, 2020

Acknowledgements:

Many thanks to Owen Mannion and Brian Appelbe for their help during development of NeSST

Social preview logo by Hotpot AI image generator.

Owner

  • Name: Aidan Crilly
  • Login: aidancrilly
  • Kind: user

Schmidt Future AI in Science Postdoctoral Fellow, I-X, Imperial College London

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Crilly"
  given-names: "Aidan"
  orcid: "https://orcid.org/0000-0002-0429-9332"
title: "NESST - Neutron Scattered Spectra Tool, ICF primary and scattered neutron spectroscopy analysis code"
version: 1.0.0
date-released: 2024-4-2
url: "https://github.com/aidancrilly/NeSST"

GitHub Events

Total
  • Create event: 6
  • Release event: 1
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 1
  • Push event: 8
  • Gollum event: 1
  • Pull request event: 7
Last Year
  • Create event: 6
  • Release event: 1
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 1
  • Push event: 8
  • Gollum event: 1
  • Pull request event: 7

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 25
  • Total pull requests: 28
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.64
  • Average comments per pull request: 0.57
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 8
  • Average time to close issues: 17 days
  • Average time to close pull requests: about 16 hours
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.71
  • Average comments per pull request: 0.25
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • shimwell (12)
  • aidancrilly (11)
Pull Request Authors
  • aidancrilly (27)
  • shimwell (25)
Top Labels
Issue Labels
enhancement (1) good first issue (1)
Pull Request Labels
enhancement (5) bug (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 577 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 7
  • Total maintainers: 1
pypi.org: nesst

Neutron Scattered Spectra Tool, ICF primary and scattered neutron spectroscopy analysis code

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 577 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 19.1%
Dependent repos count: 21.5%
Average: 23.6%
Stargazers count: 27.8%
Downloads: 39.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
pyproject.toml pypi