Research Flow
A place to learn and share (comment if this blog is useful)
Pages
(Move to ...)
Home
▼
Worlds first Quantum Computer reported...
›
Recently, there is a post titled "Google reports quantum supremacy in draft paper" regarding a pre-print (a draft that would be p...
What you should know before purchasing courses?
›
Online learning platforms such as Coursera, Edx are great. They have high quality courses of diverse topics from well-reputed universities ...
Notes on Molecular Dynamics simulation (MD)
›
"The molecular dynamics problem is generally treated as a coupled set of differential equations. The system of differential equation ...
Install and Use ASE (Atomic Simulation Environment) in Ubuntu Linux
›
To install, I tried, pip install --upgrade --user ase /home/user/...../pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: ...
Running multiple jobs with qsub with uniqe names.
›
I have a PBS script to run jobs. The name is specified by #PBS -N tag. But, if you want to run a number of files (100s, 1000s), it may be...
Removing permanent marker from Whiteboard
›
Recently, I used permanent marker mistakenly instead of white-board marker. How to remove this writing? 1. If the writing is a few word...
Copy multiple files with different names (res to unres)
›
Change directory to where you have the original files. Then test with the following command line, for i in *_original.*;do echo cp -p ...
Using for loop to save outcome in in different file using np.savetxt
›
I wrote a script to do following task. For each number that is created using range(0,100), I created xyz coordinates to generate guess st...
awk, sed, pipe, grep, etc like functions in python
›
I would like to translate from bash to python script. The bash contains awk, sed, pipes, cat commands. How to write commands in pyt...
Ubuntu update error: Unable to lock directory /var/lib/apt/lists/
›
When I update using sudo apt-get update or sudo apt update I get following error. E: Could not get lock /var/lib/apt/lists/lock - o...
‹
›
Home
View web version