File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ ### An example .env file. Please configure the paths for your local machine.
2+ ## For model training and inference, please set the learning-related paths.
3+ ## For MOF simulations, please set the MOF-related software paths.
4+
5+ # learning-ralated paths
6+ export PROJECT_ROOT="/home/example_user/mofdiff_project"
7+ export DATASET_DIR="/data/mofdiff/mof_data"
8+ export LOG_DIR="/data/mofdiff/mof_models"
9+ export HYDRA_JOBS="/data/mofdiff/mof_models"
10+ export WANDB_DIR="/data/mofdiff/mof_models"
11+
12+ # MOF-related software paths
13+ export RASPA_PATH="/anaconda/envs/mofdiff/lib/python3.8/site-packages/RASPA2"
14+ export RASPA_SIM_PATH="/anaconda/envs/mofdiff/bin/simulate"
15+ export ZEO_PATH="/usr/local/bin/zeo++-0.3/network"
16+ export EGULP_PATH="/usr/local/bin/egulp/src/egulp"
17+ export EGULP_PARAMETER_PATH="/usr/local/bin/egulp/data"
You can’t perform that action at this time.
0 commit comments