Skip to content

Commit

Permalink
Remove some cell output
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Aug 29, 2023
1 parent c9f34b7 commit fe98a62
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 244 deletions.
13 changes: 12 additions & 1 deletion doc/source/models/ECS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,25 @@
"It does not include the undocumented temperature and density terms that are included in REFPROP"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d09377d7",
"metadata": {},
"outputs": [],
"source": [
"import teqp\n",
"teqp.__version__"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5b38c18c",
"metadata": {},
"outputs": [],
"source": [
"import teqp, numpy as np\n",
"import numpy as np\n",
"import CoolProp.CoolProp as CP"
]
},
Expand Down
46 changes: 8 additions & 38 deletions doc/source/models/model_potentials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,10 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "f5463428",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'0.15.1'"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"import teqp\n",
"teqp.__version__"
Expand Down Expand Up @@ -61,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "435a84a9",
"metadata": {},
"outputs": [],
Expand All @@ -84,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "dc38b705",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -114,20 +103,10 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "739e3e2b",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"LJ126_TholJPCRD2016 (1.3035125549100062, 0.3103860327864481) (1.32, 0.31)\n",
"LJ126_KolafaNezbeda1994 (1.3396478193468193, 0.3108038977722935) (1.3396, 0.3108)\n",
"LJ126_Johnson1993 (1.3130000571791829, 0.3099999768607081) (1.313, 0.31)\n"
]
}
],
"outputs": [],
"source": [
"for kind, crit in [\n",
" [\"LJ126_TholJPCRD2016\", (1.32, 0.31)], # Note the true critical point was not used\n",
Expand All @@ -149,19 +128,10 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "ae5646de",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"(2.8282972062188056, 0.2005046666634018)\n",
"(2.832574303561834, 0.2003194655463274)\n"
]
}
],
"outputs": [],
"source": [
"model = teqp.make_model({ \n",
" 'kind': '2CLJF-Dipole', \n",
Expand Down
Loading

0 comments on commit fe98a62

Please sign in to comment.