-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Ondřej Krejčí edited this page Jul 30, 2026
·
4 revisions
Tested on Linux local machines and computational clusters and MAC. Ensure you have Conda installed.
Choose the environment that best fits your needs:
-
Full Environment (ppstm):
conda env create -f environment.yml conda activate ppstm python -m ipykernel install --user --name=ppstm
-
Dev Environment with Intel GPU (ppstm-dev):
conda env create -f environment_dev_gpu_intel.yml conda activate ppstm-dev python -m ipykernel install --user --name=ppstm-dev
-
Dev Environment with system-wide ICDs (ppstm-dev):
conda env create -f environment_dev_icd_system.yml conda activate ppstm-dev python -m ipykernel install --user --name=ppstm-dev
-
Minimal Environment (ppstm-min):
conda env create -f environment_min.yml conda activate ppstm-min
-
Full Environment (ppstm):
conda env create -f environment_mac.yml conda activate ppstm-mac python -m ipykernel install --user --name=ppstm-mac
Note: macOS support has not working OCL at this very moment.
- Overview
- Compilation and Installation
- Developers
- Literature
- Preparing-inputs-with-DFT-codes
- PPSTM_simple.py
- GUI for PPSTM code
- Scripting and Development
- Usage examples
- TODO
- Contact
- Installation
- Creating Inputs
- Prepare for Flexible Tip Simulations
- Reading parameters
- Running parameters
- Usage examples
PP-AFM alias Probe Particle Model (To be updated for new repository later)