Computer Lab: Difference between revisions

From cmpb
Jump to navigationJump to search
Bkang (talk | contribs)
Line 23: Line 23:


==OpenMX input files==
==OpenMX input files==
*[https://t-ozaki.issp.u-tokyo.ac.jp/lectures-2023/OpenMX-2.pdf Structure of OpenMX input files explained]
*[https://pranabdas.github.io/openmx/silicon/  Band structure of Si]
*[https://pranabdas.github.io/openmx/silicon/  Band structure of Si]
*[https://pranabdas.github.io/openmx/convergence Testing convergence in kinetic energy cutoff, k-grid density and lattice constant]
*[https://pranabdas.github.io/openmx/convergence Testing convergence in kinetic energy cutoff, k-grid density and lattice constant]
*[https://pranabdas.github.io/openmx/dft-u Density of states of NiO via DFT vs. DFT+ U]
*[https://pranabdas.github.io/openmx/dft-u Density of states of NiO via DFT vs. DFT+ U]

Revision as of 10:12, 17 August 2024

Basic Unix

$ module load vasp/5.4.4-intel-2023
$ mpirun -n 4 vasp_std
  • How to submit parallel openmx jobs over 16 cores of keldysh:
$ module load openmx
$ mpirun -np 16 openmx material.in > material.out

VASP input files

OpenMX input files