Skip to content

Commit

Permalink
Merge pull request #82 from luigibonati/fix_plumed_nest_zip
Browse files Browse the repository at this point in the history
Fixed path to state file timelagged experiment
  • Loading branch information
EnricoTrizio authored Jun 5, 2023
2 parents bf93482 + ed6622a commit 19c7df3
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 20,044 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/paper_experiments/paper_3_timelagged.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
" static_model_path=None,\n",
" static_bias_cv='p.y',\n",
" file_path=SIMULATION_FOLDER,\n",
" rfile_path=f'input_data/opes-y/State.data', \n",
" rfile_path=f'../../../../input_data/timelagged/opes-y/State.data', \n",
" potential_formula=MULLER_BROWN_FORMULA, \n",
" opes_mode='OPES_METAD')\n",
" gen_input_md(inital_position='-0.7,1.4', file_path=SIMULATION_FOLDER, nsteps=1000000)\n",
Expand Down
Binary file modified docs/notebooks/paper_experiments/paper_experiments.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ pot: BIASVALUE ARG=ene

# load deep cv pytorch model
tica: PYTORCH_MODEL FILE=../model_deepTICA.pt ARG=p.x,p.y
#cv: PYTORCH_MODEL FILE=../../../muller_experiments/deepTDA_bad/model_deepTDA_bad.pt ARG=p.x,p.y

# apply static bias from previous sim
static: OPES_METAD ARG=p.y ...
RESTART=YES
STATE_RFILE=../../../muller_experiments/opes-y/State.data
STATE_RFILE=../../../../input_data/timelagged/opes-y/State.data
BARRIER=16
PACE=10000000
...
Expand Down
20,002 changes: 0 additions & 20,002 deletions docs/notebooks/paper_experiments/results/timelagged/opes-y/COLVAR

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 19c7df3

Please sign in to comment.