Skip to content

Commit

Permalink
minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-ccc committed Jan 5, 2020
1 parent 4e73e45 commit 26e92c6
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 67 deletions.
15 changes: 4 additions & 11 deletions tutorial/.ipynb_checkpoints/ex1_simple_ZARC_model-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"\\end{align}\n",
"$$\n",
"\n",
"The key ingredient is to do Cholesky factorization of $\\mathcal L^2_{\\rm im} \\mathbf K+\\sigma_n^2\\mathbf I$"
"The key ingredient is to do Cholesky factorization of $\\mathcal L^2_{\\rm im} \\mathbf K+\\sigma_n^2\\mathbf I$, _i.e._, `K_im_full`"
]
},
{
Expand Down Expand Up @@ -487,20 +487,13 @@
"plt.ylabel(r'$-Z_{\\rm im}/\\Omega$', fontsize = 20)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python_pytorch",
"display_name": "Python 3",
"language": "python",
"name": "machine_learning"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -512,7 +505,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
13 changes: 3 additions & 10 deletions tutorial/.ipynb_checkpoints/ex2_double_ZARC_model-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,20 +404,13 @@
"plt.ylabel(r'$-Z_{\\rm im}/\\Omega$', fontsize = 20)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python_pytorch",
"display_name": "Python 3",
"language": "python",
"name": "machine_learning"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -429,7 +422,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,20 +378,13 @@
"plt.ylabel(r'$-Z_{\\rm im}/\\Omega$', fontsize = 20)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python_pytorch",
"display_name": "Python 3",
"language": "python",
"name": "machine_learning"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -403,7 +396,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## In this tutorial we will show an example for real experiemntal impedance data\n",
"## In this tutorial we will show use the GP-DRT method to analyze actual experimental data\n",
"\n",
"The impedance data obtained by the measurement is stored in the csv file `EIS_experiment.csv`, where the three columns are frequency, the real part of impedance, the imaginary part of impedance, respectively. To run this tutorial smoothly, we recommend the user to write the frequency data ascendingly."
"The impedance data in the csv file named `EIS_experiment.csv`. The file has three columns. The first column is the frequency, the second one the real part of the impedance. The third column is the imaginary part of impedance. To use this tutorial for your own data, we recommend the frequencies go are sorted ascendingly."
]
},
{
Expand Down Expand Up @@ -417,7 +417,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
13 changes: 3 additions & 10 deletions tutorial/ex1_simple_ZARC_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -487,20 +487,13 @@
"plt.ylabel(r'$-Z_{\\rm im}/\\Omega$', fontsize = 20)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python_pytorch",
"display_name": "Python 3",
"language": "python",
"name": "machine_learning"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -512,7 +505,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
13 changes: 3 additions & 10 deletions tutorial/ex2_double_ZARC_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,20 +404,13 @@
"plt.ylabel(r'$-Z_{\\rm im}/\\Omega$', fontsize = 20)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python_pytorch",
"display_name": "Python 3",
"language": "python",
"name": "machine_learning"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -429,7 +422,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
13 changes: 3 additions & 10 deletions tutorial/ex3_truncated_ZARC_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -378,20 +378,13 @@
"plt.ylabel(r'$-Z_{\\rm im}/\\Omega$', fontsize = 20)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python_pytorch",
"display_name": "Python 3",
"language": "python",
"name": "machine_learning"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -403,7 +396,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions tutorial/ex4_real_experimental_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## In this tutorial we will show an example for real experiemntal impedance data\n",
"## In this tutorial we will show use the GP-DRT method to analyze actual experimental data\n",
"\n",
"The impedance data obtained by the measurement is stored in the csv file `EIS_experiment.csv`, where the three columns are frequency, the real part of impedance, the imaginary part of impedance, respectively. To run this tutorial smoothly, we recommend the user to write the frequency data ascendingly."
"The impedance data in the csv file named `EIS_experiment.csv`. The file has three columns. The first column is the frequency, the second one the real part of the impedance. The third column is the imaginary part of impedance. To use this tutorial for your own data, we recommend the frequencies go are sorted ascendingly."
]
},
{
Expand Down Expand Up @@ -417,7 +417,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 26e92c6

Please sign in to comment.