add "post no" for single-shot runs

This commit is contained in:
Axel Kohlmeyer
2025-01-11 17:43:05 -05:00
parent dbc6f77e53
commit 994a631150
2 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@
"metadata": {},
"outputs": [],
"source": [
"cmd.run(0);"
"cmd.run(0, \"post\", \"no\");"
]
},
{
@ -158,7 +158,7 @@
"metadata": {},
"outputs": [],
"source": [
"cmd.run(0)"
"cmd.run(0, \"post\", \"no\")"
]
},
{
@ -200,7 +200,7 @@
"pe = []\n",
"for p in pos:\n",
" x[3] = p\n",
" cmd.run(0);\n",
" cmd.run(0, \"post\", \"no\");\n",
" pe.append(L.get_thermo(\"pe\"))"
]
},

View File

@ -100,7 +100,7 @@
"metadata": {},
"outputs": [],
"source": [
"cmd.run(0)"
"cmd.run(0, \"post\", \"no\")"
]
},
{
@ -158,7 +158,7 @@
"metadata": {},
"outputs": [],
"source": [
"cmd.run(0)"
"cmd.run(0, \"post\", \"no\")"
]
},
{