Skip to content

Commit

Permalink
set T_init to T_nvt when not given in nvt example
Browse files Browse the repository at this point in the history
  • Loading branch information
thorben-frank committed Oct 9, 2024
1 parent 98509d0 commit e6ac3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nvt_jaxmd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"\n",
"# Set the temprature at initialization\n",
"if T_init is None:\n",
" T_init = float(T_nvt / nvt_cycles) \n",
" T_init = T_nvt \n",
"else:\n",
" T_init = T_init\n",
"\n",
Expand Down

0 comments on commit e6ac3df

Please sign in to comment.