Skip to content
forked from sbradnam/JADE

JADE, a novel nuclear data libraries V&V tool

License

Notifications You must be signed in to change notification settings

alexvalentine94/JADE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Documentation Status

JADE

A new tool for nuclear libraries V&V. Brought to you by NIER, University of Bologna (UNIBO) and Fusion For Energy (F4E).

Check JADE official documentation for more detailed information on how to use the tool.

For additional information contact: [email protected]

Requirements

  • Windows operative system (Linux or MacOS compatibility has not been tested);
  • Anaconda or Miniconda distribution (Python 3);
  • Microsoft Office suite (Excel and Word);

LICENSE

JADE is an open-source software licensed under the GNU GPLv3 license.

LINUX INSTALLATION

Firstly, create a new JADE directory:

mkdir JADE
cd JADE

Then create a pip virtual environment and activate it:

python -m venv jade
source jade/bin/activate

Note that once the venv is created, only the source command is required in future use.

Next clone the repository, and rename it to Code, and cd into it:

git clone https://github.com/sbradnam/JADE.git
mv JADE Code
cd Code

Now upgrade pip, and install the pip requirements:

pip install --upgrade pip
pip install -r requirements.txt

From here, the user can follow the instructions from step 5 in:

https://jade-a-nuclear-data-libraries-vv-tool.readthedocs.io/en/latest/usage/installation.html

About

JADE, a novel nuclear data libraries V&V tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%