Initial setup

Contents

Initial setup#

Installation#

  1. Create an environment

conda create --channel conda-forge --name mtkenv python=3.9
conda activate mtkenv
  1. Install the required packages

# MatSciToolKit
pip install git+https://github.com/kimrojas/MatSciToolKit.git

# ASE package with dipole moment feature for quantum espresso
# -- This was the first version of ASE master that included the dipole moment feature.
#    More recent version should also work but have not been tested. 
pip install git+https://gitlab.com/ase/ase.git@f1b37b76dda641bcdd7dc3f41a5aa243659f4a99
  1. Quantum espresso installation and Pseudopotentials