Skip to content

Commit f8fc93d

Browse files
authored
add example .env
1 parent ea49191 commit f8fc93d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.env

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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"

0 commit comments

Comments
 (0)