Recent Posts

Lammps compilation on nersc

NOTE: NERSC provides compiled LAMMPS binaries as modules. This tutorial is for users with modified source code.

Download nimh data with ndatools

In order to access NIMH Data Archive, users need to apply for an account using this link. Project PI needs to add the new user to their project for data acce...

Create R environment using conda

```bash #install Miniconda mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-...

Rstudio installation with conda

Install Miniconda if you haven’t done so. mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Mi...