--- license: cc-by-nc-sa-4.0 language: - en tags: - MLIP - 2DMxenes pretty_name: Catalys_mxenes size_categories: - 10K/scripts/eval_.sh ``` Additional seetings, like other models, can be changed inside these shell scripts ## Installation We provide a conda/mamba environment file that should work for all four models. Create the environment with: ```bash mamba env create -f catalyst_env.yml ``` Activate the environment using: ```bash mamba activate catalyst ``` If some packages fail to install due to dependency conflicts, install the missing packages manually using `pip` or `mamba`.