Introduction: This article provides a comprehensive guide to installing PyTorch on Ubuntu 24.04, including hardware detection, the differences between Intel CPU and GPU support, and detailed steps for both conda-based installation and building from source. It includes summaries, optional cases, and contextual discussions to provide a comprehensive understanding. PyTorch is an open-source Python library designed for deep learning and numerical computation. At its core, it provides multidimensional arrays called tensors (similar to NumPy arra…
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 without interfering with other packages installed in a different Anaconda environment. 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. …
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…
Hello Readers, Let's learn to use LaTeX in OriginPro on Windows10. Check the following steps: Step-1: Install MikTeX Compiler (software) to use LaTeX. Download MikTeX software from here: Miktex Website Install this software, then run MikTeX console as administrator from Start Menu to check updates. Click on "Check for Updates" Install all available updates from the console. Step-2: Install OAutotrace software from here: https://www.originlab.com/index.aspx?go=PRODUCTS&PID=3166 It will work as a communicator betwe…
Run this Code in Python IDLE using Python3: Code to Doraemon: Code Link Code to draw Iron Man Helmet: Code Link Check the following video for guidance: Enjoy your day.
Hello readers, today we shall learn to build CERN-ROOT-6 from the source file on Ubuntu 20.04. Follow the following steps to install. For another version change accordingly. ROOT is a framework for data processing, born at CERN, at the heart of the research on high energy physics. Every day, thousands of physicists use ROOT application to analyze their data or to perform simulations. 1. First Clone the repository: Run this command: $ git clone --branch v6-22-00-patches https://github.com/root-project/root.git root_src #It is the official rep…