Installation †PIMD + Quantum-ESPRESSO †Here how to compile PIMD version 2.7.0 with the Quantum-ESPRESSO (QE) on ohtaka is described. To use QE with PIMD, we are forced to use QE version 6.2.1 or 6.3. Let us suppose the source code is located at ~/PIMD/src In the home directory make the directory and change directory as $ mkdir -p PIMD/src/pimd-2.7.0 $ cd PIMD/src/pimd-2.7.0 Then download the source code by typing $ wget https://ccse.jaea.go.jp/software/PIMD/download/pimd.2.7.0.tar and untar it as $ tar xvf pimd.2.7.0.tar |