Research Flow
A place to learn and share (comment if this blog is useful)
Pages
(Move to ...)
Home
▼
How to 32 bit OS or 64 bit machine
›
To get the machine type: uname -m x86_64 (64 bit) i686 (32 bit) You can also use the cammand ' arch '. For more detail...
Density Functional Theory
›
In December 1926, Schroedinger published his seminal paper titled " An Undulatory Theory of the Mechanics of Atoms and Molecules ...
Checking the status of the submitted job in HPC
›
The submitted jobs in PBS queue system can be checked whether they are in queue still, or running, or completed, etc. The command to use (i...
Git and GitHub Tutorial
›
What is a version control and usage? When we write a project with a number of files, it is not easy to maintain. Some times, we might hav...
Best sites for Physics (and other things) Discussion
›
Stack Exchange (for basic questions) Stack Exchange Overflow sites (for advanced questions) Physics Forums Socratic Reddit
Commonly used Unix/Linux commands
›
Here are the mostly used command in command line. To see more details, click on each commad. ls grep alias reverse search tab completi...
Efficient use of grep command
›
The command grep can be used in following ways. grep "HELLO" * (to print the match lines) grep -v "HELLO...
Install important numerical libraries in Ubuntu
›
To install fftw, blas, lapack etc. sudo apt - get install fftw3 fftw3 - dev pkg - config sudo apt-get install libblas-dev liblapack-dev...
AWK tutorial
›
Sed and AWK are powerful yet simple programming languages. The simple format to use awk is awk '{print}' fileName.txt awk ...
Problems in dimers
›
There are a number of interesting and challenging problems that are unsolved yet. At the first instance, these problems may seem simple, bu...
‹
›
Home
View web version