You May Also Enjoy
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-...
Windows using conda environments in spyder
In Anaconda Prompt conda create -n newEnv conda activate newEnv - y conda install spyder-kernels -y conda install ... where python Copy the Python environme...