You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NDlab is a package for nuclear (mainly)structure data analysis, calculation, and modelling.
4
+
5
+
**It comprises**
6
+
7
+
* an engine to retrive data and plug them into data manipulation tools like pandas and plotly
8
+
* a set of Python classes and functions to write custom code
9
+
10
+
**Its main features are**
11
+
12
+
* intuitive way to interrogate the database
13
+
* smooth connection to Python data analysis and plotting packages
14
+
* customizable Pyhton modules to write algorithms and simulations
15
+
* automatic propagation of uncertainties when performing calculations
16
+
* option to directly access the underlying SQL database
17
+
18
+
19
+
## **How to install it**
20
+
21
+
* download the code or the last release
22
+
* go intoto /ndlab and unzip the database ndlab_db.s3db.zip
23
+
* install the <ahref="https://pythonhosted.org/uncertainties/">uncertainties</a> package
24
+
25
+
.
26
+
27
+
$ pyp install uncertainties
28
+
29
+
**Quick intro**
30
+
31
+
* have a look at the [**ndlab-tutorial.html**](https://IAEA-NDS.github.io/ndlab/_static/ndlab-tutorial.html"html")
32
+
* run the Notebook ndlab-tutorial.ipynb
33
+
34
+
Access [**the documentation**](https://IAEA-NDS.github.io/ndlab/"docs") for further details.
35
+
36
+
37
+
# Contributing
38
+
39
+
If you have made an addition to this package and would like to contribute it to this project, you may consider performing a pull request. By effecting a pull request, you accept that the copyright of your contribution, which is the code or other information added to this repository, is transferred to the IAEA. This ensures that we can change the license in the future if required. We stress that if such a change of license should ever happen, you can nevertheless continue to use any version before the switch of license according to the applicable license at that time.
40
+
41
+
# Legal note
42
+
43
+
This code is distributed under the MIT license
44
+
45
+
Copyright (c) International Atomic Energy Agency (IAEA)
0 commit comments