Hello readers, today we shall learn to install GEANT4 (A simulation toolkit for the study of particle-matter interaction) on Ubuntu 24.04. Follow the following steps to install. continues.....
Hello Readers, Today we shall learn to enable Jupyter Notebook using CERN-ROOT on Ubuntu 20.04/22.04 or any version, or on cluster computing. This method doesn't require admin privileges to install and configure the Anaconda environment to use PyROOT. Here, I am assuming that the anaconda is already installed on your system; if not, then follow the instructions given in this reference [ 1 ]. Let's do the Job. Follow the following instructions: 01. Create an Anaconda environment to build CERN-ROOT over the required Python version. $ …
Talys is a nuclear reaction simulation tool used by Researchers and Scientists. It helps you to calculate the various parameters like Q-value, Cross-section, and various potential parameters. Let's learn, how to install Talys1.96 (the latest version) on Ubuntu20.04 OS. Make sure, gfortran must be installed because talys works on FORTRAN language. To check the version and availability of gfortran run this command: $ gfortran --version the output will be like this: GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Copyright (C) 2019 Free S…